body { margin: 0; background-color: #000000; padding-bottom:30px;}
body * { font-family: Arial, Helvetica, sans-serif; font-size: 13px; }


a {color:#00502E; text-decoration: underline;}
a:visited {color:#00502E; text-decoration: underline;}
a:hover {color:#990000; text-decoration: none;}




#bkg
{
	margin:auto;
	width: 100%;
	height: 1200px;
	background-image: url('../images/water-bkg.jpg');
	background-repeat: no-repeat;
	background-position:center top;
}

#top
{
	width: 100%;
	height: 33px;
	background-color: #000000;
}

#top a#ponderosa
{
	float: right;
	display: block;
	width: 155px;
	height: 32px;
	background-image: url('../images/ponderosa-1.jpg');
	background-repeat: no-repeat;
}

#top a#ponderosa:hover
{
	background-image: url('../images/ponderosa-2.jpg');
}

#top a#red-square
{
	float: right;
	display: block;
	width: 155px;
	height: 32px;
	background-image: url('../images/red-square-1.jpg');
	background-repeat: no-repeat;
}

#top a#red-square:hover
{
	background-image: url('../images/red-square-2.jpg');
}

#outer
{
	width: 850px;
	margin: auto;
}

#hang-1
{
	display: block;
	height: 40px;
	background-image: url('../images/hang-1.png');
	background-repeat: no-repeat;
}

#col-left-1
{
	display: block;
	float: left;
	width: 260px;
	height: 240px;
	background-color: #fff;
	border: solid 6px #00502E;
}

#col-left-1 #logo
{
	height: 202px;
	background-image: url('../images/dockside-logo.jpg');
	background-repeat: no-repeat;
	background-position: 14px 38px;
}

#col-right-1
{
	display: block;
	float: right;
	width: 546px;
	height: 236px;
	background-color: #FFFFFF;
	border: solid 2px #00502E;
	padding: 6px;
}

#col-right-1 img#banner
{
	display: block;
}

/* Main Menu */
#nav-bkg
{
	clear: both;
	width: 850px;
}

#nav-top
{
	background-image: url('../images/hang-nav-top.png');
	background-repeat: no-repeat;
	height: 37px;
}

#nav
{
	padding: 0;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #295929;
	background-image: url('../images/hang-nav-mid.jpg');
	background-repeat: no-repeat;
	height: 40px;
}

#nav-bot
{
	background-image: url('../images/hang-nav-bot.png');
	background-repeat: no-repeat;
	height: 53px;
}

#nav-bkg #nav ul#default
{
	margin: 0;
	padding: 12px 0 0 79px;
	list-style-type: none;
}

#nav-bkg #nav ul#default li
{
	display: block;
	float: left;
	list-style-type: none;
	margin-right: 29px;
	padding: 0;
}

#nav-bkg #nav ul#default li a, ul#default li a:visited
{
	padding: 0;
	text-decoration: none;
}

#nav-bkg #nav ul#default li a span
{
	color: #FFFFFF;
}

#nav-bkg #nav ul#default li a:hover span, ul#main-menu li.sel a span
{
	color: #990000;
}


#col-left-2
{
	display: block;
	float: left;
	width: 475px;
	background-color: #FFFFFF;
	border: solid 6px #00502E;
}

#col-left-2 #content
{
	margin: 20px 20px 20px 20px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	width: 435px;
	height: 100%;
}

#col-right-2
{
	display: block;
	float: right;
	width: 329px;
}

#pic
{
	background-color: #FFFFFF;
	border: solid 2px #00502E;
}

#pic .webpart-part
{
	padding: 0;
	margin: 0;
}


#hang-2
{
	display: block;
	margin-left: 150px;
	width: 31px;
	height: 55px;
	background-image: url('../images/hang-2.png');
	background-repeat: no-repeat;
}

#col-right-3
{
	display: block;
	width: 325px;
	background-color: #FFFFFF;
	border: solid 2px #00502E;
}

#col-right-3 .content
{
	padding: 20px 20px 20px 20px;
}

h1
{
	margin: 0 20px 0 0;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #00502E;
	height: 20px;
}

h2
{
	
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #00502E;
}


/* Fader Image Viewer */
.image-fader .module-content table { border-collapse: collapse; }
.image-fader .module-content table td { padding: 4px; }
.image-fader .module-content .tiny-images { display: none; }
/* End Fader Image Viewer */

.content-viewer p { margin: 0 0 7px 0; padding: 0; }

 /* Contact Form */

 .contact-us .form { width: 300px; }
 .contact-us .form .field .title { padding: 5px 0 5px; }
 .contact-us .form .field .input input { width: 300px; }
 .contact-us .form .field .input textarea { width: 300px; }
 .contact-us .form .submit input {  float:right; }
 

