body {
	background: #111;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	/* for centering mainDiv */
	text-align:center; /* IE */
	min-width: 900px; /* Mozilla ( IE doens't see)*/
}

#container {
	background: url(images/containerBG.jpg);
	background-repeat:repeat;
	width: 1000px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	border-bottom: 1px solid #222;
}

a:link, a:active, a:visited{
color:#003300;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}


#mainDiv {
	padding: 0px;
	margin: 0px;
	width: 900px;
	background: #efefef;
	/*border-left: 15px solid #26367a;*/
	border-right: 8px solid #fff;
	border-bottom: 8px solid #fff;
	border-left: 8px solid #fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	text-align: left;
}



/* use this when white content column is longer than tan column */
#bodyBilling #mainDiv, #bodyAboutBios #mainDiv, #bodyIndex #mainDiv {
	background-color: #ffffff;
}

h4 {
	color:#003300;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h5 {
	color:#003;
	/* color:#638395; */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight:normal;
}


/* ---- header ------ */

#headerDiv {
	margin:0px;
	padding:0px;
	height: 250px;
	width: 100%;
	background-color: #efefef;/*#26367a;/*#172049;*/
	border: 0px solid #000;
	border-bottom: 2px solid #8b0000/*#022896*/;
}

#headerDiv #logo {
	margin-top: 15px;
	text-align: left;
}

#headerDiv h1 {
	margin: 0px;
	padding: 0px;
}

#headerDiv h1 span { display:none;}


#bodyAbout #headerLeft, #bodyAboutBenefits #headerLeft {
	background-image: url(images/design/header-left2.jpg);
}

#bodyAboutBios #headerLeft {
	background-image: url(images/design/header-left3.jpg);
}

#bodyContact #headerLeft {
	background-image: url(images/design/header-left4.jpg);
}

#bodyServices #headerLeft {
	background-image: url(images/design/header-left5.jpg);
}

#bodyHire #headerLeft {
	background-image: url(images/design/header-left6.jpg);
}

#bodyNewsletter #headerLeft {
	background-image: url(images/design/header-left7.jpg);
}
#bodyCSLGnews #headerLeft {
	background-image: url(images/design/header-left2.jpg);
}
/* --- middle div ----- */




/* --- content div ---- */

#contentDiv {
	border-top: 1px solid #fff;
	margin: 0px;
	padding: 0px;
	width: 100%;
	
}

#leftCol {
	margin: 0px;
	padding: 0px;
	background-color: #f6f6f6;
	float: left;
	width: 260px;
}

/* ------- quote area ------------*/
#quoteArea {
	margin: 10px;
	margin-top: 30px;
}

.quote {
	font-family:"Times New Roman", Times, serif;
	font-size:small;
	color:#000000;
	font-style: italic;	
}


#rightCol {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	text-align:left;
	width: 635px;
	height:100%;
	float: right;
	border: 1px solid #fff;
}




/* ----- content Area ---------- */

#contentText {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	
	
}

#bodyFacts #contentText li, #bodyPublic #contentText li, #bodyExample #contentText li {
	padding: 10px;
	border-left: 2px solid #f6f6f6;
	border-bottom: 1px solid #999;
}

#contentText li {
	margin-bottom: 10px;
}

#pageTitle {
	font: 14px engraversmt;
	color:#650101;
	text-align: right;
	border-bottom: 1px solid #8b0000;
}

#bottomLine {
	border-top: 1px solid #8b0000;
}

.topLine {
	border-top: 1px solid #8b0000;
	padding-top: 7px;
}

h2 span { display:none;}





/* ----------- FOOTER DIV ---------- */
 #footerDiv {
 	clear:both;
	margin: 0px;
	padding: 0px;
	height: 1px;
 }

/*  ---------  CREDITS ---------- */

#credits {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#credits p {

	text-align:center;
}


/* ---- GENERAL ---------*/

p {
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
}

.center {
	text-align:center;
}

.imgborder {
	border:  1px solid #333666;
}

.smalltext {
	font-size: 9px;
	line-height: 9px;
}

.alignRight {
	text-align:right;
}
 
 /* --------------------- LEFT NAV ----------------------*/

/* left navigation */

#leftNav {
	background-color: #004981;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}

#leftNavList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
	}

#leftNavList li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	font-size: 10px;
	line-height: 23px;
	width: 100%;
	}


#leftNavList a { 
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: normal;
   	background: #004981;
	padding-left: 10px;
	border-top: 1px solid #a6bfd2;
	}

#leftNavList #navCSLGnews a {
	border-bottom: 1px solid #C8C4A7;
}

#leftNavList a:link,  #leftNavList a:visited {
	color: #fff;
	text-decoration: none;
	} 	





/* page specific colors */	

#bodyIndex #leftNavList #navHome a, #bodyAbout #leftNavList #navAbout a, #bodyAboutBenefits #leftNavList #navAbout a, #bodyBio #leftNavList #navBio a, #bodyContact #leftNavList #navContact a, #bodyFacts #leftNavList #navFacts a, #bodyPractice #leftNavList #navPractice a, #bodyBilling #leftNavList #navBilling a, #bodyPublic #leftNavList #navPublic a, #bodyExample #leftNavList #navExample a, #bodyContact #leftNavList #navContact a  {
	background-color:#003055;

}





/* hover */
	


#leftNavList a:hover { 
	text-decoration: none;   
	/* background: #C8C4A7;
	color:#003300; */
	background-color: #003055;
	}
	
#bodyAbout #leftNavList #navAbout a:hover {
	text-decoration: underline; 
}

/* ----------- SUBNAV ------------- */


/* page specific */
#bodyAbout #subNavList, #bodyIndex #subNavList, #bodyFacts #subNavList, #bodyContact #subNavList, #bodyPublic #subNavList, #bodyBilling #subNavList {
	display: none;
}	

#bodyPractice #subNavList, #bodyExamples #subNavList {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	background: #003055;
	
}


#subNavList li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	font-size: 10px;
	line-height: 20px;
	width: 100%;
	
}	

#subNavList a { 
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-decoration: none;
	display: block;
   	background :#003055;
	padding-left: 25px;
	border-top: 1px solid #003055;
	}
	

#subNavList a:link,  #subNavList a:visited {
	color: #fff;
	text-decoration: none;
	}
	 	
#subNavList a:hover {
	background-color: #003055;
	text-decoration: underline;
}