*
{
	margin:0;
	padding:0;
}
/* positional CSS */

#wrapper
{
	position:relative;
	text-align: left;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	height:1%;
}

#content
{
	margin-top: 174px;
	margin-left: 150px;

}

#navigation
{
	position: absolute; 
	top: 0; /* for FF */
	width: 120px;
	background-image: url(../images/sea.jpg);
	background-repeat: repeat;
	background-attachment: fixed; /* fix navigation panel background as navpanel moves for resizing */
}

#heading
{
	margin-left: 0px; 
	position: absolute;
	left: 0px;
	top: 0px;
	height: 154px;
	width: 100%;
	padding-top: 30px;
	background-image: url(../images/harris-strip.jpg);
	background-repeat: no-repeat;
}

#text
{
	margin-top: 20px;
}
	
/* styling CSS */
html
{
/* ensures rh scroll bar always visible to prevent jumping of layout */
	min-height: 100%; 
	margin-bottom: 1px;
}

body
{
	color: #000;
	background-color: #fff;
	font-family: arial, helvetica, verdana, sans-serif;
	text-align: center;
	min-width: 550px;
}

#navigation ul
{
	list-style: none;
	padding: 7px 0px;
	font-weight: bolder;
}

#navigation li
{
	padding: 3px 0px;
	position: relative;
}

#navigation ul ul
{
	display: none;
}

#navigation li:hover ul
{
	display: block;
	list-style: none;
	padding: 0px 10px;
}

#navigation ul ul li
{
	padding: 0px 10px;
	font-weight: bolder;
}

#navigation a:link
{
/*	font-family: calligraphic; */
/*	background-color: #93abab; */
/*	-moz-border-radius: 15px; /* CSS3: border-radius: horiz vert; */
/*	-moz-border-radius: 5px; */
	text-decoration: none;
	border: 0;
	margin: 0 5px 0 10px;
	padding: 5px 5px 5px 10px;
	color: #935f38; 
	display: block;
	position: relative;
}

#navigation a:visited
{
/*	-moz-border-radius: 15px; /* CSS3: border-radius: horiz vert; */
/*	-moz-border-radius: 5px; */
	text-decoration: none;
	border: 0;
	margin: 0 5px 0 10px;
	padding: 5px 5px 5px 10px;
	color: #95613c; 
	display: block;
}

#navigation a:hover
{
/*	font-family: calligraphic; */
	border-top: 0;
	border-left: 10px solid #935f38;
	border-bottom: 0;
	border-right: 0;
	padding: 5px 5px 5px 10px;
	color: white;
	display: block;
	margin: 0 5px 0 0;
}

#content
{
	padding: 20px 0 0 0;
	border: 0px;
	
}

#content p
{
	padding: 10px 0px;
	border: 0px;
	margin-top: 10px;
}

#content h1
{
/*	font-family: calligraphic; */
	border: 0px;
	font-size: x-large;
	margin-bottom: 10px;
}

#content h2
{
	border: 0px;
	margin: 30px 0px -10px 0px;
	font-size: large;
/*	color: #8facaa;		*/
	color: #5f7c7a;
}

#content img
{
	float: left;
	border: 1px solid black;
	margin: 0px 15px 5px 0px;
}

#content .logos
{
	float:left;
	width:108px;
	margin-right:15px;
}

#content .logo
{
	border: none;
}

#content .left_image
{
	float: left;
}

#content .right_image
{
	float: right;
	margin: 0px 0px 5px 15px;
}

#content .right_caption
{
	float: right;
	clear: right;
	margin-top: -7px;
	text-align: right;
	font-size: smaller;
	
}
	
#content .left_gallery_caption
{
	float: left;
	clear: left;
	margin-top: 20px;
/*	text-align: right;*/
	font-size: smaller;
	
}
	
#content .cleared_image
{
	float: none;
}

#content .icon
{
	border: none;
	margin-bottom: -5px;
	margin-top: 5px;
}

#content .listcol1, #content .listcol2, #content .listcol3 {
	list-style: circle;
	clear: right;
	float:left;
	width: 32%;
}

.alert
{
	color: red;
	font-weight: bolder;
}

.comments
{
	list-style: none;
	margin: 1em 3em;
}

.comments li
{
	margin-bottom: 1em;
}

.promo
{
	font-weight: bolder;
}
#content .gallery
{
	float: none;
}

#footer
{
	clear: both;
	padding-top: 2em;
}
#copyright
{
	font-size: small;
	padding-top: 1em;
}
	
form p label
{
	float: left;
	width: 30%;
	margin: 0.2em;
}

/* 3 classes for styling text boxes */
.smlTxt
{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: smaller;
	width: 5em;
}

.medTxt
{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: smaller;
	width: 15em;
}

.lrgTxt
{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: smaller;
	width: 25em;
}

.btn
{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: larger;
}
	
fieldset
{
	/* column-count: 2; /* css3 */
	clear: both;
	border: none;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 10px 15px;
}

legend
{
	margin: 1em 0 0 -0.8em;
	color: black;
}

.dates label
{
	float: left;
	width: 4em;
}

.col1
{
	clear: left;
	float: left;
	width: 33%;
}

.col2
{
	width: 32%;
	float: left;
}

.col3
{
	clear: right;
	float: right;
	width: 33%;
}

.floor_plan
{
	border: none;
	display: block;
	float:left;
	margin-top:0.7em;
}

#content .floor_plan img
{
	border: none;
	margin-top:0.5em;
}

.img_title
{
	font-weight: bolder;
}

.terms
{
	margin: 10px 0 0 20px;
	list-style:none;
}

.clear
{
	clear:both;
}

.tooltip {
	display: none;
}

.hasExtra {
	color: blue;
	text-decoration: underline;
}

.hasExtra:hover .tooltip {
	position: absolute;
	right: 0;
	display: block;
	border: 1px solid grey;
	background: white;
	padding: 2px;
	font-size: 0.8em;
	color: black;
	opacity: 0.9;
	width: 50%;
}

#content .hasExtra:hover .tooltip p {
	padding: 0;
}

.homePage {
	display: none;
}
.TA_vrbadge {
	margin:0;
	margin-left: -10px;
}

/*
colour ideas:
ffffff bkgrnd
9AC9C6
5F7C7A h2 colour
C47D49
935C37 nav text colour
*/
	