/* - - - - - - - - - - - - - - - - - - - - -

Title : Stylesheet
Author : Josh Serbus | Esultants Web Services
URL : http://www.esultants.com
Description : Gallery Stylesheet
Created : 01/15/08

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}
html{
margin:0;
padding:0;
}

body{
	margin:0;
	padding:0;
	background:url(images/bg.gif);
	background-repeat:repeat-x;
}

a {
		font-size:11px;
		font-family:"Trebuchet MS";
		color: #000000;
		
		}
a:hover {
		font-family:"Trebuchet MS";
		color:#FFFFFF;
		
		}
/* ----- IDS ----- */

#ofcourse {
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/ofcourse.jpg);
	width: 120px;
	height: 120px;
	display:block;
}

#container{
	width:100%;
	padding:0;
	background:url(images/background_nobox.jpg) top center no-repeat;
	margin: 0 0 -0 0; /* negative value must be the same height as footer (for stickyness) */ 
}

#container-tester{
	width:100%;
	padding:0;
	background:url(images/backgroundtester.jpg) top center no-repeat;
	margin: 0 0 -0 0; /* negative value must be the same height as footer (for stickyness) */ 
}

#content-area{
	width:770px;
	margin:0 auto;
}

#header{
	width:770px;
	height: 105px;
	float: left;
	display:block;

}

#header02{
	width:770px;
	height: 110px;
	float: left;
	display:block;

}
#header03{
	width:770px;
	height: 130px;
	float: left;
	display:block;

}



#header-tester{
	width:770px;
	height: 210px;
	float: left;
	display:block;
	background:url(images/testertext.gif) no-repeat;
}

#hero-area {
	width:770px;
	height: 270px;
	float: left;
	display:block;

}

#hero-area-tester {
	width:770px;
	height: 270px;
	float: left;
	display:block;
}

#logo {
	padding: 1px 0 0 0;
	}

#topText {
	padding: 0 0 5px 0;
	}

#amenities {
	padding: 10px 0 0 10px;
	}
	
#flash {
	margin-top:30px;
	}

#main-content {
	width:770px;
	float: left;
	display:block;
	margin: 0 0 20px 0;
}

#left-panel {
	width:450px;
	float: left;
	display:inline;
	margin: 58px 0 0 10px;
	display:block;
	text-align: justify;
}
#left-panel02 {
	width:650px;
	float: left;
	display:inline;
	margin: 120px 0 0 10px;
	display:block;
	text-align: justify;
}
#left-panel03 {
	width:650px;
	float: left;
	display:inline;
	margin: 0 0 0 10px;
	display:block;
	text-align: justify;
}

#right-panel {
	width:228px;
	float: right;
	display:inline;

	margin: 7px 0 0 0;
	padding: 100px 36px 0 36px; 
	display:block;
	text-align: justify;
	background:url(images/rightpanel.gif) no-repeat;

}

#right-panel_noImg {
	width:228px;
	float: right;
	display:inline;

	margin: 7px 0 0 0;
	padding: 100px 36px 0 36px; 
	display:block;
	text-align: justify;
	background:url(/rightpanel.gif) no-repeat;

}

#beta {
	float: left;
	}

#announcements {
	float: left;
	margin: 10px 0 0 0;
	}
	
#announcements02 {
	float: left;
	margin: 250px 0 0 0;
	}


#footer{
	width: 100%;
	background-color:#0B1A0E;
	height: 45px;
	float: left;
}

#footer-content {
	width: 770px;
	margin: 0 auto;
}


