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

*{
	margin:0;
	padding:0;
	}

body {
	background-color:#b2ae8f;
	}
	
#page {
	width:800px;
	margin:auto;
	background-color:#767645;
	text-align:center;
	/*border:thin solid blue;*/
	}

#header {
	width:790px;
	height:130px;
	background-color:#FFFFFF;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#3e401c;
	}
	
#bannerbar {
	height:30px;
	width:100%;
	background-color:#be2e00;
	}

#navbar {
	width:600px;
	float:right;
	height:25px;
	background-color:#b2ae8f;
	margin-right:-10px;
	}

#leftbar {
	float:left;
	width:120px;
	text-align:center;
	/*border:thin solid yellow; */
	}
	
#main {
	width:630px;
	background-color:#ffffff;
	text-align:left;
	margin-left:150px;
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*border:thin solid red; */
	}
	
#main p {
	margin:1em;
	font-size:.9em;
	}

#main.h2 {
	text-align:left;
	font-style:italic;
	}
			
#footer {
	clear:both;
	width:100%;
	background-color:#3e401c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:center;
	color:#fff;
	}	

#footer a {
	color:#CCCCCC;
	}
	
#footer a:hover {
	color:#fff;
	}
#footer a:visited {
	color:#999999;
	}
	
#navlist li {
	list-style-type:none;
	line-height:1.7em;
	display:block;
	width:150px;
	}
	
#navlist li a {
	color:#b2ae8f;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:bold;
	border-bottom:thin solid #3e401c;
	text-decoration:none;

	}
	
#navlist li a:hover {
	background-color:#3e401c;
	color:#fff;
	}

#testimonials {
	border-color:#000;
	border-width:thin;
	width:100%;
	text-align:center;
	}
	
h2 {
	text-align:center;
	margin-bottom:1em;
	}

p.close {
	margin-top:.2em;
	}
			
a img {
	border:none;
	text-decoration:none;
	margin-left:30px;
	}
	
td.label {
	text-align:right;
	line-height:1.5em;
	}
	
td.field {
	text-align:left;
	}
	
