/****************************
		ANCHORS
****************************/
a img{ border: 0px; }

a:link, 
a:visited, 
a:hover, 
a:active {
	font-family: Georgia;
	color: #256168;	
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/****************************
		FONT
****************************/
h1, h2, h3, h4, h5, h6, p, ul, li{
	font-family: Arial;
	font-size: 12px;
	color: #424242;
}


/****************************
		BODY
****************************/
body{
	padding: 0px;
	margin: 0px;
	background-color: #424242;
	text-align: center;
}

/****************************
		WRAPPER
****************************/
#wrapper{
	margin: 0 auto;
	text-align: center;
	background-color: #ffffff;
}

/****************************
		HEADER
****************************/
#headerWrapper{
	height: 212px;
	background-image: url('../images/header/headerBG.jpg');
	border-bottom: 10px solid #bedbe0;
	border-top: 20px solid #424242;
	background-color: #70aeb8;
}


#header{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

	#header .logo{
		text-align: left;
		float: left;
		padding: 20px;
	}

	#header .callUs{
		font-family: Georgia;
		font-style: italic;
		font-weight: normal;
		font-size: 20px;
		color: #fff;
		padding: 47px 66px 7px 0;
		margin: 0px;
	}

/****************************
		NAVIGATION
****************************/
#navigation{
	width: 600px;
	height: 57px;
	text-align: left;
	font-size: 12px;
	float: left;
}

ul#navigation {
	display: inline;
	list-style: none;
}

ul#navigation li{
	display: inline;
	list-style: none;
	padding-left: 30px;
}


ul#navigation li a:link, 
ul#navigation li a:visited, 
ul#navigation li a:hover, 
ul#navigation li a:active {
	font-family: Arial;
	color: white;	
	text-decoration: none;
}

ul#navigation li a:hover{
	text-decoration: underline;
}


ul#navigation li a.active{
	text-decoration: underline;
}

/****************************
		CONTENT
****************************/
#contentWrapper{
	margin-top: -50px;
	text-align: left;
}

#content{
	width: 1000px;
	margin: 0 auto;
	position: relative;

}

	#content #contentLeft{
		float: left;
		margin-left: 95px;
		width: 405px;
	}
	
	#content #contentRight{
		float: left;
		margin-right: 95px;
		margin-left: 20px;
		width: 385px;
	}
	
		#content #contentRight ul{
			float: left;
			width: 150px;
			padding-left: 20px;
			padding-right: 20px;
			list-style-image: url('../images/icons/checkBullet.png');
			margin-top: 0px;	
		}
		
			#content #contentRight ul.listLeft{
				width: 130px;
				margin-left: 40px;	
			}
	
			#content #contentRight ul.listRight{
				width: 130px;
			}		
		
	#content #contentRight li{
		width: 380px;
		font-family: Georgia;
		font-size: 12px;
		line-height: 30px;
		color: #424242;
	}
	
	#content #contentRight .homelist li{
		width: 200px;
	}	
	
	#content h1,  #contactContent h1{
		color: #256168;
		font-family: Georgia;
		font-style: italic;
		font-weight: normal;
		font-size: 20px;
	}
	
	#content h2,  #contactContent h2{
		color: #256168;
		font-family: Georgia;
		font-style: italic;
		font-weight: normal;
		font-size: 18px;	
	}
	
	#content p, #contactContent p{
		font-family: Georgia;
		font-size: 12px;
		line-height: 22px;
		color: #424242;
	}
	
	#content p{
		width: 380px;
	}

input, textarea {
	background-color: #bedbe0;
	border: none;
	margin-bottom: 10px;
	color: #424242;
	padding: 5px;
}

.submit{
	background-color: #70AEB8;
	color: white;
	padding: 5px 10px;
}

label{
	font-family: Georgia;
	font-size: 12px;
	color: #424242;
	font-style: italic;
	line-height: 26px;
}


.error{
	border: 1px solid red;
}

ul#messageBox .error{
	border: 1px solid red;
}

ul#messageBox{
	width: 100px;

}

ul#messageBox li{
	font-family: Arial;
	font-style: normal;
	text-align: left;
	border: none;
	padding: 0px;
	margin: 0px;
	line-height: 16px;
}


#content #contentRight ul#messageBox{

	list-style: none;
	list-style-image: none;	
}

