body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #837165;
	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;
}

.thrColFixHdr #container {
	width: 1030px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background: #cdc4ae url(images/ferry-landing-copy.jpg) no-repeat -300px 825px;
	overflow: auto;
} 
.thrColFixHdr #header {
	padding: 0;
	margin: 0;
	background-color: #cdc4ae;
} 
.thrColFixHdr  #header  h1  {
	display: block;
	height: 283px;
	padding: 0px;
	margin: 0px;
	background: url(images/bannerOut.jpg) no-repeat;
	text-indent: -9999px;
}

.thrColFixHdr  #container ul#navMain {
	width: 1030px;
	position: relative;
	height: 85px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #cdc4ae;
}
#navMain  a {
	overflow: hidden;
	width: 150px;
	height: 76px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}

#navMain #home a.current, #navMain #home a.current:hover, #navMain #home a.current:active {
	background: url(images/nav1Over.png) no-repeat;
	cursor: default;
	}

#navMain #home   {
	position: absolute;
	top: 10px;
	left: 50px;
	width: 150px;
	height: 75px;
	background: url(images/nav1.png) no-repeat;
}
#navMain #questions {
	position: absolute;
	top: 10px;
	left: 190px;
	width: 150px;
	height: 75px;
	background: url(images/nav2.png) no-repeat;
}
#navMain #links {
	position: absolute;
	top: 10px;
	left: 340px;
	width: 175px;
	height: 75px;
	background: url(images/nav3.png) no-repeat;
}
#navMain #aboutUs {
	position: absolute;
	top: 10px;
	left: 500px;
	width: 150px;
	height: 75px;
	background: url(images/nav4.png) no-repeat;
}
#navMain #estimates {
	position: absolute;
	top: 10px;
	left: 660px;
	width: 225px;
	height: 75px;
	background: url(images/nav5.png) no-repeat;
}
#navMain #estimates a {
	overflow: hidden;
	width: 225px;
	height: 76px;
	display: block;
	text-decoration: none;
}

#navMain #home a:hover {
	background: url(images/nav1Over.png) no-repeat;
}

#navMain #questions a:hover {
	background: url(images/nav2Over.png) no-repeat;
}

#navMain #links a:hover {
	background: url(images/nav3Over.png) no-repeat;
}

#navMain #aboutUs a:hover {
	background: url(images/nav4Over.png) no-repeat;
}

#navMain #estimates a:hover {
	background: url(images/nav5Over.png) no-repeat;
}

a:active{
outline: none;
}

a:focus{
	outline: none;
}


.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 320px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 0px;
	margin: 0px;
}
.thrColFixHdr #container #sidebar1 ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-variant: normal;
	font-weight: normal;
	line-height: 30px;
	padding-left: 40px;
	color: #093D40;
	background: #CDD1B1;
}

.thrColFixHdr #container #sidebar1 h4 {
	padding-left: 20px;
	margin-top: 0px;
}
#sidebar1 #left p {
	margin-top: 0px;
	margin-left: 15px;
}
#sidebar1 div #idSlideshow {
	margin-left: 10px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 408px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0px 0px;
	margin: 0;
}
#sidebar2 a {
	color: #325669;
	font-style: italic;
}
.thrColFixHdr #container #sidebar2 p {
	margin-top: 12px;
	margin-left: 15px;
}

#sidebar2 small .thrColFixHdr {
	font-style: normal;
}
small {
	color: #000;
}

#sidebar2 #p ul {
	margin-top: -10px;






}
.thrColFixHdr #mainContent {
	margin: 0 408px 0 320px;
	padding-left: 40px;
	padding-top: 5px;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
} 

.thrColFixHdr #container #mainContent a {
	text-decoration: none;
	color: #325669;
}
iframe {
	margin-left: 20px;
	border: 1px solid #333;
}
#sidebar2 iframe {
	margin-left: 65px;
	margin-top: -5px;
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#A2B7B0;
	border-top: 1px solid #333333;
} 
.thrColFixHdr #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 */
	font-size: .7em;
}
#footer a {
	list-style-type: none;
	text-decoration: none;
	color: #000000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {font-size: 100%}
.insert {
	font-size: 90%;
	color: #264251;
	background: #cdd1b1;
	font-style: italic;
}
