@charset "UTF-8";
body {
	font: 100% Helvetica;
	background: #98a88d;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
div#container {
	background: #FFFFFF;
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}

div#header {
	margin: 0px auto 0px auto;
	height:100px;
	width: 100%;
	background: #98a88d;
}

div#headerImage {
	margin: 0px auto 0px auto;
	width: 760px;
	text-align:right;
	vertical-align:bottom;

}
div#headerImage img{
	padding-top:33px;
	_position:relative; /*These underscores are to deal with rendering for IE6 */
	_top: 40px;
}

div#menu {
	position:relative;
	_position: absolute;
	_margin-right: 100px;
	z-index:1;

}

div#middle{
	width: 100%;
	text-align:left;
	background-color:#FFFFFF;
}

div#mainContent{
	text-align:left;
	min-height: 400px;
	width: 100%;
	padding-top:10px;
	background-color:#FFFFFF;

}

div#mainContentWrap{
display:block;
min-width: 680px;
}

div#mainImage{
	clear:left;
	float:left;	
	display: inline-table;
	padding-top:80px;
	padding-right:40px;
	vertical-align:top;
	width: 370;
	overflow:hidden;
}

div#mainText{
	display: inline-table;
	float:left;
	padding-top:30px;
	_padding-top:30px;	
	padding-bottom:40px;
	width:40%;
	_position: relative;
	_z-index: 1;
}

div#footer{
	clear:both;
	height:100px;
	width: 100%;
	text-align:right;
	background: #98a88d;
}

/* Text Styles*/
body{
	font: 100% Helvetica;
	color: #67725E;
}


h1 {
	font-weight: 100;
	color: #67725E;
}
h2 {
	font-weight: lighter;
	color: #67725E;
}

div#footer{
	color:#FFFFFF;
}

a{
	color: #67725E;
	font-weight: bold;
	text-decoration: none;		
}

a:hover{
	text-decoration: underline;	
}

div#menu .nav{
	display: block;
	float: left;
	font-size:small;
	padding-right:25px;
	padding-left: 25px;
	padding-top:2px;
	border-right-style: solid;
	border-right-color:#cccccc;
	border-right-width: thin;
	text-align:center;
}

div#menu .nav a{
	color: #98A88D;
	font-weight:lighter;
}

#mainText{
	font-size: small;
}

/* Text Styles for FAQ page*/
#faqContainer{
	text-align:left;
	border:solid 1px;
	border-color: #BEAB95;
	padding:10px 20px 10px 20px;
}

#faqContainer li a{
	color: #98A88D;
}

.faqs {
padding-left: 0px;
border-right-style: none;
}

.faqAnswerContainer{
	text-align:left;
	display:block;
	color:#FFFFFF;
	width: 100%;
	background-color:#BEAB95;
	padding-top: 10px;
	padding-bottom: 10px;
}

.faqAnswerContainer #faqsTop a{
	color: #ffffff;
}

.faqAnswerTitle{
	display:list-item;
	_display:block;
	padding-left: 10px;
}

.faqAnswer{
text-align:left;
padding-right: 10px;
padding-left: 10px;
font-size: medium;
text-decoration:none;
color: #FFFFFF;
border-right-style: none;
}

#faqsTop a{
display:inline;
font-size: xx-small;
text-decoration:none;
border-right-style: none;
color: #FFFFFF;
float:right;
padding-right:10px;
}


.plain{
border-right-style: none;
}	

#copyright{
padding-top:5px;
padding-right:5px;
}

/*tablestyles*/


table{
padding-left:5px;
padding-right:5px;
border: thin solid;
border-color:#CCCCCC;
}
td{
border-bottom:thin;
border-bottom-style:solid;
border-bottom-color:#CCCCCC;
padding:5px;
}
.noBorderBottom{
padding-top: 10px;
border-bottom: none;
font-size:small;
}

.simpleTable td{
border-bottom: none;
font-size:small;
}


/*list styles*/
li{
padding-bottom:0.5em;
}

