/*CSS Document*/
*
{
	margin: 0;
	padding: 0;
	border: none;
	font-family: Tahoma;
	outline: none;
}
HTML, BODY
{
	height: 100%;
	background: #9BC488 url(../images/cci_bg.jpg) repeat-x;
	color: #FFFFFF;
	font-family: Arial;
/*WRONG FONT!!!*/
}
#wrapper-all
{
	margin: 0 auto;
	width: 796px;
}
#wrapper-shadow
{
	min-height: 100%;
	height: auto !important;
/*ie6*/
	height: 100%;
	width: 850px;
	margin: 0 auto -60px;
/*the bottom margin is the negative value of the footer's height*/
	background: url(../images/drop_shadow.png);
}
/*oooooooooooooooooooo Header*/
#wrapper-header
{
	height: 103px;
	background: url(../images/header_1.jpg) no-repeat right;
	position: relative;
	width: 800px;
}
#logo IMG
{
	position: absolute;
	top: -5px;
	left: 1px;
}
/*oooooooooooooooooooo Navigation*/
#nav-horizontal
{
	height: 31px;
	margin: -30px 0 0;
	border-bottom: 7px solid #FFF;
	text-align: right;
	padding-right: 0px;
	position: relative;
	width: 800px;
}
#nav-horizontal UL
{
	float: right;
}
#nav-horizontal LI
{
	font-family: "Arial Narrow", Arial, sans-serif;
	display: block;
	float: left;
	background: url(../images/tab_green.png) no-repeat;
	text-transform: uppercase;
	font-size: 8.5pt;
	margin-right: 2px;
	width: 100px;
	margin-top: -4px;
	height: 35px;
	text-align: center;
}
#nav-horizontal A
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 10px 0 8px;
	width: 100px;
	height: 18px;
	font-weight: bold;
	font-size: 8pt;
}
#nav-horizontal A:hover, #nav-horizontal A.active
{
	background: url(../images/tab_white.png);
	color: #326031;
	font-weight: bold;
}
/*oooooooooooooooooooo Content*/
#wrapper-content
{
/*height: 100px;*/
	float: left;
	margin: 30px 15px 20px;
}
#column-a1
{
	float: left;
	width: 360px;
	min-height: 250px;
}
#column-a1 IMG
{
	border: 1px solid #FFF;
}
#column-a2
{
	float: right;
	width: 405px;
	min-height: 250px;
	margin-top: -5px;
}
#column-a3
{
	width: 325px;
	float: left;
	margin-top: 20px;
}
#column-a4
{
	width: 410px;
	float: right;
	margin: 60px 0 0;
}
#column-a4 IMG
{
	border: 1px solid #FFF;
}
#column-b1
{
	float: left;
	width: 360px;
	min-height: 250px;
}
#column-b1 IMG
{
	border: 1px solid #FFF;
	margin-bottom: 25px;
}
#column-b1 IFRAME
{
	border: 1px solid #FFF;
}
#column-b2
{
	float: right;
	width: 405px;
	min-height: 250px;
	margin-top: -5px;
}
#column-b2 IMG
{
	border: 1px solid #FFF;
	margin-bottom: 15px;
	float: right;
}
#gallery IMG
{
	margin: 0 18px 13px 0;
}
.book-online LI
{
	list-style: none;
}
.book-online LI A
{
	background: url(../images/book-online-now.png) top;
	width: 225px;
	height: 55px;
	display: block;
}
.book-online LI A:hover
{
	background: url(../images/book-online-now.png) bottom;
}
.attraction
{
	display: block;
	clear: both;
	margin-bottom: 30px;
	height: 157px;
}
.attraction-pic
{
	float: left;
}
.attraction-pic IMG
{
	border: 4px solid #667332;
}
.attraction-text
{
	float: right;
	width: 400px;
	margin-left: 20px;
}
#map
{
	border: 3px solid #A67C52;
	margin-bottom: 10px;
	border: 4px solid #667332;
}
#map, #map IFRAME
{
	width: 435px;
	height: 255px;
}
/*oooooooooooooooooooo Footer*/
#footer, #sticky-footer-push
{
	height: 60px;
/*#sticky-footer-push must be the same height as #footer
do not replace with min-height*/
	width: 770px;
	margin: 0 auto;
}
#sticky-footer-push
{
	background: #848A73;
	clear: both;
	visibility: hidden;
}
#footer
{
	clear: both;
	text-align: right;
}
#footer-ob-logo
{
	float: left;
}
#footer-links
{
	text-align: right;
	float: right;
	margin-top: 20px;
	text-decoration: none;
	font-size: 9pt;
	font-family: Tahoma;
	color: #385162;
}
#footer-links A
{
	text-decoration: none;
	color: #385162;
}
#footer-links A:hover
{
	text-decoration: underline;
}
.clear
{
	clear: both;
}
#social-icons
{
	position: absolute;
	margin-left: 800px;
	margin-top: -50px;
}
/*Sticky Footer by Ryan Fait: http://ryanfait.com/*/
H1
{
	font-size: 17pt;
	margin-bottom: 10px;
	text-transform: capitalize;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
}
H2
{
	color: #FFF;
	border-bottom: 1px solid #FFF;
	margin-bottom: 10px;
	padding-bottom: 4px;
	font-size: 12pt;
	text-transform: uppercase;
}
P
{
	font-size: 9pt;
	line-height: 150%;
	margin-bottom: 10px;
}
UL
{
	list-style: inside;
	line-height: 140%;
	margin-bottom: 20px;
	font-size: 9pt;
}
#column-b2 UL UL
{
	list-style: circle inside;
	margin-left: 25px;
}
DL
{
	margin: 0 0 20px;
	font-size: 9pt;
}
A
{
	color: #4F934E;
	text-decoration: none;
}
A:hover
{
	color: #80BA7F;
	text-decoration: underline;
}
