@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000066;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:15px;
}
.oneColFixCtrHdr #header {
	position:relative;
	height:150px;
	background: #cccccc; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px ; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* start table css section */
table {
	width:100%;
	border-width:2px;
	border-spacing:2px;
	border-style:double;
	border-color:#000066;
	border-collapse:collapse;
	font-size:medium;
	font-style:normal;
}
table th {
	text-indent:10px;
	border-width:1px;
	padding: 2px 2px 2px 2px;
	border-style:inset;
	border-color:gray;
	text-align:left;
}
table td {
	border-width:1px;
	padding: 2px 2px 2px 12px;
	border-style:solid;
	border-color:gray;
	text-align:left;
}
.PadLeft{padding-left:10px;}
.table2 {
	width:100%;
	border:0px none;
	border-collapse:collapse;
	font-size:medium;
	font-style:normal;
}
.imageFloatRight {
float:right; 
margin:10px 20px 10px 20px; 
clear:right;
}
.imageFloatLeft {
float:left; 
margin:10px 20px 10px 10px; 
clear:left;
}

/* end table css section */

/* start storage table formats */
#divForClear{clear:both;}
#stoTableBoat { 
	float:left;
	margin:0px;
	width:350px;
	padding-left:10px;
	top:0px;
}
#stoTableJetSki { 
	float:right;
	margin-bottom:3.5em;
	width:350px;
	padding-right:10px;
	top:0px;
}
#stoTableOther{ 
	float:left;
	margin-top:1em;
	width:550px;
	padding-left:100px;
	top:0px;
}
#stoTitle {
	position:relative;
	padding:2px;
	width:9em;
	left:0px;
	top:0px;
	background-color:#0066FF;
	color:#FFFFFF;
	text-align:center;
	border:2px solid #000066;
	border-bottom:0;
	-moz-border-radius-topright: 15px; 
	-webkit-border-top-right-radius: 15px; 
	-moz-border-radius-topleft: 15px; 
	-webkit-border-top-left-radius: 15px;
}
#stoTitleWide {
	position:relative;
	padding:2px;
	width:22em;
	left:6em;
	top:0px;
	background-color:#0066FF;
	color:#FFFFFF;
	text-align:center;
	border:2px solid #000066;
	border-bottom:0;
	-moz-border-radius-topright: 15px; 
	-webkit-border-top-right-radius: 15px; 
	-moz-border-radius-topleft: 15px; 
	-webkit-border-top-left-radius: 15px;
}
#stoSubTitleContainer{
	position:relative;
	width:85%;
	height:2em;
	margin-top:5px;
	left:7%;
}
#stoSubTitle1 {
	position:absolute;
	padding:2px;
	left:7%;
	top:.25em;
	width:35%;
	height:1.25em;
	background-color:#33CCFF;
	text-align:center;
	font-size:16px;
	border:1px solid #000066;
}
#stoSubTitle2 {
	position:absolute;
	padding:2px;
	right:7%;
	top:.25em;
	width:35%;
	height:1.25em;
	background-color:#FFCC66;
	text-align:center;
	border:1px solid #000066;
}
#stoMainArea { 
	position:relative;
	margin:0px;
	padding:5px;
	width:95%;
	left:0px;
	font-size: medium;
	background-color:#F2F2F2;
	border:2px solid #000066;
	border-bottom:0;
}
#stoNotes {
	positition:relative;
	margin:0px;
	padding:5px;
	width:95%;
	left:0px;
	background-color:#F2F2F2;
	text-align:left;
	border:2px solid #000066;
	border-top-width:1px;
}	

/* start sales table format */
ul{margin-top:0;}
#saleFormat_Left { 
	position:relative;
	margin:0;
	width:660px;
	left:40px;
	height: 150px;
	font-size: medium;
	background-color:#F2F2F2
}
#saleImage {
	position:absolute;
	left:0px;
	top:0px;
}	
#saleImageBar {
	position:absolute;
	left:220px;
	top:33px;
}	
#saleType {
	position:absolute;
	width:350px;
	left:220px;
	top:10px;
	font-weight:bold;
	font-size: large;
}
#saleYear {
	position:absolute;
	left:600px;
	top: 14px;
}
#salePrice {
	position:absolute;
	color: #0033FF;
	font-weight:bold;
	left:220px;
	top: 41px;
}
#saleDesc {
	position:absolute;
	left:370px;
	top:41px;
	width:280px;
	height:108px;
	overflow:hidden;
}
/* end sales block */

/* start text styles */
.stylePageTitle { 
	position:relative;
	left:30px;
	top:0px;
	width:550px;
	color: #0033FF;
	font-weight: bold;
	font-size: 24px;
	padding: 10px;
}
.styleIndent1 {text-indent:30px;}
.styleDefault {font-size: medium;}
.styleFooter {font-size:small;}
.styleTitle {font-size:18px;}
.styleSupSub {
	font-size:10px;
	color:#003300;
	font-weight:bold;
}
.style1 {
	color: #0000CC;
	font-weight: bold;
}
.salesInfoSm {
	font-size: 11px;
	}
/* end txt styles */
 
#details{
float:right;
width:300px;
height:200px;
padding:20px;
}

/* start header css absolute postions */
 ImageReady Styles 

