/* 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;
	}

/* -- wrap, wrap, wrap... they call it the wrapper -- */

#wrapper {
	padding: 0px;
	margin: 0px auto;
	width: 960px;
	position: relative;
}

/* -- header stuff -- */

#header {
	float: left;
	background: url(../_images/top_back.png) no-repeat scroll 0px;
	background-position: 0px 0px;
	width: 960px;
	height: 108px;
}

#headerLogo a {
	float: left;
	overflow: hidden;
	text-indent: -1000em;
	width: 360px;
	height: 60px;
	margin: 30px 0px 0px 45px;
}

#utilities {
	float: right;
	position: relative;
	width: 131px;
	height: 21px;
	margin: 14px 15px 0px 0px;
}

.searchtext {
	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: 42px;
	width: 960px;
	padding: 0px 0px 0px 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:42px;
	overflow:hidden;
	cursor: pointer;
	}

#mainNav_01 a {
	width: 85px;
	background: url(../_images/btn_sprite.png) no-repeat scroll 0px;
	background-position: 0px 0px;
	}
	
#mainNav_02 a {
	width: 138px;
	background: url(../_images/btn_sprite.png) no-repeat scroll 0px;
	background-position: -85px 0px;
	}
	
#mainNav_03 a {
	width: 118px;
	background: url(../_images/btn_sprite.png) no-repeat scroll 0px;
	background-position: -223px 0px;
	}
	
#mainNav_04 a {
	width: 118px;
	background: url(../_images/btn_sprite.png) no-repeat scroll 0px;
	background-position: -341px 0px;
	}
	
#mainNav_05 a {
	width: 127px;
	background: url(../_images/btn_sprite.png) no-repeat scroll 0px;
	background-position: -459px 0px;
	}
	
#mainNav_06 a {
	width: 116px;
	background: url(../_images/btn_sprite.png) no-repeat scroll 0px;
	background-position: -586px 0px;
	}
	
#mainNav_07 a {
	width: 104px;
	background: url(../_images/btn_sprite.png) no-repeat scroll 0px;
	background-position: -702px 0px;
	}
	
#mainNav_08 a {
	width: 154px;
	background: url(../_images/btn_sprite.png) no-repeat scroll 0px;
	background-position: -806px 0px;
	}
	
#mainNav_01 a:hover {
	background-position: 0px -42px;
	}
	
#mainNav_02 a:hover {
	background-position: -85px -42px;
	}
	
#mainNav_03 a:hover {
	background-position: -223px -42px;
	}
	
#mainNav_04 a:hover {
	background-position: -341px -42px;
	}
	
#mainNav_05 a:hover {
	background-position: -459px -42px;
	}
	
#mainNav_06 a:hover {
	background-position: -586px -42px;
	}
	
#mainNav_07 a:hover {
	background-position: -702px -42px;
	}
	
#mainNav_08 a:hover {
	background-position: -806px -42px;
	}
	
/* -- side nav -- */

#sideNav {
	padding: 0px;
	margin: 0px;
	background: url(../_images/nav_btm_back02.png) no-repeat bottom;
	background-color: #003c54;
	width: 180px;
	}
	
td.menuon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 0px 2px 20px;
	cursor: pointer;
	background: url(../_images/nav_bullet_on.png) no-repeat scroll;
	height: 20px;
	} 
	
td.menuoff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #e4decf;
	text-decoration: none;
	padding: 1px 0px 2px 20px;
	cursor: pointer;
	background: url(../_images/nav_bullet_off.png) no-repeat scroll;
	height: 20px;
	}
	
.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 -- */

#bodyWrapper {
	background: url(../_images/main_back.png) repeat-y;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	position:relative;
	clear:both;
	}

#contentPad {
	padding: 10px 10px 10px 16px;
	margin: 0px;
	}
	
.ul {
	margin-top: -1px;
	margin-bottom: 10px;
	}
	
.img {
	margin: 2px 0px 20px 20px;
	}
	
tr.headercells  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background: #003C54;
	}
	
.headercells {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	}

.headercells a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

.headercells a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

.headercells a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	}

.headercells a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
	
tr.contentcells  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background: #D8E4E9;
	}
	
.contentcells {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	}

.contentcells a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}

.contentcells a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}

.contentcells a:hover{
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	}

.contentcells a:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}
	
#homecell_01 {
	padding: 0px 15px 11px 0px;
}

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

.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;
	}
	
.headerInt {
	background: url(../_images/hdr_back.png) no-repeat;
	background-color: #003c54;
	margin-bottom: 20px;
	}
	
.headerIntpad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	height: 36px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	}
	
.subHeader2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #7B3909;
	text-align: left;
	}
	
.subHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003c54;
	text-align: left;
	}
	
.whiteSubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	}
	
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	}

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

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

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

.mainText a:active {
	color: #003c54;
	text-decoration: none;
	font-weight: bold;
	}
	
.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	}

.whiteText a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

.whiteText a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

.whiteText a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	}

.whiteText a:active {
	color: #FFFFFF;
	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;
	}
	
.navlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	margin: -1px 0px 0px 3px; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	}
	
.navlist a:link {
	color: #FFFFFF;
	text-decoration: none;
	}

.navlist a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

.navlist a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	}

.navlist a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	}
	
.navlist il {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	}
	
.style1 {
	color: #ff0000;
}

.error_message {
	display: none;
	color: #FF0000;
	padding:5px;
}

.formRequired {
	color: red;
}

.form_element {
	border: solid #CCCCCC 1px;
	background-color: #FFFFFF;
}

.form_error {
	border: solid #FF0000 1px;
	background-color: #FFFFFF;
}

.column1 {
	width: 250px;
}

.column2 {
	width: *;
}


/* -- footer stuff -- */

#footer {
	padding: 0px;
	margin: 0px;
	height: 40px;
	width: 960px;
	background: url(../_images/btm_back.png) no-repeat scroll 0px;
	position:relative;
	clear:both;
	}

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

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

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

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

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

