body {
	margin: 0px;
	padding: 0px;
	background: url('/css/images/bkgrd.jpg');
	background-repeat:repeat-x;
	font-family: "Arial", Helvetica, sans-serif;
	background-color: #b4c0ce;
	}
a { 
	color:#4f191b;
	}

div.container {
	}

div#wrapper {
	background: url('/css/images/contentBkgrd.jpg');
	background-repeat:repeat-y;
	margin-left: 70px;
	}


div#header {
	background: url('/css/images/header.jpg');
	width:950px;
	height:308px;
	}
div#header h1 {
	padding:0;
	margin:0;
	text-indent:-3000px;
	}




/* 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#nav {
	margin: 0px;
	padding: 0px;
	width: 192px;
	background-color: #73583d;
	margin-left: 17px;
	margin-top: -125px;
	}


div#nav ul {
	list-style: none;
	width: 150px;
	margin-left: 25px;
	padding-top: 15px;
	}
	
div#nav li {
	padding-bottom: 5px;
	}	


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

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

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


#nav li.highlight a, #nav li.hasvisiblechildren a {
	font-weight: bold; 	text-transform: uppercase;}




/*Subpages (not selected)*/
#nav li.haschildren ul a { color:#dcbea0;  text-transform: none;}



#nav ul li ul{
	margin:0;
	}
	
#nav ul li ul li{
	padding:0 0 0 9px;
	color:#000;
	font-weight:bold;
	text-transform: none;
	}

#nav ul li ul li a:hover{
	color:#3b4220;
	}

#nav ul li.highlight ul li.highlight a{
	color:#e0bf3f;
	}


div#body {
	width: 550px;
	}

div#bodytext p {
	font-size: 12px;
	}
div#bodytext ul {
	font-size: 12px;
	}
	
div#bodytext a {
	color: #3a496b;
	}

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

div#bodytext h1 {
	 color:#3a496b; 
	 text-transform: uppercase;
	 font-weight: bold;
	 font-size: 200%;
	}

div#bodytext h2 {
	 color:#514338; 
	 text-transform: uppercase;
	 font-weight: bold;
	 font-size: 175%;
	}

div#bodytext h3 {
	 color:#98acc3; 
	 text-transform: uppercase;
	 font-weight: bold;
	 font-size: 150%;
	}

div#bodytext h4 {
	 color:#73583d; 
	 text-transform: uppercase;
	 font-weight: bold;
	 font-size: 125%;
	}

div#bodytext h5 {
	 color:#89a3c2; 
	 font-size: 110%;
	}

div#bodytext ul {
	margin-left: 25px;
	}

div#bodytext table {
	font-size: 12px;
	}



#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.listing {
	border: none;
	}

	
div#bottom {
	margin: 0px;
	padding: 0px;
	background: url('/css/images/bottom.jpg');
	background-repeat: no-repeat;
	width:950px;
	height:54px;
	margin-left: 70px;
	}


div#footerBrown {
	padding: 0px;
	margin: 0px;
	background-color: #3c2b1d;
	height:15px;
	width: 100%;
	}

div#footerPink {
	padding: 0px;
	margin: 0px;
	background-color: #73583d;
	height:5px;
	width: 100%;
	margin-top: 10px;
	}

	
div#footer {
	height: 20px;
	width: 100%;
	}
div#footer p {
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	}
div#footer a {
	color: #fff;
	font-size: 11px;
	}

