﻿body, html {
	background-color: #faa93c;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #faa93d;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	color: #000;
	text-align: center;
}

a {
	color: #5a9692;
}


div#container {
	position: relative;
	width: 902px;
	background-color: #fff;
	background-image: url(images/bg_homepage.jpg);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0px auto 0px auto;
}

div#header {
	position: relative;
	width: 902px;
	height: 112px;
	background-color: #000;
}

div#header div#logo {
	position: absolute;
	left: 17px;
	top: 21px;
	width: 184px;
	height: 70px;
}

div.newsletter {
	position: absolute;
	top: 5px;
	right: 25px;
	color: #fff;
}

div.newsletter form {
	margin: 0;
	padding: 0;
}

div.newsletter input.newsletter_string {
	width: 117px;
	height: 17px;
	border: 0;
	vertical-align: middle;
	padding: 2px;
	font-size: 10px;
}

div.newsletter input.newsletter_btn {
	vertical-align: middle;
}

div#header div#navigationContainer {
	position: absolute;
	top: 61px;
	left: 215px;
	width: 687px;
	text-align: center;	
}

div#header div#navigationContainer div#wrapper {
	float:left;
	position:relative;
	left:50%;
	text-align:left;
}
div#header #navigation a {
	background: #006a61 url(images/btn_bg.gif) bottom left repeat-x;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
}

div#header #navigation a:hover,
div#header #navigation a.menu_current {
	background: #006a61 url(images/btn_bg1.gif) bottom left repeat-x;
}

div#header #navigation a span.tl {
	background: url(images/btn_green_tl.gif) left top no-repeat;
}

div#header #navigation a:hover span.tl,
div#header #navigation a.menu_current span.tl {
	background: url(images/btn_brown_tl.gif) left top no-repeat;
}

div#header #navigation a span.tr {
	background: url(images/btn_green_tr.gif) right top no-repeat;
}

div#header #navigation a:hover span.tr,
div#header #navigation a.menu_current span.tr {
	background: url(images/btn_brown_tr.gif) right top no-repeat;
}

div#header #navigation a span.bl {
	background: url(images/btn_green_lb.gif) bottom left no-repeat;
}

div#header #navigation a:hover span.bl,
div#header #navigation a.menu_current span.bl {
	background: url(images/btn_brown_bl.gif) bottom left no-repeat;
}

div#header #navigation a span.br {
	background: url(images/btn_green_br.gif) bottom right no-repeat;
	padding: 3px 10px;
}

div#header #navigation a:hover span.br,
div#header #navigation a.menu_current span.br {
	background: url(images/btn_brown_br.gif) bottom right no-repeat;
	padding: 3px 10px;
}
div#header #navigation a, #navigation a span {
	display: block;
	float: left
}

/* Hide from IE5-Mac \*/
div#header #navigation a, div#header #navigation a span {
	float: none
}
/* End hide */

div#header ul#navigation {
	list-style: none;
	padding: 0;
	margin: 0;
	position:relative;
	left:-50%;
}

div#header #navigation li {
	float: left;
	position:relative;
	margin: 0;
	margin-right: 10px;
}

div#search {
	position: relative;
	height: 32px;
	background-color: #a90347;
}

div.search_box {
	position: absolute;
	right: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}


div.search_box form {
	margin: 0;
	padding: 0;
}

input.search_string {
	width: 117px;
	height: 17px;
	border: 0;;
	vertical-align: middle;
	padding: 2px;
}

input.search_btn {
	vertical-align: middle;
}

div#columnLeft {
	float: left;
	width: 350px;
	height: 361px;
	background: url(images/columnleft_br.gif) bottom right no-repeat;
	background-color: #a90347;
}

div#columnLeft div.wrapper {
	margin-left: 19px;
	margin-right: 18px;
	color: #fff;
	margin-top: 22px;
}

div#columnRight {
	float: right;
}

div#columnRight div.tl {
	background-color: #000;
	background-image: url(images/tl_column_right.jpg);
	background-repeat: no-repeat;
	width: 552px;
	height: 361px;
	overflow: hidden;
}

div#columnRight div.tl div.contentLeft {
	float: left;
	display: inline;
	margin-left: 102px;
	margin-top: 13px;
	width: 194px;
	height: 326px;
	color: #fff;
}

div#columnRight div.tl div.contentLeft div.wrapper {
	margin-right: 10px;
}

div#columnRight div.tl div.contentRight {
	float: right;
	margin-top: 13px;
	width: 250px;
	height: 326px;
	color: #fff;
	border-left: 1px solid #fff;
}

div#columnRight div.tl div.contentRight div.wrapper {
	margin-left: 25px;
	margin-right: 17px;
}

div#columnRight div.tl div.content {
	margin: 40px 99px 0 100px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	overflow: hidden;
}

div#seperator {
	width: 902px;
	height: 63px;
	background-image: url(images/seperator.jpg);
	background-repeat: no-repeat;
}

div#content {

}

div#content a {
	color: #5a9692;
}

div#content div.bl {
	background-image: url(images/content_bl.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

div#content div.br {
	background: url(images/content_br.jpg) 100% 100% no-repeat;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

div#content div.br div.contentLeft {
	float: left;
	width: 361px;
	color: #000;
}

div#content div.br div.contentLeft div.wrapper {
	margin-left: 19px;
	margin-right: 29px;
}

div#content div.br div.contentRight {
	float: right;
	display: inline;
	width: 540px;
	color: #000;
	border-left: 1px solid #000;
	margin-bottom: 25px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

div#content div.br div.contentRight div.wrapper {
	margin-left: 25px;
	margin-right: 56px;
}

.clear {
	font-size: 1px;
	height: 1px;
}

div#footer {
	width: 902px;
	background-color: #000;
}

div#footer div.bl {
	background: url(images/footer_left.gif) bottom left no-repeat;
}

div#footer div.br {
	background: url(images/footer_right.gif) bottom right no-repeat;
	height: 50px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

div#footer div.br div.wrapper {
	margin-top: 10px;
}

div#footer div.br ul.navFooter {
	margin: 0;
	padding: 0;
}

div#footer div.br ul.navFooter li {
	display:inline;
	list-style-type:none;
	padding-left:1em;
	margin-left:1em; 
	border-left:1px solid #ccc;
}

div#footer div.br ul.navFooter li a {
	color: #fff;
	text-decoration: none;
}

div#footer div.br ul.navFooter li:first-child {
	border-left:none
}

.headerWhite {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #fff;
}

.headerPurple {
	font-size: 18px;
	color: #ac1b4c;
	font-weight: bold;
	border-bottom: 2px solid #ac1b4c;
}

div.anynews h2 {
	font-size: 18px;
	color: #ac1b4c;
	border-bottom: 2px solid #ac1b4c;
	width: 150px;
}

div.anynews hr {
	height: 1px;
	background-color: #000;d
}