@import url(inc_common.css);

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

body.page {
	margin: 6px;
}

body.printpage {
	margin:20px;
}

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: #413B28;
}

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

img.border {
	border: 5px double #E9E1C9;
}

div.clearer {
	clear: both;
}

table.border {
	border: 1px solid #D4BB76;
}

#header {
	background:#681923 url(../images/page_header_bg.gif) no-repeat;
	height: 222px;
}

#header img {
	border-width: 0px;
}

#flasheader {
	position:absolute;
	margin-left: 244px;
	margin-top:30px;
	z-index:3;
	width: 615px;
	height: 192px;
	background-color: #ffffff;
	overflow:hidden;
}

#logo {
	position:absolute;
	margin-left: 25px;
	margin-top: 36px;
	z-index:3;
}

#button_request {
	position:absolute;
	margin-top: 186px;
	z-index:3;
}

#line {
	height: 20px;
	background:#F2E5AD url(../images/page_line_bg.gif) repeat-x;
}

#cf_o {
	background:#E9E1C9 url(../images/page_content_bg.gif) no-repeat;
}

#cf_o div.frame {
	width:859px;
}

#cf_i {
	float:right;
	background:#ffffff url(../images/page_contentarea_bg.gif) no-repeat;
	width: 615px;
}

#content {
	padding: 40px 50px 40px 50px;
	min-height: 280px;
}

* html #content {
	height: 280px;
}

div.line {
	height: 6px;
	background: #F2E5AD;
	border-left: 5px solid white;
	border-right: 5px solid white;
	overflow: hidden;
}

#sidenav {
	float:left;
	width: 244px;
}

#sidenav ul {
	list-style-type: none;
	padding:0;
	margin: 10px 0px 0px 30px;
}

#sidenav ul ul {
	margin-top: 0;
}

#sidenav li {
	margin-top: 3px;
}

#footer {
	text-align: center;
	margin-top: 15px;
	margin-left: 244px;
	width: 615px;
}


/* Navigation
----------------------------------------------- */

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

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

DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border-style: double;
}

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

div.csc-frame-frame1 {
	padding: 5px;
	background-color: #E9E1C9;
}

div.csc-frame-rulerBefore {
	border-top: 1px solid #E9E1C9;
	padding-bottom:20px;
	margin-top:20px;
}

div.csc-frame-rulerAfter {
	border-bottom: 1px solid #E9E1C9;
	padding-top:20px;
	margin-bottom:20px;
}

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

div.csc-sitemap ul {
	margin-left:30px;
	list-style-image:url(../images/list_arrow.gif);
}

.csc-mailform {
	border: 0px;
}

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

.csc-mailform-field input.button {
	margin-left: 27%;
	margin-top: 10px;
}

/* News Plugin
----------------------------------------------- */
div.news-latest-container ul {
	list-style-image:url(../images/list_arrow.gif);
	line-height: 13px;
	margin-left: 10px;
	padding:0;
}

div.news-latest-container li {
	margin-bottom: 10px;
}

div.news-latest-container h3 {
	text-transform: uppercase;
}

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

div.news-list th, div.news-list td {
	margin:0;
}

div.news-single th, div.news-single td {
	margin:0;
}

div.news-list th img, div.news-single th img {
	margin-right: 10px;
	border: 5px double #E9E1C9;
}

.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;
}

p.news-single-imgcaption {
	font-size:10px;
	font-weight:normal;
	text-align:left;
	margin-top: 4px;
}

/* Gallery Plugin
----------------------------------------------- */
body.tx-edgallery-pi1-popup {
	margin:20px;
	background:#E9E1C9 url(../images/page_content_bg.gif) no-repeat;
}

div.tx-edgallery-pi1-popup {
	padding: 20px;
	background: #ffffff;
}

table.tx-edgallery-pi1-categorytable {
	border-collapse: collapse;
}

table.tx-edgallery-pi1-categorytable td {
	vertical-align: top;
	padding-right: 5px;
	padding-bottom: 5px;
}

div.tx-edgallery-pi1-navigationbar img {
	border-width: 0px;
}

div.tx-edgallery-pi1-single-description {
	padding-top: 5px;
}