#HeaderTable {
	position:absolute;
	left:0px;
	top:0px;
	width:780px;
	height:150px;
}
#Slice-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:780px;
	height:105px;
}
#Slice-02 {
	position:absolute;
	left:0px;
	top:105px;
	width:11px;
	height:23px;
}
#Slice_Home {
	position:absolute;
	left:11px;
	top:105px;
	width:49px;
	height:23px;
}
#Slice-04 {
	position:absolute;
	left:60px;
	top:105px;
	width:9px;
	height:23px;
}
#Slice_Storage {
	position:absolute;
	left:69px;
	top:105px;
	width:60px;
	height:23px;
}
#Slice-06 {
	position:absolute;
	left:129px;
	top:105px;
	width:8px;
	height:23px;
}
#Slice_HP {
	position:absolute;
	left:137px;
	top:105px;
	width:121px;
	height:23px;
}
#Slice-08 {
	position:absolute;
	left:258px;
	top:105px;
	width:9px;
	height:23px;
}
#Slice_Services {
	position:absolute;
	left:267px;
	top:105px;
	width:66px;
	height:23px;
}
#Slice-10 {
	position:absolute;
	left:333px;
	top:105px;
	width:8px;
	height:23px;
}
#Slice_Sales {
	position:absolute;
	left:341px;
	top:105px;
	width:111px;
	height:23px;
}
#Slice-12 {
	position:absolute;
	left:452px;
	top:105px;
	width:9px;
	height:23px;
}
#Slice_Contact {
	position:absolute;
	left:461px;
	top:105px;
	width:85px;
	height:23px;
}
#Slice-14 {
	position:absolute;
	left:546px;
	top:105px;
	width:234px;
	height:45px;
}
#Slice-15 {
	position:absolute;
	left:0px;
	top:128px;
	width:546px;
	height:22px;
}
/* end header css absolute postions */

/* Contact form CSS */
/* for main form wrapping div */
div#gb_form_div { 
  /* not styled on demo page */
}
/* id for the form itself */
form#gb_form { 
  /* not styled on demo page */
}
/* form and results heading size */
.main_formhead, .formhead { 
  font-size : 1.4em; 
  color : #cc9900; 
}
/* outer fieldset - it's common to make this border : 0; */
fieldset#formwrap { 
  background-color : #fefefe; 
}
/* section fieldsets - it's common to make this border : 0; */
fieldset { 
  background-color : #fafafa; 
}
/* form legends and dt "heading" */
legend, dt { 
  font-weight : bold; 
  color : #0000CC;
}
/* main legend at top of the form */
legend#mainlegend { 
  font-size : 1.2em;
  color : #0033FF; 
}
/* form label text */
label { 
  color:#333333;
}
/* all inputs, select, and textarea */
input.med, input.short, select.med, textarea.textbox { 
  font : 80% 'Trebuchet MS', sans-serif; 
  color:#333333; 
  padding : 2px; 
  border : 1px solid #0000CC;
  background-color : #fffffa;
}
/* hover and focus styling - the classes like .hover and .focus below are for the javascript for IE */
input.med:hover, input.med:focus, input.short:hover, input.short:hover, select.med:hover, select.med:focus, textarea.textbox:hover, textarea.textbox:focus, input.med.hover, input.med.focus, input.short.hover, input.short.focus, select.med.hover, select.med.focus, textarea.textbox.hover, textarea.textbox.focus { 
  color : #000;  
  border : 1px solid #000;
  background-color : #fff;
}
/* for the checkbox input */
input.checkbox {
  /* not styled on demo page */
}
/* error heading weight and color - bold is for the error reason text */
span.error, dt.error, strong.error { 
  color : #cd0000; 
  font-weight : bold; 
}
/* success heading color */
span.success { 
  color : #669900; 
  font-weight : bold; 
}
/* privacy and "Why?" small element link sizes (relative to their parent element */
small.privacy, small.whythis { 
  font-size : 80%; 
}
/* set up relativity to position small Why? text */
small.whythis { 
  position : relative; 
}
/* Why? link style */
small.whythis a { 
  text-decoration : underline; 
  font-size : 0.95em;
}
small.whythis a:hover, small.whythis a:focus, small.whythis a:active { 
  text-decoration : none;
} 
/* hide the Why? text span */
small.whythis a span { 
  border : 1px solid #fafafa; 
  background-color : #fafafa; 
  padding : 0 4px 0 4px; 
  color : #fafafa;
  text-decoration : none; 
}
/* bring back Why? text span (title attribute backs this up for borwsers it doesn't function in */
small.whythis a:hover span, small.whythis a:focus span, small.whythis a:active span { 
  border : 1px solid #000; 
  background-color : #eecc11; 
  color : #000;
  padding : 0 4px 0 4px; 
  text-decoration : none; 
}
/* the link back to me for form credit */
p.creditline { 
  float : right; 
  margin : -17px 0; 
  padding-bottom : 1px; 
  font-size : 80%; 
}
/* used for abbreviation used relative to form. the .abbr class is for the span added for IE */
abbr, .abbr { 
  cursor : help; 
  border-bottom : 1px dotted #999;
}
/* set result color for blockquote dt "heading" */
dl#result_dl_blockq dt, dl.result_dl_blockq dt {
  color : #669900;
}
/* position result blockquote flush with parent */
dl#result_dl_blockq blockquote, dl.result_dl_blockq blockquote {
  margin-left : 0;
}
/* style the input names in the result */
div#hf_form_div span.items {
  font-weight : bold;
  color : #cc9900;
}
/* End Contact Form CSS */
