/** BASIC */

body {

	margin: 0px;
	padding: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	background: #f3f3f3;

}

a {

	color: #00f;

}

a:hover {

	cursor: pointer;

}

a:visited {

	text-decoration: underline;

}

#navigation a, #navigation a:visited {

	text-decoration: none;
	color: #ddd;
	margin: 0px 10px;

}

#navContent a, #navContent a:visited {

	text-decoration: underline;
	color: #03D;

}

#content h1, #campSection h1 {

	font-size: 145%;
	color: #339;
	font-weight: bold;

}

#content h2, #campSection h2 {

	font-size: 200%;
	color: #339;
	font-weight: bold;

}

#footer a, #footer a:visited {

	text-decoration: underline;
	color: #fff;
	
}

#bottom a, #bottom a:visited {

	color: #000;

}

#navContent p {

	margin: 20px;

}

img {

	border: 0px;

}

table {

	border: 1px solid #ddd;
	empty-cells: show;
	table-layout: auto;

}

td {

	border: 1px solid #aaa;
	padding: 5px;

}

#campSection h2 {

	font-size: 200%;
	font-weight: bold;
	color: #000;

}

/** CLASSES */

.button {

	border: 1px solid transparent;
	padding: 3px;
	margin: 5px;
	color: #fff;

}

.button:hover {

	border: 1px solid #aaa;
	cursor: pointer;
	
}

.floatRight {

	float: right;

}

.floatLeft {

	float: left;

}

.centerText {

	width: 275px;
	margin: 0px auto;

}

.clear {

	clear: both;

}

.bullet {

	margin-left: -10px;

}

.pressImage {

	margin: 5px 10px;

}

.county {

	width: 290px;
	float: left;
	text-align: center;
	margin: 5px 50px;

}

.region {

	background: #ddd;
	padding: 5px;

}

.regionHeader {

	background: #69f;
	color: #fff;
	font-weight: bold;
	font-size: 125%;

}

/** IDs */

#layoutWrapper {

	width: 1024px;
	margin: 0px auto;

}

#leftWrapper, #rightWrapper {

	width: 111px;
	float: left;

}

#contentWrapper {

	width: 800px;
	/*float: left;*/
	margin: 0px auto;

}

#top {

	width: 780px;
	height: 75px;
	background: url(style/header.gif) bottom no-repeat;
	padding: 20px 10px 5px 10px;
	margin: 0px;
	border-bottom: 1px solid #aaa;
	float: left;

}

#mailingList {

	float: right;
	font-size: 70%;
	font-weight: bold;
	text-align: center;

}

#middle {

	width: 800px;
	float: left;
	background: #fff;

}

#navigation {

	width: 790px;
	padding: 5px;
	font-size: 85%;
	text-align: center;
	float: left;
	background: #777;
	margin: 0px;
}

#mainDisplay {

	width: 800px;
	height: 250px;
	text-align: center;
	background: url(style/main.jpg);
	
}

#mainDisplayHome {
	width: 800px;
	height: 519px;
	text-align: center;
	background: url(style/mainhome.jpg);

}

#storeMainDisplay {

	width: 800px;
	height: 250px;
	text-align: center;
	background: url(style/store.jpg);
	
}

#navContent {

	width: 240px;
	padding: 5px;
	float: left;
	font-size: 90%;

}

#content {

	width: 540px;
	padding: 5px;
	float: left;
	font-size: 70%;

}

#footer {

	clear: both;
	width: 790px;
	text-align: center;
	background: #777;
	padding: 5px;
	font-size: 70%;

}

#bottom {

	padding: 35px;
	text-align: left;
	font-size: 70%;
	color: #000;
	
}

#campSection {

	width: 780px;
	padding: 10px;
	font-size: 80%;

}