/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFF;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat-x;
}

/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, fieldset, address, blockquote, th, td {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
h1 {
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	color: #09790B;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h2 {
	font-size: 16px;
	padding-bottom: 2px;
	padding-top: 10px;
	text-transform: none;
	padding-left: 0px;
	color: #000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
h3 {
	margin: 0 100px 10px 10px;
	padding: 15px 0 5px;
	font-size: 14px;
	color: #09790B;
	border-bottom: 1px solid #CCCCCC;
	text-transform: uppercase;
}
h4 {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 22px;
	color: #22763B;
}
h5 {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #1F532D;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 19px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}

		
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited, a:active{
	color:#09790B;
	font-family:Arial, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
address {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #092A5F;
	font-style: normal;
	font-weight: normal;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width: 990px;
	margin:  0 auto;
	
}

div#header {
	height: 259px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 990px;
	position: relative;
}

div#flash {
	width: 990px;
	height: 169px;
	position: absolute;
	top: 28px;
	z-index: 1;
	left: 0px;
}

div#sidebar {
	width: 275px;
	float: left;
	padding-top: 20px;
}

div#sidebar p{
padding: 5px 20px;}

div#sidebar ol, div#sidebar ul {
	line-height: 18px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 15px;
	padding-left: 5px;
}
div#sidebar ul li {
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 3px;
	background-image: url(images/red-bullet.gif);
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	background-position: 10px;
} 
.quote {
	width: 250px;
	background-color: #F5F9F8;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #057509;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(images/online-quote-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

div#content ul ol {
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: 20px;
}
div#content {
	width: 670px;
	float: left;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 10px;
} 
div#content strong {
	color: #22763B;
}

div#content ol, div#content ul {
	line-height: 18px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding-left: 5px;
}
div#content ul li {
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 3px;
	background-image: url(images/red-bulletdark.gif);
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	background-position: 10px 10px;
} 

div#content ul li.check {
	list-style-image: url(images/bullet-check.gif);
	}

div#content ul ol {
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: 20px;
} 
div#footer {
	clear: both;
	width: 100%;
	min-height: 119px;
	position: relative;
	background-image: url(images/bg-footer.jpg);
	background-color: #1f532e;
	background-repeat: repeat-x;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

div#copyright {
	text-align: center;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #d3d9e1;
	clear: both;
	padding-top: 10px;
}

div#copyright a:link, div#copyright a:visited {
	color:#d3d9e1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

div#copyright a:hover, div#copyright a.current:link, div#copyright a.current:visited {
	color: #FFFFFF;
	font-weight: bold;	
}
	
div#admin {
	width: 990px;
	margin: 5px auto;
}


/* DIVs to create columns for paragraphs. */
div#leftpara {
	float: left;
	width: 300px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
}
div#leftpara2 {
	float: left;
	width: 350px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
}
div#columns {
	width: 630px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#threecolumn {
	float: left;
	width: 200px;
	padding: 0px;
	margin: 5px;
}
div#threecolumn p{
	padding-left: 30px;
}
div#rightcolumn {
	float: right;
	width: 200px;
	padding: 0px;
	margin: 10px 60px 5px 5px;
}	
/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */


ul#mainnav {
	width: 956px;
	position: absolute;
	left: 59px;
	z-index: 2;
	top: -2px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles links. Setting the display to block ensures  links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1F532D;
	border-left-color: #2A961C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 30px;
	float: left;
}

/* Creates hover status. */
ul#mainnav li a:hover {
	color: #FFFFFF;
	background-color: #1F532D;
}

/* Creates current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #FFFFFF;
	width: auto;
	background-color: #2B921C;
}

/* ----------------------------  NAVIGATION (UTILITY) ----------------------------  */
div#utility {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
ul#utilitynav {margin: 0px; padding: 0px; list-style-type: none; text-align: left;}
ul#utilitynav li {display: inline; margin: 0px; padding: 0px;}
ul#utilitynav li a {font-size: 11px; text-decoration: none; text-align: center; margin: 0px; padding: 0px 10px 0px 5px; color: #fff; border-right: 1px solid #fff;}
ul#utilitynav li a:hover, ul#utilitynav li a.current {text-decoration: underline;}
ul#utilitynav li a.last {border-right: none;}


/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */


.middleimg {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.leftimg { padding: 5px; float: left;  margin: 10px; border: 1px solid #B0B0B0;}
.rightimg {float: right; clear: both; margin: 10px 20px; border: 1px solid #CCCCCC;}

.clear { clear: both;}

/* CLASSES to create columns for unordered lists. */
ul.leftul {
	font-weight: normal;
	padding: 20px 0px 0px 10px;
	float: left;
	clear: none;
	margin: 0px;
	width: 270px;
}
ul.rightul{
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 10px;
}


/* Class for text for emphasis */

.center {
	text-align: center;
}

