/* cascading style sheet - last edit: 07 jan 08 */
				
html {
	height: 100%;
	}

body {
	display : table;
	margin : 0 auto;
	text-align: center;
	}
				
p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4F6923;
	text-align: left;
	border-bottom:1px solid #4F6923; 
	padding: 0px;
	margin-bottom: 20px;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4F6923;
	text-align: left;
	border-bottom:1px solid #4F6923; 
	padding: 0px;
	margin-bottom: 20px;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4F6923;
	text-align: left;
	}
	
/* -- wrap, wrap, wrap... they call it the wrapper -- */

#wrapper {
	padding: 0px;
	margin: 0px auto;
	width: 940px;
	height : 100%;
	min-height: 100%;
	position: relative;
}

/* -- header stuff -- */

#header {
	float: left;
	width: 940px;
	height: 130px;
}

#headerLogo a {
	float: left;
	overflow: hidden;
	text-indent: -1000em;
	background: transparent url(../_images/logo_top.gif) no-repeat scroll 0px;
	background-position: 0px 16px;
	width: 338px;
	height: 129px;
}

#utilities {
	float: right;
	position: relative;
	width: 243px;
	height: 30px;
	margin: 20px 0px 0px 0px;
}

.searchtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #A5ACB2;
}

.tm_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #A5ACB2;
}

.tm_dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #A5ACB2;
}

/* -- main nav -- */
	
#mainNav {
	clear: both;
	height: 40px;
	width: 940px;
	padding: 0px 0px 12px 0px;
	}	
	
#mainNav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	}

#mainNav li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	}
	
#mainNav li a {
	text-indent: -1000em;
	display:block;
	float:left;
	height:40px;
	overflow:hidden;
	cursor: pointer;
	}

#mainNav_01 a {
	width: 195px;
	background: url(../_images/btn_back.png) no-repeat scroll 0px;
	background-position: 0px 0px;
	}
	
#mainNav_02 a {
	width: 81px;
	background: url(../_images/btn_back.png) no-repeat scroll 0px;
	background-position: -195px 0px;
	}
	
#mainNav_03 a {
	width: 236px;
	background: url(../_images/btn_back.png) no-repeat scroll 0px;
	background-position: -276px 0px;
	}
	
#mainNav_04 a {
	width: 178px;
	background: url(../_images/btn_back.png) no-repeat scroll 0px;
	background-position: -512px 0px;
	}
	
#mainNav_05 a {
	width: 121px;
	background: url(../_images/btn_back.png) no-repeat scroll 0px;
	background-position: -690px 0px;
	}
	
#mainNav_06 a {
	width: 129px;
	background: url(../_images/btn_back.png) no-repeat scroll 0px;
	background-position: -811px 0px;
	}
	
#mainNav_01 a:hover {
	background-position: 0px -40px;
	}
	
#mainNav_02 a:hover {
	background-position: -195px -40px;
	}
	
#mainNav_03 a:hover {
	background-position: -276px -40px;
	}
	
#mainNav_04 a:hover {
	background-position: -512px -40px;
	}
	
#mainNav_05 a:hover {
	background-position: -690px -40px;
	}
	
#mainNav_06 a:hover {
	background-position: -811px -40px;
	}
	
/* -- side nav -- */

#sideNav {
	padding: 0px 12px 0px 0px;
	margin: 0px;
	background: url(../_images/nav_back.png) repeat-y scroll 0px;
	}

#sideNavTop {
	padding: 0px;
	margin: 0px;
	background: url(../_images/nav_back_top.png) no-repeat scroll 0px 0px;
	}
	
td.menuon_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 0px 2px 20px;
	cursor: pointer;
	background: url(../_images/nav_arw_a02.png) no-repeat scroll 8px 6px;
	} 
	
td.menuoff_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e8f1d7;
	text-decoration: none;
	padding: 4px 0px 2px 20px;
	cursor: pointer;
	background: url(../_images/nav_arw_a01.png) no-repeat scroll 8px 6px;
	}
	
