@import url(/elements/css/base.css);
@import url(/elements/css/clearfix.css);
body {
	background: #fcfcfc url(/elements/images/global/body_bg.jpg) 0 0 repeat-x;
	font: 11px/1em Arial, Helvetica, sans-serif;
	
}
#container {
	margin: 15px auto;
	width: 815px;
	padding: 0;
}
#content{
	margin: 30px auto;
	width: 815px;
	padding: 0;
	font: 14px/1em Arial, Helvetica, sans-serif;
}
#header {
	padding: 0 5px;
	overflow:auto;/*new*/
}
#logo {
	display: block;
	width: 158px;
	height: 79px;
	float: left;
	background-image: url(/elements/images/global/logo.png);
	background-repeat: none;
	background-position: center center;
}
#tagline {
	display: block;
	width: 240px;
	height: 30px;
	margin-top: 35px;
	float: right;
	background-image: url(/elements/images/global/tagline.png);
	background-repeat: none;
	background-position: center center;
}
#middle {
	width: 815px;
	margin: 0px auto;
	/*margin: 15px auto;*/
	padding: 3px 0 0 0;
	background-image: url(/elements/images/global/middle_shadow.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#navigation {
	background: #c1c2c2;
	width: 799px;
	margin: 0 auto;
	padding: 2px 3px;
	height: 47px;
	overflow:hidden;/*new*/
	/*background: #c1c2c2; width: 799px; margin: 0 auto; padding: 2px 3px; height: 47px;*/
}
#navigation li, #navigation li a {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 114px;
}
#navigation li a {
	line-height: 42px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	background: url(/elements/images/global/navigation/nav_off.gif) 0 0 no-repeat;
}
#navigation li a:hover {
	background: url(/elements/images/global/navigation/nav_on.gif)
}
#navigation li ul {
	position: absolute;
	/*width: 10em;
	width: 114px;*/
	width: 114px;
	left: -999em;
	margin-top: 42px/*new*/

}
#navigation li:hover ul {
left: auto;
}

#page_area {
	width: 805px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(/elements/images/global/page_area_bg.gif) 0 0 repeat-x;
}
.section {
}
.section.border {
	border-top: 1px dotted #1d8bf6;
	padding: 5px 0;
}
h1 {
	/*color: #112055;*/
	color: #0f2b8e;
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif, Myriad, ;
	margin-bottom: 7px;
}
p {
	/*color: #00465c;
	line-height: 14px;
	margin-bottom: 10px;*/
	color: #191919;
	line-height: 14px;
	margin-bottom: 10px;
	
}
#sidebar {
	width: 240px;
	float: left;
	margin-left: 10px;
}
#sidebar p a {
	font-weight: bold;
	color: #f26721;
	text-decoration: none;
}
#sidebar a.button {
	text-decoration: none;
	display: block;
	width: 240px;
	text-align: center;
	height: 56px;
	background-image: url(/elements/images/global/sidebar/button_bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#sidebar a.button img {
	margin-top: 5px;
}
#sidebar h1, #sidebar p, #sidebar form {
	margin-left: 13px;
	margin-right: 14px;
}
#sidebar .row {
	margin: 0 0 0.5em 0;
}
#sidebar label {
	color: #00465c;
	font-weight: bold;
	display: block;
	float: left;
	text-transform: uppercase;
	line-height: 18px;
}
#sidebar input {
	display: block;
	float: right;
	border: 1px solid #d9ecf2;
	width: 160px;
	line-height: 13px;
}
#sidebar input.submit {
	float: none;
	width: 60px;
	margin: 0.5em auto;
	color: #fff;
	font-weight: bold;
	background: #466ffe;
	border: none;
	padding: 2px;
	font-size: 10px;
}
#content {
	width: 535px;
	float: right;
	margin-right: 10px;
}
#content .section {
	margin: 0 0 10px 0;
}
a.map_button {
	display: block;
	float: right;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	width: 75px;
	margin: 0 3px;
	background: #f26721;
}
a.map_button span {
	border: 1px solid #fff;
	display: block;
	margin: 1px;
	font-size:10px
}
.home_item {
	width: 160px;
	float: left;
	margin: 0 8px;
}
.home_item .image {
	display: block;
	width: 160px;
	height: 107px;
	background-image: url(/elements/images/home/item_bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-align: center;
}
.home_item .image img {
	margin-top: 5px;
}
.home_item p {
	display: block;
	margin: 2px 4px;
}
.home_item p .title {
	display: block;
	font-weight: bold;
}
.home_item p a {
	font-weight: bold;
	text-decoration: none;
	color: #f26721;
	font-weight: bold;
}
#footer {
	margin: 10px 13px;
	border-top: 1px dotted #1d8bf6;
	padding: 5px 0;
	background: #fff;
}
#footer ul {
	width: 500px;
	float: left;
	margin-top: 15px;
}
#footer ul li {
	display: block;
	float: left;
	padding: 0 5px 0 0;
	color: #0f2b8e;
}
#footer ul li a {
	text-decoration: none;
	color: #1e76b9;
}
#footer ul li a:hover {
}
#footer p {
	width: 200px;
	float: right;
	color: #0f2b8e;
	line-height: 40px;
}
#footer p span {
	vertical-align: top;
	margin: 0 5px 0 0;
}
