/* ---------------------------------------------------------------------------- */
/* Body */

html, body {
	margin: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75.166%; /* 12px */
	background-color: #fff;
	color: #000;
}


/* ---------------------------------------------------------------------------- */
/* General */

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
img {
	border: 0;
}
ul li {
	list-style: none;
	margin-left: 8px;
	padding-left: 12px;
	/* background: url(../img/list_line.gif) 5px 9px no-repeat; */
}
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
	text-decoration: underline;
}
input, textarea, select {
	float: left;
	margin-bottom: 5px;
	background-color: #fff;
	color: #000;
	border: solid 1px #000;
	height: 17px;
	padding-top: 3px;
	padding-left: 5px;
}
table tr td	{
	font-size: 1em;
}
/* ---------------------------------------------------------------------------- */
/* page wrap */

div#wrap {
	width: 955px;
	margin: 0 auto;
	padding: 0;
	background: #fcf3de url(../img/bg_header.gif) top left no-repeat;
}
div#wrap span {
	display: none;
}
div#wrap a.header {
	display: block;
	position: absolute;
	width: 234px;
	height: 60px;
	color: #000;
	margin-top: 50px;
	z-index: 2;
} 

/* ---------------------------------------------------------------------------- */
/* header */

div#header {
	margin: 0 0 0 0;
	height: 90px;
}

/* ---------------------------------------------------------------------------- */
/* navigation */

div#navigation_meta	{
	height: 30px;
}
div#navigation_meta img	{
	float: right;
}

div#navigation_items {
	padding-top: 8px;
}
div#navigation_items ul {
	margin-left: 248px;
}
div#navigation_items ul li {
	color:#000000;
	font-weight: bold;
	width: auto;
	float: left;
	display: inline;
	margin: 0;
	padding: 0 19px 0 0;
}
div#navigation_items ul li a:link, div#navigation_items ul li a:visited{
	color: #000;
	text-decoration: none;
}
div#navigation_items ul li a.current, div#navigation_items ul li a:hover 	{
	color: #be2925;
	text-decoration:none;
}

/* ---------------------------------------------------------------------------- */
/* content */

div#content {
	margin: 0;
	padding: 0;
}
div.content_left	{
	float: left;
	width: 212px;
	min-height: 432px;
	height: auto !important;
	height: 432px;
	margin: 20px 0 0 0;
	padding: 28px 0 0 20px;
	background-color: #f9e7bd;
	font-size: 0.90em;
}
div.content_left_static	{
	position: absolute;
	top: 365px;
}
div.content_main	{
	float: left;
	width: 723px;
	min-height: 460px;
	height: auto !important;
	height: 460px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #fcf3de;
}
div.content_main_title {
	width: 705px;
	height: 35px;
	margin: 0;
	padding: 15px 0 0 18px;
	font-weight: bold;
}
div.content_main_title.home {
	height: 20px;
}
div.content_main_left {
	float: left;
	width: 425px;
	min-height: 405px;
	height: auto !important;
	height: 405px;
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 0.90em;
}
div.content_main_left.home {
	width: 685px;
	min-height: 420px;
	height: auto !important;
	height: 420px;
}
div.content_main_left.contact {
	width: 305px;
}
div.content_main_right {
	float: left;
	width: 198px;
	margin: 0;
	padding: 0 0 0 25px;
}
div.content_main_right.contact {
	width: 363px;
	padding: 0 0 0 25px;
}
div.content_main_footer	{
	margin: 30px 0 10px 20px;
	font-size: 0.95em;
}
div.footer {
	background-color: #dc6b1f;
	margin: 0;
	padding: 8px 0 2px 67px;
	font-size: 0.95em;
}

/* ---------------------------------------------------------------------------- */
/* text formating */

h1 {
	margin: 0 0 0.6em 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
}

