/* ******************************************************************************** */
/*                             general styles    									*/
/* ******************************************************************************** */

html, body{
	margin:0;
	padding:0;
	background:url(../images/bgRepeat.gif) repeat-x;
	background-color:#F2F2ED;	
}
#container{
	margin: 0px auto;
	width:700px;
	font-family: "Lucida Sans", "Lucida Grande", Arial, sans-serif;
	font-size:11px;
	line-height:15px; 
	color:#595655;
}
#mainContent{
	position:absolute;
	left:auto;
	right:auto;
	top:0px;
	margin-left:148px;
	padding-bottom:60px;
	width:552px;
	background: transparent url(../images/footer.gif) no-repeat bottom right;
}
#mainContentBG{
	background: transparent url(../images/body-bgRepeat.gif) repeat-y;
	float:left;
}
#top{
	height:116px;
}
#mainPhoto{
	height:188px;
}

/* ******************************************************************************** */
/*                            	 content DIVs	    								*/
/* ******************************************************************************** */

#leftColumn{
	float:left;
	width:267px;
	padding: 10px 8px 20px 38px;
	min-height:280px;
}
* html #leftColumn
{
  width: 308px;
  w\idth: 267px;
}

#rightColumn{
	float:right;
	width:210px;
	padding:10px 0 0 25px;
	height:270px;
	background:transparent url(../images/vertical-spacerDotted.gif) no-repeat top left;
}
* html #rightColumn
{
  width: 240px;
  w\idth: 210px;
}

#fullColumn{
	width:476px;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
	min-height:280px;
}

/* ******************************************************************************** */
/*                             FAQ & Human Resource nav								*/
/* ******************************************************************************** */

#navBox{
	width:148px;
	text-align:right;
	padding-top:86px;
}
#navTop{
	height:20px;
	width:136px;	
}
.smallNav, a.smallNav:link, a.smallNav:visited, a.smallNav:active{
	font-size:10px;
	color:#888F85;
	text-decoration:none;
	
}
a.smallNav:hover{
	color:#D9A418;
}

/* ******************************************************************************** */
/*                            	main navigation    									*/
/* ******************************************************************************** */

#nav{
	margin:0;
	padding:0;
	list-style:none;
	padding-top:30px;
}
#nav ul{
	padding:0;
	margin:0;
	list-style:none;
}
nav li{
	display:inline; /* fixes the vertical white space in WIN IE */
	margin:0;
	padding:0;
}
#nav li a{
	display:block; /* fixes the vertical white space in WIN IE */
	width:148px;
	white-space:nowrap;
	border-bottom:none;
}

/* ******************************************************************************** */
/*                             		copy styles    									*/
/* ******************************************************************************** */

p{
	margin-top:8px;
	margin-bottom:6px;
}
em, strong{
	color:#596849;
	font-weight:bold;
}
.homeList{
	list-style:url(../images/bullet.gif);
	margin:0;
	padding:0 0 0 17px;
	line-height:17px;
}
.contactList{
	list-style:url(../images/bullet.gif);
	margin:0;
	padding:8px 0 0 17px;
	line-height:17px;
}
.servicesList{
	list-style:url(../images/bullet.gif);
	margin:0;
	padding:0 0 0 30px;
	line-height:17px;
}
.header{
	color:#E1A60B;
	font-size:13px;
	font-weight:bold;
}
.floatLeft{
	float:left;
	padding:0 10px 5px 0;
}
.floatRight{
	float:right;
	padding:0 0 5px 10px;
}
.CCB{
	font-size:9px;
	color:#898380;
}
.faqTitle, .faqTitle1{
	font-size:11px;
	font-weight:bold;
	border-bottom: 1px dotted #000000;
	padding-top:15px;
}
.faqTitle1{
	padding-top:0px;
}
.classTitles{
	font-weight:bold;
	color:#596849;
	border-bottom: 1px dotted #596849;
}

a:link {color:#697F60; text-decoration:none;}
a:visited {color:#697F60; text-decoration:none;}
a:active {color:#697F60; text-decoration:none;}
a:hover {color:#D3A222; border-bottom:1px dotted #D3A222;}

a.header:link {color:#E1A60B; text-decoration:none;}
a.header:visited {color:#E1A60B; text-decoration:none;}
a.header:active {color:#E1A60B; text-decoration:none;}
a.header:hover {color:#D3A222; border-bottom:1px dotted #D3A222;}
