/* --- General HTML Element Styles --- */
body {
/*	background-color: #FFF;*/
	background-color: #A0A0A3;
	margin: 0 auto; 
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	border: none;
	width:800px;
}

html { height: 100%; margin-bottom: 1px; }
#sidebar {
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 20px;

}
.sideHead {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;

}
a {	
	color: #0000FF;
}
a:hover {		
	color: #F59B00;
}

td {
	color: #666666;
	font-size: 12px;	
}

ul {
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;	
}

li.main {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 20px 2px 5px 5px;
	color: #000000;
}
li.sub {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 2px 5px 15px;
	list-style-type: circle;
	color: #000000;
}

.pagetext {	
	margin: 20px 0px 0px 0px; 
	padding: 0px 18px 0px 18px;
	font-family: avenir, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	border: none;
}

.mainContents {	
	background-color: #ffffff;	
}






/* --- Home page Elements -- */
td.endorsement {
	max-width: 211px;
	padding: 0px;
	background-color: #B7B5BB;
}
td.endorsement .endorseTxt {
	color: #ffffff;
	padding: 10px 30px 5px 30px;
}
td.endorsement .endorseTxt .endorseHead {
	padding: 5px 0px 15px 0px;
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
td.firstRead {
	background-image: url(images/hMain.jpg);
	background-repeat: no-repeat;
	width: 553px;
	height: 248px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
td.firstRead .firstReadTxt {
	color: #ffffff;
	margin: 0px;
	padding: 200px 20px 1px 20px;
	color: #29448B;
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	/*font-weight: bold;*/
}
td.homeLeftBottom {
	background-image: url(images/contentBottonLeftBG.gif);
	background-repeat: no-repeat;
	width: 247px;
	height: 200px;
	margin: 0px;
	padding: 0px;
}
td.serviceModuleBorder {
	border-right:1px solid #93A1C5;
	padding: 0px 15px 25px 0px;
}
td.serviceModuleNoBorder {
	padding: 0px 15px 25px 0px;
}
.footer {
	background-image: url(images/footer_back.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #28458F;
}
.footer td {
	padding: 3px 0px 3px 0px;
	color: #FFFFFF;
	font-family: avenir, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}
.footer a {	
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {		
	color: #FFFFFF;
	text-decoration: underline;
}


.subNavSpace {
		background: url(images/sub_sideglobe.gif) top left no-repeat;
		height: 359px;
		width: 211px;
}

/* --- Pull Quote --- */
.pullQuote {
/*	border: 1px solid #28548F;*/
	padding: 10px;
	background-color: #F6F6F9;
	max-height: 300px;
}

p {
	color: #000000;
}

.conTable td {
	color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 5px;
}
/* --- subnav ---*/
#subnav {
	width: 211px;
	height: 420px;
	background: #B7B5BB url(images/sub_sidebottom.gif) left bottom no-repeat;
	padding: 0;
}
#subnav img {
	margin-right: 5px;
}
#subnav ul {
	width:211px;
	list-style-type: none;
	padding: 10px 0 0 0;
	margin: 0;
}
#subnav ul li ul {
	padding: 0;
}
#subnav a:link, #subnav a:visited, #subnav a:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 3px 0 3px 0;
}
#subnav a:hover {
	background-color: #93A1C5;
	display: block;
}
#subnav li {
	padding: 1px 0 1px 0;
	font-weight: bold;
}
#subnav li li {
	padding: 1px 0 1px 0;
	font-weight: normal;
}
.sidebarTxt {
	padding: 10px;
	color: #ffffff;
}
.sidebarHead {
	size: 16px;
	font-weight: bold;
}
.backtop {
	float: right;
	display: block;
	padding: 2px;
	border: thin solid #0000CC;
	height: 15px;
	width: 50px;
	background-color: #99CCFF;
	font-size: 9px;
	text-align: center;
	margin-top: 10px;
}
