@charset "utf-8";

/* CSS Document */
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
pre, code {font:115% monospace;*font-size:100%;}
body * {line-height:1.22em;}
fieldset,img{border:0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}

body {
	margin: 0; padding: 0;
	background: url(/static/images/design/bg.jpg) repeat-x #aedaeb;
}

h1 {
	margin: 0;
}

div#header {
	margin: 0;
	background: url(/static/images/design/header.png) no-repeat top;
	width: 1004px;
	min-height: 33px;
}

div#nav {
	margin: 0; padding: 0;
	width: 1000px;
	height: 29px;
	/*background: url(/static/images/design/nav.png) no-repeat;*/
	background: url(/static/images/design/nav.png) repeat-x;
	border: #5b9400 2px solid;
}

div#nav ul {
	margin: 0; padding: 0;
}

div#nav ul li {
	display: inline;
	margin: 0; padding: 0;
	padding-left: 25px;
	line-height: 33px;
}

div#nav a {
	margin: 0; padding: 0;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

div#container {
	margin-left: auto; margin-right: auto;
	width: 1004px;
}

div#main {
	/*background: url(/static/images/design/main_bg.gif) repeat-y #fff;*/
	border-left: #0a9bd1 2px solid;
	border-right: #0a9bd1 2px solid;
	background: #fff;
	/*padding: 10px 10px 10px 10px;*/
	margin: 0;
	overflow: auto;
	width: 1000px;
}

div#user1 {
	float: left;
	width: 634px;
}

div#user2 {
	float: right;
	width: 321px;
}

div#left {
	width: 45%;
	float: left;
}

div#center {
	float: left;
}
div#usercontent {
	float: left;
}

div#user3 {
	float: left;
}

div#user4 {
	float: right;
}

div#content {
	float: left;
}

div#right {
	float: right;
}

div#main_bottom {
	background: url(/static/images/design/main_bottom.png) no-repeat;
	width: 1004px;
	/*line-height: 14px;
	height: 14px;*/
	margin: 0;
	padding: 0;
}

div#footer {
	background: url(/static/images/design/footer_bar.png) no-repeat left;
	width: 1004px;
	height: 39px;
	text-align: center;
	padding-top: 10px; margin-top: 5px;
}

div#footer ul {
	margin: 0; padding: 0;
}

div#footer ul li {
	display: inline;
	margin-left: 10px;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 15px;
	border-right: #993300 1px solid;
}

div#footer a:link {
	text-decoration: none;
	color: #993300;
	font-size: 16px;
}

.camcell {
	text-align: center;
}

.moduletable_vacation_search {
	background: url(/static/images/design/rental-search-module-bg.jpg) no-repeat;
	width: 634px;
	height: 221px;
	min-height: 221px;
	padding-top: 10px; padding-left: 10px;
}

.moduletable_vacation_search h3 {
	margin: 0; padding: 0;
	color: #FFFFFF;
	position: relative;
	font-size: 0px;
	width: 389px; height: 31px;
	overflow: hidden;
}

.moduletable_vacation_search h3 span {
	display: block;
	position: absolute; left: 0; top: 0; z-index:1;
	width: 389px; height: 31px;
	margin: 0; padding: 0;
	background: url(/static/images/design/vacation-rental-search-header.png) top left no-repeat;
}

.moduletable_weather {
	background: url(/static/images/design/weather-module-bg.jpg) no-repeat;
	width: 321px;
	height: 321px; min-height: 321px;
	padding-top: 10px;
	padding-left:15px; padding-left: 15px;
}

.moduletable_weather div {
	margin-left: auto; margin-right: auto;
	/*width: 275px;*/
	/*padding-left: 10px; padding-right: 10px;*/
}

.moduletable_weather table.weather {
	margin: 0; padding: 0;
}

.moduletable_weather h3 {
	margin:0; padding:0;
	color: #FFFFFF;
	font-size: 0px;
	position: relative;
	width: 140px; height: 32px;
	overflow: hidden;
}

.moduletable_weather h3 span {
	display: block;
	position: absolute;
	left: 0; top: 0; z-index:1;
	width: 140px; height: 32px;
	margin: 0; padding: 0;
	background: url(/static/images/design/weather-header.png) top left no-repeat;
}

.weather table {

}

.weather td {
	text-align: center;
}
.weather th {
	color: #009933;
	font-size: 125%;
}

.moduletable_weather a:link, .moduletable_weather a:visited {
	color: #009933;
}

.webcams {

}

.webcams h2 {
	font-size: 110%;
	margin-bottom: 10px;
}

.webcams h2, .webcams h2 a:link, .webcams h2 a:visited {
	text-decoration: none;
	color: #0066CC;
}
