@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p, pre,
html, body, div, span, applet, object, iframe,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* the actual page starts here */

body {
	background-color: #005C7F;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-variant: small-caps;
	font-weight: bold;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	/*font-variant: small-caps;*/
	font-weight: bold;
	background-color: #86AC88;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top:6px;
	padding-bottom:4px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #7C9C77;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 5px;
}

#topmenu a {
  font-size:18px;
}

#topmenu img {

}

#bottommenu {
	text-align:center;
	padding-top:10px;
}

#content {
	width: 895px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(../images/gradient_sky.jpg);
	background-repeat: repeat-x;
	z-index: 5;
	position: relative;
	background-color: #F7FBFE;
	border: 5px solid #3F4B38;
}

#footer {
	width: 895px;
	background-image: url(../images/ocean.png);
	behavior: url(images/iepngfix.htc);
	background-position:center bottom;
	position: relative;
	background-attachment: scroll;
	z-index: 10;
	background-repeat: no-repeat;
}

#header {
	height: 393px;
	width: 895px;
	z-index: 15;
	background-image: url(../images/clouds_logo.png);
	behavior: url(images/iepngfix.htc);
	position: relative;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-variant: small-caps;
}

#header p {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-variant: small-caps;
}

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


#topmenu img { behavior: url(images/iepngfix.htc) }

#homeimage {
	position: absolute;
	top: 206px;
	left: 331px;
}

#locationimage {
	position: absolute;
	left: 629px;
	top: 141px;
}

#suiteimage {
	position: absolute;
	top: 85px;
	left: 557px;
}

#contactimage {
	position: absolute;
	top: 261px;
	left: 574px;
}

#home {
	position: absolute;
	top: 247px;
	left: 426px;
}

#home a {
	color:#FFFFFF;
}

#suite {
	position: absolute;
	top: 147px;
	left: 603px;
}

#location {
	position: absolute;
	left: 692px;
	top: 202px;
}

#contact {
	position: absolute;
	top: 320px;
	left: 610px;
}

#tree {
	background-attachment: scroll;
	background-image: url(../images/tree.png);
	background-repeat: no-repeat;
	background-position: right top;
	height:100%;
	behavior: url(images/iepngfix.htc)
}

#textbox {
	width: 594px;
	position: relative;
	left: 30px;
	top: -90px;
	z-index: 10;
}

#textbox p {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

#textbox ul {
	line-height: 20px;
}

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

#textbox .centered {
	text-align: center;
}

blockquote {
	font-size: 14px;
	border: 1px solid #005C7F;
	background-color: #FFF;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

form {
	border: 2px solid #007093;
	padding: 15px;
	color: #FFF;
	background-color: #005C7F;
}

.imageright {
	padding-left: 10px;
	float:right;
}

.banner {
	border: 1px solid #007093;
}

.gallerytable {
	padding: 0px;
	border: none;
	margin: 0px;
}
.gallerytable img {
	text-align: center;
	border: 7px solid #007093;
	padding: 0px;
	margin: 8px;
}

#texttop {
	height: 19px;
	width: 594px;
	background-image: url(../images/textbox_top.png);
}

#textmiddle {
	width: 554px;
	background-image: url(../images/textbox_middle.png);
	background-repeat: repeat-y;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
	min-height:800px;
}

#textbottom {
	height: 19px;
	width: 594px;
	background-image: url(../images/textbox_bottom.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom;
}

#textspacer {
	height: 30px;
}

#modernlove {
	height: 61px;
	width: 225px;
	left: 644px;
	position: absolute;
	bottom: 50px;
}

