/* Common
----------------------------------------------- */
body {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	color: #692112;
}

body.page {
	margin:15px 0 15px 0;
}

body.content_popup {
	background: #F3C843 url(../images/page_background.gif) no-repeat top left;
	margin: 10px;
}

body.printpage {
	margin:20px;
}

h1, h2, h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #692112;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 11px;
	margin-bottom: 0px;
}

hr {
	border: 0px;
	height: 1px;
	border-top: 1px dashed #692112;
	/*
	color: #692112;
	background-color: #692112;
	*/
}

a {
	color: #692112;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.printlink {
	background:url(../images/icon_print.gif) no-repeat 0px;
	padding-left: 18px;
}

input,textarea,select {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	color: #692112;
}

input.button {
	color: #FFFFFF;
	background-color: #692112;
    border: 1px solid #692112;
	font-weight:bold;
	cursor:pointer;
}

div.separator {
	border-top: 1px dashed #692112;
	width: 100%;
	height: 0;
	margin: 5px 0 5px 0;
}

td.separator {
	border-top: 1px dashed #692112;
}

ul.list {
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 18px;
}

div.clearer {
	clear: both;
}

#ct2 {
	width: 100%;
}

#ct2 td {
	vertical-align: top;
}

#ct2 td.ri {
	width: 310px;
	padding-left: 10px;
}


/* Page Styling ---------------------------------------- */

#wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
	background: #F3C843 url(../images/page_background.gif) no-repeat 0px 65px;
}

#wrapper div.copy {
	font-size: 10px;
	background-color: white;
	text-align:right;
	padding:5px 5px 0 0;
}

#wrapper div.copy a {
	text-decoration: none;
}

#right {
	float:right;
	width: 628px;
	padding-top: 30px;
}

#left {
	float:left;
	width: 332px;
	padding-top: 30px;
}

#left img {
	border-width: 0;
}

#left div.logo img {
	border-top: 3px solid white;
	border-right: 3px solid white;
	border-bottom: 3px solid white;
	width: 329px;
	height: 278px;
}

#sidenav {
	padding: 30px 0px 180px 120px;
}


#right div.flasheader {
	padding: 15px 0 15px 0;
}

div.tx-flashpageheader-pi1 {
	border-top: 3px solid white;
	border-bottom: 3px solid white;
}

#content {
	padding: 30px 30px 30px 0;
	line-height:12pt;
}

#content td {
	line-height:12pt;
}

#footer {
	background: url(../images/page_footer_background.jpg) top left;
	border-top: 3px solid white;
	text-align: center;
	color: white;
	font-size: 10px;
}

#footer a {
	color: white;
}

#footer div {
	padding: 5px;
}

div.subnav {
	padding-left: 15px;
}


/* CSS Styled Content---------------------------------------- */

p.bodytext {
	margin-top: 0px;
}

div.csc-textpic-caption {
	font-size:10px;
}

div.csc-header-n1 {
	margin-bottom: 10px;
}

div.csc-frame-rulerBefore, div.csc-frame-rulerAfter {
	height: 1px;
	margin: 15px 0 15px 0;
	background:url(../images/line_dashed.gif) repeat-x 0 0;
}

div.csc-frame-indent {
	padding-left: 40px;
}

div.csc-sitemap ul {
	margin-left:30px;
}

.csc-mailform {
	border: 0px;
}

.csc-mailform-field label {
	float:left;
	width:30%;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:left;
}

.csc-mailform-submit {
	margin-left: 32%;
}


/* News Plugin
----------------------------------------------- */

div.news-list table, div.news-single table, div.news-latest table {
	border-collapse: collapse;
}

div.news-list th, div.news-list td, div.news-latest th, div.news-latest td {
	vertical-align: top;
	padding: 6px 0 6px 0;
	margin:0;
}

div.news-single th, div.news-single td {
	vertical-align: top;
	padding: 6px 0 6px 0;
	margin:0;
}

div.news-list th img, div.news-single th img, div.news-latest th img {
	margin-right: 10px;
	border: 3px solid #FFFFFF;
}

.news-single-related,.news-single-files,.news-single-links  {
	margin:0px;
	margin-bottom: 3px;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	margin-left:5px;
}

/* Projects Plugin
----------------------------------------------- */

td.projects_image {
	height: 410px;
	width: 420px;
	text-align: center;
}

td.projects_image img {
	border: 3px solid white;
}

div.projects_navigation a {
	margin-top: 3px;
	display:block;
	background: #F5D369;
	border: 1px solid #F7E19F;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
}

div.projects_navigation a:hover {
	background: #F7D97C;
}
