body {
	margin: 5px 0 0 0;
	text-align: center;
	min-width: 985px;
	background: #d5d5d5 url(images/bg.jpg) repeat-x;
	font: 12px/1.5em Arial, sans-serif;
	letter-spacing: normal;
}

a {
	color: #357cd4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #4786dc;
	margin-top: 5px;
}

.right {
	float: right;
	margin: 0 0 12px 12px;
}

.map {
	float: right;
	width: 425px;
	margin: 0 0 12px 12px;
}

#wrapper {
	width: 985px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}

#tophead {
	position: relative;
	width: 985px;
	height: 78px;
	background: url(images/headerbg.jpg) no-repeat;
}

#headlinks {
/*
	position: absolute;
	left: 50px;
	width:260px;
*/
	margin-left:27px;
}

#headlinks img {
	border: none;
	float: left;
}

#header {
	width: 985px;
	height: 109px;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 20px;
}

#header span {
	background: url(images/header.jpg) no-repeat;
	position: absolute;
	width: 985px;
	height: 109px;
	cursor: pointer;
}

ul#nav {
	margin: 0;
	padding:0;
	background: #3665f3 url(images/navbg.jpg) repeat-x;
	list-style: none;
	font-size: 11px;
	line-height: 36px;
	font-weight: bold;
	z-index: 1;
	width:985px;
}



#nav li {
	float: left;
	display: inline;
	border-right: 1px solid #fff;
	padding:0 10px;
}

#nav .last {
	border: none;
}

#nav li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 0 20px;
}

#nav li ul {
	position: absolute;
	background: #205599;
	width: 110px;
	left: -999em;
	margin:0;
	padding:0;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li li {
	border-right: none;
	border-top: 1px solid #fff;
	margin:0; padding:0;
}

#nav ul a {
	width: 70px;
}

#nav ul a:hover {
	background: #62a6f9;
}

.submenu {
	position: absolute;
	top: 228px;
}
	.submenu ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	.submenu ul li {
		margin:0;
		padding: 9px 30px;
		width: 75px!important;
		border-top: solid 1px #ffffff;
		background: #205599;
		text-align:center;
	}
	
	.submenu ul li:hover {
		background: #62a6f9!important;
	}
	.submenu a {
		color: #fff!important;
		text-decoration: none!important;
	}
	.submenu a:hover {
		text-decoration: none;
	}

div#new_submenu {
	margin: 0px 0px 0px 93px;
}

#cwrapper {
	margin: 10px 0;
	background: url(images/cbg.jpg) repeat-y;
}

#content {
	float: left;
	width: 681px;
	display: inline;
	padding: 0 20px;
}

#contentalt {
	padding: 10px 20px;
}

.dropped {
	z-index: 0;
}

#sidebar {
	float: right;
	width: 264px;
	display: inline;
	background: #357cd4;
	padding-bottom: 15px;
}

#sidebar img {
	border: none;
	text-align: left;
}

#contact {
	background: url(images/contactbg.jpg) no-repeat bottom;
	color: #fff;
	padding: 20px 30px;
}

#contact a {
	color: #fff;
	text-decoration: underline;
}

#footer {
	height: 26px;
	line-height: 26px;
	padding: 0 20px;
	color: #fff;
	background: #3a3a3a url(images/footerbg.jpg) repeat-x;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* FORM CSS */
.tablebg {
	background: #f4f4f4;
	padding: 5px;
	width: 366px;
}

.formnotes {
	padding: 6px 0px;
	color: #4786dc;
	font-size:12px;
	font-weight:bold;
}

.fieldcell {
	padding: 3px 0px;
	border-bottom: solid 1px #c7c7c7;
}

.field {
	width: 225px;
	background: #f4f4f4;
	border: solid 1px #c0c0c0;
}

.field2 {
	width: 229px;
	background: #f4f4f4;
	border: solid 1px #c0c0c0!important;
}

.req_basic {
	color:#f00;
}

.btn {
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: #182a42;
	border: solid 1px #15228a;
	text-decoration:none;
}