@charset "UTF-8";

/******** Global Settings *********/

html, body, img {
	border: 0;
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc);
}

body {
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	background-color: #DBDBDD;
	background-repeat: repeat;
	background-attachment: fixed;
	background-image: url(images/backgrounds/body.png);
	background-position: left top;
} 

#shadow {
	width: 978px;
	margin: 0 auto;
	background: url(images/backgrounds/shadow.png) 0 0 repeat-y;
}

#container {
	margin: auto;
	width: 900px;
	background-color: #F4F3E1;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #646464;
	border-bottom-color: #646464;
	border-left-color: #646464;
}



/************ Fonts and Headers *************/


h5, h6 {
	margin: 1em 0 1em 0;
	padding:0;
	font-weight:normal;
}

h1 {
	font-size: 1.5em;
	font-weight:bold;
	margin: 0 0 10px 0;
	clear: both;
	color: #EC1940;
}

h2 {
	font-size: 1.5em;
	font-weight:bold;
	margin: 0;
	clear: both;
}

h3 {
	font-size: 1.25em;
	font-weight:bold;
	margin: 0;
	clear: both;
}

h4 {
	font-size: 1.25em;
	font-weight:bold;
	margin: 0;
	clear: both;
	color: #EC1940;
}

h5 {
	margin-bottom: 10px;
	font-variant: small-caps;
}

h6 {
	font-weight: bold;
	font-size: x-small;
	margin-bottom: 20px;
}

/***** Common Formatting *****/

p {
	font-size: 12px;
}

ul {
	margin: 0;
	padding-left: 105px;
	list-style-type: none;
}

small {
 	font-size:0.85em;
 	}


 /***** Links *****/

a { 
	text-decoration: none;
	color: #145897;
}

.altlink a, a.altlink {
	color: #472900;
	text-decoration: none;
}

a:link {
	color: #145897;
}

.altlink a:link, a:link.altlink { 
	color: #104D7A;
}

a:visited {
	color: #145897;
}

.altlink a:visited, a:visited.altlink {
	color: #104D7A;
}

a:hover {
	color: #EC1940;
}

.altlink a:hover, a:hover.altlink {
	color: #EC1940;
}


/******** Navbar **********/

#navbarcontainer {
	background-image: url(images/backgrounds/navbar.png);
	background-repeat: repeat-x;
	background-color: #B5BEDA;
	height: 60px;
	border-bottom: 1px #415C68 solid;
}

#navbar {
	width: 900px;
	margin: 0 auto 0 auto;
}

ul.MenuBarHorizontal { width: 450px; }


#footer #currentlocation {
	color: #06222E;
}

#navbarlogo {
	float: left;
}



/******** Navbar **********/

#undernavbarcontainer {
	background-image: url(images/backgrounds/undernavbar.png);
	background-repeat: repeat-x;
	background-color: #B5BEDA;
	height: 47px;
}

#undernavbar {
	width: 900px;
	margin: 0 auto 0 auto;
}

#undernavbarlogo1 {
	float: left;
}

#undernavbarlogo2 {
	float: right;
}



/******************
Navigational Menu
******************/
#navmenu {
	background: url("images/graphics/body_img/navmenu.png");
	height: 30px;
	width: 900px;
	margin: 0;
	padding: 0px;
	position: relative;
}
#navmenu li {
	padding:0;
	margin: 0;
	list-style: none;
	position:absolute;
	}
#navmenu li a {
	text-decoration:none;
	font-weight:bold;
	display: block;
	height: 30px;
}
#nav-docks { 
	background: url("images/graphics/body_img/navmenu.png") -12px 0px no-repeat; 
	left: 12px; 
	width: 195px;
}
#nav-sales {
	background: url("images/graphics/body_img/navmenu.png") -207px 0px no-repeat; 
	left:207px; 
	width:96px;
}
#nav-services { 
	background: url("images/graphics/body_img/navmenu.png") -303px 0px no-repeat; 
	left: 303px; 
	width: 133px; 
}
#nav-photo { 	
	background: url("images/graphics/body_img/navmenu.png") -436px 0px no-repeat; 
	left: 436px; 
	width: 219px; 
}
#nav-used { 	
	background: url("images/graphics/body_img/navmenu.png") -655px 0px no-repeat; 
	left: 655px; 
	width: 232px; 
}
#nav-docks a:hover { 
	background: url("images/graphics/body_img/navmenu.png") -12px -30px no-repeat; 
}
#nav-sales a:hover {
	background: url("images/graphics/body_img/navmenu.png") -207px -30px no-repeat; 
}
#nav-services a:hover { 
	background: url("images/graphics/body_img/navmenu.png") -303px -30px no-repeat; 
}
#nav-photo a:hover { 	
	background: url("images/graphics/body_img/navmenu.png") -436px -30px no-repeat; 
}
#nav-used a:hover { 	
	background: url("images/graphics/body_img/navmenu.png") -655px -30px no-repeat; 
}




