@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background:url(../images/bg.jpg) top repeat-x #626464;
}
#container{
	width: 750px;
	height: 650px;
	position: relative;
	margin: 0px auto;
	background:url(../images/mainBg.jpg) top left no-repeat;
}
a img{
	border: 0px;
}
/* Menu Controll */
#title {
	position: absolute;
	top: 210px;
	left:185px;
	width: 225px;
	height: 100px;
}
#title.about {
	background: url(../images/aboutTitle.png) top center no-repeat;	
}
#title.faq {
	background: url(../images/faqTitle.png) top center no-repeat;
}
#menu{
	position: absolute;
	top: 0px;
	left: 2px;
	line-height: 0px;
	width: 181px;
}
#menu a{
	display: block;
	position: relative;
}
.small_box {
	display:none;
	position:absolute;
	top:11px;
	left:14px;
}
.level_two a:link, .level_two a:visited {
	color:white;
	text-decoration: none;
	font-size:12px;
}
/* Content Control */
#content {
	position:absolute;
	top: 270px;
	left: 18px;
	height: 340px;
	width: 695px;
	padding: 10px;
	color: white;
}
#content h1 {
	font-size: 18px;
	padding-bottom: 5px;	
}
#content h2 {
	display: inline;
	font-size: 16px;	
}
#content p {
	display: inline;
	font-size: 12px;	
}
#content img {
	padding: 10px 0 0 10px;
}
#content a:link, #content a:visited {
	color: #bd9f47;
	text-decoration:none;
}
#content a:hover {
	text-decoration: underline;	
}
/* Form Controlls */
.submitted {
	display: none;
}
.sending {
	display: none;
}


#form_one {
	position: absolute;
	top: 120px;
	left: 427px;
	width: 300px;
	height: 200px;
	text-align: center;
}

#form_one input {
	font-size: 10px;
	background: #9e843a;
	color: white;
	border: 1px grey solid;
	width: 145px;
}
#form_one textarea{
	font-size: 10px;
	background: #9e843a;
	color: white;
	border: 1px grey solid;
	width: 294px;
	height: 50px;
	margin-top: 5px;
}
#form_one .submitButton {
	position: absolute;
	background: none;
	border: none;
	top: 160px;
	left: 217px;
	height:30px;
	width:80px;
}
#form_one .sending {
	position: absolute;
	top: 23px;
	left: 123px;
}
#form_one .error {
	position: absolute;
	top: 165px;
	left: 3px;
	color:#C00;
	font-size:10px;
	display:none;
}
.doublewide {
	width:294px !important;
}
.break_left {
	display: inline-block;
	width: 100px;
	float: left;
	margin-left: 1px;
}
