@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(../images/Back_Page.jpg) repeat-x #9bb4c5;
	color: #333333;
	font-family: Tahoma, Arial;
	font-size: 10pt;
	}
	
p {
	text-align: justify;
	}
	
a:link, a:visited, a:hover {
	color: #276656;
	}
	
h1 {
	font-size: 1.4em;
	color: #326589;
	border-bottom: 1px solid #e3e2e2;
	padding-bottom: 4px;
}
	
h2 {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #58434c;
	}
	
table {
	margin-bottom: 15px;
	border-bottom: 4px solid #e3e2e2;
	}
	
td {
	padding: 5px;
	border-bottom: 1px solid #e3e2e2;
	}
	
.TableHeader {
	color: #ffffff;
	font-size: 1.1em;
	background-color: #326589;
	}
	
.TableSubHeader {
	color: #ffffff;
	font-size: .9em;
	background-color: #58434c;
	}
	
/*--------------Container--------------*/

#Container {
 	margin-right: auto;
 	margin-left: auto;
 	width: 984px;
	}

/*--------------TopBanner--------------*/

#TopBanner {
	height: 103px;
	background: url(../images/Back_TopBanner.gif) no-repeat top left;
	text-align: right;
	}
	
/*--------------------NavMenu--------------------*/
	
#NavMenu {
	background: url(../images/Nav_Sprite.gif) 0 0 no-repeat;
	position: relative;
	width: 984px;
	height: 38px;
	padding: 0;
	margin: 0;
	}
	
#NavMenu li {
	height: 38px;
	padding: 0;
	margin: 0;
	position: absolute;
	background: url(../images/Nav_Sprite.gif) 0 0 no-repeat;
	display: block;
	list-style: none;
	}
	
#NavMenu a {
	height: 38px;
	display: block;
	}
	
#NavMenu a:hover {
	}
	
#NavMenu #icon1 {
	width: 87px;
	}
	
#NavMenu #icon2 {
	width: 181px;
	left: 87px;
	background-position: -87px 0;
	}
	
#NavMenu #icon3 {
	width: 63px;
	left: 268px;
	background-position: -268px 0;
	}

#NavMenu #icon4 {
	width: 204px;
	left: 331px;
	background-position: -331px 0;
	}

#NavMenu #icon5 {
	width: 116px;
	left: 535px;
	background-position: -535px 0;
	}

#NavMenu #icon1 a:hover {
	background: url(../images/Nav_Sprite.gif) 0 -38px no-repeat;
	}

#NavMenu #icon2 a:hover {
	background: url(../images/Nav_Sprite.gif) -87px -38px no-repeat;
	}

#NavMenu #icon3 a:hover {
	background: url(../images/Nav_Sprite.gif) -268px -38px no-repeat;
	}

#NavMenu #icon4 a:hover {
	background: url(../images/Nav_Sprite.gif) -331px -38px no-repeat;
	}

#NavMenu #icon5 a:hover {
	background: url(../images/Nav_Sprite.gif) -535px -38px no-repeat;
	}

/*--------------ContentBody--------------*/

#ContentBody {
	background: url(../images/Back_ContentBody.gif) repeat-y;
	min-height: 520px;
	}

/*--------------RightCol--------------*/

#RightCol {
	float: right;
	padding-top: 40px;
	width: 280px;
	height: 69px;
	background:url(../images/Back_RightCol.gif) no-repeat;
	}
	
#RightCol .bm12 {
	margin-bottom: 12px;
	}
	
/*--------------Testimonials--------------*/

#Testimonials {
	background: url(../images/Back_Testimonials.gif) repeat-y;
	color: #e5e7e9;
	font-size: .8em;
	}
	
#Testimonials p {
	padding: 0 20px 0 20px;
	text-align: justify;
	line-height: 11pt;
	}
	
#Testimonials .top {
	height: 31px;
	background: url(../images/Back_TestimonialsTop.gif) repeat-y;
	}
	
#Testimonials .bottom {
	height: 19px;
	background: url(../images/Back_TestimonialsBottom.gif) repeat-y;
	}
	
/*--------------RelatedInfo--------------*/

#RelatedInfo {
	background: url(../images/Back_RelatedInfo.gif) repeat-y;
	color: #e5e7e9;
	font-weight: bold;
	}
	
#RelatedInfo .top {
	height: 31px;
	background: url(../images/Back_RelatedInfoTop.gif) repeat-y;
	}
	
#RelatedInfo .bottom {
	height: 19px;
	background: url(../images/Back_RelatedInfoBottom.gif) repeat-y;
	}
	
#RelatedInfo ul {
	margin: 15px 22px 25px 22px;
	padding: 0;
	list-style-type: none;
	}
	
#RelatedInfo li {
	padding: 6px 0 6px 0;
	list-style-image: none;
	border-bottom: 1px solid #678da7;
	}
	
#RelatedInfo li.last {
	border-bottom: none;
	}
	
#RelatedInfo li a:link, #RelatedInfo li a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#RelatedInfo li a:hover {
	text-decoration: underline;
 	}

/*--------------LeftCol-------------*/

/*
#LeftColIndex {
	margin-left: 37px;
	padding-bottom: 25px;
	padding-right: 189px;
	width: 476px;
	background: url(../images/HomepagePicture.gif) no-repeat top right;
	}
*/
	
#LeftColIndex {
	padding-right: 189px;
	width: 476px;
	background: url(../images/HomepagePicture.gif) no-repeat top right;
	}
	
#LeftColChild {
	margin-left: 37px;
	padding-bottom: 25px;
	padding-right: 40px;
	width: 625px;
	}
	
/*--------------Footer-------------*/

#Footer {
	clear: both;
	padding: 27px 0 0 37px;
	height: 63px;
	background: url(../images/Back_Footer.gif) no-repeat;
	color: #ffffff;
	font-size: .8em;
	}
	
#Footer a:link, #Footer a:visited {
	color: #ffffff;
	text-decoration: none;
 }

#Footer a:hover {
	text-decoration: underline;
 }

	
.CaptchaError { 
    font-weight:400; 
    color: #ff0000
}
