/* Sets all  to 0. */
*
{
	border: 0;
	margin: 0;
	padding: 0;
}

body
{
	background-color: #148094;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: center;
	color: #fff;
/*
	border-top: 30px solid #148094;
*/
}


/*
fix link box
*/

a { outline: none; }
a:focus { outline: 1px #555 dotted; }

/*
defaults
*/

a
{
	text-decoration: none;
	font-weight: bold;
	color: #a6ccd5;
}

a:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #003366;
}

/*
h1, h2, h3 { color: #148094; }
*/

/***********************************************************************************
STRUCTURE
************************************************************************************/

/*
centering
*/

#wrap
{
	position: relative;
	margin: 0 auto; 	/* shows in all browsers */
	*margin: -428px auto;	/* shows in IE7 and below */
	_margin: -428px auto;	/* shows in IE6 and below */
	width: 1200px;
	text-align: left;
}

#strip
{
	float: left;
	margin-top: 392px;
	border-bottom: 35px #97bfc8 solid;
	width: 100%;
	height: 1px;
}

#header
{
	position: relative;
}

#navigation
{
	position: relative;
}

#main 
{
	position: relative;
}  

#footer
{
	position: relative;
	height: 30px;
	clear: both;
	background-color: #5296a8;
	line-height: 30px;
	text-align: center;
	border-top: 2px solid #148094;
}


/*
div.seabreeze-01_
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
	height: 393px;
}
*/

div.seabreeze-02_
{
	position: absolute;
	left: 150px;
	top: 0px;
	width: 900px;
	height: 226px;
	background-color: #5296a8;
}


/*
div.seabreeze-03_
{
	position: absolute;
	left: 1050px;
	top: 0px;
	width: 150px;
	height: 393px;
}
*/

div.seabreeze-04_
{
	position: absolute;
	left: 150px;
	top: 226px;
	width: 900px;
	height: 167px;
	background-color: #B5B498;
}

/*
div.seabreeze-05_
{
	position: absolute;
	left: 0px;
	top: 393px;
	width: 150px;
	height: 35px;
}
*/

div.seabreeze-06_
{
	position: absolute;
	left: 150px;
	top: 393px;
	width: 900px;
	height: 35px;
}

/*
div.seabreeze-07_
{
	position: absolute;
	left: 1050px;
	top: 393px;
	width: 150px;
	height: 35px;
}
*/

/*
div.seabreeze-08_
{
	position: absolute;
	left: 0px;
	top: 428px;
	width: 150px;
	height: 572px;
}
*/

div.seabreeze-09_
{
	position: absolute;
	left: 150px;
	top: 428px;
	width: 900px;
	background-color: #5296a8;
}

/*
div.seabreeze-10_
{
	position: absolute;
	left: 1050px;
	top: 428px;
	width: 150px;
	height: 572px;
}
*/


/* 
main menu
*/

div#menuwrapper
{
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 35px;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menuwrapper ul
{
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
	font-size: 1em;
}

/* menu list items */
div#menuwrapper li
{
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
	line-height: 31px;
	white-space: nowrap;
}

/* the links, that is each list item */
div#menuwrapper a
{
	color: #148094;
}


div#menuwrapper li a
{
	display: block;
	margin: 0 0 0 1px;
	padding: 3px 20px;
	text-decoration: none;
	line-height: 31px;
	background-image: url(../images/seabreeze_nav.gif);
	background-repeat: no-repeat;
	background-position: -999px bottom;
	text-transform: uppercase;
}

/* active state */
div#menuwrapper li.menuactive 
{
	color: #fff;
	background-position: left bottom;
}
div#menuwrapper li.menuactive a 
{
	color: #fff;
	background-position: center bottom;
}

/* hover state for links */
div#menuwrapper li a:hover
{
	color: #003366;

	background-position: center bottom;
}

div#menuwrapper a.activeparent:hover
{
	color: #003366;

	background-position: center bottom;
}


/* 
accessibility
*/

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


div.seabreeze-logo
{
	position: absolute;
	left: 240px;
	top: 66px;
	width: 417px;
	height: 138px;
	background-image: url(../images/seabreeze_logo.gif);
	background-repeat: no-repeat;
}

div.seabreeze-phone
{
	position: absolute;
	left: 710px;
	top: 123px;
	width: 247px;
	height: 80px;
	background-image: url(../images/seabreeze_phone.gif);
	background-repeat: no-repeat;
}

div.seabreeze-palm
{
	position: absolute;
	left: 28px;
	top: 72px;
	width: 219px;
	height: 322px;
	background-image: url(../images/seabreeze_palm.gif);
	background-repeat: no-repeat;
}

/* header images */
.seabreeze-header-image1
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 167px;
	overflow: hidden;
}

.seabreeze-header-image2
{
	position: absolute;
	left: 300px;
	top: 0px;
	width: 300px;
	height: 167px;
	overflow: hidden;
}

