@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(images_h/background2.jpg);
	background-color: #A7A9AC;
	background-repeat: no-repeat;
	background-position: center 58px;
}
#container  {
	width: 990px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 43px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	background-image: url(images_h/containerBack.jpg);
} 
#bannerHome {
	background-image: url(images_h/bannerHome.jpg);
	background-repeat: no-repeat;
	width: 990px;
	height: 359px;
}

#header  { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 155px;
	margin-left: 50px;
	padding: 0px;
}
.navLines {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #264B99;
	margin-right: 15px;
}

#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 219px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	margin-top: 30px;
}
#clientlogin {
	width: 180px;
	border: 1px solid #91ABE3;
	background-image: url(images_h/loginBack.jpg);
	background-repeat: repeat-x;
	padding: 15px;
}

#mainContent  {
	margin-top: 20;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 205px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 32px;
	width: 430px;
} 
#loginShadow {
	background-image: url(images_h/loginShadow.jpg);
	background-repeat: no-repeat;
	height: 13px;
	width: 230px;
	background-position: center;
}

.clientloginHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #264B99;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.7em;
}


#footer  {
	background-color: #DDDDDD;
	height: 37px;
	width: 990px;
	background-repeat: no-repeat;
	background-image: url(images_h/footer.jpg);
	padding: 0px;
} 
#footer p  {
	margin: 0;
	padding: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clientloginSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #264B99;
}
.clientloginFormFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #264B99;
}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	white-space: normal;
	font-weight: bold;
	border-top-width: 1pt;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #6A92C5;
	border-top-color: #6A92C5;
	border-right-color: #6A92C5;
	border-left-color: #6A92C5;
	background-color: #A8A9AD;
	height: auto;
	width: auto;
	float: none;
	clear: left;
	padding: 4px;
}
#bannerAbout {
	background-image: url(images_h/bannerAbout.jpg);
	background-repeat: no-repeat;
	width: 990px;
	height: 359px;
}
#bannerServices {
	background-image: url(images_h/bannerServices.jpg);
	background-repeat: no-repeat;
	width: 990px;
	height: 359px;
}
#bannerResources {
	background-image: url(images_h/bannerResources.jpg);
	background-repeat: no-repeat;
	width: 990px;
	height: 359px;
}
#bannerCompliance {
	background-image: url(images_h/bannerCompliance.jpg);
	background-repeat: no-repeat;
	width: 990px;
	height: 359px;
}
#bannerContact {
	background-image: url(images_h/bannerContact.jpg);
	background-repeat: no-repeat;
	width: 990px;
	height: 359px;
}
#credits {
	background-color: #A8A9AD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	padding-right: 15px;
}
#credits a {
	background-color: #A8A9AD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	padding-right: 15px;
	text-decoration:none
}
.maintext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.7em;
	color: #264B99;
	text-decoration: underline;
}
.maintext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.7em;
	color: #666;
	text-decoration: none;
}
.maintext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.7em;
	color: #A8A9AD;
	text-decoration: underline;
}
.maintext a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.7em;
	color: #264B99;
	text-decoration: underline;
}
#mainContentWide {
	margin-top: 20px;
	margin-right: 90px;
	margin-bottom: 0;
	margin-left: 205px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 32px;
	width: 640px;
}

