/* CSS Document */
* {margin:0;}
body {
     text-align: center;
     min-width: 902px;
	 background-image: url(assets/images/body_bg2.gif);
	 background-repeat:repeat-x;
	 background-color:#D8EAF4;
     padding: 0;
     margin: 2px 0px 30px 0px;
	 line-height: 18px;
 }
 #wrapper {
	 text-align: left;
 	 background-color:#FFFFFF;
     border-left: 1px solid #EEEEED;
	 border-right: 1px solid #EEEEED;
     width: 902px;
     margin: 0 auto;
     padding: 0;
	 position:relative;
 }
#header {
	text-align: left;
	width:876px;
	margin:0px 0px 2px 0px;
	padding: 20px 0px 0px 20px;
	height: 120px; 
	background-image:url(assets/images/header_bg.gif); 
	background-repeat:repeat-y;	 
	border:double #06275E;
}
#tagline {
	position:absolute;
	left:498px;
	top:36px;
	width:391px;
	height:68px;
	z-index:1;
}
#navMenu #holder ul li { display: inline; }
#navMenu {
	margin: 0px;
	padding: 0px;
}
#navMenu ul{
	margin: 0 0 0 3px;
	padding: 0px;
	line-height: 20px;
}
#navMenu li{
	margin: 0px;
	padding: 0px;
	list-style:none;
	float:left;
	position:relative;
	background-color:#024575;
}
#navMenu ul li a{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9.5px;
	text-decoration:none;
	height:22px;
	width:110px;
	display:block;
	color:#FFF;
	border:1px solid #FFF;
	text-shadow: 1px 1px 1px #000;	
}
#navMenu ul ul{
	position:absolute;
	visibility: hidden;
	top:24px;
	left:-3px;
}
#navMenu ul li:hover ul{
	visibility:visible;
}
/****************************************************************/
#navMenu li:hover {
	background: #0468B0;
}
#navMenu ul li:hover ul li:hover a{
	background:#ccc;
	color:#000;
}
#navMenu a:hover{
	color:#E6E8EA;
}
.clearFloat{
	clear:both;
	margin:0;
	padding:0;
}
#top_bar {
	text-align: center;
	background-image:url(assets/images/top_divider.jpg);
	background-repeat:no-repeat;
	margin: 2px 2px 4px 2px;
	width: 898px;
	height:5px;
	clear: both;
} 
#left {
	width: 575px;
	height: 100%;
	margin: 0;
	padding: 0px 10px 0px 10px;
	float: left;
	text-align:left;
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E4E2E2;
 }
 #left a{color:#727171;text-decoration:none;}
 #right a{color:#727171;text-decoration:none;}
 #right {
 	width: 300px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background-color:#FEF4E9;
	float: right;
	line-height: 20px;
	position:relative;
 }
#right ul{padding: 0px 0px 0px 30px;
 display:block;}
#portContainer{
  	width: 600px;
	margin:0 auto;
	padding: 0px 0px 0px 0px;
 }
  #footer {
	margin-top: 0px;
	width:902px;
	height: 25px;
	background-color:#024575;
	padding: 0px 0px 0px 0px;
	clear: both;
 }
 #footer a{ color:#FFFFFF;}
 #form {
	width:350px;
	padding:0;
	margin:0 0 0 50px;
	font-family: Tahoma, Arial, "Times New Roman" ; 
	font-size: 13px; 
	color: #333333;
}
#servicesboxes {
    margin-top: 20px;
	height:auto;
}
#box1{
    border-right: 1px solid #DEDEDE;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    width: 271px;
}
#box2{
    border-right: 1px solid #DEDEDE;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    width: 271px;
}
#box3{
    float: left;
    padding-left: 15px;
    padding-top: 0;
    width: 271px;
}
#box4{
    border-right: 1px solid #DEDEDE;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    width: 271px;
}
#box5 {
    border-right: 1px solid #DEDEDE;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    width: 271px;
}
#box6 {
    float: left;
    padding-left: 15px;
    padding-top: 0;
    width: 271px;
}
#productboxes{
	display:block;
	float:left;
	height:90px;
	overflow:hidden;
	width:290px;
	position:relative;
	background: url(assets/images/web_design_curved_border.png) no-repeat scroll left top transparent;
	margin-bottom:25px;

}
.productboxes .content {
	left:0;
	top:10px;
	margin:0 0 0 113px;
	position:absolute;
	width: 175px;
}
.productboxes img{
	left:24px;
	top:7px;
	position:absolute;
}
.productboxes h4 {
	font-size:12px;
	color: #333333;
	margin: 0 0 -5px;
	padding-top:8px;
	text-transform: uppercase;
}
.productboxes p{
 	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	margin:8px 0;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
img
{  border: none;
}
img.floatLeft { 
    float: left; 
    margin: 5px 10px 5px 5px; 
}
img.floatRight { 
    float: right; 
    margin: 5px; 
}
p.groove {
	border-style:groove;
	border-color:#999999;
}
a {
	color:#000099;
	}
#left_right {
	background-color: #ffffff;
	margin:auto

}
#content {
 background-color:#FFFFFF;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}	
