@charset "utf-8";

body {
	background-color: #9C8F70;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #000000;
}
#container {
	height: 800px;
	width: 800px;
	margin-top: 15px;
	margin-left: 100px;
	background-color: #9C8F70;
}
a:hover  {
	text-decoration: underline;
	font-weight: bolder;
}


#header {
	height: 150px;
	width: 800px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9C8F70;
	background-image: url(roundheader.png);
	text-indent: -9999px;
}
h1 {
	font-size: 22px;
	color: #333333;
}

h2 {
	font-size: 16px;
	font-style: italic;
}
.em {
	font-style: italic;
	font-weight: bold;
}
.small {
	font-size: 10px;
}
#main_nav {
	height: 630px;
	width: 150px;
	float: left;
	background-color: #333333;
}


#main_nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	left: 100px;
	top: 185px;
	height: 200px;
	width: 150px;
	text-align: center;
}



#main_nav ul li {
	margin-left: 25px;
	margin-top: 5px;
	margin-right: 35px;
	height: 50px;
	width: 100px;
	background-color: #9C8F70;
}
#main_nav   a        {
	text-decoration: none;
	display: block;
	height: 40px;
	width: 100px;
	color: #F7DE8C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}
#main_nav  a:hover   {
	background-color: #B9AF99;
}
#main_nav .down a {
	background-image: url(assets/activebutton.gif);
}




#top_nav {
	height: 40px;
	width: 650px;
	float: right;
	background-color: #333333;
}

#top_nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 40px;
	width: 550px;
	text-align: center;
}
#top_nav ul li {
	float: left;
	display: inline;
	margin-top: 10px;
}
#top_nav ul li a {
	text-decoration: none;
	color: #F7DE8C;
	font-weight: bold;
	margin-left: 20px;
}
#top_nav a:hover {
	text-decoration:underline;
	font-weight: bolder;
}


#main_content {
	float: right;
	height: 550px;
	width: 610px;
	background-color: #FFFFFF;
	padding: 20px;
	font-size: 16px;
	margin-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main_content li {list-style:none;}
#main_content   table  tr td {
	vertical-align: top;
}



.faq#main_content  {
	background-color:#FFFFFF;
	height: 890px;
	width: 515px;
}
#main_content table.conditions td {
	width: 480px;
}
.clear {clear:both;}

#bottom_nav {
	height: 30px;
	width: 800px;
	background-color: #333333;
}
#bottom_nav ul {
	padding: 0px;
	list-style-type: none;
	height: 50px;
	width: 800px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bottom_nav ul li {
	display: inline;

}
#bottom_nav ul li a {
	text-decoration: none;
	font-size: 0.8em;
	height: 50px;
	width: 125px;
	color: #F7DE8C;
	}
#bottom_nav  a:hover   {text-decoration: underline;}
#site_info {
	height: 20px;
	width: 800px;
	color: #42210B;
	text-align: center;
	background-image: url(assets/footer-back2.gif);
	background-repeat: repeat-y;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #562E21;
	border-right-color: #562E21;
	border-bottom-color: #562E21;
	border-left-color: #562E21;
}
.faq#container {
	height: 1150px;
}
#main_nav #photo {
	height: 278px;
	width: 182px;
	position: absolute;
	top: 520px;
	margin-left: 20px;
	left: 102px;
}
#main_content  a.class  {
	font-style: italic;
	font-weight: bold;
}
input {
	width: 200px;
}
input.radio, input.submit {
	width: auto;
}

textarea {
	height: 75px;
	width: 200px;
}
