/* interior.css is used for all pages EXCEPT the home page */

#pageWrapper h2 {
	width: 425px;
	height: 146px;
	margin: 0;
	text-indent: -9999px;
}
#pageWrapper h3 {
	width: 425px;
	height: 53px;
	margin: 0;
	text-indent: -9999px;
}

/*=content
-------------------*/
#pageWrapper #contentWrapper {
	background: url(../images/interior_bg.gif) repeat-y;
	float: left;
	width: 800px;
}
#contentWrapper #content {
	width: 577px;
	float: left;
	padding: 0 0 10px 25px;
	margin-top: 12px;
	width/**/:/**/552px;
}

/*sub navigation
-----------------*/
#contentWrapper ul#subNavigation {
	list-style: none;
	margin: 25px 10px 25px 605px;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.6;
	color: #fff;
}
html > body #contentWrapper ul#subNavigation { margin-left: 608px; }
#subNavigation li { margin-bottom: 13px; }

#contentWrapper div#subNavigation {
	list-style: none;
	margin: 25px 10px 25px 593px;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.6;
	color: #fff;
}
html > body #contentWrapper div#subNavigation { margin-left: 608px; } /* correct value for compliant browsers */


#subNavigation a {
	display: block;
	height: 1em; /* incorrect value for IE */
	width: auto;
	color: #fff;
	text-decoration: none;
	background: url(../images/subnav_off.gif) 0 0 no-repeat;
	padding-left: 9px;
}
html > body #subNavigation a { height: auto; } /* correct value for compliant browsers */

#subNavigation a:hover {
	color: #BCBCBC;
	background: url(../images/subnav_on.gif) 0 0 no-repeat;
	text-decoration: underline;
}

#subNavigation a#currentSubPage {
	color: #86d357;
	background: url(../images/subnav_on.gif) 0 0 no-repeat;
	text-decoration: underline;
}

