/* 
 * ========================================
 * global element styles 
 * ========================================
 */
 
html{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}

form
{
	display: inline;
	margin: 0; /* removes mystery form tag gapping */
	padding: 0; /* removes mystery form tag gapping */
}

p
{
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 9.5px;
	color: #8E8E8E;
}

img
{
	border: 0; /* makes sure linked images do not have a border */
}

table
{
	background-color: #ffffff;
}

a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9.5px;
	color: #1A5129;
	line-height: 180%;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9.5px;
	color: #7FBC46;
	line-height: 180%;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9.5px;
	color: #1A5129;
	line-height: 180%;
	font-weight: bold;
	text-decoration: underline;
	}

/* 
 * ========================================
 * Navigation
 * ========================================
 */


#main_nav a:link, 
#main_nav a:visited, 
#main_nav a:active
{
	display: block;
	height: 22px;
	width: 181px;
	margin: auto auto 3px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 28px;
	font-weight: normal;
	padding-top: 4px;
	background-color: #1A5129;
}

#main_nav a:hover
{
	display: block;
	height: 22px;
	width: 181px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 28px;
	font-weight: normal;
	background-color: #7FBC46;
}

#sub_nav
{
	margin-top: 3px;
}

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

#sub_nav a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

#email_bar
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	
}

#email_bar a:link, 
#email_bar a:visited, 
#email_bar a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#email_bar a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
/* 
 * ========================================
 * headers and body
 * ========================================
 */

.copy{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10.5px;
	color: #444444;
	line-height: 180%;
}
.italic{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10.5px;
	font-style: italic;
	color: #444444;
	line-height: 180%;
}
.caption{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 120%;
	font-style: italic;
}
.copyright{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
.h1{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	color: #1A5129;
	line-height: 220%;
}
.h2{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12.5px;
	font-weight: bold;
	color: #1A5129;
	line-height: 180%;
}
.h3{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: bold;
	color: #444444;
	line-height: 180%;
}
.h4{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: bold;
	font-style: italic;
	color: #666666;
	line-height: 160%;
}
.h5{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10.5px;
	font-weight: bold;
	color: #1A5129;
	line-height: 180%;
}
.box_h1{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 220%;
}
.box_h2{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9.5px;
	font-weight: bold;
	color: #666666;
	line-height: 160%;
}
.box_copy{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9.5px;
	color: #666666;
	line-height: 180%;
}

/* 
 * ========================================
 * backgrounds
 * ========================================
 */

.bg_hdmain {
	background-image: url(../img/bg_hdmain.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_ftmain {
	background-image: url(../img/bg_ftmain.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_hdgreen {
	background-image: url(../img/bg_hdgreen.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_ftgreen {
	background-image: url(../img/bg_ftgreen.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_hdorange {
	background-image: url(../img/bg_hdorange.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_ftorange {
	background-image: url(../img/bg_ftorange.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_hdred {
	background-image: url(../img/bg_hdred.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_ftred {
	background-image: url(../img/bg_ftred.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_hdyellow {
	background-image: url(../img/bg_hdyellow.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_ftyellow {
	background-image: url(../img/bg_ftyellow.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.hdkidart_orange01 {
	background-image: url(../img/hdkidart_orange01.jpg);
	background-position: left top;
}
.hdkidart_red01 {
	background-image: url(../img/hdkidart_red01.jpg);
	background-position: left top;
}
.hdkidart_yellow01 {
	background-image: url(../img/hdkidart_yellow01.jpg);
	background-position: left top;
}
.hdkidart_green01 {
	background-image: url(../img/hdkidart_green01.jpg);
	background-position: left top;
}
.border {
	border: 4px solid #1A5129;
}
