
/* Copyright Port Douglas Web Design 2007 */

body {
	margin: 0;
	padding: 5px 1px 6px 1px;
	color: #4f5455;	
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 55%;
	background-color: #3e7c9f;
}
h1 {
	margin: 0 0 0 0;
	padding: 13px 25px 0 25px;
	color: #999;
	font-size: 2.6em;
	letter-spacing: .01em;
	line-height: 1.9em;
	font-weight: normal;
}
h2 {
	margin: 0;
	padding: 30px 0 5px 0;
	color: #6caec5;
	font-size: 1.5em;
	letter-spacing: .01em;
	line-height: 0em;
	font-weight: normal;
}
h3 {
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #52a5c7;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: -11px;
	text-align: left;
}
.location_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #40bac4;
	margin-top: 5px;
	margin-bottom: -12px;
}
.listings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	margin-bottom: -3px;
}
p {
	margin: 0;
	padding: 0.8em 25px 1px 0;
	text-align: justify;
}
td { text-align: left; }
ul { margin-top: 14px; }
a {
	color: #22AA66;
	text-decoration: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #b6e2cc;
}
a:hover {
	color: #6caec5;
	border-bottom-color: #b7d6e2;
}
img { border: none; }
img a { border-bottom-style: none; }
li {
	list-style-position: outside;
	list-style-image:url(../images/dot.gif);
	padding: -5px 25px inherit inherit;
}
.smalltext {
	font-size: 0.8em;
	letter-spacing: .02em;
	line-height: 1.3em;
	font-weight: normal;
}
.toptext {
	font-size: 11px;
	margin-top: -50px;
	margin-bottom: 20px;
}
.tinted_green {
	border: none;
	color: #008800;
}
.tinted { color: #999999; }

/* Div Layout Styles */

#main {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	padding: 0px;
	background-color: #eef7fa;
}

#mainheader {
	height: 24px;
	font-size: 1.5em;
	padding: 118px 20px 17px 20px;
	background: url(../images/clouds.jpg) top left no-repeat;
	text-align: right;
}
#feature {
	height: 118px;
	background: url(../images/montage.jpg) no-repeat;
}
#strip {
	height: 9px;
	background: url(../images/strip.gif) no-repeat;
}
#pageheader {
	height: 56px;
	padding: 0 0 0 0;
	background: url(../images/headershade_1.jpg) no-repeat;
}
#sidepic {
	width: 299px;
	height: 250px;
	float: right;
	background-color: #eef7fa;
	text-align: center;
	margin: 0 0 0 0;
	padding: 12px 10px 10px 0;
}
#pagebody {
	margin: 0 0 0 0;
	width: 560px;
	padding: 1px 0 0 25px;
	font-size: 1.4em;
	line-height: 18px;
	min-height: 470px;
}
#footer {
	margin: 5px 0 5px 0;
	height: 20px;
	width: 900px;
	font-size: 1.2em;
	text-align: center;
}

