/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Waveney Valley Lakes Style */


body {
	background: #232600 url(../images/bg_grad.png) repeat-x;
	margin: 0px;
	padding: 0px;
	font: 12px/18px Verdana, Geneva, sans-serif;
	color: #333;
}
h1 {
	margin: 18px 0px;
	padding: 0 0 10px 0;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #9C9E1A;
	text-transform:capitalize;
}
h2 {
	margin: 21px 0px 18px 0px;
	padding: 0 0 10px 0;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #9C9E1A;
	text-transform:capitalize;
}
h3 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #9c9e1a;
	margin: 0px;
	padding: 0px;
	text-transform:capitalize;
}
h4 {
	margin: 18px 0px 1em;
	padding: 0px;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
}
p {
	margin: 0px 0px 18px;
	padding: 0px;
	font-size: 12px;
}
a img {
	border-style: none;
}
table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin: 0 0 18px;
	padding: 0;
	vertical-align: top;
}
input {
	background: #F1F1DC;
	border: 1px solid #9C9E1A;
	color: #252525;
	font: 1em/1.5em Verdana, Geneva, sans-serif;
	padding: 5px;
	width: 488px;
}
textarea {
	background: #F1F1DC;
	border: 1px solid #9C9E1A;
	color: #252525;
	font: 1em/1.5em Verdana, Geneva, sans-serif;
	height: 150px;
	overflow: auto;
	padding: 5px;
	width: 488px;
}
input:focus, textarea:focus {
	background: #FFF;
	border: 1px solid #333;
}
legend {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
}
fieldset {
	border-style: none;
}
label {
	display: block;
	padding: 10px 0 5px 0;
}
#outer_wrapper {
	width: 940px;
	margin: 0px auto;
	background: url(../images/bg_drop_shadow.png);
}
#inner_wrapper {
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	z-index: 1;
}
#badge {
	position: absolute;
	right: -40px;
	top: 140px;
}
#header {
	background: url(../images/header.jpg) no-repeat left top;
	height: 300px;
}
#content {
	background: #FFF;
	padding: 50px;
}
#content a, #footer a {
	color: #e5801d;
}
#content a:hover, #footer a:hover {
	color: #909232;
}
#nav_main {
	position: absolute;
	left: 20px;
	top: 270px;
	line-height: 30px;
	height: 30px;
	background: url(../images/nav_main_bg.png) no-repeat right center;
	padding-left: 5px;
	padding-right: 15px;
}
#nav_main ul li a {
	font: 14px "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	border-right: 1px solid #000;
	padding-right: 6px;
	padding-left: 4px;
}
#nav_main ul li a:hover {
	color: #5D5F13;
}
#nav_main ul li a.last-item {
	border-right: none!important;
}
#nav_main ul, #nav_external ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav_main ul li, #nav_external ul li {
	display: inline;
}
#nav_external {
	position: absolute;
	right: 20px;
	top: 298px;
	padding-right: 180px;
	height: 30px;
	line-height: 30px;
	padding-left: 25px;
	background: url(../images/nav_external_bg.png) no-repeat left center;
}
#nav_external ul li a {
	font: 14px "Times New Roman", Times, serif;
	text-decoration: none;
	color: #000;
}
#nav_external ul li a:hover {
	color: #4C6E08;
}
.left {
	width: 500px;
	float: left;
	position: relative;
}
.left ul {
	margin: 0px 0px 18px;
	padding: 0px;
}
.right {
	width: 250px;
	float: right;
	position: relative;
}
.right ul {
	margin: 0px;
	padding: 0px;
}
.right h2 {
	padding-top: 0px!important;	
}
.side_gallery {
	list-style: none;
	position: relative;
	width: 250px;
	z-index: 2;
	margin-bottom: 18px;
}
.control {
	position: absolute;
	z-index: 3;
	right: 0px;
	bottom: 5px;
}
.strikeThrough {
	text-decoration: line-through;	
}
.badge_right {
	float: right;	
}
#fishing_info_table1 td, #fishing_info_table2 td {
	padding: 5px;
}
#error {
	background: url(../images/contact_bg.png) no-repeat left bottom;
	padding: 0px 25px 20px 20px;
}
#commentForm label.error {
	color: #900;
	font-style: italic;
	width: auto;
	clear: left;
}
#submit_wrapper {
	border-style: none;
}
#error_header {
	margin: 0px 10px 0;
	padding: 0px;
}
#error_wrapper {
	background: #FFFFFF;
	padding: 0px 0px 20px;
}
#footer {
	background: #FFF;
	clear: both;
	border-top: 1px solid #B1B249;
	padding: 18px 50px;
}
#footer p img {
	vertical-align: baseline;
}
.title_box {
	width: 500px;
	height: 54px;
}
.title_box h1 {
	float: left;
	text-indent: -9999px;
}
.title_box h3 {
	float: left;
	padding-top: 24px;
	padding-left: 10px;
}
.title_box img {
	float: left;
	margin-left: -5px;
}
.fishing_info_table_title {
	font-weight: bold;
	border-right: 1px solid #9C9E1A;
}
.lodge {
	margin-bottom: 18px;
	border-bottom: 1px solid #DFE0AE;
	float: left;
	width: 500px;
	position: relative;
	min-height: 250px;
}
.secondhand_caravan {
	border-bottom: 1px solid #DFE0AE;
	margin-bottom: 18px;
	width: 500px;
	float: left;
	position: relative;
	min-height: 250px;
}
.caravan {
	padding: 10px 0px;
	border-top: 1px solid #DFE0AE;
}
.caravan p {
	padding: 0!important;
	margin: 0!important;
}
.highlight {
	background: #DFE0AE url(../images/highlight_background.png) repeat-x left bottom;
	padding-bottom: 10px;
}
.highlight p {
	/*color: #900;*/
	padding-right: 10px;
	padding-left: 10px;
}
.highlight h3 {
	color: #252525;
	padding: 10px;
	border-bottom: 2px solid #FFF;
	margin-bottom: 10px;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}
#content div.highlight a {
	color: #252525;
}
.highlight a:hover {
	text-decoration: underline;
}
.seperator {
	clear: both;
	height: 18px;
	border-top: 1px solid #c5c69d;
}
.spacer {
	height: 30px;
}
.hidden {
	display: none;
}
.clearer {
	clear: both;
}
.odd {
	background: #E0E1AE;
}
.even {
	background: #FFF;
}
.sold {
	background: url(../images/general/sold.png) no-repeat right bottom;
}
.specialOffer {
	background: #EFF0D9;
}
.attention {
	background: #ffffde;
	border: 1px solid #c6c922;
	margin-bottom: 10px;
	padding: 10px;	
}
.attention h3 {
	color: #252525;
	border-bottom: 2px solid #FFF;
	margin-bottom: 10px;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}

#contact_form {
	}
	#contact_form ol li {
		list-style: none;
		clear: left;
	}
	#contact_form ol li:last-child {
		border: none;	
	}
.userIDcontainer {
	display: none;	
}
span.required {
	color: red;	
}
#submit {
	background: #CCC;
	border: 1px solid #888;
	color: #252525;
	cursor: pointer;
	display: block;
	outline: none;
	padding: 10px;
	text-decoration: none;
	float: right;
	font-weight: bold;
	margin: 10px 0;
	width: 65px;
	}
	#submit:hover{
		background: #404040;
		border: 1px solid #333;
		color: #FFF;
	}
.submitWrapper {
}
