/* CSS Document */

body {
	font-family: tahoma,trebuchet, arial, helvetica;
	font-size: 11px;
	background: #686868;
	margin: 0px;
	padding: 0px;
}
img { behavior: url(../iepngfix.htc) }
a:link, a:visited {
	color:#185a8e;
	text-decoration:underline;
	outline: none;
}
a:hover, a:focus {
	text-decoration:none;
}

#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background: #ffffff;
	border: 1px solid #000000;
}

#header {
	width: 950px;
	height: 92px;
	margin: 0px;
	background: #262627;
	float: left;
}

#logo {
	height: 71px;
	width: 237px;
	float: left;
	background: url(images/logo.jpg) no-repeat;
	margin: 12px 0px 0px 10px;
}
#logo a{
	display: block;
	height: 71px;
	width: 237px;
}
#logo a span {
	display:none;
}

/*#title {
	height: 100px;
	width: 200px;
	float: left;
}

#topLinks {
	width: 650px;
	height: 50px;
	float: right;
	text-align:right;
}

#search {
	width: 650px;
	height: 50px;
	float: right;
	text-align:right;
}*/

#navigation {
	float: right;
	width: 655px;
	margin: 37px 10px 0 0;
	height: 37px;
	background: url(images/nav_bg.gif) no-repeat;
}
#feature {
	display:block;
	float: left;
	width: 950px;
	height: 257px;
	margin: 0px;
	background: url(images/bg_header.jpg) no-repeat;
}
#featuretext {
	display: block;
	float: left;
	width: 370px;
	height: 150px;
	margin: 57px 0 20px 480px;
	font-family: Arial, Helvetica, sans-serif;
}
#featuretext h2 {
	font-size: 32px;
	font-weight:400;
	font-variant:small-caps;
	margin: 0;
	padding: 0 0 15px 0;
	color: #ffffff;
}
#featuretext ul {
	list-style-image: url(images/bg_list.png);
	margin: 0 0 0 20px;
	padding: 0;
}
#featuretext li {
	padding: 2px 0 3px 3px;
	text-transform: uppercase;
	font-size: 13px;
	color: #e5e5e6;
}
#middlecontent {
	display: block;
	width: 950px;
	background: url(images/bg_light1.gif) top repeat-x;
	color: #2d2d2d;
	float: left;
}
#left {
	width: 550px;
	float: left;
	margin: 10px 0 10px 0;
	padding: 0 20px 10px 40px;
}
#left h2 {
	color: #272728;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
#content {
	width: 870px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0 40px 20px 40px;
	min-height: 300px;
}
#content h1 {
	color: #272728;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 5px 0 10px 0;
}
#right {
	width: 280px;
	float: right;
	margin: 10px 40px 10px 0;
}
#right h2 {
	color: #272728;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
#right b, #right strong {
	color: #8a8a8a;
}
#right p {
	/*background:url(images/page1_pic1.png) top left no-repeat;
	padding-left: 35px;
	margin-bottom: 25px;*/
	margin: 0 0 25px 0;
	padding: 0;
}
#breadcrumbs {
	text-align: right;
	font-size: 10px;
	margin: 0;
	color:#a0a0a0;
	text-transform: lowercase;
}
#breadcrumbs a {
	color:#a0a0a0;
	text-decoration:none;
}
#breadcrumbs a:hover {
	color:#DA9000;
	text-decoration:none;
}

#bottomrow {
	display:block;
	width: 950px;
	height: 179px;
	float: left;
	color: #ffffff;
	background: #112e4e url(images/bg_color.jpg) repeat-x;
	border-top: 3px solid #000000;
}
#bottomrow h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:400;
	text-transform: uppercase;
	margin: 8px 0 0 0;
	color: #93d6e1;
	padding: 0;
}
#bottomrow P {
	margin: 0;
	padding: 0;
}
#bottomleft {
	display: block;
	width: 296px;
	height: 158px;
	float: left;
	border-right: 1px solid #195e95;
	padding: 10px;
	text-align: center;
}
#bottomcenter {
	display: block;
	width: 296px;
	height: 158px;
	float:left;
	border-right: 1px solid #195e95;
	padding: 10px;
	text-align: center;
}
#bottomright {
	diplay: block;
	width: 296px;
	height: 158px;
	float: right;
	padding: 10px;
	text-align: center;
}
#clear {
	clear:both;
}

#footer {
	width: 950px;
	min-height: 20px;
	background: #29292a url(images/bg_footer.gif) repeat-x;
	color: #b0b0b0;
	padding: 25px 0 20px 0;
	text-align:center;
	font-size: 11px;
}
#botMenu {
	padding-bottom: 8px;
	width: 950px;
	text-align: center;
}
#info {
	height: 20px;
}
#info a:link, #info a:visited {
	color: #b0b0b0;
	text-decoration:underline;
}
#info a:hover {
	color: #185a8e;
	text-decoration: none;
}


	
