/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	background-color: #5C8127;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:.9em;
	line-height:1.5em;
}

/*CONTAINER BORDER................................................*/

#outer { margin: 2em auto;
	width: 911px;
	height: 100%;
	text-align: left;
	border: 1px solid #000;
	background-color: #fff;}

/*CONTAINER................................................*/

#container
{
	margin: 5px;
	width: 900px;
	height: 100%;
	text-align: left;
	border: 1px solid #000;
	background-color: #ffffcc;

}
	
/*HEADER................................................*/


#header
{ 		
	width: 900px;
	height: 250px;
	
}

/*NAV MENU................................................*/


#navcontainer
{
	width: 900px;
	float: left;
	background-color: #CC3300;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;

}

#navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul
{
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 1.5px;

}

#navcontainer ul li a
{
	padding: .7em 20px;
	background-color: #CC3300;
	color: #fff;
	text-decoration: none;
	float: left;
}

#navcontainer ul li a:hover
{
	background-color: #870012;
	color: #FFF;
}

#navlist li a:hover, #navlist li a:active
{
	color: #000;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	letter-spacing: 1.5px;
}

/*CONTENT................................................*/


#contents
{
	width: 900px;
	height: auto;
	padding-top: 65px;
	background-color: #ffffcc;
}


p
{
	margin: 0 0 1em 0;
}


/*TEXT STYLES................................................*/

.menuitem { text-transform: uppercase; color: #CC3300; letter-spacing: .05em; font-weight: bold; font-size: 75%;  }
.description { color: #666; font-size: 80%;}
.green { color: #5C8127; font-size: 80%;}

h1 { color:#5C8127; margin:0 0 .5em 0; font-size:1.75em;}

h2 { color:#5C8127; margin: 0 0 .5em 0; font-size:1.25em; font-family: Trebuchet MS, Georgia, serif; 	
	letter-spacing.1em; }

/*FOOTER................................................*/

#footer

{   clear: both;
	width: 900px;
	height: 30px;
	color: #fff;
	text-align: center;
	border-top: 1px solid black;
	margin: 0;
	font-size: 11px;
	background-color: #cc3300;
	letter-spacing: 1.1px;
	padding-top: 10px;


}


/*CONTACT FORM................................................*/


#page-wrap {
	width: 550px;
	background: #ffffcc;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 300px;
	height: auto !important;
	height: 500px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

#contact-area {
	width: 529px;
	margin-top: 10px;
	background: #ffffcc;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #000;
	
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #CC3300;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	text-transform: uppercase;
	color: #cc3300;
	font-size: 1em;
}

#contact-area input.submit-button:hover {
	border: 1px solid #cc3300;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1em;
	text-transform: uppercase;
	color: #cc3300;
}
