body, table, form, div {
	font-family: Arial, Tahoma,Verdana, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: normal;
	padding: 0px;
	margin: 0px;

}
body {
	position:relative;
	background-color: #5D5D5D;
}
div { overflow:hidden;}
p {
	margin-top: 0px;
	margin-bottom: 8px;
}
/****************************************************************/
/*                       Containter                            */
/****************************************************************/
#container {
	background-color: #FFFFFF;
	width: 758px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}
/****************************************************************/
/*                       Main Content                           */
/****************************************************************/
#header {
	display: block;
	height: 128px;
	width: 758px;
}
#logo {
	display: block;
	background-image: url(../template/misc/logo_home.gif);
	background-repeat: no-repeat;
	height: 128px;
	width: 303px;
	float: left;
}
#flash_box {
	width: 758px;
	height: 196px;
	background-color: #FFFFFF;
}
#main_partition {
	display: table;
	background: url(../template/misc/bg_strip_home.gif) repeat-y;
	width: 100%;
}
#top_grey_box_left {
	width: 294px;
	height: 26px;
	background-color: #A3A3A3;
	float: left;
}
#top_grey_box_right {
	width: 464px;
	height: 26px;
	background-color: #CCCCCC;
	float: right;
}
#white_rule {
	display: block;
	background-image: url(../template/misc/white_rule_home.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 100%;
	float: left;
	overflow: hidden;
}
#left_partition {
	width: 294px;
	background-color: #CCCCCC;
	float: left;
}
#right_partition {
	width: 464px;
	background-color: #FFFFFF;
	float: right;
	background-image: url(../template/misc/ghosted_logo_home.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#featured_service_box {
	width: 264px;
	float: left;
	padding: 12px 15px 12px 15px;
	border-bottom: 1px solid #FFFFFF;
}
#featured_article_box {
	width: 264px;
	float: left;
	padding: 12px 15px 12px 15px;
}
#featured_header {
	display: block;
	height: 13px;
	width: 234px;
	margin-bottom: 7px;
}
#featured_content {
	display: block;
	width: 264px;
}
#featured_photo {
	display: inline;
	width: 63px;
	height: 76px;
	border: 1px solid #FFFFFF;
	float: left;
}
#featured_text_box {
	display: inline;
	width: 189px;
	float: right;
	padding-left: 9px
}
#welcome_content {
	display: block;
	width: 424px;
	margin: 30px 20px 30px 20px;
}
#welcome_header {
	display: block;
	height: 18px;
	width: 424px;
	margin-bottom: 20px;
	background-image: url(../template/headers/welcome.gif);
	background-repeat: no-repeat;
}
/****************************************************************/
/*                         Footer                               */
/****************************************************************/
#footer {
	width: 100%;
	height: 102px;
	color: #CCCCCC;
	clear: both;
}
#footer_grey_box_left {
	width: 294px;
	height: 100px;
	background-color: #A3A3A3;
	float: left;
}
#footer_grey_box_right {
	width: 464px;
	height: 100px;
	background-color: #CCCCCC;
	float: right;
}
#address {
	float: left;
	padding: 13px 20px 0px 20px;
}
#footer_nav {
    float: right;
	padding: 27px 20px 5px 0px;
	width: 95%;
	text-align: right;
}
#credit {
	float: right;
	padding-right: 20px;
	width: 90%;
	text-align:right;
}
/****************************************************************/
/*                          Text                                */
/****************************************************************/
.featured_text {
	color: #333333;
}
.featured_text a {
	text-decoration: underline;
	color: #003792;
	font-weight: bold;
}
.featured_text a:hover {
	color: #FFFFFF;
}
.blue_body_text {
	color: #003A92;
}
.blue_body_text a {
	color: #003A92;
	text-decoration: underline;
}
.blue_body_text a:hover {
	color: #5D5D5D;
	text-decoration: underline;
}
.blue_header_text {
	font-size: 14px;
	font-weight: bold;
	color: #003A92;
}
.footer_text {
	color: #FFFFFF;
}
.footer_links {
	font-size: 9px;
	color: #5D5D5D;
	line-height: 17px;
}
.footer_links a {
	color: #5D5D5D;
	text-decoration: none;
}
.footer_links a:hover {
	color: #FFFFFF;
}			