td.menuon_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 0px 2px 20px;
	cursor: pointer;
	background: url(../_images/nav_arw_b02.png) no-repeat scroll 8px 4px;
	} 
	
td.menuoff_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e8f1d7;
	text-decoration: none;
	padding: 2px 0px 2px 20px;
	cursor: pointer;
	background: url(../_images/nav_arw_b01.png) no-repeat scroll 8px 4px;
	}
	
td.menuon_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 0px 2px 20px;
	cursor: pointer;
	background: url(../_images/nav_arw_c02.png) no-repeat scroll 8px 4px;
	} 
	
td.menuoff_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e8f1d7;
	text-decoration: none;
	padding: 2px 0px 2px 20px;
	cursor: pointer;
	background: url(../_images/nav_arw_c01.png) no-repeat scroll 8px 4px;
	}
	
.navTextSubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	}
	
.navText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	}

.navText a:link {
	text-decoration: none;
	}

.navText a:visited {
	text-decoration: none;
	}

.navText a:hover{
	text-decoration: underline;
	}

.navText a:active {
	text-decoration: none;
	}

/* -- body stuff -- */

.sponsor00 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.sponsor01 {
	border-bottom:1px solid #78A22E;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #78A22E;
}

.sponsor02 {
	border-bottom:1px solid #78A22E;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #78A22E;
}

.sponsor03 {
	border-bottom:1px solid #78A22E;
}

#contentPad {
	padding: 20px 42px 5px 36px;
	margin: 0px;
	}
	
.Img {
	margin: 2px 0px 20px 20px;
	}
	
#homecell_01 {
	padding: 0px 15px 11px 0px;
}

#homecell_02 {
	padding: 0px 15px 13px 0px;
}

#homecell_03 {
	padding: 0px 0px 13px 0px;
}

#homecell_padding {
	padding: 12px 10px 0px 10px;
}

#homecell_padding01 {
	padding: 12px 12px 0px 12px;
	width: 214px;
	height: 306px;
}

.formField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #b2b2b2;
	}
	
.submitBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	cursor: pointer;
	}
	
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	}

.mainText a:link {
	color: #4F6923;
	text-decoration: none;
	font-weight: bold;
	}

.mainText a:visited {
	color: #4F6923;
	text-decoration: none;
	font-weight: bold;
	}

.mainText a:hover{
	color: #4F6923;
	text-decoration: underline;
	font-weight: bold;
	}

.mainText a:active {
	color: #4F6923;
	text-decoration: none;
	font-weight: bold;
	}
	
.homeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	}

.homeText a:link {
	color: #4F6923;
	text-decoration: none;
	font-weight: bold;
	}

.homeText a:visited {
	color: #4F6923;
	text-decoration: none;
	font-weight: bold;
	}

.homeText a:hover{
	color: #4F6923;
	text-decoration: underline;
	font-weight: bold;
	}

.homeText a:active {
	color: #4F6923;
	text-decoration: none;
	font-weight: bold;
	}
	
.sitemapText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	}

.sitemapText a:link {
	color: #4F6923;
	text-decoration: none;
	}

.sitemapText a:visited {
	color: #4F6923;
	text-decoration: none;
	}

.sitemapText a:hover{
	color: #4F6923;
	text-decoration: underline;
	}

.sitemapText a:active {
	color: #4F6923;
	text-decoration: none;
	}

.signup_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	}

/* -- footer stuff -- */

#footer_home {
	clear: both;
	padding: 0px;
	margin: 10px 0px;
	height: 120px;
	}
	
#footer {
	clear: both;
	padding: 0px;
	margin: 10px 0px 10px 180px;
	height: 30px;
	width: 756px;
	}

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	}

.footerText a:link {
	color: #333333;
	text-decoration: none;
	}

.footerText a:visited {
	color: #333333;
	text-decoration: none;
	}

.footerText a:hover{
	color: #333333;
	text-decoration: underline;
	}

.footerText a:active {
	color: #333333;
	text-decoration: none;
	}
