/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*/	


			/* Global Layout */


body 
{
font-size: .75em;
margin: 0px;
text-align: center;
background: #001F31 url(img/bg.gif) top left repeat-x;
color: #075BA1;
font-family: Arial, Helvetica, sans-serif;
}

#wrap{
	margin: auto;
	width: 944px;	
}

	#top{
		position: relative;
		height: 175px;
		padding-right: 18px;
	}
	
		#logo{
			float:left;
			height: 158px;
			width: 195px;
			text-indent: -9999em;
			background: url(img/logo.gif) top left no-repeat;
		}

		#phone{
			margin-top: 28px;
			float: right;
			width: 237px;
			height: 41px;
			padding-bottom: 14px;	
			text-indent: -9999em;
			background: url(img/phone.gif) top left no-repeat;
		}
		
		.tag{
			float: right;
			text-align: right;
			font-size: 14px;
			color: #fefdd4;
			clear: right;
			width: 530px;
			line-height: 1.5em;
		}
		
			.tag strong{
				text-transform: uppercase;				
			}
			
			.tag2{
			float: right;
			text-align: right;
			font-size: 11px;
			color: #fefdd4;
			clear: right;
			width: 530px;
			line-height: 1.6em;
			}
			
			.tag2 a{
				color: #fefdd4;
				text-decoration:underline;
			}
			
			.tag2 a:hover{
				text-decoration:none;
			}
			
			.tag2 img{
				margin: 4px 0 0 0;
				vertical-align: bottom;
			}

	#nav{
		position: relative;
		border: 2px solid #F4BD1A;
		border-bottom: 0;
		height: 41px;
		padding-left: 8px;
		background: #FEFCD5;
		-moz-border-radius: 2px 2px 0 0;
		-webkit-border-radius: 2px 2px 0 0;
		border-radius: 2px 2px 0 0;
		z-index: 10;
		position: relative;
	}
	
		#nav li{
			float: left;
			position: relative;
		}
		
		#nav li a{
			float: left;
			padding: 11px 11px 0 11px;	
			height: 30px;	
			font-size: 16px;
			color: #111;			
		}
		
		#nav li a:hover, #nav li.active a, #nav li:hover>a{
			text-decoration: none;
			background: url(img/nav-hover.gif) top left repeat-x;
		}
		
		#nav li.active ul li a {
			background: #FEFCD5;
		}

		#nav li.active ul li a:hover {
			background: url(img/nav-hover.gif) top left repeat-x;
		}
		
		#nav li ul{
			position: absolute;
			top: 41px;
			left: 0;
			display: none;
			width: 164px;	background: #FEFCD5;
		}
		
		#nav li:hover ul{
			display: block;
		}
		
		#nav li li{
			float: none;
			width: 164px;
			padding: 0;
			height: auto;
			border-bottom: 1px solid #edb323;	
		}
		
		#nav li li a{
			position: relative;
			float: none;
			display: block;
			font-size: 12px;
			height: auto;
			text-align: left;
			color: #111;
			padding: 8px 0 8px 8px;
		}
		
		
		
		
		
		
	#page{
		position: relative;
		background: #FFFEEF;
		border-right: 2px solid #F4BD1A;
		border-left: 2px solid #F4BD1A;
	}
	
	.sub #page{		
		border-bottom: 2px solid #F4BD1A;
	}
	
	
		
		
		#section{
			color: #072C47;
			position: relative;
			overflow: hidden;
			text-align: left;
			padding: 18px 27px 10px 27px;
		}
		
			#content{
				float: left;
				position: relative;
				font-size: 16px;	
				width: 610px;
			}
			
				#content h1{
					color: #256183;
					font-size: 1.4em;	
					padding-bottom: 8px;
				}
				
				#content h2{
					color: #256183;
					font-size: 1.3em;	
					padding-bottom: 8px;
				}
				
				#content h3{
					color: #256183;
					font-size: 1.2em;	
					padding-bottom: 8px;
					padding-top: 10px;
				}
				
				#content p{
					line-height: 1.6em;
					padding-bottom: 1em;	
				}
				
				#content a{
					color: #256183;
					text-decoration:underline;
				}

				#content a:hover{
					text-decoration: none;
				}
				
				#content ul{
					padding-bottom: 1em;	
					margin-left: 14px;
				}

				#content li{
					line-height: 1.6em;	
					padding-left: 14px;
					background: url(img/bullet.jpg) top left no-repeat;
					background-position: 0 9px;
				}
				
				.contentlist li{
					line-height: 1.6em;	
					padding-left: 14px;
					background: url(img/bullet.jpg) top left no-repeat;
					background-position: 0 9px;
					float:left;
					margin:5px 0pt;
					width:30%;
				}
				
				#content blockquote{
					margin: 5px 15px 1em 15px;
					border: 1px solid #F6931C;
					background: #FFFDD6;
					padding: 1em 1em 0 1em;
					color: #0558A4;
				}
				
				#content blockquote *{
					color: #0558A4;
				}
		
			
			
			
			
			#sidebar{
				float: right;
				width: 246px;
			}
			
				.menu{
					position: relative;
					border: 1px solid #F6931C;
					background: #FFFDD6;
					margin-bottom: 30px;
					font-size: 14px;
				}
				
					.menu li{
						position: relative;
					}
					
					.menu li a{
						display: block;
						color: #005D9A;
						padding: 9px 0 9px 24px;
					}
					
					.menu li a:hover, .menu li.active a{
						text-decoration: none;
						background: #FCEB81 url(img/hover-tick.jpg) left center no-repeat;
					}
				
			
				#sidebar #quote{
					width: auto;
					margin: 0;
					float: none;
				}
				
				.widget{
					position: relative;
					padding: 10px 0 10px 0;	
				}
				
					.widget a, .widget img{
						display: block;
					}
	
	
	
	
		#splash{
			position: relative;
			height: 360px;
			background: url(img/splash.jpg) top left;
			padding: 18px 20px 0 0;
		}
		
			#quote{
				float: right;
				height: 326px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
				width: 218px;
				text-align: left;
				background: #FFFDD6;
				padding: 18px 0 0 28px;
				border: 1px solid #F4BD1A;
			}
			
				#quote p{
					overflow: hidden;
					padding-top: 8px;	
				}
				
				#quote label{
					padding-bottom: 3px;
					display: block;
					font-weight: bold;
				}
				
				#quote .text{
					padding: 4px 4px 0 4px;
					height: 16px;
					font-size: 11px;
					width: 145px;
					border: 1px solid #A4B97F;
				}
				
				#quote textarea{
					padding: 4px 4px 0 4px;
					height: 48px;
					font-size: 11px;
					width: 180px;
					border: 1px solid #A4B97F;
				}
				
				#quote h1{
					height: 55px;	
					text-indent: -9999em;
					background: url(img/quote-title.gif) top left no-repeat;
				}
			
			
			
			#tri{
				position: relative;
				height: 217px;	
				padding-bottom: 35px;
			}
			
				#tri li{
					float: left;
				}
				
				#tri li img{
					display: block;
				}
				
				#tri1{
					width: 323px;
					border-right: 2px solid #fff;
				}
				
				#tri2{
					width: 334px;
					border-right: 2px solid #fff;
				}
				
				#tri3{
					float: left;
					width: 279px;
				}
		
		
		
		#services{
			position: relative;
			margin: 0 24px 24px 24px;	
			border: 1px solid #F0B028;
			padding: 16px 24px 5px 24px;
			text-align: left;
			font-size: 16px;	
			background: #FEFDD4;
		}
		
			#services ul{
				overflow: hidden;
				padding-bottom: 8px;
			}
			
			#services li{
				float: left;
				width: 49.9%;	
				margin: 5px 0 5px 0;
			}
			
			#services li a{
				padding-left: 29px;
				display: block;
				color: #0A59A4;
				background: url(img/star.gif) left center no-repeat;	
				background-position: 0 2px;
			}
			
			#services li a:hover{
				text-decoration: underline;
			}
			
			#services h2{
				height: 36px;
				text-indent: -9999em;
				background: url(img/services-title.gif) top left no-repeat;
			}
			
			#services h3{
				color: #D24B09;	
				padding-bottom: 8px;
			}
			
			#services h3 a{
				color: #0B58AA;
				text-decoration: underline;
			}
		
		
		
		
		#front{
			position: relative;
			overflow: hidden;
			padding: 26px;
			text-align: left;
			font-size: 14px;
		}
		
			#front-left{
				float: left;
				width: 425px;
			}
			
				#video{					
					min-height: 565px;
				}
			
				#front-left p{
					line-height: 1.5em;
					padding-bottom: 1.5em;
				}
				
				#front-left a{
					color: #0B58AA;
					text-decoration: underline;
				}
				
				#areas{
					position: relative;
					line-height: 1.8em;
					font-size: 12px;
					overflow: hidden;
				}
				
					#areas ul{
						width: 110%;
						overflow: hidden;
					}
					
					#areas li{
						float: left;
						width: 33.3%;
					}
			
			
			#front-right{
				float: right;
				width: 415px;	
			}
			
				#social{
					overflow: hidden;
					min-height: 300px;
				}
				#social p a{
					text-decoration:underline;
					color:#075BA1;
				}
					#follow{
						float: right;	
						width: 95px;
					}
					
						#follow a{
							display: block;
							margin-bottom: 16px;
						}
						
						#follow img{
							display: block;
						}
					
					
					#facebook{
						float: left;
						width: 300px;
					}
				
				
				#reviews{
					position: relative;
					min-height: 213px;
				}
				
					#front h4{
						padding-bottom: 12px;
					}
				
					#reviews ul{
						float: left;
						padding-left: 12px;
					}
				
				#about{
					font-size: 16px;
					line-height: 1.4em;
				}
		
		
		
	#foot-nav{
		position: relative;
		border: 2px solid #F4BD1A;
		border-top: 0;
		height: 41px;
		padding-left: 8px;
		background: #F8CA44;
		-moz-border-radius: 0 0 2px 2px;
		-webkit-border-radius: 0 0 2px 2px;
		border-radius: 0 0 2px 2px;
	}
	
		#foot-nav li{
			display: inline;
		}
		
		#foot-nav li a{
			display: inline;
			line-height: 41px;
			height: 41px;	
			font-size: 14px;
			color: #111;			
			padding: 0 13px 0 13px;
		}
		
		#foot-nav li a:hover{
			text-decoration: underline;
		}
		
		
		

	#footer{
		color: #fff;
		font-size: 14px;	
		overflow: hidden;
		line-height: 1.4em;
		padding: 14px 14px 25px 14px;
	}
	
		.info{
			float: left;
			text-align: left;
		}
		
		.copyright{
			float: right;	
			text-align: right;
		}
		
		#footer a{
			color: #A6CCE1;	
			text-decoration: underline;
		}

		#footer a:hover{
			text-decoration: none;
		}

/* Coupon Styles ======================================================================================*/

#coupon  {
	text-align: left;
}

		#coupon h1{
		font-family:Arial, Helvetica, sans-serif;
		color: #256183;
		font-size: 1.8em;	
		padding: 15px 0 15px 20px;
		}

		#coupon img{
		padding: 0 0 20px 20px;
		}

/* Floats ======================================================================================*/

.floatright {
	float:right;
}

.floatleft {
	float:left;
}

/* Form Styles ======================================================================================*/

.contactform {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;

}

.contactform td {
	vertical-align:top;
	padding: 6px;
}

.quoteform {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 15px 0 15px 0;
}

textarea {
  overflow: auto;
}

td.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.8em;
	margin-top:1.8em;
	margin-bottom:1.8em;
}

.greytext  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	line-height: 18px; 
	text-decoration: none
}

.greytextbold  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	font-weight: bold;
	line-height: 18px; 
}

.greytextredbold  {
	color: #990000;
	font-weight: bold;
	line-height: 18px;
}

.greytextred  {
	color: #990000;
	line-height: 18px;
	text-decoration: none 
}