.box1 {
	top: 100px;
	position:relative;
	margin-bottom: 20px;
}
.box2{
	top: 100px;
	position:relative;
	margin-bottom: 20px;
}
.box-1   {width: 520px;margin: 10px 0px 0px 32px;}			
.box-1 .text {font-family: Tahoma, Arial, "Times New Roman" ; font-size: 13px; color: #333333; line-height: 20px; padding:0 20px;}
.box-2   {width: 520px; margin: 10px 0px 0px 32px;}			
.box-2 .text {font-family: Tahoma, Arial, "Times New Roman" ; font-size: 13px; color: #333333; line-height: 20px; padding:0 20px;}
.block {border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
	border-color:#8F8377;
    clear: both;
    float: left;
    margin: 30px 30px 30px 30px;
    padding: 5px 20px 5px 20px;
    width: 475px;
}
.insignia{margin:10px 0px 5px 0px;}
.table {height: 5px;}
.cellBorder{ border:  double #474647;}
.imgslide{
	border:double #474647;
	float: right;
	text-align:center;
	padding:0;
	height:122px;
	margin-left:20px;
}
.space{width: 100px;height:15px;margin:5px; padding:10px;}
.price{ padding: 0 30px;}
.video{
	width:350px;
	clear:both;
	border:thick double #8D8A8A;	
}
#video1 {
	padding: 0px;
	height: 233px;
	width: 400px;
	margin-bottom: 20px;
	margin-left: 85px;
	border: thick double #999999;
}
.video2{
	width:275px;
	clear:both;
	border:thick double #8D8A8A;		
}
#video3{
	width:400px;
	border:thick double #8D8A8A;
	margin-left: 235px;
}
.popLinks{
	padding:0 0px 0 0px;
	margin: 0 0 0 0px;
	font-family: "Futura Md", "Futura Lt", "Futura Hv";
	font-size: 11px;
	color: #1B5E04;
	list-style-type: none;
	text-align:center;
}
.popLinks ul li{
	display:inline;
	padding:0 0 0 10px;
	margin:0;}

.navHov{ color:#024575;}
p {font-family: Tahoma, Arial, "Times New Roman" ; font-size: 13px; color: #333333;}
h1 {
	font-size: 19px;
	font-family:Tahoma, Arial, "Times New Roman" ;
	font-weight: bold;
	line-height: 22px;
	color: #054173;
	padding:10px;
	margin-bottom:10px;
}
h2 {
	font-family:Tahoma, Arial, "Times New Roman" ;
	font-size: 16px;
	color:#054173;
	border-bottom: 1px dotted #333333;
	padding-bottom:5px;
	margin: 0px 0px 10px 0px;
}
h3{
	font-family:Tahoma, Arial, "Times New Roman" ;
	font-size: 16px;
	color:#054173;
	border-bottom: 1px dotted #333333;
	padding-bottom:5px;
	margin: 0px 0px 10px 0px;
}
h4{
	font-family:Tahoma, Arial, "Times New Roman" ; 
	font-size: 16px; 
	color:#007F00;
	margin: 0px 0px 0px 0px;
}
h5 {
	font-family:Tahoma, Arial, "Times New Roman" ; 
	font-size: 16px; 
	color:#054173;
	border-bottom: 1px dotted #333333;padding-bottom:5px;padding-top:15px;
	margin:5px;
}
h6 {
	font-family: Tahoma, Arial, "Times New Roman"; 
	font-size: 18px;  
	color: #333333; 
	margin-top:10px;
	padding-bottom: 5px ; 
	border-bottom:1px ridge #D5D2D2;
}
.style1{ font-family:Arial, Helvetica, sans-serif; font-size: 9px; color:#FFFFFF;}
.style2 {font-family: "Futura Md", "Futura Lt", "Futura Hv";	font-size: 11px;color: #1B5E04;}
.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #333333;
	padding: 0px 15px 0px 35px; margin-right: 10px;}
.style4 {font-family:"Futura Md", "Futura Lt", "Futura Hv";font-size: 14px;color: #1B5E04;}
.style5 {font-family: Tahoma, Arial, "Times New Roman";font-size: 16px;font-weight: bold;color: #333333;	padding:10px 5px 5px 0;	border-bottom:1px ridge #D5D2D2;}
.style7{font-family: Tahoma, Arial, "Times New Roman";font-size: 13px;font-weight: bold;color: #333333;padding:10px 5px 5px 0;	border-bottom:1px ridge #D5D2D2;}
.style8 { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #DAD9D9;line-height:10px; }
.style6 {font-family:"Futura Md", "Futura Lt", "Futura Hv"; font-size: 11px; color: #1B5E04; font-weight: bold; }
.style11 {font-family: "Futura Md", "Futura Lt", "Futura Hv";font-size: 12px;font-weight: bold;color: #333333;text-align: center;}
.style13 {font-family: "Futura Md", "Futura Lt", "Futura Hv"; font-size: 12px;  color: #1B5E04;}
.style16 {font-family: "Futura Md", "Futura Lt", "Futura Hv"; font-size: 9px; color: #333333;padding: 0px 15px 0px 15px; }
.style17 {font-family: Tahoma, Arial, "Times New Roman" ; font-size: 11px; color: #333333;}
.style18 {font-family: Tahoma, Arial, "Times New Roman" ;;color: #D30000;font-size: 13px;font-weight: bold;}
.style20 {font-family: "Futura Md", "Futura Lt", "Futura Hv"; font-size: 14px; font-weight: bold; color: #007F00; border-bottom: 1px dotted #333333;padding-bottom:5px; text-decoration:none;}
.style21 { font-family:"Futura Md", "Futura Lt", "Futura Hv"; font-size: 20px; color:#D30000;}
.style22 {font-family: Tahoma, Arial, "Times New Roman" ; font-size: 12px;color: #054173;line-height:16px;font-weight: bold; }
.style23 {font-family: Tahoma, Arial, "Times New Roman"; font-size: 20px; font-weight: bold; color: #007F00;}
.style24 {font-family: Tahoma, Arial, "Times New Roman"; font-size: 18px; font-weight: bold;color: #333333; padding-bottom: 5px ; border-bottom:1px ridge #D5D2D2;}
.style25 {font-family:Tahoma, Arial, "Times New Roman"; font-size: 13px; color: #1B5E04; font-weight: bold; }
.style26 {font-family: Arial, Helvetica, sans-serif;font-size: 11px;color:#024575; }
.style27 {font-family: Tahoma, Arial, "Times New Roman" ; font-size: 13px;color: #FFFFFF;line-height:20px;font-weight: bold; }
.style28 {font-family: Arial, Helvetica, sans-serif; font-size: 11px;color: #D30000; display:block; margin-bottom:5px;}
.style29{font-family:"Futura Md", "Futura Lt", "Futura Hv"; font-size: 20px;  color: #1B5E04;}
#wrapper #left .style25 {
	text-align: center;
}

