﻿@charset "utf-8";
															/*Basics*/
body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pad10{
	padding-bottom:10px;
}
.pad5{
	padding-bottom:5px;
}
h1{
	font-size:19px;
}
.h1cont{
	padding:0px 0px 5px 0px;
	margin:0px;
	font-weight:lighter;
}
.blue{
	color:#1a545f;
}
.imageborder{
	padding:0px 30px 10px 0px;
}
a img{
	border:0px;
}
															/*Index*/
#hdiv1, #hdiv2, #hdiv3, #hdiv4{
	width:1100px;
	margin:auto;
	background-position:center;
	background-repeat:no-repeat;
}
#hdiv1{
	height:52px;
	background-image:url(indexH1.gif);
}
#hdiv2{
	height:180px;
	background-image:url(indexH2.jpg)
}
#hdiv3{
	height:121px;
	background-image:url(indexH3.jpg);
}
#hdiv4{
	height:379px;
	background-image:url(indexH4.jpg);
}
#bgwhite{ 
	background-color:#ffffff;
}
#bggreen{ 
	background-color:#133941;
}
#bggray{
	background-image:url(indexH3bg.gif);
}
#bgdark{ 
	background-image:url(indexH4bg.gif);
}
#salescontact{
	width:320px;
	height:85px;
	padding:25px 0px 0px 480px;
	text-align:right;
}
#repaircontact{
	width:260px;
	height:105px;
	padding:90px 0px 0px 300px;
}
#indexcopyright{
	width:350px;
	height:30px;
	padding:120px 0px 0px 640px;
	font-size:11px;
	color:#999999;
}
#bggray strong, #bgdark strong{ 
	margin:0px; 
	padding:0px;
	color:#0a4956;
	font-size:24px;
	font-weight:lighter;
}
.address{
	font-weight:bolder;
	font-size:12px;
}
.num{
	color:#ff7100;
	font-size:13px;
	font-weight:bolder;
}
.abox{
	color:#000000;
	display:block;
	text-decoration:none;
}
.abox :hover{
	text-decoration:none;
}
														/*Header*/
/* phone number div */
#telnum{
	padding:220px 30px 0px 500px;
	font-size:16px;
	font-weight:bolder;
       color:#000000;
}
.white{
	color:#FFFFFF;
}
/* divides the two numbers */
#divider{
	width:48px;
	text-align:center;
	color:#34a9c2;
}

															/*Body*/
/* div for bg image top */
#bgbodytop{
	background-image:url(bg_midtop.gif);
	background-position:top;
	background-repeat:repeat-x;
}
/* div for bg image bottom */
#bgbodybottom{
	background-image:url(bg_midlow.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
/* main body wrapper */
#body_wrap{
	width:950px;
}
/* wrapper for content */
#cont_wrap{
	width:750px;
}
/* content */

/* right panel div wrapper */
#rightpanel{
	width:200px;
}
/* left panel content */
#leftpanelcont{
	border-left:3px solid #e2e2e2;
	border-right:3px solid #e2e2e2;
	width:189px;
}
/* image divs */
#leftpanel_img_cont{
	padding:0px 0px 0px 10px;
}
/* menu div in footer */
#footermenu{
	width:450px;
}
#footermenu ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
#footermenu ul li{
	border-right:#3c8392 1px solid;
	display:block;
	float:left;
	width:100px;
}
#footermenu ul li a{
	text-align:center;
	width:100px;
	display:block;
	float:left;
	color:#3c8392;
	text-decoration:none;
}
#footermenu ul li a:hover{
	text-decoration:underline;
}
#foot1, #foot1 a{
	width:45px !important;
}
#foot5, #foot5 a{
	width:70px !important;
	border:0px !important;
}
#foot4, #foot4 a{
	width:130px !important;
}
/* copyright text */
#copyright{
	padding:5px 0px 0px 0px;
	width:300px;
	color:#3c8392;
}
													/*inner pages modifications*/
.orange{
	color:#FF9900;
}
.lister{
	list-style:square;
}
.lister li{
	padding-bottom:13px;
}
.linkspages a{
	color:#FF9900;
	text-decoration:none;
}
.linkspages{
	text-align:right;
}
													/*Forms*/
.label_form{
	width:200px;
	text-align:left;	
}
.label_form div{
	padding:5px 0px 5px 0px;
	height:19px;
}
.input_form div{
	padding:0px 0px 5px 0px;
	height:24px;
}
.input_form{
	width:270px;
}
.input_form input{
	width:230px;
}
.l_desc{
	width:150px;
	padding:10px 0px 5px 10px;
}
.l_desc div{
	padding-bottom:3px;
}
.l_desc, .r_icons{
	font-weight:bolder;
	font-size:12px;
}
.r_icons{
	width:180px;
	padding:10px 0px 0px 0px;
	color:#666666;
}
.l_img{
	padding:10px 0px;
}
.l_img a img{
	border:1px #666666 solid;
}
.r_iconholder{
	padding:5px 0px 0px 0px;
	height:21px;
}
.r_iconholder a img{
	padding-right:5px;
}
.cartitle{
	padding:5px 10px;
	background-color:#dddbda;
	font-weight:bolder;
}
.cartitle .left{
	font-size:16px;
}
.cartitle .right{
	color:#FF0000;
}
a{
	color:#000000;
	text-decoration:none;
}
.adobe{
	padding:20px 0px;
}
.adobe a{
	color:#990000;
}
.adobe a:hover{
	text-decoration:underline;
}
form {margin:0; padding:0;}
.black {color:#000000;}
.padr {margin:4px 8px 0 0;}
.nws_box {
	width:200px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
      padding-bottom:10px;
}
.nws_content {
	background:url(../data_source/box.gif) no-repeat left top #097883;
	padding:12px 5px 5px 12px;
}
.input_box {
	width:125px;
	height:18px;
	border:0;
}
.nws_content p {
	margin:0;
	padding:0 0 8px 0;	
}

#webapp3246prev, #webapp3246next, #webapp3244next, #webapp3244prev, .pagination{
	color:#FF9900;
	text-decoration:none;
}