/********************************************************/
/* HOME PAGE */
/********************************************************/

#home_headline{
	margin:20px 0px 0px 20px;
}

.home_headline{
	font-size:15px;
	font-weight:bold;
	color:#003e6f;
	text-transform:uppercase;
}

p{
	margin:0;
	padding:0;
}

.news_headline{
	margin-bottom:4px;
}

/*MORE LINKS STYLING*/
a.more{
	font-size:11px;
	font-weight:bold;
}

a.more:link{
	color:#828282;
	text-decoration: none;
}

a.more:visited{
	color:#828282;
	text-decoration: none;
}
a.more:hover{
	color:#000;
	text-decoration: underline;
}
a.more:active{
	color:#828282;
}

/********************************************************/
/* TOP COLUMNS */
/********************************************************/
#top{
	width:960px;
	height:204px;
	background:url(../../images/home_main_image.jpg) #FFF no-repeat;
	background-position:center;
}

#top_column_left{
	float:left;
	width:195px;
	padding:15px 0px 0px 18px;
}

#top_column_left h3{
	font-size:15px;
	font-weight:bold;
	color:#003e6f;
	text-transform:uppercase;
}

#top_column_left p{
	font-size:10.5px;
	color:#000;
	line-height:130%;
}

#top_column_right{
	float:right;
	width:185px;
}

#buttons{
	margin:50px 0px 0px 0px;
}

/********************************************************/
/* BOTTOM COLUMNS */
/********************************************************/
#bottom_column_left{
	float:left;
	width:230px;
	height:258px;
}

#bottom_column_left img{
	border:4px solid #e6e6e6;
	margin-bottom:18px;
}

#bottom_column_middle{
	float:left;
	width:500px;
	height:258px;
	background:url(../../images/bkgd_btm_middle_column.gif) #ddebf5 repeat-x;
}

#bottom_column_middle h3{
	font-size:17px;
	color:#2170AE;
	text-transform:uppercase;
}

#bottom_column_middle ul{
	font-size:10.5px;
	width:205px;
	padding:0em 0em 0.5em 1.5em;
	color:#000;
}

#bottom_column_middle ul li{
	line-height:110%;
}

#bottom_column_right{
	float:right;
	width:230px;
	height:258px;
}

#bottom_column_right img{
	border:4px solid #e6e6e6;
	margin-bottom:18px;
}

/*Home Page Bulleted List Links*/
a.home_list_link:link{
	color:#000;
	text-decoration:none;
}

a.home_list_link:visited{
	color:#000;
	text-decoration:none;
}
a.home_list_link:hover{
	color:#000;
	text-decoration:underline;
}
a.home_list_link:active{
	color:#000;
}

/*Home Page Products/Services Headline Links*/
a.home_headline_link:link{
	color:#2170AE;
	text-decoration:none;
}

a.home_headline_link:visited{
	color:#2170AE;
	text-decoration:none;
}
a.home_headline_link:hover{
	color:#2170AE;
	text-decoration:none;
}
a.home_headline_link:active{
	color:#2170AE;
}

#bottom{
	width:960px;
	height:258px;
	background-color:#FFF;
	border-top:1px solid #002542;
	background:url(../../images/bkgd_btm_left_column.gif) #FFF repeat-x;
}

.home_new_product_title{
	font-size:11px;
	font-weight:bold;
	color:#2170ae;
	text-transform:uppercase;
}

.home_new_product_copy{
	font-size:10.5px;
	color:#828282;
}

#new_product_wrapper{
	width:140px;
	margin:28px 0px 0px 49px;
}

#home_products_services_wrapper{
	margin:20px 0px 0px 32px;
}

#home_in_the_news_wrapper{
	width:140px;
	margin:28px 0px 0px 50px;
}

.home_in_the_news_ttl{
	font-size:14px;
	font-weight:bold;
	color:#2170ae;
	text-transform:uppercase;
	margin-bottom:6px;
}

.home_news_headline{
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
}

.home_news_copy{
	font-size:11px;
	color:#999999;
	font-weight:normal;
}
