@charset "utf-8";
body {
	font:normal normal normal 14px/1.5 "Times New Roman", Times, serif;
	background-color:#37393c;
}

.bg {
    border: 4px dotted #339A99;
    display: block;
    float: left;
    font-size: 19px;
    margin-left: 14px;
    margin-top: -654px;
    padding: 10px 20px;
    position: absolute;
    width: 224px;
    z-index: 1;
}


.bg strong {
   color:#339a99;
}


.bg2 {
   margin:0;
   top: 61px;
   left: 16px;
}

.phase2map {
   margin-left: 10px;
}

#container
{
	margin:0 auto;
	width:940px;
	overflow:hidden;
	border:1px solid #000;
}

p {
	color: #333;
	margin:0 0 3px;
}
h2, h3, h4, h5 {
	font: bold 20px/1.5 "Times New Roman", Times, serif;
	color:#222222;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.leftImg {  /* places an image LEFT for text wrap */
	float:left;
	padding:0 15px 0 0;
}
.rightImg {  /* places an image RIGHT for text wrap */
	float:right;
	padding:0 0 0 15px;
}
/*** LAYOUT STYLES ***/
#headerWrap, #leaderboardWrap, #navWrap, #contentWrap, #footerWrap {
	float:left;
	width:100%;
}
#header, #leaderboard, #nav, #content, #footer {
	margin:0 auto;
	width:940px;
}
/* HEADER */
#headerWrap {
	height: 137px;
}
#header {
	height: 137px;
	background:#fff;
}

#logo
{
	float:left;
	margin-left:5px;
	margin-top:10px;
}

#parkphase
{
	background-image:url(../_img/parkphase1.jpg);
	float:right;
	width:367px;
	height:135px;
}

h1 a {
	display:block;
	width:175px;
	height:70px;
	margin:0 0 0 0;
	float: left;
	background: url(../images/logo.png) no-repeat white;
	text-indent:-9999px;
}
#contactInfo {
	float:right;
	width:347px;
	height:80px;
	padding:10px;
	background:white;
	text-align:right;
}


/* NAVIGATION */
#navWrap {
}
#nav {
	height: 41px;
	background-image:url(../_img/navbg.jpg);
}

#nav ul
{
	margin-left:17px;
}

#nav ul li
{
	display:inline;
	margin-left:5px;
}

#nav ul li a {
	font-size: 14px;
	color: #fff;
	line-height: 37px;
	text-decoration:none;
	padding-right:20px;
}
#nav ul li a:hover {
	color: #43cbca;
	text-decoration: none;
}
/* LEADERBOARD */
#leaderboardWrap {
	background: url(../images/leaderboardwrap_bg.png) repeat-x #FC3;
}
#leaderboard {
	height: 358px;
	background-image: url(/_img/Main_photo_Maui.jpg);
}
/* CONTENT */
#contentWrap {
}
#content {
	background-image:url(../_img/contentbg.jpg);
	overflow:hidden;
	position: relative;
}
#contentLeft, #contentRight,#contentLeft1 {
	float:left;
	padding:10px;
}
#contentLeft {
	width:625px;
}

#contentLeft1 {
	width:920px;
	background-color:#FFF;
}

#contentLeft h2
{
	font-size:20px;
}

#contentLeft h2 a
{
	color:#339a99;
}

#contentLeft p
{
	margin-bottom:10px;
}

#contentLeft p.map
{
	font-size:17px;

}

#contentLeft ul
{
	margin-left:15px;
	margin-bottom:25px;
}

#contentLeft ul li
{
	list-style-type:disc;
	color:#333;

}



#contentLeft p a
{
	color:#339a99;
	text-decoration:none;
}

#contentRight {
	width:275px;

}

#contentRight h3 {
	font-weight:lighter;
}

#contentRight p
{
	line-height:20px;
}

#contentRight p a
{
	color:#339a99;
	text-decoration:none;
}
/*#fine-print p {
	font-size: 12px !important; 
	
} */
/* FOOTER */
#footerWrap {
	background: url(../images/footerwrap_bg.png) repeat-x #FFCC33;
	clear: both;
	overflow: hidden;
}
#footer {
	height: 65px;
	text-align:center;
	background:#a0a0a0;
	border-top:1px solid #000;
}
#footer p {
	color: #fff;
	text-align: center;
	font-size:13px;
}

#footer a:hover {
	color: #000;
}

#footer a
{
	color: #fff;
	font-size:13px;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
}

p.copy {
	font:10px/1.5 "Times New Roman", Times, serif;
}
/* NAVIGATION */
/* main horizontal navigation */
/* footer horizontal navigation */
#footer ul#footerNav {
	padding:5px 0 0;
}
ul#footerNav li {
	display:inline;
	margin:0 0 0 10px;
	line-height:30px;
}
ul#footerNav li a {
	display:inline;
}


.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
	width:250px;
	background-color:#fff;
	box-shadow:#000 1px 1px 1px 1px;
}

.popup1 {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
	width:250px;
	background-color:#fff;
	box-shadow:#000 1px 1px 1px 1px;
}

#map
{
	background-image:url(../_img/sitemapbig.jpg);
	width:920px;
	height:800px;
}

/**Table Mess **/



.tableHead {
	background:#999;
}

/*.tableCell1 {
	background:#01ff02;
}

.tableCell2 {
	background:#fe0000;
}

.tableCell3 {
	background:#ffff9b;
}

.tablecell3 {
	background:#ffff9b;
}*/

.disclaimer {
	background: yellow;
	font-style:italic;
	font-weight:lighter;
	font-family:Arial, Helvetica, sans-serif;
}
