/* EconomyCampers.CSS*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%; /* 12px */
	line-height: 1.667; /* 20px */
	background: #FFFFEE;
	color: #333333;
}

h2 {
	font-weight: bold;
	font-size: 1.333em; /* 16px */
	line-height: 1.5em; /* 24px */
	margin-bottom: 1.25em; /* 20px */
}

h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.667em; /* 20px */
	line-height: 1em; /* 20px */
	margin-bottom: 1em; /* 20px */
	color: #0738A0;
	font-weight: bold;
}

h3 span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	font-size: .6em; /* 12px */
	line-height: 1.667em; /* 20px */
}

p {
	margin-bottom: 1.667em; /* 20px */
}

a:link {
	color: #0738A0;
	text-decoration: underline;
}

a:visited {
	color: #6A89B3;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

a img {
	border: 0;
}

ul {
	list-style: none;
	margin-bottom: 1.667em; /* 20px */
}

ul li {
	padding-left: 20px;
	background: url(images/li-bg.gif) no-repeat 5px 5px;
}

ol {
	margin-bottom: 1.667em; /* 20px */
}

ol li {
	margin-left: 1.75em;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border: 0;
}

#container {
	width: 640px;
	margin: 0 auto;
	padding: 3px;
	border: 1px solid #FDCE31;
	background: #FFFFFF;
}

#header {
	background: url(images/header-bg.jpg) repeat-x top #0738A0;
	height: 120px;
	padding-left: 125px;
}

#header h1 {
	float: left;
	width: 387px;
	height: 63px;
	margin-top: 52px;
	background: url(images/header-h1.gif) no-repeat top left;
	text-indent: -9999px;
	overflow: hidden;
}

#content {
	padding: 20px;
}

a.image:link img, a.image:visited img, img.image {
	padding: 4px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	margin-bottom: 20px;
}

a.image:hover img, a.image:active img, a.image:focus img {
	border-color: #0738A0;
}

.left {
	float: left;
	clear: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.right {
	float: right;
	clear: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

#day-config {
	float: left;
	width: 50%;
	margin-bottom: 20px;
	text-align: center;
}

#night-config {
	float: right;
	width: 50%;
	margin-bottom: 20px;
	text-align: center;
}

ol.left, ol.right {
	margin: 0;
	width: 50%;
	text-align: left;
}

ol.left li, ol.right li {
	font-weight: bold;
	color: #0738A0;
	font-size: 1.333em; /* 16px */
	line-height: 1.25em; /* 20px */
}

ol.left li span, ol.right li span {
	font-weight: normal;
	color: #333333;
	font-size: .75em; /* 12px */
	line-height: 1.667em; /* 20px */
}

br.clear {
	clear: both;
}

#rates {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	background: #FFFFFF;
	width: 100%;
	line-height: 2.5em; /* 30px */
	margin-bottom: 1.667em; /* 20px */
}

#rates td, #rates th {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	font-weight: normal;
	text-align: center;
	padding: 0 5px;
}

#rates .col2 {
	background: #E6EBF2;
}

#rates .title {
	font-weight: bold;
	text-align: left;
}

p.go-link {
	font-size: 1.333em; /* 16px */
	line-height: 1.5em; /* 24px */
	margin: 0;
}

.go-link a {
	background: url(images/go-link-a.gif) no-repeat left center;
	padding-left: 24px;
}

#footer {
	margin: 0 20px;
	border-top: 1px solid #999999;
	padding: 20px 0;
}

#contact {
	margin-bottom: 0;
	float: left;
	width: 50%;
}

#contact li {
	padding: 0;
	background: none;
}

#contact strong {
	color: #000000;
}

#bottomline {
	float: right;
	clear: right;
	text-align: right;
	font-size: .833em; /* 10px */
	line-height: 2em; /* 20px */
	margin-bottom: 0;
	width: 50%;
}


/* Firefox Scrollbar Hack */
html {
	height: 100%;
	margin-bottom: 1px;
}

/* float clearing for IE6 */
* html #header,
* html #content,
* html #footer,
* html #day-config,
* html #night-config {
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html #header,
*+html #content,
*+html #footer,
*+html #day-config,
*+html #night-config {
  min-height: 1%;
}

/* float clearing for everyone else */
#header:after,
#content:after,
#footer:after, 
#day-config:after,
#night-config:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}