
#main a { border-bottom: 1px solid #d8d8d8 }



::-moz-selection
{
	background: #D9E8CB;
} 

::selection 
{
	background: #D9E8CB;
}

body
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #27201A;
	background: #677E52	;
	text-align: center;
	
}

a
{
	text-decoration: none;
}

td
{
	font-size: 12px;
	padding: 2.5em;
}

ul
{
	list-style: circle;
	padding: 0 0 0 2em;
}

ol
{
	list-style: decimal;
}

li
{
	margin: 0 0 1em 1.8em;
}

p
{
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

h1
{
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1em;
	margin: 1em 0 1em 0;
	color: #5E4E3E;
}

.h1_first
{
	margin-top: 0;
}

h2
{
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.25em;
	margin: 1.25em 0 1.25em 0;
	color: #5E4E3E;
}

h3
{
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.5em 0 1.5em 0;
	color: #5E4E3E;
}

strong
{
	font-weight: bold;
}

#container
{
	margin: auto;
	width: 71em;
}

#header
{
	position: relative;
	height: 15em;
}

#logo
{
	position: absolute;
	top: 3.5em;
	left: .5em;
}

#nav
{
	position: absolute;
		text-decoration: none;
	right: 1em;
	top: 8em;
	width: 50em;
	padding: 0;

}

#nav ul
{
	padding: 0;
}

#nav li
{
	float: right;
	font-weight: bold;
	color: white;
	margin-left: 1.5em;
	list-style: none;
}

#nav li:hover
{
	background: #536642 url(../images/nav_li_bg_w.gif) top left no-repeat;
}

#nav li a
{
	color: white;
	text-decoration: none;
	padding: .5em;
	display: block;
}

#nav li a:visited
{
	color: white;
}

#nav li a:hover
{
	background: url(../images/nav_li_bg_e.gif) top right no-repeat;
}

#main_top
{
	background: #F9F5E4 url(../images/main_bg_nw.gif) top left no-repeat;
	height: 5px;
}

#main_top_interior
{
	background: url(../images/main_bg_ne.gif) top right no-repeat;
	height: 5px;
}

#main_bottom
{
	background: #F9F5E4 url(../images/main_bg_s.gif) bottom repeat-x;
	height: 6px;
}

#main_bottom_interior
{
	background: url(../images/main_bg_sw.gif) bottom left no-repeat;
	height: 6px;
}

#main_bottom_interior2
{
	background: url(../images/main_bg_se.gif) bottom right no-repeat;
	height: 6px;
}

#main
{
	position: relative;
	min-height: 20em;
	background: #FFFFFF;
	border-right: .25em solid #4E5F3E;
	padding: 3em 3em 4.5em 4em;
	text-align: left;
}

#menu
{
	float: left;
	background: url(../images/menu_bg.gif) top right no-repeat;
	width: 17em;
	border-right: 1px solid #E6D9A5;
	margin-left: -45px;
	margin-top: -35px;
}

#menu ul
{
	margin: 2.5em 0 0 0;
	text-align: right;
	list-style: none;
	padding: 0;
}

#menu li
{
	margin: 0 0 1em 0;
}

.menu_selected
{
	background: #F7ECC4;
	border-bottom: 1px solid #EBE1BA;
}

.menu_selected a
{
	color: black !important;
}

#menu a
{
	color: #4C5D3D;
	font-weight: bold;
	text-decoration: none;
	padding: .5em 2em .5em .5em;
	display: block;
}

#menu a:hover
{
	background: #F8F0D1;
}

#content
{
	margin-left: 200px;
}

#footer
{
	font-size: .8em;
	color: white;
	padding: 1em;
}

#footer_links
{
	margin: 1em 0 1em 0;
	color: #7A9561;
}

#footer_links a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#footer_links a:hover
{
	text-decoration: underline;
}

#footer_info
{

}

.faq
{
	cursor: pointer;
	border-bottom: 1px solid #CBBCAF;
}

.faq_answer
{
	display: none;
	margin: 1.5em 0 1.5em 0;
	border: 2px solid #C6B7AA;
	padding: 1em;
}
.divider
{
	margin-top: 15px;
	margin-bottom: 15px;
	border-color: #D7D7D7;
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	height: 1px;
