body {
	margin: 0px;
	padding: 0px;
	background: #e9d2a6 url(images/bkgrd.jpg) no-repeat center top;
	color: #333333;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	}

div.container {	}

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


div#slideshow {
	/*background: url('images/slideshow.png');*/
	width:336px;
	height:274px;
	margin-left: 550px;
	margin-top: -50px;
	}

div#slideshow1 {
	}

div#yellowText {
	background: url('/css/images/yellowText.png');
	width:337px;
	height:45px;
	margin-top: -75px;
	margin-left: 225px;
	}

div#bodyTop {
	margin: 0px;
	padding: 0px;
	background: url('/css/images/bodyTop.png');
	width:935px;
	height:281px;
	margin-top: -75px;
	}

div#bodyBottom {
	margin: 0px;
	padding: 0px;
	background: url('/css/images/bodyBottom.png');
	width:912px;
	height:242px;
	margin-top: -25px;
	}

div#bodyBottom p {
	padding-top: 235px;
	font-size: 12px;
	color:#fff;
	font-weight: bold;
	}

div#bodyBottom a {
	font-size: 12px;
	color:#fff;
	font-weight: bold;
	}

.left {
	float: left;
	text-align: left;
	padding-left: 320px;
	}

.right {
	float: right;
	text-align: right;
	padding-right: 45px;
	}







div#bodyBkgrd {
	margin: 0px;
	padding: 0px;
	width: 935px;
	height: 577px;
	background-image: url('/css/images/bodyBkgrd.png');
	background-repeat:no-repeat;
	}

div#contentBkgrd {
	margin: 0px;
	padding: 0px;
	width: 952px;
	background-image: url('/css/images/contentBkgrd.png');
	background-repeat:repeat-y;
	}


#navContainer {
	margin-left: 25px;
	text-align: right;
	margin-top: -100px;
}

#navContainer ul li a {
	font-family: "Verdana", Arial, sans-serif;
	color: #009e4b;
	font-weight: bold;
	text-decoration: none;
	height:50px; line-height:50px;
	padding-right: 10px;
}

div#navContainer li {
	padding-bottom: 10px;
	}
		


#navContainer li ul {
        font-size:inherit;
        font-size:1em;
        /* set the child ul li font size same as its parents */
}

#navContainer li.highlight a, #navContainer li.hasvisiblechildren a { color:#f2df04; }

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

.vertical-navigation               { margin:0; padding:0; }
.vertical-navigation ul            { margin:0; padding:0; list-style-type:none; }
.vertical-navigation ul li         { margin:0; }
.vertical-navigation ul li a       { display:block;width:100%; /*padding:0 0 0 3.5em;*/ text-decoration:none; }
#leftNav .vertical-navigation ul li a:hover { color:#444; }
/* sub */
.vertical-navigation ul li ul      { margin:.75em 0 0 1em; }
.vertical-navigation ul li ul li   { margin:0 0 .25em 0; }

ul li.highlight { background:none; }
ul li.highlight a { background:none; background:transparent url('/css/images/linkBkgrd.png') no-repeat; background-position: 40px -10px;  font-weight:bold; color:#FFF; }
ul li.highlight ul a { border:none; background:transparent; font-style:italic; font-weight:normal; }

/* 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#bodytext {
	margin-left: 50px;
	padding-left: 15px;
	color: #511d08;
	width: 535px;
	margin-top: -100px;
	}

div#bodytext h1{
	color: #d81630;
	font-family: "Verdana", Arial, sans-serif;
	font-weight: bold;
	background-image: url('/css/images/h1bkgrd.png');
	background-repeat: no-repeat;
	background-position: 0px -20px; 
	padding-left: 35px;
	font-size: 200%;
	height: 50px;
	}
div#bodytext h2{
	color: #009e4b;
	font-family: "Verdana", Arial, sans-serif;
	font-weight: bold;
	}

div#bodytext h3{
	color: #d81630;
	font-family: "Verdana", Arial, sans-serif;
	font-weight: bold;
	}

div#bodytext img {
	border-style:solid;
	border-width:4px;
	border-color:#511d08;
	}



#body #contact-form-container {
	background:transparent;
	color:#000;
	width: 500px;
	margin-top: -10px;
	}
#body #contact-form-container div.input label{
	color:#000;
	/*font-size:10px;*/
	}
	
#body #contact-form-container div.input{
	 /*background-color: #eee; */
	 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 {
	margin: 0px;
	padding: 0px;
	width:550px;
	margin-left: 315px;
	height: 75px;
	}

	
	