/* ----- CLASSES ----- */
.georgiaFont {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	}
.georgiaMedium {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	}
.whiteText {font-weight: bold; color: #FFFFFF; font-size:11px; font-family: Arial, Helvetica, sans-serif;;}
.blackText {
	font-family:Arial, Helvetica, sans-serif;;
	color: #000000;
	font-weight: bold;
}
.brownText {font-weight: bold; color: #663300; font-size: 11px; font-family: Arial, Helvetica, sans-serif;; }
.hide{
display:none;
}
.show{
display:block;
}

.clear {
	clear: both;
	}
	.clear02 {
	clear: both;
	height:200px;
	}
	.clear03 {
	clear: both;
	height:150px;
	}
	
	
.fleft {
	float: left;
	margin: 8px 0 0 0;
	}

.fright {
	float: right;
	margin: 6px 0 0 0;
	}

/* ----- HEADINGS ----- */

h1{
	font-size:.9em;
	font-weight:normal;
	color:#0992b9;
	margin:12px 0;
	padding:0;
	line-height: 1.6em;
}


/* ----- PARAGRAPHS ----- */

p{
	font-family: Arial, Helvetica, sans-serif;
	color: #4f4f4f;
	font-size: .8em;
	line-height: 20px;
	margin: 6px 0;
}

/* ----- LISTS ----- */

li{
	margin:4px 0;
	color: #777;
	font-size: .8em;
	line-height: 20px;
}

ul{
	list-style-image:url(images/liststyle.gif);
	margin: 0;
	padding: 0 0 0 14px;
}

/* ----- NAVIGATION ----- */ 
#bookit {
	width:272px;
	height:91px;
	margin: 0 0 0 40px;
	border-style:solid;
	border-width:1px;
	border-color:#663300;
	}
#nav {
	margin:0;
	padding:0;
}

#nav ul {
	padding:4px 4px 0 0;
	float:right;
	margin:0;
	list-style:none;		/* set list style as none to remove bullets */
	list-style-image:none;	/* in custom lists list image may carry across so remove it */
}

#nav ul li {
	list-style:none;
	padding:0 0 0px 0;
	margin:0;
	height:42px;			
	float:left;
	display:block;
}

#nav ul li a{
	height:42px;			
	display:block;
	margin:0 0 0px 0;
	padding:0 0 0px 0;
}

#nav ul li a span {
	padding:0;
	margin:-9999px 0 0 -9999px;		
	/* this is a trick for if someone has css turned off, inside the anchor tag, 
	write <span>$page-name</span> if css is off the name will appear as text, 
	if not the css kicks it out of view */
}

#nav li ul {
	position: absolute;
	width: 200px;
	margin:0;
	padding:0;
	left: -999em;
	border:1px solid #FFFFFF;
}

#nav li:hover ul, #nav li.sfHover ul {
	left: auto;
}

#nav li ul li {
	height:32px;
	width: 200px;
	margin:0;
	padding:0;
	line-height:32px;
	border-bottom:1px solid #ffffff;
}

#nav li ul li a {
	background-color:#FFFFFF;
	color:#FFFFFF;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	display:block;
	width: 190px;
	padding-left:10px;
	height:32px;
	display:block;
	text-decoration:none;
}


#nav a:hover {
	background-color:#6F8274;
}


/* ----- IMAGES ----- */

img{
border:0;
}

/* ----- LINKS ----- */

a, a:visited{
outline: none;
text-decoration:none;
}

a:hover{
color: #FFFFFF;
background-color:#284230;
}

/* ----- FORM ----- */

.contactInput {
	background:url(images/inputBg.jpg) no-repeat transparent;
	border:none;
	width:140px;
	height:23px;
	padding:4px;
	margin:2px;
	font-size: 10px;
	color:#000000;
	} 

.commentsbg {
	background:url(images/inputBg_comments.jpg) no-repeat transparent;
	background-color:#FFFFFF;
	border:none;
	width:300px;
	height:130px;
	padding:4px;
	margin:2px;
	font-size: 10px;
	color:#000000;
	} 	
	
input#inputbox {
	width: 214px;
	height: 27px;
	display: block;
	background: url(images/inputbg.gif) no-repeat;
	border: 0;
	padding: 10px 6px 0 6px;
	font-size: 8px;
	color: #999999;
}

.submit {
	width: 83px;
	height: 24px;
	background: url(images/submit.gif) no-repeat 0 0;
	float: right;
}
.infoLink01 {
	color: #000000; 
	font-weight: bold; 
	font-size: 12px; 
	font-family:"Trebuchet MS";
	text-decoration:none;
	}
	
.infoLink01 a:hover {
	display:block;
	color: #000000; 
	font-weight: bold; 
	font-size: 12px; 
	font-family:"Trebuchet MS";
	text-decoration:none;
	background-color:#669966;
	}


.infolink02 {
	color: #FFFFFF; 
	font-weight: bold; 
	font-size: 12px; 
	font-family:"Trebuchet MS";
	text-decoration:none;
	}
	
.infolink02 a:hover {
	color: #000000; 
	font-weight: bold; 
	font-size: 12px; 
	font-family:"Trebuchet MS";
	text-decoration:none;
	}
