body{
	background: #5c3317;
	text-align:center;
	margin:0;
	color:#404040;
	font-family: "Trebuchet MS",Verdana, Helvetica, sans-serif;
	font-size:80%;
	line-height:1.8em;
}

ul{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

a{
	color: #D9D692;
	text-decoration: none;
}

a:hover{
	color:#FFFFFF;
}

#wholeContainer{
	overflow: auto;
	width: 1010px;
}

img{
	border: 0;
}

/**/
#navBar{
	padding: 5px 30px 0 0;
	height: 28px;
	border-bottom: 1px solid #383838;
	font-size: 1.1em;
	text-align: right;
	overflow: hidden;
}

#navBar li{
	display: inline;
}

#navBar li a:hover{
	color:#eee;
	text-decoration: none;
/*	display: block;*/
	background:#636262;
}

#navBar li a{
	color: white;
	text-decoration: none;
	padding: 5px 10px;
}

#header{
	height: 133px;
	background-color: White;
	border-bottom: 25px solid #5c3317;
	text-align: center;
	overflow: hidden;
}

#headerWrap{
	margin: 0 auto;
	width: 926px;
	overflow: hidden;
}

/**/
#mainContainer{
	background-color: #79baec;
	border-bottom: 1px solid White;
	text-align: center;
	padding-bottom:20px;
	overflow: hidden;
}

#main{
	width: 926px;
	margin: 0 auto;
	overflow: hidden;
}

#left{
	width: 326px;
	float: left;
	overflow: hidden;
}

#right{
	width: 600px;
	float: right;
	text-align: left;
	overflow: hidden;
}

#right h2{
	color: Black;
	font-family: Georgia;
	font-size: 1.5em;
	font-weight: normal;
}

#rightInformation{
	font-family: Georgia;
	font-size: 1.2em;
	font-weight: normal;
	color: Black;
	text-align: center;
	margin: 40px 0 20px 0;
}

#emailUs{
	font-family: Georgia;
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
}

#emailUs a{
	color: White;
	font-weight: bold;
}

.paragraph{
	font-family: verdana,sans-serif;
	margin-bottom: 20px;
}

.centeredParagraph{
	font-family: verdana,sans-serif;
	margin-bottom: 20px;
	text-align: center;	
}

.stressed{
	font-weight: bold;
	text-transform: uppercase;
}

.stressedSoft{
	font-weight: bold;
}

#bottomPictures{
	width: 100%;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 60px;
}

/**/

#footer{
	font-size:.8em;
	text-align:center;
	font-family: verdana,sans-serif;
	color:#eee;
	margin: 7px 0 7px 0;
}

#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	color:#d9d692;
}
/**/

#formContainer{
	margin-left: 70px;
	margin-bottom: 70px;
	overflow: hidden;
	width: 500px;
}

.formRow{
	width: 600px;
	float: left;
	margin-bottom: 5px;
}

.formLabel{
	width: 200px;
	float: left;
	line-height: 15px;
	margin-right: 20px;
}

.formField{
	width: 350px;
	float: left;	
}

.requiredField{
	color: Red;
}

.formSelect{
	width: 254px;
}

#formContainer .formInput{
	width: 250px;
	height: 15px;
}

#formContainer .formTextarea{
	width: 246px;
	height: 105px;
}

.formTARow{
	width: 500px;
	float: left;
	margin-bottom: 10px;
	margin-top: 20px;
}

.formSubmit{
	width: 500px;
	float: left;
	margin-bottom: 10px;
	text-align: center;
}

.formError{
	width: 500px;
	float: left;
	margin-bottom: 5px;
	text-align: center;
	color: Red;
	font-weight: bold;
}
