html { 
	overflow: -moz-scrollbars-vertical; 
	margin: 0; padding: 0; 
}
body {
	font-family:/*"Helvetica",*/  Helvetica, Tahoma, sans-serif;
	letter-spacing:.03em;
	background-color: #666666;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 0px;
	width: 100%;
}
p,table,td {
	font-size:0.95em;
	color: #000033;
	margin-bottom: 0em;
	line-height: 130%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight:normal;
	color: #000033;
	margin: 0px 0px -3px 0px;
	line-height: 1.1;
}
h1 {
	font-size:1.4em;
}
h2 {
	font-size:1.2em;
}
h3 {
	font-size:1.2em;
	text-align: left;
	line-height: 133%;
	font-weight: bold;
}
h4 {
	font-size:1em;
	line-height: 1.2em;
	margin-bottom: 0px;
	font-weight: bold;
}
h5 {
	font-size:0.8em;
}
h6 {
	font-size:0.5em;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #000033;
	text-decoration: none;
}
a:hover {
	color  #276FA3;
	text-decoration: none;
}
a:active {
	color: #000066;
	text-decoration: none;
}
a:link.main_link {
	color: #313131;
	text-decoration: none;
}
a:visited.main_link {
	color: #313131;
	text-decoration: none;
}
a:hover.main_link {
	color: #276FA3;
	text-decoration: underline;
}
a:active.main_link {
	color: #313131;
	text-decoration: none;
}
a:link.black {
	color: #313131; 
	text-decoration: none;
}
a:visited.black {
	color  #313131;
	text-decoration: none;
}
a:hover.black {
	color: #313131;
	text-decoration: none;
}
a:active.black {
	color: #313131;
	text-decoration: none;
}
ul {
	margin: 0px;
	color: #000099;
	margin-bottom: 0em;
	line-height: 130%;
}
li:hover {
	background-color: #FFF;
}
label
{
	width: 7em;
	float: left;
	text-align: right;
	margin-right: 1em;
	display: block
}
#body_container {
	width: 1024px;
	margin: 0 auto;
}
#head{
	width: 880px;
	margin-left: 0px;
	clear: both;
	height: 50px;
}
#header{
	background-color: white;
	width: 480px;
	float: left;
}
#middle{
	width: 1024px;
	background-color:#d7d7d7;
	border: 2px solid #eee;
	/* rounded corners for real browsers */
	-moz-border-radius: 12px; /* FF1+ */
	-webkit-border-radius: 12px; /* Saf3+, Chrome */
	border-radius: 12px;
	background-image: url(../images/bottom-fade.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
}
#main_nav{
	background-color: #000;
}
#top{
	background-position: top left;
	background-repeat: no-repeat; 
	width: 100%;
	height: 17px;		
}
#content_wrapper{
	background-color: white;
	width: 970px;
	margin: 0 auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #bcbdbd;
}
#content{
	width: 760px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 6px;
}
#mid_left{
	background-image: url(images/left_side_bg_19.jpg);
	background-position: top right;
	background-repeat: repeat-y; 
	float: left;
	width: 25px;
}
#mid_right{
	background-image: url(images/right_side_bg_20.jpg);
	background-position: top left;
	background-repeat: repeat-y; 
	position:relative;
	top:0px;
	float: right;
	width: 24px;
}
#roller_ad{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	line-height: 85%;
	float: left;
	width: 185px;
	clear: none;
	padding: 4px;
	margin-right: 8px;
	/* rounded corners for real browsers */
	-moz-border-radius: 12px; /* FF1+ */
	-webkit-border-radius: 12px; /* Saf3+, Chrome */
	border-radius: 12px;
	background-color: #ffc1c1;
	background-image: url(../images/alarm-install.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#roller_ad p {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: .8em;
}
#dcontent{
	width: 670px; 
	margin: 15px 0px 15px 23px; 
	float: left;
}
#bottom{
	width: 100%;
	clear: both;
	line-height: 0em;
}
#footer{
	font-size: 0.7em;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	clear: both;
	-moz-border-radius: 12px; /* FF1+ */
	-webkit-border-radius: 12px; /* Saf3+, Chrome */
	border-radius: 12px;
	background-color: #4c7ad2;
	color: #FFF;
	text-align: center;
}
#foot_nav{
	float: right;
	font-size: 10px;
	margin-right: 20px; 
}
#subfoot{
	width: 100%; 
	clear: both; 
	padding-top: 5px;
	font-size: 10px; 
}
#foot_nav li{
	display: inline;
	font-size: 10px;
}
#copyright{
	float: left;
	font-size: 10px;
	margin-left: 20px;
}
#testimonials{
	width: 570px;
	float: left;
	margin: 15px 0px 15px 5px;
}
#subhead_wrapper{
	width: 100%;
	float: left;
}
.blue{
	color: #003399;
}
.blue_italics{
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
.check{
	float: left;
	margin-right: 8px;
}
.chart_dkblue{
	padding: 0px 2px 0px 2px;	
	border: 1px solid #f5f5f5;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	background-color: #0463A2;
	color: white;
}
.clear{
	clear: both;
}
.d_pic{
	padding: 3px;
	border: 1px solid #999999;
	width: 650px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;			
}
.detail_icon{
	margin: 5px 6px 0px 5px;
	float: left;	
}
.detail_wrap{
	margin: 3px 0px 3px 3px;
}
.drpDown1{
    border: 1px solid #cccccc;   
    background-color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;    
    color: #313131;
    font-weight: normal;
}
.faq_text{
	font-size: 0.5em;
	margin-top: 0px;
	margin-bottom: 8px;
}
.form_styles{
	padding: 3px;
	font-size: 11px;
	color: #276fa3;
}
.gd_titles{
	width: 225px;
	float: left;
}
.rounded {
	-moz-border-radius: 22px; /* FF1+ */
	-webkit-border-radius: 22px; /* Saf3+, Chrome */
	border-radius: 22px;
}
.left_box{
	width: 45%;
	float: left;
	clear: left;
	background-color: #C5FFFD;
	-moz-border-radius: 6px; /* FF1+ */
	-webkit-border-radius: 6px; /* Saf3+, Chrome */
	border-radius: 6px;
	padding: 3px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 3px;
}
.right_box{
	float: left;
	width: 45%;
	clear: right;
	background-color: #C5FFFD;
	-moz-border-radius: 6px; /* FF1+ */
	-webkit-border-radius: 6px; /* Saf3+, Chrome */
	border-radius: 6px;
	padding: 3px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 3px;
}
.left_box > p {
	margin-top: 0px;
}
.right_box > p {
	margin-top: 0px;
}
.ilpiccontrol
{
	width: auto;
	clear: both;
	margin-left: 5px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
}
.imgbox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 5px;
	clear: left;
}
.imgright{
	padding: 0px 0px 0px 0px;
	float: right;
}
.marginclose {
	margin: 0px 0px 0px 0px;
}
.news_pics{
	padding: 0px;
	margin: 12px 0px 2px 0px;
}
.port_header{
	padding: 5px 8px 5px 8px;	
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	background-color: #0463A2;
	margin-top: 10px;
}
.port_content{
	padding: 5px;	
	border: 1px solid #999999;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	background-image:url(images/port_bg.jpg);
	background-position: bottom left;
	background-repeat:repeat-x;
	color: white;	
}
.port_pic{
	padding: 6px 0px 0px 0px;
	width: inherit;
	position: absolute;
	float: left;
	bottom: 0px;
}
.port_description{
	float: left;
	margin-left: 10px;
	width: 220px;
	padding: 0px;
}
.port_description p{
	margin: 5px;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
}
.rscleft{
	background-color: #FFFFFF;
	background-image: url(../img/resource-box.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 270px;
	height: 310px;
	float: left;
	position: relative;
	padding: 15px 4px 5px 4px;
}
.rscright{
	background-color: #FFFFFF;
	padding: 15px 0px 5px 0px;
	background-image: url(../img/resource-box.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 270px;
	height: 310px;
	padding: 15px 4px 5px 4px;
	float: right;
	position: relative;
}
.sm_heading{
	font-size: 12px;
}
.subheader {
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#000066;
	font-weight:bold;
	margin-top: 12px;
}
.subhead_bullet{
	float: left;
	margin-right: 7px;
}
.subheader h2{
	top: 4px;
}
.test{
	width: 160px;
	margin: 10px 10px 0px 10px;
	padding-top: 10px;
	border-top: 1px solid #999999;
}
.txtBox1 {
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 11px; color: #313131; text-decoration: none; 
	height: 15px; 
	border: 1px solid #cccccc; 
	padding-left: 3px; 
	padding-top: 2px; 					
}
.txtField1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #313131; 
	text-decoration: none;
	background-color: #FFFFFF;  
	padding-left: 3px; 
	padding-top: 2px 
	border: 1px solid #cccccc; 
}
.bandYellow {
	background-color: #FF0;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}
.bandOrange {
	background-color: #FF7F00;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}
.bandBlue {
	background-color: #00CCFF;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}
.bandRed {
	background-color: #F00;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}
.bandGreen {
	background-color: #00FF00;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}
.bandCyan {
	background-color: #B4CDCD;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
.bandMaroon {
	background-color: #E05F00;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
.bandViolet {
	background-color: #FFCCFF;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
