body {
	background:#ffffff url('images/bkgrd.jpg') no-repeat left top;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #423821;
	}

div.container {
	padding: 0px;
	margin: 0px;
	}

	
div#header {
	}
div#header h1 {
	padding:0;
	margin:0;
	text-indent:-3000px;
	}

div.wrapper {
	padding: 0px;
	margin: 0px;
	margin-top: 200px;
	}

	
/* bof Navigation CSS for partially open subpages */
/* DO NOT CHANGE THE ORDER */
ul li.haschildren ul { display:none; }                
ul li.hasvisiblechildren ul { display:block; }
ul li.highlight ul { display:block; }                
ul li.highlight li.haschildren ul { display:none; }
ul li.hasvisiblechildren ul li.haschildren ul { display:none; }                
ul li.hasvisiblechildren ul li.highlight ul { display:block; }
ul li.hasvisiblechildren ul li.hasvisiblechildren ul { display:block; }

div#wholeNav {
	margin-top: 115px;
	margin-left: 7px;
	}

div#navTop {
	margin: 0px;
	padding: 0px;
	background: url('/css/images/topNav.png');
	width:250px;
	height:33px;
	}

div#navBottom {
	margin: 0px;
	padding: 0px;
	background: url('/css/images/bottomNav.png');
	width:250px;
	height:33px;
	margin-top: -24px;
	}


div#nav {
	margin: 0px;
	padding: 0px;
	width: 250px;
	background: url('/css/images/navBkgrd.png');
	margin-top: 33px;
	}

div#nav ul {
	list-style: none;
	pdding-top: 10px;
	width: 175px;
	}
	
div#nav li {
	padding-bottom: 10px;
	padding-left: 8px;
	}	

div#nav a {
	color: #423821;
	text-decoration:none;
	font-size: 16px;
	}

div#nav a:link {
	text-decoration: none;
	color: #423821;
	}

div#nav ul li ul li {
	padding-left: 10px;
	padding-bottom: 3px;
	font-size: 12px;
	}
	


#nav li.highlight a, #nav li.hasvisiblechildren a { 	color: #423821;
	font-weight: bold; }

#nav li.haschildren ul a { color:#765f32; }



div#wholeBody {
	margin-top: 5px;
	margin-left: 110px;
	}

div#bodyTop {
	margin: 0px;
	padding: 0px;
	background: url('/css/images/bodyTop.png');
	width:600px;
	height:31px;
	}

div#bodyBottom {
	margin: 0px;
	padding: 0px;
	background: url('/css/images/bodyBottom.png');
	width:600px;
	height:31px;
	margin-left: -1px;
	}


div#bodytext {
	background: url('/css/images/bodyBkgrd.png');
	width:600px;
	}

div#bodytext p {
	color: #423821;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	}

div#bodytext h1 {
	padding-left: 15px;
	padding-right: 15px;
	color: #423821;
	font-size: 200%;
	}	
	
div#bodytext h2 {
	color: #a4261b;
	font-size: 175%;
	padding: 15px;
	}	

div#bodytext h3 {
	color: #423821;
	font-size: 150%;
	padding: 15px;
	}

div#bodytext h4 {
	color: #a4261b;
	font-size: 125%;
	padding: 15px;
	}	

div#bodytext h5 {
	color: #423821;
	font-size: 110%;
	padding: 15px;
	}	

div#bodytext a {
	color: #765f32;
	}

div#bodytext ul {
	padding-left: 10px;
	}

div#body {
	margin-left: 12px;
	width: 570px;
	}

#body #contact-form-container {
	background:transparent;
	color:#000;
	width: 500px;
	padding-left: 10px;
	}
#body #contact-form-container div.input label{
	color:#000;
	font-size:12px;
	}
	
#body #contact-form-container div.input{
	 padding: 5px;
	 }

#contact-form-container div.input textarea {
	height:100px;
	width:95%;
	}

#contact-form-container div.input input {
	height:10px;
	width:95%;
	}	
	
#body #contact-form-container div.input textarea, input.text, input.title{
    background:#fff;
	}


div#footer {
	width: 250px;
	}
div#footer p {
	color:#765f32;
	padding:2px 10px;
	font-size: 10px;
	}
	
div#footer a {
	color:#765f32;
	font-size: 10px;
	}
	
	
		
