/* --------------------------------------
Author - Richard Ellis
Date Created - 15/04/2009
Website	- www.uppercasedesign.co.uk
Contact - richard@uppercasedesign.co.uk
---------------------------------------*/

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: small;
	font-weight: normal;
	color: grey;
	margin: 0px;
	background: url(../images/sitehead.jpg) top center no-repeat; 
}

* {
	padding: 0px;
	margin: 0px;
}

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

ul#navigationBar {
	width: 784px;
	height: 38px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.heroImage {
	width: 540px;
	height: 210px;
}

#pageContent {
	background: url(../images/sidebarroundTop540px.jpg) top left no-repeat;
	width: 540px;
	background-color: #e6eef2;
	min-height: 730px;
	float: left;
}

#footer {
	width: 784px;
	height: 50px;
	background: url(../images/foot_vignette.jpg) no-repeat;
}

.siteHead {
	height: 137px;
	}

/* -------------------Top/Bottom Nav-------------------- */

.topNav {
	float: right;
	width: 100%;
	height: 20px;
	font-size: 100%;
	color: white;
	margin-top: 9px;
}

.bottomNavtable {
	display: table;
	margin: 0 auto;
	}

ul#horizontal-list {
	margin:5px 0 7px;
	min-width:700px;
	text-align:center;
	}

ul#horizontal-list li {
	color:white;
	display:inline;
	float:none;
	font-size:8pt;
	padding:0 2px;
	}

.siteDate {
	text-align: center;
	font-size: 8pt;
	color: white;
}

/* -------------------Side Bar-------------------- */

#sideBar {
	background: url(../images/sidebarroundTop.jpg) top left no-repeat;
	width: 210px;
	min-height: 450px;
	float: right;
	background-color: #e6eef2;
	}

#filler {
	width: 784px;
	height: 20px;
	clear: both;
}

#sideBar h2 {
	font-size:  105%;
	font-weight: bold;
	padding: 7px 0 12px 15px;
	color: white;
	}
	
#sideBar .quickLinks {
	height: 135px;
	margin: 10px 0 0 7px;
}

/* -------------------Spacer Divs-------------------- */

.horizSpacerTop {
	width: 794px;
	height: 5px;
}

.vertSpacer {
	float: left;
	width: 60px;
	min-height: 600px;
}

/* -------------------Variable Contect-------------------- */

.camperBox {
	margin: 10px 0 0 0;
	height: 220px;
	*padding-bottom: 40px;
	padding-bottom: 20px;
	}
	
.camperBoxTop {
	background: url(../images/camperBoxTop.png) top left no-repeat;
	}
	
.camperBoxTop {
	height: 39px;
	}
	
.camperBoxMiddle {
	background: none #ddeefe;
	border-left: 1px solid #6990b3;
	border-right: 1px solid #6990b3;
	}
	
.camperBoxMiddle {
	width: 528px;
	height: 170px;
	float: left;
	}
	
.camperBoxBottom {
	background: url(../images/camperBoxBottom.jpg) bottom left no-repeat;
	}
	
.camperBoxBottom {
	height: 24px;
	}
	
.camperBoxTop, .camperBoxBottom {
	width: 530px;
	float: left;
	}

.camperBox p {
	padding: 0 0 0 10px;
	}
	
.camperBox h3 {
	padding: 0 0 0 10px;
	}
	
.camperBox h5 {
	padding: 0 0 0 10px;
	}
	
.camperBoxTop h5 {
	font-weight: bold;
	}

.camperBox h2 {
	top: 20px;
	font-size: 150%;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin-top: 10px
	}	

.campers h3 {
	padding: 0 0 0 10px;
	font-weight: normal;
	color: #006699;
	float: left;
	}

.campers h5 {
	padding: 0 70px 0 10px;
	color: #006699;
	float: left;
	}

.campersimage {
	float: right;
	}
	
/* -------------------Reviews / Articles-------------------- */

#reviews {
	width: 530px;
	}

.articleText {
	padding: 10px 10px 10px 10px;
}

.articleText h2 {
	font-size: 110%;
	font-weight: normal;
	}
	
.articleText h3 {
	font-size: 100%;
	font-weight: normal;
	}	

.articleText h5 {
	color: gray
	}

.articleText p {
	font-size: 95%;
	line-height: 20px;
	color: gray;
	}
	
.articleText strong {
	color: #006699;
}

.byline {
	padding: 5px 0 10px 0;
	color: gray;
	}

.articletitle {
	font-weight: normal;
	font-size: 140%;
	padding: 0 0 0 0;
	}

.underline {
	background: url(../images/img04.gif) repeat-x left bottom;
	padding: 0 0 15px 0;
	}

.review {
	width: 530px;
	min-height: 200px;
	}
	
.reviewmore {
	width: 530px;
	}

.review h2 {
	font-size: 150%;
	margin-top: -40px;
	margin-bottom: 10px;
	padding: 0 0 0 10px;
	font-weight: normal;
	}	
	
.reviewmore h2 {
	font-size: 130%;
	margin-top: -35px;
	padding: 0 0 0 10px;
	color: white;
	}
	
.review h5 {
	margin-top: 20px;
	padding: 0 0 0 10px;
	color: gray;
	width: 330px;
	float: left;
	}
	
.review p {
	padding: 5px 0 0 10px;
	}
	
small {
	font-style: italic;
	}
	
.reviewimage {
	float: right;
	margin-top: 10px;
	}