/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: #4B7E48 url(images/bg_site.jpg);
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td, address {
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

/* Redefines the p, li, td, and address tags */
p, li, td, address {
	font-size: 11px;
}

/* Sets the line-height for these tags */
p, td {
	line-height: 18px;
}
li {
	line-height: 16px;
}
address {
	line-height: 14px;
	font-style: normal;
	}
	
/* Styles A links */
a img {
	border: 0px;
}
a:link {
	text-decoration: underline;
	color: #51804F;
	}
a:visited {
	text-decoration: underline;
	color: #2F602C;
 }
a:hover {
	text-decoration: none;
	color: #42723F;
	}
a:active, a.selected {
	text-decoration: none;
	color: #42723F;
	}
	
/* Style ordered and unordered lists */
ul, ol {
	margin-top: -10px;
	margin-left: 0px;
	padding: 0px;
}
ul {
	list-style:none;
}
body>ul.leftul, body>div#leftpara, body>ul.rightul, body>div#rightpara, ul.leftul, div#leftpara, ul.rightul, div#rightpara {
	list-style: url(images/bullet.gif) inside;	
}

/* CLASSES to create columns for unordered lists in browsers other than IE. */
body>ul.leftul, body>div#leftpara {
	margin-left: 0px;
	margin-right: 30px;
	padding-bottom: 10px;
}
body>ul.rightul, body>div#rightpara {
	float: left;
	margin-left: 0px;
}

/* CLASSES to create columns for unordered lists in IE. */
ul.leftul, div#leftpara {
	float: left;
	margin-left: 15px;
	margin-right: 40px;
	margin-top: 5px;
	padding-bottom: 10px;
}
ul.rightul, div#rightpara {
	float: left;
	margin-top: 5px;
}

/* Class to stop items from floating right or left */
.clear {
	clear: both;
}

/* Class to stop items from floating right or left */
.center {
	text-align: center;
}

/* Styles h1, h2, h3, h4, h5 tags */
h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2F602C;
	}
h1 {
	font-size: 20px;
	padding: 0;
	margin: 0px;
}
h2 {
	font-size: 18px;
	padding: 0;
	margin: 0px 0px 8px;
}
h3 {
	font-size: 16px;
	padding: 0;
	margin: 0px 0px 6px;
}
h4 {
	font-size: 14px;
	padding: 0;
	margin: 0px 0px 4px;
}
h5 {
	font-size: 12px;
	padding: 0;
	margin: 0px 0px 2px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Styles the DIV that serves as the container for the layout. Setting the left and right margins to auto will center DIV. */
div#container {
	width: 770px;
	margin: 0px auto;
	background: #ffffff url(images/layout.jpg) repeat-y; /* Faux column bg for page */
}

/* Creates DIV container for header. */
div#header {
	width: 770px;
	margin: 0px auto;
	}
	
/* Creates DIV container for sidebar content */ 
div#sidebar {
	color: #fff;
	width: 220px;
	float: right;
	padding: 0px 10px 0px 0px;	
}
div#sidebar address {
	padding: 10px 0px 10px 10px;
}
div#sidebar a {
 	color: #fff;
	}

/* Creates DIV container(s) for page headings */ 
div#heading1, div#heading2, div#heading3, div#heading4, div#heading5, div#heading6, div#heading7, div#heading8 {
	width: 530px;
	height: 201px;
	padding: 0px;
	margin: 0px 0px 5px;
	background: #2F602C;
}
div#heading1, div#heading2, div#heading3, div#heading4, div#heading5, div#heading6, div#heading7, div#heading8 h1 {
	color: #ffffff;
}
div#heading1 {
	background: url(images/pg1heading.jpg) no-repeat; 
	text-indent: -1500px;
}
div#heading2 {
	background: url(images/pg2heading.jpg) no-repeat; 
	text-indent: -1500px;
}
div#heading3 {
	background: url(images/pg3heading.jpg) no-repeat; 
	text-indent: -1500px;
}
div#heading4 {
	background: url(images/pg4heading.jpg) no-repeat; 
	text-indent: -1500px;
}
div#heading5 {
	background: url(images/pg5heading.jpg) no-repeat; 
	text-indent: -1500px;
}
div#heading6 {
	background: url(images/pg6heading.jpg) no-repeat; 
	text-indent: -1500px;
}
div#heading7 {
	background: url(images/pg7heading.jpg) no-repeat; 
	text-indent: -1500px;
}
div#heading8 {
	background: url(images/pg8heading.jpg) no-repeat; 
	text-indent: -1500px;
}

