@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #5e4e16;
	background-image: url(/images/bkg5.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}
#top {
	text-align: right;
	height: 55px;
	width: 953px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	font-size: 12px;
	background-color: #faf7ea;
	text-align: left;
	width: 953px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #65551e;
	border-bottom-color: #65551e;
	border-left-color: #65551e;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/bkg.gif);
	background-repeat: repeat-y;
	padding-bottom: 0px;
}
#left_col {
	float: left;
	width: 598px;
}
#navbarcont {
	float: left;
	width: 149px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #65551e;
	background-color: #e6d69d;
}
#middle {
	float: left;
	width: 428px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #65551e;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #65551e;
	padding: 10px;
}


#middle_main {
	float: left;
	width: 448px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #65551e;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #65551e;
	
}


.nav_btns {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #65551e;
}
#right_col {
	background-color: #e6d69d;
	background-image: url(/images/building.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 354px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #65551e;
	padding-top: 280px;
	text-align: center;
}
#right_col a {
	color: #866700;
}


a:link {color: #866700;}     /* unvisited link */
a:visited {color: #866700;}  /* visited link */
a:hover {color: #866700;}   /* mouse over link */
a:active {color: #866700;}   /* selected link */

.clear {
	font-size: 1px;
	clear: both;
}
#footer {
	clear: both;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	color: #faf7ea;
	padding-top: 5px;
	text-align: left;
}
#footer a {
	color: #faf7ea;
}

h1 { font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5e4e16; }
	
h2 { font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5e4e16; }
	
h3 { font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5e4e16; }
	
.staffimage { width: 130px;
				float: right;
				padding-left: 5px;
				padding-bottom: 5px;
				text-align: center;
				font-weight: bold;
				}
				
.test_name { text-align: right;
	padding-bottom: 5px;
border-bottom: 1px solid #000000;
margin-bottom: 5px;
				}
				
.testimonials { }

.question {font-weight: bold; }
.answer { padding-bottom: 5px;
border-bottom: 1px solid #000000;
margin-bottom: 5px;}




/* ---------------------------------MENU SECTION -------------------*/



	
	
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 12.25em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 12.25em;
		
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 12.3em;
		margin-top : -2.35em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 12.25em;
		w\idth : 11.25em;
		display : block;
		color : #65551e;
		font-weight : bold;
		text-decoration : none;
		background-color : #e6d69d;
		border : 1px solid #65551e;
		padding : .8em 0.5em;
	}
	
	#nav li a:hover {
		color : #e6d69d;
		background-color : #65551e;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	



/* Support for the "iehover-fix.js" */

* html ul#nav iframe, * html ul.nav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */





/* ---------------------------------MENU SECTION -------------------*/
