body {
	background-image: url(images/cloudbg5.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#outer {
	margin:0px auto;
	width: 800px;
	height: auto;
	text-align: left;
}

a:link {
	color: #663300;
	text-decoration: underline;
}
a:visited {
	font-style: italic;
	color: #384022;
	
}

a:hover {
	font-weight: bold;
	color: #D73E27;
	
}



#Header {
	height: 252px;
	width: 750px;
	margin:0px 25px;
	background: url(images/FallHeader1.png) no-repeat top center;
}

#MainText {
	font-size: small;
	color: #663300;
	width: 700px;
	margin:25px auto 0px 20px;
	padding-top: 15px 0 25px 25px;
	height: auto;
	list-style-image: url(images/leafButton.jpg);
	position:relative;
	
}

#MainText h1 {
	font-size: small;
	font-weight:bold;
	color: #663300;
}

#MainPort {
	color: #663300;
	width: 700px;
	background-position: right;
	background-repeat: no-repeat;
	margin:0px auto 0px 10px;
	padding:0 0 25px 25px;
	height: auto;
}

#border {
	background: url(images/FallleafBorder.jpg) repeat-x bottom;
	width: 100%;
	margin: 0px auto;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #663300;
	vertical-align: text-bottom;
}

#bottomNav {
	font-size: x-small;
	color: #663300;
	border-top: 1px solid #830100;
	border-bottom: 1px solid #830100;
	padding: 5px 0;
	text-align: center;
	width: 750px;
	margin: 0px auto;
}
#footer {
	font-size: xx-small;
	color: #8C724B;
	text-align: center;
	padding-top: 10px;
	width: 750px;
	margin: 0px auto;
}


.ul {
	list-style-image: url(images/leafButton.jpg);
	list-style-position: inside;
}
#sideleaf {
	padding: 0px;
	width: 360px;
	position: absolute;
	top: 29px;
	right: 1px;
	height: 320px;
	background-image: url(images/bgLeaf.jpg);
	background-repeat: no-repeat;
}

#sideQuote{
	position: absolute;
	height: 150px;
	width: 156px;
	left: 97px;
	top: 100px;
	
}

#sideQuote h2 {
	position: absolute;
	height: 170px;
	width: 156px;
	top:-10px;
	left: 2px;
	color: #B93C00;
	font-size: large;
}



.h3 {
	color: #B93C00;}

/*form styles are in form.lib.php*/


body, .form_field, .form_required, .form_description, .form_button{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #663300;
}


.phpfmg_form, .form_description, .form_footer{
	padding-left: 10px;
	padding-bottom: 10px;
	width: 550px;
}


.field_block{
    padding: 5px;
}


.lab1 {
	color:#663300;
	float:left;
	font-size:1.1em;
	font-weight:bold;
	margin:0.5em 0.5em 0 1em;
	text-align:left;
	width:8em;
}

.labR {
	color:#663300;
	float:left;
	font-size:1.1em;
	font-weight:bold;
	margin:0.5em 0.5em 0 1em;
	text-align:left;
	width:8em;
	background:url(images/leafform.jpg) no-repeat right top;
	
}

.form_submit_block{
    margin-top: 10px;
	cursor: pointer;
}

.text_box, .text_area, .text_select {
    background: #FFD6A2 url(../images/gradient_yell.gif) top left repeat-x;
	font-size:120%;
	width:300px;
}

.text_area{
    height:80px;
}

.form_error_title{
    font-weight: bold;
    color: red;
}

.form_error{
    background-color: #F4F6E5;
    border: 1px dashed #ff0000;
    padding: 16px;
    color : black;
    margin: 10px;
}

.form_error_highlight{
    background-color: #FFD6A2;
    border-bottom: 1px dashed #ff0000;
}

div.instruction_error{
    color: red;
    font-weight:bold;
}

.btn {
	font-weight:bold;
	font-variant:small-caps;
	color: #FFF;
	background-color: #B93C00;
	padding:15px;
	
}

legend {
	font-weight:bold;
	font-variant:small-caps;
	color: #FFF;
	background-color: #B93C00;
	padding:15px 25px;
	
}





/* nav*/

#nav {
	width:800px;
	margin: 0px auto;
	height:30px;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #830100;
}


ul#navCircle {
      padding: 5px 0 0px 10px;
	  margin:auto 0;
	   
        
}

ul#navCircle li {
	list-style-type: none;
	display:inline;
}

ul#navCircle a:link {
	float: left;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 1px 24px;
	text-decoration: none;
	color: #6d2300;
}

ul#navCircle a#this_page:link, ul#navCircle a#this_page:visited {
	padding-left: 24px;
	color: #D73E27;
	font-weight:bold;
	background: url(images/leaf.jpg) no-repeat left center;
}

ul#navCircle a:visited {
	color: #384022;
	float: left;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 1px 24px;
	text-decoration: none;
		
}


ul#navCircle a:hover {
        padding-left: 24px;
        color: #D73E27;
        background: url(images/leaf.jpg) no-repeat left center;
}

