@charset "UTF-8";

/* CSS Document */

* {
	margin: 0 auto;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FCFFFB;
	background: #8B7C5F url(images/bg.jpg) no-repeat center top;
	text-align: center;
	font-size: 80%;
	line-height: 1.3em;
}

body a:link {
	color: #E8E7E2;
	text-decoration: underline;
}

body a:hover {
	color: #D49A46;
	text-decoration: none;
	background-color: #E8E7E2;
}

body a:visited {
	color: #D3D2B6;
	text-decoration: none;
}

/* Layout */

#header {
	position: relative;
	background: transparent url(images/logo.png) no-repeat left;
	margin-top: 115px;
	padding-left: 280px; 
	padding-top: 25px;
	width: 480px;
	height: 40px;
}

#header img {
	background-color: transparent;
	border: 0;
	float: left;
	clear: both;
}

#content {
	position: relative;
	width: 740px;
	padding: 10px;
	overflow: auto;
	text-align: justify;
}

#left {
	float: left;
	width: 350px;
	overflow: auto;
}

#footerleft {
	width: 316px;
	padding: 4px;
	border-top: thin solid #E8E7E2;
	margin-top: 20px;
	text-align: center;
}

#right {
	float: right;
	width: 370px;
	padding-left: 10px;
	border-left: thin solid #E8E7E2;
}

#footerright {
	width: 336px;
	padding: 4px;
	border-top: thin solid #E8E7E2;
	margin-top: 20px;
	text-align: center;
}

/* Formatting */

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 1.3em;
	padding-left: 20px;
	margin-bottom: 1em;
	border-left: 4px solid #E8E7E2;
	color: #E8E7E2;
}

h2 {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #D3D2B6;
}

p, ul, li{
	color: #FCFFFB;
	font-size: 0.9em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

ul {
	padding-left: 10px;
	list-style: none;
}

img {
	border: 2px solid #FCFFFB;
	background-color: #FCFFFB;
	margin-right: 10px;
	margin-bottom: 6px;
	float: left;
	clear: both;
}

.box {
	width: 280px;
	padding: 4px;
	background: white;
	border: 1px solid #D3D2B6;
	color: #55452C;
}

/* Navigation */

#navcontainer {
	width: 500px;
	height: 30px;
}

#navlist {
	clear:both;
	list-style:none;
	display:block;
}

#navlist a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
}

#navlist a:hover {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #D49A46;
	background-color: transparent;
}

#navlist li {
	display: inline;
	margin-right: 20px;
}

#footerlist li {
	display: inline;
	list-style:none;
	margin-right: 10px;
}

/* Contact Form */

.row {
		clear: both;
		padding-top: 5px;
		}

form {
		margin-bottom: 1em;
		}	

legend {
		padding: 0px 10px;
		background: #ffffff;
		text-transform: uppercase;
		color: #666666;
		font-size: 0.8em;
		}

.formLabel {
		font-size: 0.9em;
		line-height: 1em;
		text-align: right;
		margin-right: 10px;
		margin-top: 2px;
		width: 80px;
		float: left;
		}

.formControl {
		float: left;
		width: 220px;
		}
		
input, textarea {
		border: 1px solid #666666;
		padding: 2px;
		font: 1em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
		font-size: 0.9em;
		width: 220px;
		}
		
.submitButton {
		background: #eeeeee;
		font: bold 0.8em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
		padding: 4px 6px;
		width: auto;
		margin-left: 90px;
		}	