﻿/* Reset styles */

body, table, td, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

table, td, tr {
	border-collapse: collapse !important;
}

a img {
	border-style: none;
}

/* General styles */

body {
	background-color: #fff;
}

.fr {
	float: right;
}


.fl {
	float: left;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

/* Typography */

body {
	color: #3e3e3e;
	font: 10pt/1.4em Arial, Helvetica, sans-serif;
}


h1, h4 {
	color: #26559e;
	font-size: 13pt;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0 0 14px;
}

h2 {
	color: #7fae25;
	font-size: 13pt;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0 0 14px;
}

h3 {
	color: #3e4345;
	font-size: 11pt;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0 0 14px;
}

.learn-more {
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	color: #26559e;
	text-transform: uppercase;
}

.continued {
	font-size: 8pt;
	font-weight: bold;
	color: #7fae25;
	text-transform: uppercase;
}

.small {
	color: #3e4345;
	font-size: 8pt;
}

.quote {
	color: #0096d9;
	font-size: 9px;
	font-style: italic;
}

#navigation {
	font-size: 8pt;
	color: #fff;
}

.side-home {
	color: #0096d9;
	font-size: 11px;
	/*font-style: italic;*/
}



#content-holder p {
	margin: 0 0 14px;
}

#home-featured h2  {
	margin: 0 0 3px;
	font-size: 12pt;
}

#home-featured .right-content h2  {
	color: #26559e;
}

#home-featured-right h2  {
	color: #26559e;
	text-align: center;
}

.sec-green-box h2  {
	color: #7fae25;
	text-align: center;
}

#home-featured p  {
	font-size: 8pt;
}

/* Links */

a {
	text-decoration: underline;
	color: #26559e;
}

a:hover {
	text-decoration: underline;
	color: #0096d9;
}

.side-home a {
	float: right;
	margin-right: 10px;
}

#home-featured-left a, .green-box-secondary a  {
	text-transform: capitalize;
	font-weight: normal;
	color: #7fae25;
	font-size: 8pt;
}

#home-featured-right a  {
	text-align: center !important;
	text-transform: uppercase;
	font-weight: bold;
	color: #26559e;
	font-size: 8pt;
}

/* Header */

#header-container {
	width: 1024px;
	height: 322px;
	margin: 0 0 30px;
	
}

#header-container-secondary {
	width: 1024px;
	height: 182px;
	margin: 0;
	background: url(../img/global/secondary-header-background.jpg) no-repeat;
}

#nav-logo {
	width: 1024px;
}

img#logo-home {
	margin-right: 30px;
	float: right;
}

.MainMenu_MenuArrow {
	cursor: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;

}

/* Main Menu */

.MainMenu_MenuItem {
    cursor: pointer;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 0px solid;
	border-top: white 0px solid;
	border-right: white 0px solid;
	background-color: Transparent;

   }

.MainMenu_SubMenu {
    background: #7fae25;
    color: #000000;
    font-weight: normal; 
	
     }

.MainMenu_MenuItemSel 
{
    color: #7fae25; 
    background-color: #FFFFFF;
 
}

.MainMenu_MenuIcon
{
    display: none;
}

/* Navigation */
#navigation {
	height: 80px;
	margin: 0 0 0 30px;
	padding: 0;
	float: left;
}


.nav-bar {
color:#7fae25;
	background-color: #7fae25;
	vertical-align:middle;
	
}

.w12 {
	width: 12px;
}

.w13 {
	width: 13px;
}

/* Header Buttons */

#header-buttons {
	
}

#listserv {
	width: 66px;
	height: 66px;
	overflow: hidden;
	position: absolute;
	top: 257px;
	left: 725px;
}

#listserv-secondary {
	width: 66px;
	height: 66px;
	overflow: hidden;
	position: absolute;
	top: 117px;
	left: 725px;
}

#listserv a, #listserv-secondary a {
	width: 66px;
	height: 66px;
	background: url(../img/global/listsrv.gif) no-repeat 0 0;
	display: block;
	text-indent: -99999px;
}