/****************************
		Big Image
****************************/
#bigImage{
	width: 790px;
	height: 340px;
	background-color: #424242;
	position: relative;
	top: -70px;
	z-index: 1;
	margin: 0 auto;
	padding: 10px;
}

#bigImageWrapper{
	width: 1000px;
	margin: 0 auto;
}

#homeImages{
	width: 790px;
	height: 340px;
	background-image: url('../images/imageBox/boathouses.jpg');
}
	

/****************************
		FOOTER STUFF
****************************/
#footerWrapper{
	background-color: #70aeb8;
	background-image: url('../images/footer/footerBG.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 10px solid #bedbe0;
	margin-top: 50px;
}

#footer{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#copyright{
	height: 30px;
	background-color: #424242;
	border-top: 1px solid #bedbe0;

}

#copyright p{
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	text-align: center;
	color: #bedbe0;
	font-family: Verdana;
	font-size: 9px;
	

}

.footerBox{
	float: left;
	text-align: left;
	margin-left: 15px;
	padding-bottom: 20px;
	width: 235px;
}

	.footerBox a:hover img{
		border: 5px solid #424242;
	}

	.footerBox p{
		width: 216px;
		font-family: Arial;
		color: white;
		font-size: 11px;
		line-height: 15px;
		min-height: 60px;
		
	}
	
	.footerBox h3{
		font-family: Georgia;
		font-size: 18px;
		font-style: italic;
		font-weight: normal;
		color: white;
		letter-spacing: 1px;
	}
	
	.footerBox a.accessoriesButton{
		width: 100px;
		height: 20px;
		background: url('../images/footer/footerButtons.jpg') 0px 0px no-repeat;
		display:block;
		text-indent: -9999px;
		border: 1px solid white;
	}

	.footerBox a.decksButton{
		width: 100px;
		height: 20px;
		background: url('../images/footer/footerButtons.jpg') -100px 0px no-repeat;
		display:block;
		text-indent: -9999px;
		border: 1px solid white;
	}

	.footerBox a.seawallsButton{
		width: 100px;
		height: 20px;
		background: url('../images/footer/footerButtons.jpg') -200px 0px no-repeat;
		text-indent: -9999px;
		display:block;
		text-indent: -9999px;
		border: 1px solid white;
	}

	.footerBox a.boatHousesButton{
		width: 100px;
		height: 20px;
		background: url('../images/footer/footerButtons.jpg') -300px 0px no-repeat;
		display:block;
		text-indent: -9999px;
		border: 1px solid white;
	}

	
	.footerBox a.accessoriesButton:hover{
		background: url('../images/footer/footerButtons.jpg') 0px -20px no-repeat;
	}

	.footerBox a.decksButton:hover{
		background: url('../images/footer/footerButtons.jpg') -100px -20px no-repeat;
	}

	.footerBox a.seawallsButton:hover{
		background: url('../images/footer/footerButtons.jpg') -200px -20px no-repeat;
	}

	.footerBox a.boatHousesButton:hover{
		background: url('../images/footer/footerButtons.jpg') -300px -20px no-repeat;
	}

.footerImage{
	border: 5px solid white;
}

.footer

/****************************
		CLASS STUFF
****************************/
.left{
	float:left;
}

.right{
	float:right;
}

.clear{ 
	clear: both; 
}

.services{
	padding-top: 30px;
	padding-right: 20px;
}


#photoGallery{
	margin: 0 auto;
	min-height: 200px;
	width: 820px;
	margin-top: -30px;
}

#photoGallery img{
	border: 3px solid #424242;
	margin-right: 4px;
	margin-bottom: 2px;
}

#photoGallery a:hover img{
	border: 3px solid #bedbe0;

}

#photoGallery img.extrapadding{

}



label.error{
	border: none;
	font-family: Arial;
	font-size: 10px;
	color: red;
	padding-right: 20px;
	float: right;
	text-align: left;
}

#contactContent{
	margin: 0 auto;
	position: relative;
	width: 810px;
}

#contentLeftContact{
	width: 600px;
	float: left;
	text-align: left;
}

#contentRightContact{
	width: 200px;
	float: right;
	text-align: right;
}

#contactUs{
	width: 450px;
}

label{
	display: block;
}