/************** Footer *****************/

#underbar {
	list-style: none;
	padding: 5px 0 5px 0;
	margin-top: 4px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
}

#underbar li {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #751010;
	display: inline;
	padding: 0 10px 0 10px;
}

#footer {
	background-color: #F4F3E1;
	width: 90%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 125px;
	clear: both;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #b2b2b2;
}

.dd {
	position: relative;
	height: 40px;
	width: 175px;
	padding: 0;
	margin: 5px auto 0 auto;
}

/************  Common Page Elements ****************/

.content {
	background-color: #F4F3E1;
	padding: 20px 20px 5px 20px;
	margin: 0;
	width: 860px;
	float: left;
	clear: none;
}

.floatleft {
	float: left;
	margin: 0 10px 5px 0;
}

.floatright {
	float: right;
	margin: 5px 0 5px 10px;
}

.header {
	margin-top: 10px;
}



/******** Homepage *********/

.entry {
	clear: both;
	padding: 10px 0 0 0;
	margin-left: 5px;
	line-height: 1.5em;
	color: #422E25;
}

.entry img {
	margin-right: 20px;
}

.homeText {
	width: 75%;
	margin: 0 auto 10px auto;
}

.features {
	position: relative;
	background-color: #F4F3E1;
	float: left;
	padding: 0 13px 10px 13px;
	margin: 0;
	height: 228px;
	width: 873px;
	clear: none;
}

.docks {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	height: 228px;
	width: 285px;
}
.docks:hover {
	cursor: hand;
}

.sales {
	position: relative;
	float: left;
	padding: 0;
	margin: 0 0 0 9px;
	height: 228px;
	width: 285px;
	cursor: hand;
}



/******** Docks & Lifts *********/

.brands {
	position: relative;
	float: left;
	height: auto;
	width: 210px;
	margin: 10px 0 10px 40px;
	font-size: 16px;
	color: #EC1940;
}

.waterfront {
	position: relative;
	width: 750px;
	margin: 0 0 10px 0;
}

.water {
	position: relative;
	float: left;
	height: auto;
	width: 210px;
	margin: 10px 0 10px 40px;
}

.watercolor {
	color: #EC1940;
}

.lifts {
	background: url(images/graphics/body_img/inventory.png) 0 0 no-repeat;
	height: 50px;
	width: 873px;
	margin: 0 auto 0 auto;
	clear: both;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;	
	color: #422E25;
}

.unit {
	position: relative;
	float: left;
	height: 20px;
	width: 50px;
	margin: 18px 0 15px 30px;
}

.model {
	position: relative;
	float: left;
	height: 20px;
	width: 160px;
	margin: 18px 0 15px 0;
}

.description {
	position: relative;
	float: left;
	height: 20px;
	width: 230px;
	margin: 18px 0 15px 0;
}

.notes {
	position: relative;
	float: left;
	height: 20px;
	width: 310px;
	margin: 18px 0 15px 0;
}

.price {
	position: relative;
	float: left;
	height: 20px;
	width: 70px;
	margin: 18px 0 15px 0;
}

.trailers {
	position: relative;
	float: left;
	height: 20px;
	width: 540px;
	margin: 18px 0 15px 0;
}



/******** Sales *********/


.boxSales {
	position: relative;
	background: url(images/graphics/body_img/boxCenter.png) 0 0 repeat-y;
	background-color: #F4F3E1;
	height: 600px;
	width: 873px;
	margin: 0 auto 0 auto;
}

.salebox {
	position: relative;
	float: left;
	height: 600px;
	width: 375px;
	margin: 0;
}

.saleleft {
	position: relative;
	float: left;
	width: 375px;
	margin: 0 0 10px 0;
}

.saleleft {
	position: relative;
	float: left;
	width: 375px;
	margin: 00;
}