.seabreeze-header-image3
{
	position: absolute;
	left: 600px;
	top: 0px;
	width: 300px;
	height: 167px;
	overflow: hidden;
}


.padding
{
	padding: 30px 60px;
}

h1
{
	font-size: 1.3em;
	text-transform: uppercase;
	color: #2F3E3E;
}

p
{
	font-size: 1.2em;
	line-height: 175%;
}

p + p, h1 + p
{
	padding-top: 1em;
}

p + h1
{
	padding-top: 2em;
}

.copyright
{
	font-size: 80%;
}

.iframe-border
{
	border: 10px solid #97bfc8;
	width: 425px;
	height: 350px;
	margin: 1em 0;
	float: left;
}

.image-border
{
	border: 10px solid #97bfc8;
	width: 300px;
	height: 350px;
	margin: 1em 0 1em 10px;
	float: left;
}

.map_border
{
	border: 10px solid #97bfc8;
	width: 755px;
	height: 560px;
	overflow: hidden;
}

ul.rooms { list-style-type: none; }

ul.rooms li
{
	float: left;
	width: 340px;
	margin: 1em;
	border: 10px solid #97BFC8;
}

/*
ul.rooms li
{
	float: right;
	width: 340px;
	margin: 1em;
	border: 10px solid #97BFC8;
}
*/


ul.rooms li h3
{
	background-color: #2F3E3E;
	padding: 1em;
	height: 55px;
	overflow: hidden;
}

ul.rooms li p
{
	background-color: #B5B498;
	color: #666;
	padding: 1em;
	height: 55px;
}

.things
{
	float: right;
	border: 10px solid #97bfc8;
	width: 250px;
	margin: 0 0 30px 30px;
	padding: 15px;
	background-color: #B5B498;
	color: #666;
}

.things ul
{
	list-style-type: none;
	line-height: 175%;
}

.things li
{
	float: left;
	padding-top: 1em;
}

.cms-module-bookmarks-header
{
	color: #2F3E3E;
	font-weight: bold;
	text-transform: uppercase;
}

.things li a
{
	color: #148094;
}

.big_map
{
	background-image: url(../images/seabreeze_map.gif);
	background-repeat: no-repeat;
	width: 775px;
	height: 555px;
}

.iframe-border2
{
	border: 10px solid #97bfc8;
	width: 350px;
	height: 240px;
	margin: 0;
	float: left;
}

.big_map a
{
	margin-left: 12px;
}

.droptext
{
	color: #3E4F4F;
	font-size: 310%;
	font-style: italic;
	font-weight: bold;
	float: left;
	margin-top: -8px;
	padding-right: 5px;
}

.room_summary
{
	clear: both;
	padding: 1em 0 0 1em;
/*
	float: left;
	background-color: #2F3E3E;
	width: 100%;
*/
}

/* forms */
.contactform
{
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 10px solid #97BFC8;
	margin-bottom: 2em;
}

.contactform p
{
	float: left;
	border-left: 30px solid #2F3E3E;
	font-size: 15px;
	padding: 3px 3px 3px 10px;
}

.contactform .form_row
{
	clear: both;
	margin-top: 5px;
	width: 100%;
	float: left;
	background-color: #fff;
}

/*
.contactform .first_row
{
	margin-top: 0;
}
*/


.contactform label 
{ 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	background-color: #B5B498;
	color: #606060;
	font-size: 15px;
	padding: 5px;
	width: 240px;
	text-align: right;
	border-left: 30px solid #2F3E3E;
}




.contactform input
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	font-size: 15px;
	padding: 5px 20px;
	width: 440px;
	background-image: url(../images/form_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
}

.captcha input
{
	border-top: 5px solid #5296A8;
}

.contactform textarea
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	font-size: 15px;
	padding: 5px 20px;
	width: 440px;
	height: 300px;
	background-image: url(../images/form_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

.contactform .text_area label
{
	height: 300px;
}

.contactform .captcha label
{
	height: 99px;
}

.contactform .submit input
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 5px;
	width: auto;
	font-weight: bold;
	border-left: 30px solid #2F3E3E;
}

.contactform .form_submit
{
	background-color: #5296A8;
}

.contactform .submit input.fbsubmit
{
	background-color: #fff;
	width: 180px
}

.form_error
{
/*
	border-left: 30px solid #F66;
*/
	float: left;
	padding: 5px;
	color: #F66;
	font-weight: bold;
}

.contactform .fb_invalid label
{
	border-left: 30px solid #F66;
}

.rss_feed dl
{
	font-size: 1.2em;
	line-height: 175%;
}

.rss_feed dt
{
/*
	font-size: 150%;
*/
}

.rss_feed dd
{
	margin-bottom: 1em;
}

.rss_feed dd p
{ 
	font-size: 0.9em;
}

.rss_feed dd p + p
{
	margin: 0;
	padding: 0;
	color: #B5B498;
}

div.rss_feed
{
	padding-top: 1em;
}


