/* Styles for Site */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #9C905E;
	background-image: url(images/main_bg02.jpg);
	background-repeat: repeat-y;
}

#header {
	background-image: url(images/header02.jpg);
	background-color:#FFFFFF;
	height: 265px;
	width:795px;
	position: absolute;
	margin-top: -30px;
	margin-left: 108px;
	left: 9px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #57331B;
	border-right-color: #57331B;
	border-bottom-color: #57331B;
	border-left-color: #57331B;	
}

#header h1 {
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#main {
	background-color:#FFFFFF;
	position: absolute;
	margin-top: 237px;
	margin-left: 109px;
	height: 690px;
	width: 793px;
	left: 9px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #57331B;
	border-right-color: #57331B;
	border-bottom-color: #57331B;
	border-left-color: #57331B;
}

#faq_main {
	background-color:#FFFFFF;
	position: absolute;
	margin-top: 237px;
	margin-left: 109px;
	height: 688px;
	width: 793px;
	left: 9px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #57331B;
	border-right-color: #57331B;
	border-bottom-color: #57331B;
	border-left-color: #57331B;
}

#footer {
	height: 14px;
	background-color: #8F8D5A;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #57331B;
	border-right-color: #57331B;
	border-bottom-color: #57331B;
	border-left-color: #57331B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#main_con {
	position:absolute;
	left: 314px;
	top: 260px;
	width: 479px;
	height: 606px;
	z-index: 1;
	font-size: 12px;
}

#main_con h1 {
	color: #733F31;
	font-family: Georgia, "Times New Roman", Times, serif;
}

strong {
	color: #733F31;
}

a:link {
	color: #733F31;
	text-decoration: none;
}

a:hover {
	text-deocration: underline;
}

a:visited {
	color: #733F31;
	text-decoration: none;
}

#contactinfo {

}


/* Styles for Navigation */

#nav {
	width: 176px;
	background-color: #977D5A;
	height: 665px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	margin: 0;
	padding: 2px 3px;
	color: #733F31;
	text-decoration: none;
}

#nav a:hover {
	background-color: #FFFFFF;
}

/* for FAQ Only */

#faq_nav {
	width: 176px;
	background-color: #A0B19E;
	height: 1130px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
}


#faq_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#faq_nav a {
	display: block;
	margin: 0;
	padding: 2px 3px;
	color: #733F31;
	text-decoration: none;
}

#faq_nav a:hover {
	background-color: #FFFFFF;
}
