@charset "UTF-8";


body
{
	background-color: #284907;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #363942;
	margin: 0;
	padding: 0;
}

/* Wrapper div to control sizing & align everything in the center if window is larger than 1024px resolution */

#wrap
{
	width: 1024px;
	margin: 0 auto;
}


#header
{
	background-image:url(Images/Header.jpg);
	height:356px;
}


#nav
{
	color: #382513;
	background-color: #d8caa8;
	margin: -20px 0px 20px;
	text-align:center;
}

/* Link styling - force style to be the same no matter what the state */
#nav a
{
	color: #382513;
	cursor: pointer;
	text-decoration:none;
}

#nav a:link
{
	color: #382513;
	cursor: pointer;
	text-decoration:none;
}

#nav a:visited
{
	color: #382513;
	cursor: pointer;
	text-decoration:none;
}

#nav a:hover
{
	color: #382513;
	cursor: pointer;
	text-decoration:none;
}

#nav a:active
{
	color: #382513;
	cursor: pointer;
	text-decoration:none;
}

/* End link styles */
#nav ul
{
	padding: 10px 0;
}


#nav ul li
{
	font-size: 14px;
	border-right: 1px solid #382513;
	padding: 0px 20px;
	list-style: none;
	display: inline;
}

/* No border on our last link */
#nav ul li.last
{
	border: none;
}


/* Content Styles */

#contentBlock
{
	background-color: #ffffff;
	margin: 0 auto;
	width: 984px;
	padding: 20px 0px;
}

/*Page heading */

h1
{
	color: #382513;
	font-size: 18px;
	font-weight: normal;
	margin:20px;
	border-bottom: 1px solid #382513;
}

h2
{
	color: #382513;
	font-size: 18px;
	font-weight: normal;
	margin:40px;
}

.asterisk
{
	color: #ff0000;
}

/* Paragraph Styles */

/* Used on home page. Provides some padding but allows text to stretch across most of the content block */
.contentOne
{
	padding: 0px 20px;
}

/* Used on contact form. Use this to provide indentation below the heading line */
.contentTwo
{
	margin: 10px 10px 20px 60px;
}

/*Image styles */

img.right
{
	float:right;
	margin:10px 20px;
}

img.left
{
	float:left;
	margin:10px 20px;
}

/* Button Styling */

.buttonContainer
{
	width: 200px;
	margin:0 auto;
}

/* The *html class is only picked up by IE 6. IE does not properly calculate the width, padding, or margin for the buttons. */

*html .buttonContainer
{
	width: 250px;
	margin:0 auto;
}

button
{
	padding: 5px;
	margin: 10px;
	text-align: center;	
	color: #382513;
	border: 1px solid #382513;
	background-color: #d8caa8;	
}



/* Footer */
#footer
{
	border-top: 6px solid  #d8caa8;
	color:  #d8caa8;
	margin: 40px 0px 70px 0px;
}

/* Link Styles */

#footer a
{
	color: #d8caa8;
	cursor: pointer;
	text-decoration:none;
}

#footer a:link
{
	color: #d8caa8;
	cursor: pointer;
	text-decoration:none;
}

#footer a:visited
{
	color: #d8caa8;
	cursor: pointer;
	text-decoration:none;
}

#footer a:hover
{
	color: #d8caa8;
	cursor: pointer;
	text-decoration:none;
}

#footer a:active
{
	color: #d8caa8;
	cursor: pointer;
	text-decoration:none;
}

/* End Link Styles */

#footer ul
{
	padding: 0;
	float:left;
}


#footer ul li
{
	font-size: 12px;
	border-right: 1px solid #d8caa8;
	padding: 0px 20px;
	list-style: none;
	display: inline;
}

/* No border on our last link */
#footer ul li.last
{
	border: none;
}

#footer ul li.first
{
	padding: 0px 20px 0px 0px;
}

#footer p
{
	float: right;
}


/* More IE hacks. */

*html #footer ul
{
	padding: 10px 0;
	float:left;
	margin-left:-1px;
}

*html #footer p
{
	float: right;
	padding: 10px 0;
}



/* Contact Form Styles */

#contactForm
{	
	width: 500px;

	margin:0 auto;
}

#contactForm fieldset
{
	width:500px; 
	
	display:block; 
	
	border: 1px solid #382513;
	
	padding:5px; 
	
	margin-bottom: 60px; 
	
	margin-left: 13px;
	
	line-height:1.2em;
}

#contactForm legend
{
	font-size: 1.1em; 
	
	font-weight: bold; 
	
	color: #382513;
	
	margin: 0 0 5px 10px; 
	
	height: 24px;
	
	line-height: 24px;
	
	padding: 0 5px;
}


#contactForm label
{
	clear:left; 
	
	display:block; 
	
	float:left; 
	
	width: 225px; 
	
	text-align:right; 
	
	padding-right:10px; 
	
	margin-bottom:0.5em;
	
	white-space: nowrap;
}

#contactForm input
{
	border:1px solid #000000; 

	padding:0 2px; 

	margin-bottom:0.3em;
	
	text-align: left;
	
}

#contactForm textarea
{
	border:1px solid #000000;
	
	text-align: left;
}