h2 {
	padding: 0;
	margin: 0;
	font-weight: bold;
}
h2 span {
	padding: 2px 12px;
	background-color: #ff8e00;	
	color: #fff;
}
h2 span a:link, h2 span a:visited {
	text-decoration: none;
	color: #fff;
}
h2 span a:hover {
	text-decoration: none;
	color: #fff;
}
h2 span a:active {
	text-decoration: none;
	color: #fff;
}
p {
	margin-bottom: 0.8em;
	line-height: 1.4em;
}


/* ---------------------------------------------------------------------------- */
/* special formating */

div.content_main ul li {
	list-style: disc;
	list-style-position:inside;
}

div.content_left li	{
	background: url(../img/arrow.gif) no-repeat left 2px;
	padding-left: 12px;
	margin: 0;
}
div.content_left li a	{
	text-decoration: none;
}
div.content_left ul.nav_second	{
	margin: 0;
	margin-bottom: 20px;
}
div.content_left ul.nav_second li	{
	text-decoration: none;
	background: url(../img/arrow.gif) no-repeat left 2px;
	padding-left: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 1.1em;
}
div.content_left ul.nav_second li.active, div.content_left ul.nav_second li:hover 	{
	text-decoration:none;
	background: url(../img/arrow_red.gif) no-repeat left 2px;
}
div.content_left ul.nav_second li a.current, div.content_left ul.nav_second li a:hover 	{
	color: #be2925;
}

div.content_left p	{
	margin-bottom: 0;
}
div.content_main_footer a, div.content_main_footer a:link	{
	text-decoration: none;
	background: url(../img/arrow.gif) no-repeat left 2px;
	padding-left: 12px;
	margin-right: 20px;
}

a.arrow {
	text-decoration: none;
	background: url(../img/arrow.gif) no-repeat left 2px;
	padding-left: 12px;
}
a.arrowbold {
	text-decoration: none;
	background: url(../img/arrow.gif) no-repeat left 2px;
	padding-left: 12px;
	font-weight: bold;
}

div.content_main_left.home p	{
	padding-top: 10px;
	font-weight: bold;
	font-size: 1.1em;
}
div.content_main_left.home a	{
	text-decoration: none;
	background: url(../img/arrow.gif) no-repeat left 3px;
	margin-left: 34px;
	padding-left: 12px;
}
div.footer a 	{
	text-decoration: none;
}
div.news_item h2 a, div.news_item h2 a:link	{
	text-decoration: none;
}
div.news_item {
	width: 700px;
	margin-bottom: 30px;
}
div.news_text {
	width: 500px;
	float: left;
}
div.news_img {
	margin-left: 50px;
	width: 120px;
	float: left;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #dc6b1f;
	font-weight: normal;
}


/* ---------------------------------------------------------------------------- */
/* form formatting */

form.contact {
	width: 275px;
	margin-top: 20px;
	margin-left: 10px;
}
form.search {
	width: 375px;
	margin-top: 20px;
	margin-left: 10px;
}
textarea {
	width: 175px;
	height: auto;
}
label, span.label {
	float: left;
	width: 80px;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
}
input.txt_100 {
	width: 175px;
}
form.search input.txt_100	{
	width: 275px;
}
input.txt_75 {
	width: 128px;
	margin-right: 3px;
}
input.txt_25 {
	width: 36px;
	margin-right: 3px;
}
input.submit, input.button {
	float: right;
	display: inline;
	margin-right: 3px;
	width: auto;
	height: 20px;
	padding: 0;
	text-decoration: none;
	cursor: pointer;
	background-color: #FFF;
}
input.button	{
	margin-right: 0;
}
input.radio {
	border: 0;
}


ul.error li {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	color: #dc6b1f;
}

table.sms tr td {
	font-size: 0.95em;
}
table.sms tr td.input {
	height: 28px;
}

div.backlink {
	margin: 30px 0 0 0;
}


div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0;
	padding-bottom: 8px;
}
