/* CSS Document */
/* ========== TAGS ========== */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5A7886;
	background-color:#5A7886;
	background-image:url(../imgs/common/backgrounds/body_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	margin:0px;
	line-height:16px;
}
a{
	color:#7FCFE3;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#7393A2;
	font-weight:bold;
	text-decoration:underline;
}
ul {
	margin:0px;
	padding:0px;
}
p {
	margin:0px;
	padding:0px 0px 10px 0px;
}
h1 {
	margin:0px;
	padding:0px;
	font-size:13px;
	font-weight:bold;
	color:#5A7886;
}
form {
	margin:0px;
	padding:0px;
}
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5A7886;
}

/* ========== IDS ========== */
#body {
	background-color:#FFFFFF;
	width:800px;
	text-align:left;
	margin:0px auto;
}

#header {
	background-image:url(../imgs/common/backgrounds/header_main_bg.jpg);
	background-repeat:repeat-x;
	height:130px;
}

#headerLeft {
	float:left;
	width:186px;
}
#headerRight {
	float:left;
	width:614px;
	height:130px;
}

img#logoHead {
	margin-top:23px;
	margin-left:25px;
}
#headerText {
	margin:30px 0px 0px 25px;
	line-height:13px;
}
#headerNav {
	margin-top:26px;
	line-height:14px;
}
ul#mainNav {
	list-style:none;
	line-height:14px;
}
ul#mainNav li {
	display:inline;
	line-height:14px;
}
ul#mainNav li a{
	display:block;
	float:left;
	width:96px;
	padding:3px 0px 2px 5px;
	border-right:1px solid #FFFFFF;
	background-color:#5A7886;
	background-image:url(../imgs/common/backgrounds/nav_norm_bg.jpg);
	background-position:right;
	background-repeat:repeat-y;
}
ul#mainNav li#end a{
	width:98px;
	border-right:1px solid #5A7886;
}
ul#mainNav li a:hover{
	color:#5A7886;
	text-decoration:none;
	background-color:#FFFFFF;
	background-image:none;
}

#mainArea {
	padding-top:5px;
}
#colLeft {
	float:left;
	width:410px; 
}
#colRight {
	float:left;
	width:390px;	
}

.contentLeft {
	padding:20px;
	border-right:1px solid #80CFE3;
	/*
	height:269px;
	*/
}
.contentRight {
	padding:20px;
}
.xBox {
	background-image:url(../imgs/common/backgrounds/X.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:309px;
}
#indexContentLeft {
	background-image:url(../imgs/common/backgrounds/main_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.testimonial {
	margin-bottom:10px;
}
p.testimonialBody {
	margin:0px;
	padding:0px 0px 2px 0px;
	color:#95A5AD;
	font-style:italic;
}
p.testimonialName {
	margin:0px;
	padding:0px;
	color:#95A5AD;
	font-weight:bold;
}

#headerFlash {
	margin:10px 0px 0px 25px;
}
#indexFlash {
	padding:70px 0px 0px 0px;
}

#footer {
	padding:13px 8px 8px 8px;
	font-size:10px;
	background-image:url(../imgs/common/backgrounds/footer_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	line-height:13px;
}

/* ========== CLASSES ========== */
.lightBlue{
	color:#7FCFE3;
}
.topBar {
	background-image:url(../imgs/common/backgrounds/top_bar_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	height:55px;
	border-bottom:1px solid #C0CED5;
}
.topBar#left {
	border-right:1px solid #80CFE3;
}
p.firstPara {
	font-weight:bold;
	font-size:12px;
}

/* drop down menu */
.anylinkcss {
	position:absolute;
	left:0px;
	margin:0px;
	visibility: hidden;
	z-index: 100;	
	width: 110px;
}
div#anylinkmenu1.anylinkcss a, div#anylinkmenu2.anylinkcss a, div#anylinkmenu3.anylinkcss a{
	text-align:left;
	left:0px;
	width:100px;
	display: block;
	text-indent: 2px;
	text-decoration: none;
	padding:1px 0px 1px 2px;
	background-color:#2E687D;
	border-right-width:0px;
	border-top:1px solid #C5D7DD;
	background-image:url(../imgs/common/backgrounds/sub_nav_norm_bg.jpg);
	background-position:right;
	background-repeat:repeat-y;

}
div#anylinkmenu1.anylinkcss a:hover, div#anylinkmenu2.anylinkcss a:hover, div#anylinkmenu3.anylinkcss a:hover{
	color:#FFFFFF;
	background-color:#5A7886;
	border-right-width:0px;
	background-image:url(../imgs/common/backgrounds/sub_nav_over_bg.jpg);
	background-position:right;
	background-repeat:repeat-y;
}
#quotePicBox {
	border:1px solid #80CFE3;
	padding:5px;
	background-color:#EFF9FC;
	line-height:14px;
}
/* ============ */

ul.normList {
	list-style:square;
	padding:0px 0px 5px 20px;
}
div.boxedOut {
	font-weight:bold;
	border:1px solid #80CFE3;
	padding:5px;
	background-color:#EFF9FC;
}
.newsItemTop {
	padding:2px 0px 2px 0px;
	border-top:1px solid #80CFE3;
	border-bottom:1px solid #80CFE3;
}
.newsItem {
	padding:2px 0px 2px 0px;
	border-bottom:1px solid #80CFE3;
}
.errorText {
	color:#CC0000;
}
img.heading {
	 margin-top:27px;
	 margin-left:20px;
}
.corpBlue {
	color:#7FCFE3;
	font-weight:bold;
}