/* Creates DIV container for main content */ 
div#content {
	width: 530px;
	clear:left;
	float: left;
	padding: 0px 0px 10px 10px;
}
div#content p, h2, h3, h4, h5 {
	margin-left: 15px;
	margin-right: 15px;
}
div#content ol.list, ul.list {
	margin-left: 30px;
	margin-right: 15px;
}

/* Styles DIY frames in Plus sites */
iframe#iframe1 {
	margin: -20px 0px 0px -10px;
	overflow: hidden;
}

/* Styles DIY frames in Plus sites */
iframe#iframe2 {
	margin: 0px 0px 0px -10px;
	overflow: hidden;
}

/* Creates DIV container for sub-navigation */
div#subnav {
	background: #2F602C url(images/subnav_bg.jpg) repeat-y;
	font-size: 10px;
	color: #fff;
	width: 770px;
	margin: 0px auto;
	text-align: center;
	clear: both;
	padding: 10px 0px;
}
div#subnav a {
 	color: #fff;
	font-weight: bold;
	}

/* Creates DIV container for copyright statement */
div#copyrght {
	color: #fff;
	font-size: 9px;
	width: 770px;
	margin: 0px auto;
	text-align: center;
	clear: both;
	padding: 10px 0px;
	background: #4B7E48 url(images/footer_bg.jpg) no-repeat;
}
div#copyrght a {
 	color: #fff;
	font-weight: bold;
	}
	
/* -------------------------------------------------------*/
/* ----------------- CSS HORIZONTAL NAV ----------------- */
/* -------------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	margin: 0px;
	padding: 0px 10px;
	width: 750px;

	background: #548251 url(images/mainnav_bg.jpg) no-repeat;
	
}
	
ul#navlist li a#current, ul#navlist li a#current:hover{
	background: #285924 url(images/linkcurrent_bg.jpg) no-repeat;
	color: #ffffff;
	width: auto;}
	
	ul#navlist li a#current span, ul#navlist li a#current:hover span {
	background: #285924 url(images/linkcurrent_bg.jpg) no-repeat;
	color: #ffffff;
	width: auto;
	}


/* UL TAG */
ul#navlist {
	margin:0;
	padding:0;
	font-size:9px;
	text-transform:uppercase;
	font-family: tahoma;
	height:21px;

	} 

ul#navlist li {
	list-style: none;
	float:left;
	position: relative;
	margin:0 1px 0 0;
	padding:0;
	line-height:normal;
	text-indent:0;
	z-index:10
}

ul#navlist li a {
	display:block;
	padding: 4px 4px 5px 4px;
	/*width: 100px;*/
	color:#fff;
	text-decoration:none;
	background: url(images/nav_off.gif) top right no-repeat;
	font-size:10px;
	font-weight:bold;
	font-family: inherit;
	
	}

/**/* html #nav a {
	width: 1%;}

ul#navlist li a:hover {
		background: #396C35 url(images/linkhover_bg.jpg) no-repeat;
	color: #ffffff;}

/* ---------------------------------------------------------*/
/* ----------------- FOR THE CSS DROPDOWN ----------------- */
/* ---------------------------------------------------------*/
	
	
ul#navlist li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 99
}

ul#navlist li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#navlist li:hover ul, ul#navlist li.over ul { /* lists nested under hovered list items */
	display: block;
}

ul#navlist li ul li {
	float: none;
	text-transform: capitalize;}
	
ul#navlist li ul li a {
	background: url(images/subnav_off.gif) top left repeat-x;
	width: 150px;
	padding: 5px 0;
	text-indent: 15px;
	color: #CCCCCC;}

ul#navlist li ul li a:hover {
	background: #fc0 url(images/nav_on.gif) top left no-repeat;
	color: #ccc;
	}

/* Create CLASSES to float images and groups of images in SPAN tags */
img.rt {
	float: right;
	margin: 5px 15px 10px 10px;
}
img.rtborder {
	border: 1px solid #616161;
	float: right;
	margin: 5px 15px 10px 10px;
}
img.lft {
	float: left;
	margin: 5px 10px 10px 15px;
}
img.lftborder {
	border: 1px solid #616161;
	float: left;
	margin: 5px 10px 10px 15px;
}
img.lftborder2 {
	border: 1px solid #616161;
	float: left;
	margin: 5px 80px 10px 15px;
}
img.lftborder3 {
	border: 1px solid #616161;
	float: left;
	margin: 5px 150px 10px 30px;
}
img.ctr {
	border: 1px solid #616161;
	text-align: center;
	margin: 5px auto;
}

div#flash {
	position:relative;
	z-index:1
}