/* main classes  */

/* -------  overarching stuff ------------- */

body { 
  font-size: 75%;
  color: #000; 
  font-family: Arial, Helvetica, sans-serif;
  margin:0px auto;
  width: 100%;
  background: #000 url(../assets/palmbackground.jpg) top center fixed no-repeat;
}
.w560 {
	width: 560px;}
.w280 {
	width:280px;}
/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #000; font-family: Georgia, "Times New Roman", Times, serif; }

h1, .big { font-size: 22px; font-weight: bold;}
h2 { font-size: 2em; }
h3 { font-size: 2.5em; line-height: 1; color: #0f455b; font-weight: bold; margin: 10px;}
h4 { font-size: 1.2em; line-height: 1.25; margin: 1.25em; height: 1.25em; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
h5 { font-size: 2.0em; line-height: 1; color: #0f455b; font-weight: bold; margin: 10px 0 0;}
h6 { font-size: 1em; font-weight: bold; }

/* H2's for the main page headings */

h2 { height:30px; background:url(../assets/textheadings.png) 0px 0px; width: 500px; display: inline-block; text-indent:-999em;}
h2.discover { background-position: 0px 0px;}
h2.private { background-position: 0px -90px;}
h2.gallery { background-position: 60px -150px; width: 280px;}
h2.map { background-position: 150px -60px; width: 280px;}
h2.resources { background-position: 116px -30px; width: 280px;}
h2.photos { background-position: 165px -180px; width: 280px;}
h2.contactDetails { background-position: 33px -210px; width: 280px;}

h3.right, p.textright { text-align: right; margin: 0px 20px 0px 0px;}
h3.top { margin: 0px 10px 10px 10px;}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text
-------------------------------------------------------------- */

p           { margin: 0 0 1.0em; line-height: 2em; }
.subpage p { margin: 0px 0px 10px 30px;}

a:focus, a.active,
a:hover     { 	text-decoration: underline; color: #0066FF; }
a			{
				color: #003366;
				text-decoration: underline;
				font-weight: bold;
}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

.marginTop  { margin: 20px 0px; }
.marginSmall  { margin: 5px 0px; }

/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; color: #000; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.float-left {float:left;}
.float-right {float:right;}

.clear {clear:both;}

.text-center {text-align: center;}
.text-right	{text-align: right;}
.text-left {text-align:  left;}

.relative { position: relative;}



a.learnMore { background:url(../assets/learnmore.jpg) 0px 0px no-repeat; width:90px; height: 18px; display: block; cursor: pointer; margin: 25px 25px 0px 0px;}
a.learnMore:hover { background:url(../assets/learnmore.jpg) 0px -18px no-repeat;}

a.seeMore { background: url(../assets/seemore.jpg) 0px 0px no-repeat; width:116px; height: 20px; display: block; cursor: pointer; margin: 10px 10px 0px 0px;}
a.seeMore:hover { background: url(../assets/seemore.jpg) 0px -20px no-repeat;}

a.bookIt { background: url(../assets/bookit.jpg) 0px 0px no-repeat; width:150px; height: 30px; display: block; cursor: pointer; margin: 25px 0px 0px 25px;}
a.bookIt:hover { background: url(../assets/bookit.jpg) 0px -30px no-repeat;}