body, table, form, div {
	font-family: Arial, Tahoma,Verdana, sans-serif;
	color: #000000;
	font-size: 11pt;
	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: 984px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}
/****************************************************************/
/*                       Main Content                           */
/****************************************************************/
#header {
	display: block;
	height: 128px;
	width: 984px;
}
#logo {
	display: block;
	background: url(../template/misc/logo_home.gif) no-repeat;
	height: 128px;
	width: 323px;
	float: left;
}
#flash_box {
	width: 758px;
	height: 196px;
	background-color: #FFFFFF;
	float: left;
}
#flash_left {
	width: 113px;
	height: 196px;
	background: url(../template/misc/flash_left.gif) no-repeat;
	float: left;
}
#flash_right {
	width: 113px;
	height: 196px;
	background: url(../template/misc/flash_right.gif) no-repeat;
	float: left;
}
#main_partition {
	display: table;
	background: url(../template/misc/bg_strip_home.gif) repeat-y;
	width: 100%;
}
#top_grey_box_left {
	width: 408px;
	height: 26px;
	background-color: #A3A3A3;
	float: left;
}
#top_grey_box_right {
	width: 576px;
	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: 408px;
	background-color: #CCCCCC;
	float: left;
}
#right_partition {
	width: 576px;
	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: 378px;
	float: left;
	padding: 16px 15px 16px 15px;
	border-bottom: 1px solid #FFFFFF;
}
#featured_article_box {
	width: 378px;
	float: left;
	padding: 16px 15px 16px 15px;
}
#featured_header {
	display: block;
	height: 17px;
	width: 234px;
	margin-bottom: 16px;
}
#featured_content {
	display: block;
	width: 378px;
}
#featured_photo {
	display: inline;
	width: 74px;
	height: 104px;
	border: 1px solid #FFFFFF;
	float: left;
}
#featured_text_box {
	display: inline;
	width: 290px;
	float: right;
	padding-left: 9px
}
#welcome_content_top {
	display: block;
	width: 536px;
	margin: 30px 20px 0px 20px;
	padding-bottom: 15px;
/*	border-bottom: 1px solid #A3A3A3; */
}
#welcome_content_bot {
	display: block;
	width: 536px;
	margin: 15px 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%;
	color: #CCCCCC;
	clear: both;
}
#footer_grey_box_left {
	width: 408px;
	height: 120px;
	background-color: #A3A3A3;
	float: left;
}
#footer_grey_box_right {
	width: 576px;
	height: 120px;
	background-color: #CCCCCC;
	float: right;
}
#address {
	float: left;
	padding: 13px 20px 0px 20px;
}
a.linkedin {
	display: inline;
	width: 158px;
	height: 27px;
	margin: 13px 0px 10px 15px;
	background: url(../template/misc/linkedin.gif) no-repeat;
	float: left;
}
a:hover.linkedin {
	background-position: 0px -27px;
}
#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: 15px;
	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;
}
.bloglink a {
	display: inline;
	color: #FFFFFF;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-left: 15px;
}
.bloglink a:hover {
	color: #003A92;
}
