/* Layout */
* {
	padding: 0;
	margin: 0;
	}
	
html, 
body {
	background: #F7F7F7;
	text-align: left; /*IE 5*/
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	color: #676767;
	}
	
body { 
	font-size:62.5%;
	}

#wrap {
	width: 100%;
	height: 100%;
	}

#container {
	width: 880px;
	margin: 0 auto;
	}	
	
#header {
	width: 880px;
	height: 165px;
	margin: 0 auto;
	padding: 0 auto;
	}
	
#main {
	width: 880px;
	height: auto;
	margin: 0 auto;
	padding: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../img/site_bg.gif);
	background-position:center top;
	background-repeat:repeat-y;
	}
	
	#content {
	font-size:  1.1em;
	margin-left: 60px;
	width: 660px;
	}	
	
#footer {
	width: 880px;
	height: 72px;
	background-image:url(../img/home_footer.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	clear: both;
	}
	
	#footer #footer_txt {
		font-size:  1em;
		/*color: #B9B9B9;*/
		color: #929292;
		text-align: right;
		padding-top: 34px;
		padding-right: 37px;
		}
		
	#footer a {
		color: #929292;
		text-decoration:none;
		}
		
	#footer a:hover{
		color: #0D7C9A;
		text-decoration:underline;
		}
		

/*-----Content Page------*/

#content {
	padding:20px;
	width: 660px;
}

#content .pageTitle {
	height:22px;
	margin-bottom:10px;
}
#content .pageTitle .right {
	float:right;
	text-align:right;
	height:22px;
	width: 400px;
}
#c//ontent .text  {
	width:590px;
	padding: 12px 10px 8px 15px;
	float:left;
}

#content ol {
	margin: 10px;
}
#content ol li {
	margin: 0px 0px 10px 0px;
}

#content .photo {
	border: 1px solid #E2E2E2;
	padding: 3px;
	margin: 0px 0px 20px 20px;
	float: right;
}

#content p {
	color: #212121;
	}
	
body.holTerms #content dl {
	width: 500px;
}

body.holTerms #content dt {
	width: 250px;
}

body.holTerms #content dd {
	width: 250px;
	float:left;
}

/*-----Staff Profiles Page------*/

.profile {
	padding: 0px 0px 10px 0px;
}
.profile .staffPhoto {
	width:125px; 
	float:left;
}
.profile .staffPhoto img {
	width:118px; 
	height:150px;
}
.profile .staffDescription {
	width:485px;
	float: left;
	margin-left: 10px;
}
.profile ul {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}
		
		


		
		
		
		
		