@charset "utf-8";
/* CSS Document */
 
body  {
	font: 90% "century gothic", verdana, sans-serif;
	background: #126c8e;
	background-image: url(images/bg.gif);
	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: #012537;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f4f8fc;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #8fbad2;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #ffffff; 
	background-image: url(images/banner_3.gif);
	background-repeat: no-repeat;
	height: 140px;
	padding: 0 10px 0 20px;  /* 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. */
} 
#nav {
	background-color: #59afd9;
	height: 100px;
	width: 780px;
	border-bottom: 12px solid #30A4DC;
}

#navcontainer {
	margin: 0;
	padding: 0 0 0 12px;
	margin-left: -11px;
}

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

#navcontainer li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 125px;
}

#navcontainer a {
	color: #263202;
	font-weight: bold;
	font-size: 85%;
	display: block;
	width: auto;
	text-decoration: none;
	background: #C2D980;
	margin: 0;
	padding-top: 33px;
	padding-bottom: 32px;
	margin-right: 2px;
}
#navcontainer #active a {
	background: #aec373;
}

#navcontainer a:hover, #navcontainer a:active { background: #FAFDF0; }

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	max-width: 200px;
	background: #8ec3dc; /* the background color will be displayed for the length of the content in the column, but no further */
}
#sidebar1 a {
	color: #00293F;
}
#sidebar_content {
	font-size: 12px;
	margin-top: -10px;
	margin-right: 15px;
	margin-left: 20px;
	margin-bottom: 20px;
	color: #012537;
}
#sidebar1 h2{
	font-size: 1.1em;
	margin-top: 25px;
	margin-bottom: -10px;
}
#specials {
	background-color: #FBFFEF;
	border: solid 1px #B9CF74;
	width: 510px;
}
#specials_header {
	height: 22px;
	color: #3F4F0F;
	font-weight: bold;
	background-color: #E0EFB3;
	padding-left: 20px;
	padding-top: 5px;
}
#specials_content {
	background-color: #FBFFEF;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#specials_content a {
	color: #6A7F27;
}
#specials_content a:hover {
	color: #6A7F27;
}
#feed ul {
	width: 430px;
}
#feed li {
	margin-left: -30px;
	list-style-type: none;
	margin-bottom: 10px;
}

#newsletter {
	border-left: solid 2px #539EBF;
	border-right: solid 2px #539EBF;
	border-bottom: solid 2px #539EBF;
}
#newsletter_header {
	height: 22px;
	color: #263202;
	font-weight: bold;
	background-color: #c2d980;
	padding-left: 20px;
	padding-top: 5px;
}
#newsletter_content {
	background-color: #fafdf0;
	color: #263202;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
#newsletter_content a {
	color: #012537;
}
#newsletter_content a:hover {
	color: #ffffff;
}
#newsletter_content .submit {
	background-color: #FAFDF0;
	border: solid 1px #C2D980;
	font-size: 12px;
	font: 90% "century gothic", verdana, sans-serif;
	margin-top: 10px;
	padding-top: 1px;
}
#services_cons {
	border: solid 1px #C2D980;	
}
#services_cons_header {
	height: 22px;
	color: #263202;
	font-weight: bold;
	background-color: #c2d980;
	padding-left: 20px;
	padding-top: 5px;
}
#services_cons_content {
	background-color: #fafdf0;
	color: #263202;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
#services_cons_content a {
	color: #012537;
}
#services_cons_content a:hover {
	color: #ffffff;
}
#services_cons_content ul {
	margin-left: -20px;
	}
	
#services_nav {
	border: solid 1px #C2D980;	
}
#download {
	margin-top: -14px;
	border: solid 1px #C2D980;	
}
#download_content {
	background-color: #fafdf0;
	color: #263202;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#download_content a {
	font-size: 12px;
}
#download_header {
	height: 22px;
	color: #263202;
	font-weight: bold;
	background-color: #c2d980;
	padding-left: 20px;
	padding-top: 5px;
}
#services_nav_header {
	height: 22px;
	color: #263202;
	font-weight: bold;
	background-color: #c2d980;
	padding-left: 20px;
	padding-top: 5px;
}
#services_nav_content {
	background-color: #fafdf0;
	color: #263202;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
#services_nav_content a {
	color: #012537;
}
#services_nav_content a:hover {
	color: #ffffff;
}
#services_nav_content ul {
	margin-left: -20px;
}

#packages_content {
	background-color: #fafdf0;
	color: #263202;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
#packages_content a {
	color: #012537;
}
#packages_content a:hover {
	color: #000000;
}
#servnavlist li
{
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 28px;
}
#servnavlist li a, #servnavlist li a:link
{
	color: #263202;
	text-decoration: none;
	margin-right: 10px;
	border-bottom: solid 3px #C2D980;
	font-weight: bold;
}

#servnavlist li a:hover
{
	color: #039;
	border-bottom: 3px solid #BFEBFF;
	cursor: pointer;
	background: #ffffff;
}
.servicestable {
	margin-top: 35px;
	width: 516px;
	background: #ffffff;
	border: solid 1px #BFCF8E;
}
.servicestable td {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.servicestable_header {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #C2D980;
	color: #263202;
	font-weight: bold;
}
.servicestable_alt1 {
	background-color: #FAFDF0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.servicestable_alt2 {
	background-color: #F8FFDF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.servicestable .smalltext {
	font-size: 11px;
}
.returntop {
	font-size: 11px;
	margin-left: 215px;
}
.pkgicon {
	background-image: url(images/star.gif);
	background-repeat: no-repeat;
	padding-left: 28px;
	padding-top: 3px;
	height: 50px;
}	
#mainContent { 
	margin: 0 0 0 215px; 
	padding: 0 20px;
} 
#mainContent h1 { 
	font-size: 1.2em;
	margin-bottom: -7px;
	margin-top: 15px;
} 
#mainContent h2 {
	font-size: 1.1em;
	margin-bottom: -6px;
	margin-top: 15px;
}
#mainContent a {
	color: #004D6F;
}
.hours {
	padding-top: 5px;
	padding-left: 35px;
	padding-right: 5px;
}
.smalltext {
	font-size: 11px;
}
#footer { 
	border-top: 3px solid #A7B6BF;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#cadae3;
	margin-top: 50px; 
} 
#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-family: "century gothic", verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #686D6F;
}

#contactinfo {
	text-align: center;
}

#contactinfo p {
	color: #edeeef;
	font-family: "century gothic", verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;	
}

.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;
}

#left_images {
	margin-top: -120px;
	}
