@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0px;
	padding:0px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}

/*LET FF body has scroll*/
 @-moz-document url-prefix()
 {
body
{
    overflow-y:scroll;
}
 }
 /*LET Safari body has scroll*/
 @media screen and (-webkit-min-device-pixel-ratio:0)
 {
 body { overflow-y:scroll; }
 }
 /*LET Opera body has scroll*/
 @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
 {
 head~body { overflow-y:scroll; }
 }
 
/* hidden content */

.structurelabel, .skiplinks, #Credits, #toolbar-top, #breadcrumb {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
#utilities, #right {
	display:none;
}
/*--clr--*/
.clear {
	clear:both;
	height: 1px;
}
/*--position--*/
#outer, #header, #mainNav, #container, #footer, #centrecontent, #left {
	position:relative;
}
#outer, #header, #container, #footer {
	clear:both;
	width:975px;/*1024*/
	margin:0px auto;
}
/*--pagelayout--*/
body {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif, Georgia;
}
a {
	color:#3867af;
}
#header {
	height:80px;
	border-bottom:2px solid #3867af;
}
#header h1 {
	display:block;
	position:absolute;
	top:20px;
	left:30px;
	width:170px;
	height:55px;
}
#header h1 a {
	display:block;
	height:55px;
	width:170px;
	background-image:url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:0px;
	overflow:hidden;
	text-indent:1000px;
}
#header .toprightNav {
	position:absolute;
	right:70px;
	top:50px;
}
#herder .toprightNav ul li { float:right;}
#header .toprightNav a {
color:#252523;
text-decoration:none;
	font-weight:bold;
}
#container, .outerwrap {
	background-image: url(../images/1px_Somkeyblue.jpg);
	background-repeat: repeat-y;
	background-position: 200px top;/* 1 verticle line here*/
}
#container {
	margin-top:5px;
}
#left, #mainNav {
	width:195px;
	float:left;
}
#right {
	width:170px;
	float:right;
}
#content {
	float:left;
	padding-left:22px;
	padding-bottom:50px;
}
#mainNav {
}
#mainNav ul {
	margin-left:30px;
	margin-top:10px;
	text-transform:uppercase;
}
#mainNav ul li {
	margin-bottom:10px;
}
#mainNav ul li a {
	color:#252523;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
#mainNav ul li a:hover {
	color:#5181C8;
}
#mainNav ul li a.active {
	color:#3867af;
	font-weight:bold;
}
#mainNav ul li ul {
	margin-left:10px;
	text-transform:none;
}
#mainNav ul li ul li {
	margin-bottom:0px;
}
#footer {
	clear:both;
	padding-top:30px;
}
#footer a {
	color:#252523;
}
#footerDesc {
	margin-left:200px;
	width:420px;
}
#footer ul {
	float:right;
	display:inline;
	margin-right:160px;
}
#footer ul li {
	float:left;
	margin-right:10px;
}
#footer ul li a {
	text-decoration:none;
}
#centrecontent {
	width:780px;
	float:right;
	min-height:400px;
}
/* style */
#heroImage { margin-bottom:20px;}
#content a {
	text-decoration:none;
}
.folder h2 {
	display:none;
}
#content ul {
	margin:5px 0px;
}
#content ul li {
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left:24px;
}
#content ol {
	list-style-type: decimal;
	padding-left:24px;
}
.smokyblue {
	color:#3867af
}
/************Centrecontent Headers****************/


#centrecontent a {
}
#centrecontent a:hover {
}
#centrecontent h1, #centrecontent h2 {
	font-weight: bold;
	font-size:16px;
	padding:10px 0px;
	color:#3867af;
}
#centrecontent h3, #centrecontent h4 {
	font-weight:bold;
	font-size:12px;
}
#centrecontent h4 {
	color:#3867af;
}
#centrecontent h5, #centrecontent h6 {
	font-size:12px;
	font-weight: bold;
	text-decoration: underline;
}
#centrecontent h6 {
	color:#3867af;
}
#centrecontent p {
	padding:7px 0px;
	line-height:18px;
}
div.form p {
	padding-left:20px;
}
div.form form {
	width:450px;
	padding:0px 0px 0px 20px;
}
div.form div.formelement {
	float:left;
	clear:left;
	width:450px;
	padding:3px 0px;
}
div.form div.formcaptcha {
	float:left;
	clear:left;
	width:450px;
	padding:3px 0px;
}
div.form div.formcaptcha div#recaptcha_widget_div {
	width:318px;
	margin-left:135px;
}
div.form fieldset {
	float:left;
	clear:left;
	margin:10px 0px 0px 0px;
	padding:5px 0px 10px 220px;
	border: 0;
}
div.form fieldset label {
	padding:1px 0px;
}
div.form input {
	width:294px;
	padding:2px 3px;
	border:1px solid #4d4f53;
}
div.form input.formcheckbox, div#centrecontent div.form input.formradio {
	width:22px;
	padding:0px;
	border:none;
	float: left;
	clear: left;
}
div.form input.formsubmit {
	float:right;
	width:auto;
	margin:10px 0px 0px 0px;
	background:none;
	border: 1px solid #ccc;
}
div.form textarea {
	float:right;
	height:150px;
	width:296px;
	padding:4px 3px;
	border:1px solid #4d4f53;
	margin-top: -15px
}
div.form fieldset#inquiry_type {
	border: none;
}
div.form fieldset#inquiry_type legend.mandatory {
	float: left;
	clear: left;
	margin: 0 0 -25px -222px;
}
div.form legend {
	margin: 10px 0 0 -200px;
}
div.form select {
	margin-top: -22px;
}
div.form input.formtext {
	float: right;
	margin-top: -15px
}
/************ Rich text Image styles ************/
div.imageleft, div.imageright, div.leftobject, div.rightobject {
	padding-top: 4px;
	padding-bottom: 4px;
	display: inline;
}
div.imagecenter, div.centerobject {
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}
div.imagecenter {
	text-align: center;
}
div.imageleft, div.leftobject {
	float: left;
	padding-right: 8px;
}
div.imageright, div.rightobject {
	float: right;
	padding-left: 8px;
}
div.imageleft p.picturetext, div.imageright p.picturetext, div.imagecenter p.picturetext {
	margin-top: 2px;
	margin-bottom: 2px;
}
div.imageleft p.picturetext, div.imageright p.picturetext, span.picturetext {
	background-color: #f0f0f0;
}
.indent {
	padding-left: 20px;
}
.imagethumb {
	float: left;
	padding:10px;
}
.object-center a, .object-left a, .object-right a { font-weight:bold;}