.saleright {
	position: relative;
	float: right;
	width: 304px;
	margin: 0 0 10px 30px;
}



/******** Photo Gallery *********/

.photos {
	position: relative;
	background-color: #F4F3E1;
	padding: 0 13px 10px 14px;
	margin: 0;
	height: auto;
	width: 873px;
	font-size: 10px;
}

.photo {
	position: relative;
	background: url(images/graphics/body_img/photo.png) 0 0 no-repeat;
	background-color: #F4F3E1;
	float: left;
	padding: 0;
	margin: 0;
	height: 208px;
	width: 285px;
	text-align: center;
}

.photon {
	position: relative;
	background: url(images/graphics/body_img/photo.png) 0 0 no-repeat;
	background-color: #F4F3E1;
	float: left;
	padding: 0;
	margin: 0 0 0 9px;
	height: 208px;
	width: 285px;
	text-align: center;

}

img.pic {
	margin: 32px 0 0 0;
}



/******** Testimonials *********/

.boxTop {
	background: url(images/graphics/body_img/boxTop.png) 0 0 no-repeat;
	height: 50px;
	width: 873px;
	margin: 0 auto 0 auto;
	clear: both;
}

.boxCenter {
	position: relative;
	background: url(images/graphics/body_img/boxCenter.png) 0 0 repeat-y;
	background-color: #F4F3E1;
	height: auto;
	width: 873px;
	margin: 0 auto 0 auto;
}

.boxText {
	position: relative;
	width: 750px;
	margin: 0 auto 0 auto;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;	
	color: #422E25;
}

.boxQuote {
	text-align: right;
	font-style: italic;
	margin: 5px 0 0 0;
}

.boxBottom {
	position: relative;
	background: url(images/graphics/body_img/boxBottom.png) 0 0 no-repeat;
	height: 50px;
	width: 873px;
	margin: 0 auto 0 auto;
	clear: both;
}



/******** Links *********/

.links {
	position: relative;
	background: url(images/graphics/body_img/links/links.png) 0 0 no-repeat;
	background-color: #F4F3E1;
	float: left;
	padding: 0;
	margin: 0;
	height: 228px;
	width: 285px;
	text-align: center;
}

.links:hover {
	cursor: hand;
	cursor: pointer;
}

.link {
	position: relative;
	background: url(images/graphics/body_img/links/links.png) 0 0 no-repeat;
	background-color: #F4F3E1;
	float: left;
	padding: 0;
	margin: 0 0 0 9px;
	height: 228px;
	width: 285px;
	cursor: hand;
	text-align: center;
}

.link:hover {
	cursor: hand;
	cursor: pointer;
}

.linkbox1 {
	position: relative;
	height: 110px;
	width: 285px;
	margin: 60px 0 0 0;
	left: 0;
	top: 0;
}

.linkbox2 {
	position: relative;
	height: 120px;
	width: 285px;
	margin: 50px 0 0 0;
	left: 0;
	top: 0;
}



/******** Directions *********/

form.direct {
	margin: 5px 0 0 0;
}

.mapleft {
	position: relative;
	width: 47%;
	float: left;
	font-size: 12px;
}

.mapright {
	position: relative;
	width: 53%;
	float: right;
	font-size: 12px;
}



/******** Contact *********/

.boxContact {
	position: relative;
	background: url(images/graphics/body_img/boxCenter.png) 0 0 repeat-y;
	background-color: #F4F3E1;
	height: 460px;
	width: 873px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #422E25;
	margin: 0 auto 0 auto;
}

.contactdocks {
	position: absolute;
	top: 0;
	left: 75px;
	height: 460px;
	width: 370px;
	margin: 0;
	text-align: left;
}

.contactweb {
	position: absolute;
	top: 0;
	right: 50px;
	height: 460px;
	width: 300px;
	margin: 0;
	text-align: left;
}

.sent {
	background: url(images/graphics/body_img/sent.png) 0 0 no-repeat;
	position: relative;
	float: left;
	margin: 0 0 0 9px;
	height: 228px;
	width: 285px;
}

.webform {
	position: absolute;
	top: 0;
	left: 2px;
	margin: 0;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;	
	color: #422E25;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#EC174C;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #EC174C;
}

.message {
	margin: 50px auto 0 auto;
	height: 75px;
	width: 100%;
	color: #422E25;
	text-align: center;
}
