@charset "UTF-8";
/* CSS Document */

/*Top Level Link Styles*/
.top_level_navigation a:link {
	text-decoration: none;
	color: #546670;
	font-size: 83%;
}
.top_level_navigation a:visited {
	text-decoration: none;
	color: #546670;
	font-size: 83%;
}
.top_level_navigation a:hover {
	text-decoration: underline;
	color: #4c9823;
	font-size: 83%;
}
.top_level_navigation a:active {
	text-decoration: none;
	color: #546670;
	font-size: 83%;
}
.top_level_navigation {
	background-image: url(../images/left_nav_main.jpg);
	background-repeat: no-repeat;
	height: 47px;
	width: 224px;
	line-height: 47px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
/*Top Level Link Styles for Active Sections*/
.top_level_navigation_onpage a:link {
	text-decoration: none;
	color: #546670;
	font-size: 13px;
}
.top_level_navigation_onpage a:visited {
	text-decoration: none;
	color: #546670;
	font-size: 13px;
}
.top_level_navigation_onpage a:hover {
	text-decoration: underline;
	color: #4c9823;
	font-size: 13px;
}
.top_level_navigation_onpage a:active {
	text-decoration: none;
	color: #546670;
	font-size: 13px;
}
.top_level_navigation_onpage {
	background-image: url(../images/left_nav_main_roll.jpg);
	background-repeat: no-repeat;
	height: 47px;
	width: 224px;
	line-height: 47px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}

/*2nd Level Link Styles*/
.second_level_navigation a:link {
	text-decoration: none;
	color: #354046;
}
.second_level_navigation a:visited {
	text-decoration: none;
	color: #354046;
}
.second_level_navigation a:hover {
	text-decoration: none;
	color: #0084c2;
}
.second_level_navigation a:active {
	text-decoration: none;
	color: #354046;
}
.second_level_navigation {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 30px; 
	font-size: 75%;
}
.second_level_navigation_onpage {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	color: #0084c2;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 30px;
	background-image: url(../images/nav_icon.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
	font-weight: bold; font-size: 75%
}

/*Sliding Panel Link Styles*/
.sliding_nav a:link {
	text-decoration: none;
	color: #0475aa;
}
.sliding_nav a:visited {
	text-decoration: none;
	color: #0475aa;
}
.sliding_nav a:hover {
	text-decoration: none;
	color: #354046;
}
.sliding_nav a:active {
	text-decoration: none;
	color: #354046;
}
.sliding_nav {
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	line-height: 26px;
	height: 26px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-size: 12px;
	font-weight: bold;
	float: right;
	display: inline;
}

/*Top Level Document Styles*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #656565;
	font-family: Arial, Helvetica, sans-serif;

}
#content_wrapper {
	margin: 0px;
	width: 800px;
	background-image: url(../images/drop_shadow.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 37px;
	padding-bottom: 0px;
	padding-left: 37px;
}
#content {
	margin: 0px;
	padding: 0px;
	width: 763px;
}

a img {
	border: 0px;
}

/*style to clear floats properly*/
#brclear {
	clear:both;
	height:0px;
	margin:0px;
	font-size: 1px;
	line-height: 0px;
	padding: 0px;
}

/*Header wrapper*/
#header_container {
	margin: 0px;
	padding: 0px;
	height: 199px;
	width: 100%;
	background-image: url(../images/header_background.gif);
	background-repeat: repeat-x;
}
#header_wrapper {
	padding: 0px;
	height: 199px;
	width: 763px;
	margin-left: 37px;
}

/*Main Content Styles*/
#content_container
 {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

/*Footer elements*/
#footer_container {
	background-image: url(../images/footer_background.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 40px;
}
#copyright_attribution {
	width: 764px;
	margin-left: 37px;
	color: #CCCCCC;
	font-size: 10px;
	margin-top: 10px;
	text-align: justify;
	margin-bottom: 10px;
}
#footer_globe_image {
	margin: 0px;
	padding: 0px;
	height: 50px;
}
#footer_nav_bar_background {
	background-color: #a5a5a5;
	padding: 0px;
	height: 40px;
	width: 763px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 37px;
}
#left_navigation_wrapper {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d4d4d4;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 239px;
}
#main_content {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 523px;
}
#homepage_image {
	margin: 0px;
	padding: 0px;
	height: 235px;
	width: 523px;
}
#budgetCalculator {
	margin-left: 20px;
	margin-right: 60px;
	margin-bottom: 20px;
}
#formField {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#formTotal {
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #333333;
	font-weight: normal;
	font-size: 12px;
}
h1 {
	font-size: 100%;
	color: #647f1d;
	margin-top: 20px;
	margin-right: 60px;
	margin-bottom: 10px;
	margin-left: 20px;
	line-height: 23px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

h2 {
	font-size: 75%;
	color: #546670;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul {
	margin-right: 60px;
}
ol {
	margin-right: 60px;
}
li {
	margin-bottom: 5px;
	line-height: 20px;
}
p {
	margin-right: 60px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 20px;
	margin-top: 0px; 
	font-size:75%;
}
caption {
	background-color: #0e74a8;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sub_category_description/*Sub category graphic links*/
 {
	padding: 0px;
	height: 54px;
	width: 380px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-image: url(../images/sub_category_background.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
}
.sub_category_content {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #546670;
	line-height: normal;
	font-size: 75%;
}
#sub_category_button {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 54px;
	width: 76px;
	display: inline;
}
.footnote {
	font-size: 9px;
	line-height: normal;
}
.subhead {
	margin-bottom: 0px;
	font-weight: bold;
}
#ron_nichols_photo {
	float: left;
	height: 238px;
	width: 198px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 50px;
}
#caption {
	font-size: 70%;
	margin-top: 5px;
	margin-bottom: 5px;
}