#listserv a:hover, #listserv-secondary a:hover {
	background: url(../img/global/listsrv.gif) no-repeat 0 -67px;
}

#member {
	width: 78px;
	height: 79px;
	overflow: hidden;
	position: absolute;
	left: 804px;
	top: 235px;
}

#member-secondary {
	width: 78px;
	height: 79px;
	overflow: hidden;
	position: absolute;
	left: 804px;
	top: 95px;
}

#member a, #member-secondary a {
	width: 78px;
	height: 79px;
	background: url(../img/global/member.gif) no-repeat 0 0;
	display: block;
	text-indent: -99999px;
}

#member a:hover, #member-secondary a:hover {
	background: url(../img/global/member.gif) no-repeat 0 -80px;
}

/* Content */

#content-holder {
	width: 740px;
	margin: 0 0 30px 140px;
	padding: 0;
}

.main-content {
	padding: 0 25px 0 0;

	
}

.side-home {
	border-left: 1px solid #0096d9;
	padding: 40px 0 0 25px;
}

.side-secondary {
	padding: 40px 0 0 0;
}

/* Footer */

#footer-holder {
	width: 780px;
	margin: 0 0 30px 140px;
	padding: 0;
	height: 20px;
}

.footer-search {
	
}

.footer-search input {
	width: 105px;
	border: 1px solid #26559e;
	color: #26559e;
	font-size: 10px;
	float: left;
	margin: 0;
	font-weight: bold;
}

.win.gecko .footer-search input {
	width: 100px;
	border: 1px solid #26559e;
	color: #26559e;
	font-size: 10px;
	float: left;
	margin: 0;
	font-weight: bold;
}

.win.ff2 .footer-search input {
	width: 95px;
	border: 1px solid #26559e;
	color: #26559e;
	font-size: 10px;
	float: left;
	margin: 0;
	font-weight: bold;
}

#footer-submit {
	width: 50px;
	text-align: left;
	color: #26559e;
	font-size: 10px;
	text-transform: uppercase;
	float: right;
	background-color: #fff;
	border-style: none;
	margin: 0;
	cursor: pointer;
}

.win.gecko #footer-submit {
	width: 50px;
	text-align: left;
	color: #26559e;
	font-size: 9px;
	text-transform: uppercase;
	float: right;
	background-color: #fff;
	border-style: none;
	margin: 0 5px 0 0;
	cursor: pointer;
	padding: 0;
}

.win.ff2 #footer-submit {
	width: 55px;
	text-align: left;
	color: #26559e;
	font-size: 9px !important;
	text-transform: uppercase;
	float: right;
	background-color: #fff;
	border-style: none;
	margin: 0 5px 0 0;
	cursor: pointer;
	padding: 0;
}

.footer-info {
	color: #26559e;
	font-size: 10px;
	text-transform: uppercase;
}

.footer-info ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer-info li {
	border-left: 1px solid #26559e;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

/* Home Featured Boxes */

#home-featured {
	width: 740px;
	margin: 0 0 30px 140px;
}

#home-featured-left {
	width: 502px;
	margin: 0;
}

#home-featured-left .left-content {
	background: url(../img/home/home-featured-left-backl.gif) repeat-y;
	padding: 0 10px;
}

#home-featured-left .right-content {
	background: url(../img/home/home-featured-left-backr.gif) repeat-y;
	padding: 0 10px;
}

#home-featured-left .right-content h2 {
	font-size: 10pt;
	color: #444;
	text-align: center;
}

#home-featured-right {
	width: 220px;
	margin: 0;
}

.blue-box {
	background: url(../img/home/home-featured-right-back.gif) repeat-y;
	padding: 0 10px;
}

/* Seconday Side Box */

.green-box-secondary {
	background: url(../img/global/green-box-side-back.jpg) repeat-y;
	padding: 0 10px;
}
