@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #5080a4;
	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;
	border:0;
	height:100%;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #7399b6;
	margin: 25px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px;
	position:relative;
	height:auto !important;
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
	position:relative;
	height:695px;
	border: 1px solid #ffffff;
}
.oneColFixCtr #homepicWrapper {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:588px;
	height:695px;
	border:0;
	margin:0;
	position:relative;
	float:left;
	background-image:url(media/home/lighthouse.jpg);
}
.oneColFixCtr #homephone {
	width:178px;
	height:57px;
	border:0;
	margin:0;
	position:absolute;
	left:37px;
	top:77px;
	float:left;
	background-image:url(media/home/call-txt.gif)
}
.oneColFixCtr #homebucket1 {
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:230px;
	height:255px;
	outline:solid 1px #7b95ab;
	border:0;
	margin:0;
	position:absolute;
	left:23px;
	top:389px;
	float:left;
	background-color: #d1dfe9;
	z-index:5;
}

.oneColFixCtr #homebucket2 {
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:230px;
	height:255px;
	outline:solid 1px #7b95ab;
	border:0;
	margin:0;
	position:absolute;
	left:301px;
	top:389px;
	right:0px;
	bottom:0px;
	float:left;
	background-color: #d1dfe9;
	z-index:5;
}
.oneColFixCtr h2 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	font-weight:normal;
	color:#394f60;
	display:inline;
}
.oneColFixCtr h3 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	color:#353636;
	margin-bottom:0px;
}

.oneColFixCtr #rightContainer {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:311px;
	height: 100%;
	border:0;
	margin:0 0 0 0px;
	float:left;
}

#rightLowerContainer {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:250px;
	height: auto;
	border:0;
	margin:25px 0 0 20px;
	float:left;
}

#rightLowerContainer p {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#353636;
}

.oneColFixCtr #homenavContainer {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:200px;
	border:0;
	margin:20px 0 0 20px;
	
}

/* nav specifications from content pages */

#navContainer {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:200px;
	border:0;
	margin:20px 0 0 20px;
	
}
#navContainer ul.l3nav  {
	padding:0;
	margin:0;
}
#navContainer .l3nav li {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;	
}
#navContainer .l3nav li a.l3nav {
	display:block;
	height:20px;
	padding-top:9px;
	text-decoration:none;
	background: url(media/navcontent/l3nav-underline.gif) repeat-x top;
	list-style:none;
}
#navContainer .l3nav li a.home {
	display:block;
	height:20px;
	text-decoration:none;
	list-style:none;
}
#navContainer .l3nav li a.l3nav:hover {
	color:#646f00;
	list-style:none;
}
#navContainer .l3nav li a.home:hover {
	color:#646f00;
	list-style:none;
}

#navContainer .l3nav li a.selected {
	display:block;
	height:20px;
	padding-top:9px;
	text-decoration:none;
	background: url(media/navcontent/l3nav-underline.gif) repeat-x top;
	color:#646f00;
	list-style:none;
}

/* end nav specs */


.oneColFixCtr h1 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
	color: #6b491b;
	margin-bottom: -12px;
}

#homelogoContainer {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:relative; 
	width:352px;  
	background-color:#ffffff; 
	margin:30px 0 0 -110px; 
	height:132px;
}

#footer {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 2px;
	position:relative;
	height:auto !important;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-smoothing:always;
	color:#FFFFFF;
	line-height:16px;
}

a {
	color:#5080A4;
	text-decoration:none;
}
a:hover {
	color:#646f00;
	text-decoration:underline;
}
a:visited {
	color: #5080A4;
}
.img{
	border: 1px solid #95b1c6;
	background:#a3b7c6;
	padding:3px;
	margin: 0px 0px 6px 8px;
}

