@charset "UTF-8";


/*----------------------------------------------------------------------------- 
[www.seaoatsbeachservice.com] Screen Stylesheet 

version:   1.0 
date:      01/23/08 
author:    [Brandon L. Rager] 
email:     [brandonlee@cysy.com] 
website:   [www.cysy.com]
-----------------------------------------------------------------------------*/



/* Import other stylesheets
@import url("typography.css");
-----------------------------------------------------------------------------*/



/* Remove padding and margin ------------------------------------------------*/ 
p, h1, h2, h3, h4, h5, h6, ul, li, hr  { 
    margin: 0; 
    padding: 0; 
    border: 0; 
}

p {
	padding: 0px 0px 20px 0px;
}

ul {
	padding: 0 0 1em 0;
}

/* Random Classes -----------------------------------------------------------*/

.clear 
    { 
    clear:both; 
} 

.right 
    { 
    float: right; 
} 

.left 
    { 
    float: left; 
}

.indent_hours {
	text-indent: 3pt;
}




/* Tables 
-----------------------------------------------------------------------------*/ 

table 
    { 
      border-spacing: 0; 
    	border-collapse: collapse; 
} 

td 
    { 
    font-weight: normal; 
}


body {
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #35cfc8;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	text-align: center;
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 1.5em;
	text-decoration: none;
}

a {
	color: #85783b;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #a4bcc9;
	text-decoration: underline;
	font-weight: bold;
}

#container {
	width: 900px;
	text-align: left;
	margin: 0px auto 50px auto;
}

#logo_area {
	background-image: url(images/logo_area.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 900px;
	height: 184px;
}

		h1 {
			font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			line-height: 12px;
			color: #bcb596;
			float: right;
			padding: 32px 27px 0px 0px;
		}

		#main_nav {
			float: right;
			padding: 36px 27px 0px 0px;
			color: #ffffff;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 24px;
			font-weight: normal;
		}
			#main_nav a {
				color: #ffffff;
				font-weight: normal;
				text-decoration: none;
			}
			#main_nav a:hover {
				color: #85783b;
				font-weight: normal;
				text-decoration: underline;
			}
		
		#sub_nav {
			font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
			font-size: 16px;
			font-weight: bold;
			line-height: 16px;
			color: #85783b;
			float: right;
			padding: 37px 27px 0px 0px;
		}
			#sub_nav a {
				font-weight: bold;
				color: #85783b;
				text-decoration: none;
			}
			#sub_nav a:hover {
				font-weight: bold;
				color: #a4bcc9;
				text-decoration: none;
			}
		
		#blank_logo {
			float: left;
			padding: 15px 0px 0px 30px;
		}
		
#transparent_area {
	width: 900px;
	height: 246px;
	float: left;
	background-image: url(images/transparent_bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#transparent_area_sub {
	width: 900px;
	height: 346px;
	float: left;
	background-image: url(images/transparent_bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

#content_bg_top {
	background-image: url(images/content_bg_top.gif);
	background-position: top center;
	background-repeat: no-repeat;
	width: 900px;
	height: 10px;
	float: left;
}

#content {
	background-image: url(images/content_bg_fill.gif);
	background-repeat: repeat-y;
	width: 900px;
	float: left;
}

		h2 {
			color: #85783b;
			font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
			font-size: 30px;
			line-height: 30px;
			font-weight: normal;
			padding: 0 0 10px 0;
		}
		
		h3 {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: normal;
			font-size: 25px;
			line-height: 25px;
			font-style: italic;
			color: #456e84;
			padding: 0px 0px 18px 0px;
		}
				h3 a {
					font-weight: normal;
					color: #456e84;
					text-decoration:none;
					border-bottom: 1px dashed #85783b;
				}
						h3 a:hover {
							color: #a4bcc9;
							text-decoration:none;
						}
		
		.content_bg_bot {
			background-image: url(images/content_bg_bot.gif);
			background-position: bottom center;
			background-repeat: no-repeat;
		}
		
small {
	font-family: georgia, times, serif !important;
	font-style:italic !important;
	color: #456e84 !important;
}

.postmetadata {
	font-family:georgia, times, serif !important;
	font-style:italic !important;
}
		
#footer {
	padding-top: 15px;
	padding-bottom: 30px;
	width: 900px;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #ffffff;
	font-weight: bold;
}
		#footer a {
			color: #ffffff;
			text-decoration: none;
			font-size: 13px;
		}
		#footer a:hover {
			color: #85783B;
			text-decoration: underline;
			font-size: 13px;
		}
		
strong {
	color: #85783b;
}	

#text_area {
	float: left;
}

#text_area ul {
	
}

	#text_area ul li {
	margin: 0;
	padding: 0 0 20px 40px;
	list-style: none;
	background: url(images/li.jpg) top left no-repeat;
	display: block;
	width: 550px;
	}
	
			.service_thumb {
				float: left;
				width: 180px;
				height: 130px;
				margin-right: 10px;
				padding: 4px;
				background: #fff;
				border: 6px solid #a1bdcb;
				border-bottom-color: #758d97;
				border-top-color: #b9ccda;
			}
	
.sidebar ul li {
	list-style: none;
	background: url(images/blue_arrow.gif) 0 2px no-repeat;
	padding-left: 20px;
}

.sidebar {
	margin-left: 25px;
}
