@charset "UTF-8";
/* CSS Document */

html, body {margin:0; padding:0; font-size:90%; Zoom: 1.0 /**normalizes zoom in IE7 to 100%**/; height:100%; margin-bottom:1px; /** this forces scrollbar to appear in Mozilla **/}

* body {font-size:76% /**for IE only**/}


body {
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background: #f8f5e2;
	}
	
#container {
	width: 890px;
	height: 1060px;
	margin-left: auto;
	margin-right: auto;
}		

#home_graphic {
	background-image: url(testimonials.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height: 341px;
	width: 890px;
	}

#content {
	padding-top: 10px;
	left: 180px;	
		
	}
	
#content_text {
	padding: 20px;
	text-align: justify;
	font-size: 14px;
	width: 405px;
	float: left;
	
	}
		
.indent {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	}

#logo {
	padding-right: 19px;	
	}

#nav_bar {
	background-color: #ffdf66;
	width: 890px;
	height: 20px;
	}

#nav, #nav ul {

	padding: 0;
	margin: 0;
	list-style: none;
	}
#nav li {
	float:left;
	position: relative;
	width:12em;
	border: 1px solid #ffdf66;
	background-color: #ffdf66;
	color: #285387;
	font-size: 110%;
	margin-right: 5px;
	}

#nav a:link, #nav a:visited {
	display: block;
	text-decoration: none;
	padding-left: 3px;
	color: #285387;
	}

* html #nav a {
	width: 100%;
	}

#nav ul {
	display: none;
	position: absolute;
	padding: 0;
	}	
	
#nav ul li {
	border: 0 none transparent;
	border-bottom: 1px solid #ffdf66;
	border-top: .5em solid #ffdf66;
	background-color:  #ffdf66;
	font-size: 100%;
	margin-bottom: -1px;
	margin-top: 1px;
	padding: 0;
	}
	
#nav li:hover ul {
	display: block;
	}				
		
#footer {
	position: relative;
	top: -15px;
	width: 890;
	font-size: 10px;
	float: right;
	left: -235px;
	}		
