/***************************************************************************
 * ontent Layout                                                           *
 ***************************************************************************/
body {
	background-color:#FFF;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	text-align: center;
}

.content{
	background: #FFF;
	width: 895px;
	margin: 10px auto 0 auto;
}

#primaryContent{
	margin:0;
	text-align:center;
	font-size:12px;
	padding: 0;
}

#contentShadow{
	margin: 0 auto;
	background: #EEEEEE url(images/BGshadow.png) top repeat-y;
}

/***************************************************************************
 *Secondary content                                                        *
 ***************************************************************************/
#secondaryContent {
	margin:30px 20px;
	text-align:left;
}
#secondaryContent #centered{
	text-align:center;
}
#secondaryContent h1 {
	font-family:"Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	margin: 0 0 0 0;
}
#secondaryContent h2 {
	font-family:"Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin: 10px 0 0 0;
}
#secondaryContent h3 {
	font-family:"Calibri", Arial, Helvetica, sans-serif;
	font-size:36px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#secondaryContent #sub{
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	font-style:normal;
	line-height: .8;
}
#secondaryContent p {
	font-family:Calibri, Verdana, Helvetica, sans-serif;
	margin: 5px 5px 5px 0px;
	line-height:1.5em;
}
#secondaryContent #indent {
	margin-left: 20px;
}
#secondaryContent ul {
	list-style-type:none;
	left: 367px;

}
#secondaryContent li {
	text-align:left;
	line-height:1.5em;
}
#secondaryContent #imgLayout{
	float:left;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 0;
}
#secondaryContent #imgLayout p{
	text-align:center;
}
#secondaryContent #imgLayout img{
	float:none;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 2px; 
	margin: -7px 7px 7px -7px;
	display: block; /* <-- ie5 bug workarount */
}

#secondaryContent #holiday {
	font-family:Calibri,"Courier New", Courier, monospace;
	text-align:left;
}
#secondaryContent #holiday h1{
	font-family:Calibri;
	font-size:24px;
}
#secondaryContent #holiday p{
	font-family:Calibri;
	font-size:18px;
}


/***************************************************************************
 * Index page layout                                                       *
 ***************************************************************************/
#shortColumn {
	float:left;
	width:220px;
	text-align:center;
	font-style:normal;
	margin: 20px 15px;
}
#shortColumn h1 {
	font-family:"Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
	margin: 0;
}
#shortColumn p {
	font-size:13px;
	margin: 5px 6px 10px 6px;
}
#shortColumn img {
	float:none;
}
/***************************************************************************
 * Index page layout                                                       *
 ***************************************************************************/
#threeUp {
	text-align:center;
	font-style:normal;
	margin:30px 0 0 0;
}
#threeUp h1 {
	font-family:"Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:600;
	margin: 0;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
#threeUp p {
	font-size:11px;
	margin: 5px 6px 10px 6px;
	text-align: center;
}
#threeUp a {
	text-decoration:none;
}
#threeUp img {
	border:none;
}
/***************************************************************************
 * Begin Header Layout                                                     *
 ***************************************************************************/
#header {
	width: 895px;
	padding: 0;
	margin: 0;
} 
#outaView{
	float:left;
	margin-left:-3000px;
	font-size:8px;
}

/***************************************************************************
 * Footer Layout                                                     *
 ***************************************************************************/
#footer{
	padding: 0;
	margin:0;
	width: 895px;
	clear:both;
	font-size: 12px;
	color: black;
	text-align: center;
    background:url(images/footerBg.gif) repeat-x;
	font-family:"Comic Sans MS", Arial, Helvetica, sans-serif;
	line-height:2.2em;
}
#footer a{
	color:#000;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}


/***************************************************************************
 * Horizontal Navigation                                                         *
 ***************************************************************************/
#headerTable{
	width: 895px;
	float: left;
}
#menu{
	margin: 0 0 3px 0;
	padding: 0;
	width: 100%;
}
#menu ul {
	list-style: none;
	margin: 0 0 3px 0;
	padding: 0;
}
	
#menu ul li {
	float: left;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 7px 6px 0 0;
	padding: 5px 18px 5px 17px;
	background: #999;
}
	
#menu a{
	text-decoration:none;
	color:#FFF;
}

#menu a:hover {
	color:#EAE96A;
	text-decoration:underline;
}

#header #logo{
	position:absolute;
	top:117px;
	left:91px;
}
#header #logo img{
	border:none;
}

