﻿body {
	font-family: Verdana,Tahoma,  Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #515031;  
   color: #FFFFFF;
}

/*===============indicates no border around any image ============*/
body img {
	border: 0px;
	text-decoration: none;
}
/*=================== styles for top banner ========================*/
#banner {
	background-position: left top;
	padding: 10px;
	background-color: #829486;
	background-image: url('../images/banner3.jpg');
	height: 80px;
	background-repeat: no-repeat;
	color: #212522;
	position: relative;
}

#banner h1
{
	text-align:right;
	background-color: transparent;
	color: #212522;
	margin-top:20px;
	font-size: 2.5em;
	font-weight:900;
}
#banner h2
{
	text-align:right;
	background-color: transparent;
	color: #F3F5F3;
	margin-top:20px;
	font-size: 1.5em;
	font-weight:900;
}
/* ============ margins auto center the container on the page ==========*/
#container {
	margin: 10px auto 10px auto;
	padding: 20px;/**/
	background-color: #829486;
	width: 85%;
	background-repeat: repeat;
}
#innerwrapper
{
	position:relative;
}
/* =================Styles for heading tags =============== */
#innerwrapper h1, h2, h3, h4 
{
	color: #004145;
	/*color: #485E48; dk green*/
	background-color: inherit;
}
#innerwrapper h1 {
	font-size: 1.5em;
	font-weight:900;
	/*color:#212522;*/
}
#innerwrapper h2 {
	font-size: 1em;
	font-weight:900;
}
#innerwrapper h3 {
	font-size: .9em;
}
#innerwrapper h4 {
	font-size: .9em;
}
/*====================== styles for main content area =========================*/
#contentwrapper
{
	display:inline;
	/*float: left;*/
	margin-left: 10px;
	width: 75%;
	padding:0px;
}
#content {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

#navwrapper
{
	display:inline;
	/*float: right;*/
	padding:0px;
	margin: 10px 10px 10px 10px;
	
	background-color: #829486;
	width: 260px;
	}
#rightnav 
{
	color: #000;
	padding: 10px 10px 10px 10px;
	text-align:left;
border: 2px solid #242F24;/**/
}
.clear {
clear: both;
line-height: 0;
height: 0;
} 


/*=================== styles for top menu ======================*/
#topmenu {
	background-color: #829486;
	text-align: center;
	font-size: .90em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	color: inherit;
	border-top: 2px solid #242F24;
	border-bottom: 2px solid #242F24;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}
#topmenu h1
{
	background-color: transparent;
	color: #212522;
	margin-top:20px;
	font-size: 1.5em;
	font-weight:900;
}
#topmenu h2
{
	background-color: transparent;
	color: #212522;
	margin-top:20px;
	font-size: 1.2em;
	font-weight:900;
}
#faq h1,h2,h3{
	color:white;
	font-weight:300;
	
	}
	#faq h1
	{
	font-size:2em;
	}
	#faq h2
	{
	font-size:1.5em;
	}

}
/*==============all site links==============*/
a:link {
	font-weight: bold;
	color: #004145;
	background: transparent;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #000000;
	background: transparent;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #C8DEC8;
	color: #ffffff;}
a:active {
	font-weight: bold;
	text-decoration : none;
	background: #BFDFE2;
	color: #000000;
}


/*===========content area list items==============*/
#content ul li {
	list-style-image: url('../PDGEditorTemplates/images/mabry-bullet.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('../PDGEditorTemplates/images/mabry-bullet2.gif');
	padding: 2px 0;
}

/* *****************************************************
Navigation Bar - Right hand side 
**************************************************** */

#rightnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
#rightnav li {
	list-style: none;
	padding: 2px 0;
}
#rightnav ul li {
	text-decoration: none;
	margin-top: 2px;
}
#rightnav ul ul li {
	padding: 3px 0 3px 5px;
	font-size: 80%;
	font-weight: normal;
}
#rightnav p {
	font-size: .8em;
}


/*============== Styles for footer ===================*/
#footer {
	border-top: 2px solid #242F24;
	clear: both;
	padding: 5px;
	background-color: inherit;
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== general styles =================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #004145;
	height: 5px;
}

/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats images to right or left ============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}
.smtxt {
	font-size:small;
}



