/* Basic Structure */

body {
	text-align:center;
	margin:5px auto;
	padding:0;
	background:url(images/body_bg.gif) repeat-x #135D83;
	font-family:Arial, Helvetica, sans-serif;
	}
#container {
	width:900px;
	text-align:left;
	margin:0 auto;
	padding:0;
	}
#header {
	background:url(images/mtns.jpg) no-repeat bottom;
	height:115px;
	}
#logo {
	width:334px;
	float:left;
	}
#logo h1 {
	background:url(images/logo.jpg);
	width:334px;
	height:55px;
	text-indent:-3000px;
	}
#slogan {
	width:273px;
	float:right;
	}
#slogan h2 {
	background:url(images/slogan.jpg) no-repeat;
	height:39px;
	text-indent:-3000px;
	margin: 10px 0 0 0;
	}
#page {
	padding:10px 0;
	}
a {
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
	
/* Miscellaneous */

.clear {
	clear:both;
	}
h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
	line-height:normal;
	}
		
/* Featured Listings on Main Page */

#featured {
	width:675px;
	float:right;
	}
#featured h3 {
	background:url(images/featuredlistings.jpg);
	width:184px;
	height:24px;
	text-indent:-3000px;
	}
#featured-top {
	background:url(images/fl_top.jpg);
	height:25px;
	}
#featured-btm {
	background:url(images/fl_bg.jpg) bottom;
	height:115px;
	}
#featured-content {
	padding:0 5px;
	font-size:11px;
	}
#featured-content strong {
	font-size:12px;
	}
#featured-content ul {
	margin:0 auto;
	}
#featured-content li {
	width:215px;
	float:left;
	list-style-type:none;
	margin: 0 5px 0 0;
	}
#featured-content img {
	float:left;
	margin:0 5px 0 0;
	}
#featured-content a {
	color:#aa0000;
	}
#featured-content a:hover {
	color:#000;
	}
	
/* Content */

#content {
	width:675px;
	margin: 10px 0px;
	float:right;
	}
#content h3.home {
	background:url(images/welcome.jpg) no-repeat;
	width:326px;
	height:20px;
	text-indent:-3000px;
	}
#content h3 {
	color:#ffffcc;
	font-family:Georgia, Times, serif;
	font-size:18px;
	font-weight:normal;
	margin: 10px 0 0 0;
	}
#content-top {
	background:url(images/content_top.jpg);
	height:25px;
	margin: 5px 0 0 0;
	}
#content-content {
	background:#fff;
	padding:0 10px;
	}
#content-content p {
	margin:0;
	text-align:left;
	}
#content-content a {
	color:#aa0000;
	}
#content-content a:hover {
	color:#000;
	}
#content-btm {
	background:url(images/content_btm.jpg);
	height:25px;
	}
#content-content table h3 {
	color:#999;
	}
#content-content h3.rates_head {
	font-family:Arial, Helvetica, sans-serif;
	color:#aa0000;
	}
#content-content h5 {
	color:#999;
	}
#content-content h1 {
	font-size:18px;
	}
#content-content h2 {
	font-size:16px;
	color:#666;
	margin: 0 0 10px 0;
	}
#content-content h5 {
	font-size:14px;
	color:#333;
	margin:10px 0;
	}
	
/* Side */
	
#side {
	float:left;
	}
#side h4 {
	background:url(images/navigation.gif) no-repeat;
	width:61px;
	height:20px;
	text-indent:-3000px;
	margin:0 0 0 75px;
	}
#side ul {
	margin:5px auto;
	}
#side li {
	list-style-type:none;
	line-height:25px;
	margin-left:-40px;
	}
#side li a {
	color:#ffffcc;
	text-decoration:none;
	}
#side li a:hover {
	color:#fff;
	}
#address {
	font-size:11px;
	color:#fff;
	padding:10px 0;
	}
#address a {
	color:#ffffcc;
	}
#address a:hover {
	color:#fff;
	}
	
/* Footer */

#footer {
	}
	
iframe {
	width:350px;
	height:300px;
	padding: 0 10px;
	margin:10px 0;
	}