#header #tagline{
	position:absolute;
	top:133px;
	left:297px;
}

#header h1{
	top:50px;
	left:0px;
	font-family:"Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
	height: 42px;
}

#header #contact {
	position:relative;
	top:117px;
	left:91px;
}
#header p{
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
}

/***************************************************************************
 * Miscellaneous                                                     *
 ***************************************************************************/

#centerit{ 
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/****************************************************************************************************
 * Button styles
 ****************************************************************************************************/

a.motionEffect{ 
	border:none;
	text-decoration:none;
}
a.motionEffect:hover{
	border:none;
	position:relative;
	top:1px;
	left:1px;
}

/*****************************
   IMAGE WRAPPER SHADOW GENERIC
*****************************/
.img-shadow{
	background:url(images/shadow.gif) no-repeat right bottom;
	clear:right;
	float:left; /* <-- ie5 bug workarount */
	margin-left:10px;
}
.img-shadow img{
	float:none;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 2px; 
	margin: -7px 7px 7px -7px;
	display: block; /* <-- ie5 bug workaround */
	}
.img-gallery{
	float:left;
	text-align:center;
	padding-bottom: 20px;
	display: block;
	height: 260px;
	width: 400px;
}
.img-gallery p {
	margin:0;
}


/*****************************
   Staff List 
*****************************/
.staff {
	font-family:"Calibri", Arial, Helvetica, sans-serif;
}
.staff p{
	font-size:14px;
	clear:left;
}
.staff ul{
	margin:3px 0;
}
.staff h2{
	margin-top:0px;
	padding-top:25px;
	clear:both;
}
.staff img{
	float:left;
	margin-right:10px;
	padding:3px;
	border:1px solid silver;
}

/*****************************
   Equipment List 
*****************************/
#equipWrapper{
	border: solid 1px black;
	width: 95%;
	margin: 20px;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#equipWrapper h1{
	text-align:center;
	margin-bottom:30px;
}
.equiplist{
	margin: 10px;
	width: 90%;
	border-color: #F33;
	border-style:none;
}

.equiplist ul{
	color:#009966;
	float:left;
	padding-left:10px;
	text-align: left;
	margin-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.equiplist li{
	background: url(images/dotBlue.bmp) no-repeat 0 50%;
	padding-left: 10px;
	list-style-type: none;
}

.equiplist p{
text-align:left;
  padding:0 0 0 20px;
	color:#0000FF;
	font-family:"Comic Sans MS", Verdana, Arial, sans-serif;
	font-size:1.5em;
}
.equiplist p manu{
	color:#333333;
}
.equiplist p .item{
	color:#ABABAB;
}
.equiplist p .quan{
	color:#333333;
}

/*****************************
   Rates 
*****************************/
#rates {
	text-align:left;
	margin-left:170px;
	margin-top: 40px;
}
#rates p{
	font-size: 12px;
	line-height: .6;
}

#rates h1{
	font-family:"Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

#rates .ratetable{
	font-family:"Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
}




.clearEm{
	clear:both;
}

/*****************************
   HOLIDAY SALE 
*****************************/
#sale{
	text-align:center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 130px;
}

/*****************************
   ENTIRE PAGE IS AN IMAGE/FLYER 
*****************************/
.centerflyer{
	margin:0;
	padding:0;
	text-align:center;
}


#pageLeft{
	float:left;
	width:550px;
	margin-top: 30px;
	text-align: left;
}
#pageLeft h1{
	font-size: 16px;
	font-style:normal;
	font-family:"Comic Sans MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
	padding:0;
	letter-spacing: 1px;
}
#pageLeft p{
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
#pageRight{
	float:left;
	margin: 15px 0;
}
#bottomImg{
	background-image:url(images/Owners.jpg);
	font-family:Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
	height: 60px;
}
#bottomImg #moreInfo{
	float: right;
	margin-right: 40px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#bottomImg #PartnerList{
	float: right;
	margin-top: 0px;
	margin-right: 35px;
}

.propertyListing {
	background-image: url("images/beachLight.jpg");
	height: 182px;
	width: 601px;
	margin: 10px auto;
	text-align: left;
}
.propertyListing img {
	padding: 2px;
	border: outset #999 1px;
}

.propertyListing .emph{
	font-weight:bold;
}
.pageshadow {
	background: #EEEEEE url(images/BGshadow.png) top center repeat-y;
	margin: 0;
}
