﻿/* mac hide\*/
html, body {height:100%}
/* end hide */
body { /* outer body of the page */
	padding:0;
	margin:0;
	min-width:780px;
	text-align:left; 
	background-color:white;
}



#outer{ /* primary boxed area within the body of the page*/
	width:780px; /* main width (insider page border) */
	margin:auto;
	position:relative; /* center horiztonally*/
	top:0px;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#header {
	position:absolute;
	top:0;
	left:0px;
	width:780px;
	height:125px;
	overflow:hidden;
	z-index:100;
}


#topbar {
	position:absolute;
	top:125px;
	left:0px;
	width:780px;
	height:240px; 
	overflow:hidden;
	z-index:100;
	background-color:white;
	border-bottom: solid 1px #666666;
}

#adminheader {
	width:780px;
	clear:both;
	height:50px;
	background-color:#ffffff;
	text-align:center;

}
#footer {
	width:780px;
	clear:both;
	height:250px;
	background-color:#000040;
	text-align:left;

}

#footer a, #footer a:hover
{
    color:white;
}

html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:52px;/* for ie6 */
}

#innerwrap {/* enables content first */
	float:left;
	width:480px;  /* width=left+centre divs */
}

#centrecontent {
	width:460px;
	padding-left:0px;
	padding-right:20px;
	float:right;
	padding-top:161px;
/*	padding-bottom:50px;*/
}
#centrecontent_full {
	width:760px;
	padding-left:0px;
	padding-right:20px;
	float:right;
	padding-top:161px;
/*	padding-bottom:50px;*/
}


#ctl00_left 
{

}

#ctl00_right 
{
	position:relative;/*ie needs this to show float */
	width:300px;
	float:right;
	padding-left:0px;
	padding-right:0px;
	padding-top:161px; /*needed to make room for header*/
	/*padding-bottom:50px;*/
}


.leftpanel
{
	width:480px; float:left; position:relative;
}

.rightpanel
{ 
	width:300px; float:right; position:relative; 
}


.sidemenu
{
	background-color:#000040;
	height:25px;
	background-image: url(/images/home/main_logoimage.gif);
	background-position: left;
	background-repeat:no-repeat;
}

.sidemenu h2
{
	color:white;
	margin:0;
	margin-left:35px;
	padding-top: 5px;
}

/* boat images */

#boats
{
	padding-top:0;
	height:235px;
}

#boats li
{
	height:235px;
}


.newsbox img
{
	padding-bottom: 10px;

}

#photos img
{
	border:none;

}

.summary
{
	height:245px;
}
.summary h3
{
	font-size: 13px;
	padding:0;
	margin:0;
	padding-top:10px;
	
}

.summary p
{
	padding:0;
	
	margin:0;
	margin-top:5px;
}

.photobox
{
	margin-top:5px; 
	padding: 10px 20px 0px 20px;
	background-color:#EFEFEF;
	height:200px;
}
