html, body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	border:0;
	font:12px/16px Fontin, "Myriad Pro", Georgia, serif;
	background:#576f6f url("/facilities/lighthouseaugusta/site/imgs/bg1.gif") repeat-x;
	color:#000;
	text-align:center;
}

ul, ol{
	text-align:left;
	overflow:auto;
}


#frame{
	position:relative;
	top:8px;
	width:980px;
	margin:0 auto;
	padding:0 0 8px 0;
	text-align:left;
	overflow:hidden;
	color:#000;
/*	border:1px solid #323E3E;*/
}

#innerFrame{
	background:#FFF;
	border:20px solid #FFF;
	overflow:auto;
}

p{	
	text-align:left;
	margin:0 0 20px 0;
/*	overflow:auto;*/
}

h1{
	color:#568619;
	background:transparent;
	margin:0 0 10px 0;
	padding:0;
	font:inherit;
	font-size:22px;
}

h2, strong{
	color:#8b8e3f;
	background:transparent;
	margin:0 0 10px 0;
	padding:0;
	font:inherit;
	font-size:18px;
}

img{
	border:0;
}

hr{
	clear:both;
	background:transparent;
	color:#000;
	border-width:1px 0 0 0;
	border-style:solid;
	border-color:#d2d2cb;
	height:0;
	width:100%;
	margin:0;
}

*>hr{
	margin:10px 0;
}

#header{
position:relative;
}

#home #header{
	height:317px;
	width:940px;
	background:#7ac037 url("/facilities/lighthouseaugusta/site/imgs/home_header.jpg") no-repeat;
	color:#000;
	overflow:hidden;
}

#sub #header{
	height:259px;
	width:940px;
	background:#7ac037 url("/facilities/lighthouseaugusta/site/imgs/sub_header.jpg") no-repeat;
	color:#000;
	overflow:hidden;
}

#header a{
	color:#FFF;
	background:transparent;
	padding:0 10px;
	font-size:11px;
	letter-spacing:.5px;
}

#header h1{
	position:absolute;
	top:88px;
	left:44px;
	margin:0;
	padding:0;
}

#header h1 a{
	display:block;
	height:106px;
	width:232px;
}

#sub #header h1{
	top:75px;
	left:48px;
}


#sub #header h1 a{
	height:94px;
	width:192px;
}


#header h1 span{
	display:none;
}

#menu{
	margin:2px 0 0 0;
	height:67px;
	background:#fbfd00 url("/facilities/lighthouseaugusta/site/imgs/menubg.jpg") bottom left repeat-x;
	color:#000;
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
	
#menu li{
	display:inline;
	padding:0 18px 0 36px;
	line-height:67px;
	background:url("/facilities/lighthouseaugusta/site/imgs/menudivider.gif") left no-repeat;
}

*>#menu li{
	background-image:url("/facilities/lighthouseaugusta/site/imgs/menudivider.png");
}

#menu li:first-child{
	background:none;
}

#menu a{
	color:#323e3e;
	background:transparent;
	padding:0 4px;
	text-decoration:none;
	text-shadow: -3px 3px 4px rgba(0, 0, 0, .25 );
	font-size:14px;
	font-weight:600;
	letter-spacing:1px;
}

/*#menu .current a{
	color:#00a4f0;
	background:transparent;
	text-shadow: -3px 3px 4px rgba(0, 0, 0, .15 );
}*/

#contentFrame{
	position:relative;
	padding:40px 0 0 0;
	overflow:hidden;
}

#content{
	float:left;
	width:600px;
}

#rightCol{
	float:right;
	width:280px;
	border-left:1px solid #D2D2CB;
	padding:0 0 0 30px;
}

#subMenu{
	padding:0 0 0 60px;
}

#subMenu ul,
#subMenu li{
	margin:0;
	padding:0;
	list-style:none;
}

#subMenu a{
	color:#689230;
	background:transparent;
	text-decoration:none;
	font-size:13px;
	line-height:22px;
	font-weight:600;
}

#footer{
	float:left;
	clear:both;
	width:940px;
	background:#FFF;
	border-width:1px 0 0 0;
	border-style:solid;
	border-color:#d2d2cb;
	padding:20px;
	text-align:center;
	font-size:11px;
}

#footer a{
	text-decoration:none;
	color:#73b23c;
	background:transparent;
	letter-spacing:.4px;
}

#footer a:hover{
	color:#000;
	text-decoration:underline;
}


form{
	font:12px/14px Arial, Helvetica, sans-serif;
	margin:10px 0;
}


fieldset{
	border:0;
	padding:10px;
	margin:0 4px 4px 0;
}

fieldset:last-child{
	margin:0;
}

legend{
	font-size:11px;
	padding:0;
	margin:0;
	background:#FFF;
	border:1px solid #000;
	padding:0 5px;
	text-transform:uppercase;
	font-variant:small-caps;
}

label{
	display:block;
	float:left;
	width:100px;
	vertical-align:middle;
	line-height:22px;
}

input[type=radio]{
	vertical-align:middle;
}

input,
select,
textarea{
	padding:2px;
	line-height:18px;
	border:1px solid #000;
}

button[type=submit]{
	width:150px;
}

button img{
	vertical-align:middle;
}

.formsection{
	margin:0 0 4px 0;
	clear:both;
}

.formsection:last-child{
	margin:0;
}

.left{
	float:left;
}

.right{
	float:right;
}

.cb{
	clear:both;
}

.autowidth,
.autowidth label{
	width:auto !important;
}

img.left{
	margin:0 10px 10px 0;
}

.green{
	color:#73b23c;
}

.bold{
	font-weight:600;
}

#map{
	height:300px;
	border:1px solid #000;
}


.submenu .submenu li a{
	font-size:12px !important;
	color:orange !important;
	margin:0 0 0 10px !important;
}

.tlarge{
	font-size:large;
}

.tcenter{
	text-align:center;
}

.notice{
	padding:1em;
	background:#7bbc3a;
	color:#FFF;
	border:1px solid #629141;
}


#comingsoon{
	position:absolute;
	bottom:0;
	right:0;
	margin:0;
	background:transparent;
	color:#FFF;
	width:565px;
	text-align:center;
	line-height:88px;
	font-size:18px;
	text-shadow: 0px 0px 8px #568619;
}