/* CSS Document */

body { 
	background-color:#CACACA;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	line-height:20px;
	}
	
.main_text_bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003250;
	font-weight:bold;}
	
.main_text_bold a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003250;
	font-weight:bold;
	text-decoration:none;}
	
.main_text_bold a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003250;
	font-weight:bold;
	text-decoration:underline;}
	
.main_text_itallic {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5893AC;
	}
	
.main_text_itallic a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#5893AC;
	}

.main_text_itallic a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	color:#0066CC;
	}
	
.product_text_bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;}
	
.main_text_blue {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#087CC3;
	font-weight:bold;}
	
.h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FF9900;
	font-weight:bold;
	padding-bottom:20px;
	}	
	
.header_text2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#116A9F;
	font-weight:bold;}
	
.header_text2 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#116A9F;
	font-weight:bold;
	text-decoration:none;}
	
.header_text2 a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#116A9F;
	font-weight:bold;
	text-decoration:underline;}	
	
.vertical_divider {
	background-image:url(images/vertical_divider.jpg);
	background-repeat:repeat-y;
	background-position:center center;}
	
.vertical_divider2 {
	background-image:url(images/vertical_divider.jpg);
	background-repeat:repeat-y;
	background-position:center center;}

.horizontal_divider {
	background-image:url(images/horizontal_divider.jpg);
	background-repeat:repeat-x;
	background-position:center center;
	
	}	
	
.nav_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	
	}
	
.nav_text a{
	background-image:url(images/arrow_norm.jpg);
	background-repeat:no-repeat;
	background-position:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:10px;
	}
	
.nav_text a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	background-image:url(images/arrow_hover.jpg);
	background-repeat:no-repeat;
	background-position:left;
	}
	
.services_box {
	background-color:#F2F2F5;
	width:230px;
	height:230px;
	border: double 1px #D5E3EC;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	}	
	
.header {
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
	height:122px;}
	
.nav_bg {
	background-image:url(images/nav_bg.jpg);
	background-repeat:no-repeat;
	height:44px;}
	
.home_banner {
	background-image:url(images/home_banner.jpg);
	height:248px;}	
	
.main_bg { 
	background-image:url(images/main_bg.jpg);
	background-repeat:repeat-y;
	}	
	
.footer { 
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	height:95px;}
	
.footer_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003250;}	
	
.footer_text a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003250;
	text-decoration:none;}
	
.footer_text a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	}