@charset "UTF-8";
/* CSS Document */

html {
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #ffffff;
}

body {
	background-image: url(../images/background.png);
	background-repeat: repeat;
	background-color: #ffffff;
	min-width: 1000px;
	width: 100%;
	height: auto;
	margin: 0;
	padding-left: auto%;
	padding-right: auto%;
	text-align: center;
}

div#container {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: inline-block;
	background-color: #ffffff;
	border: solid 1px #eaeaea;
}

div#header {
	height: 80px;
	width: inherit;
	min-width: 800px;
	padding-top: 8px;
	
	
}

div#upcoming {
	width: 300px;
	height: 700px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	text-align: right;
	float: left;
}

.event {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}


div#spacer {
	width: 1px;
	height: 96%;
	min-height: 600px;
	background-color: #eeeeee;
	float: left;
	margin-left: 20px;
	margin-top: 35px;
}

div#content {
	width: 700px;
	height: auto;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 25px;
	float: left;
}

div#newsletter {
	text-align: left;
	width: inherit;
	padding-bottom: 25px;
	margin-left: 10px;;
	height: 30px;
}

div.logo {
	width: 156px;
	height: 185px;
	float: left;
	padding: 0px;
	margin-bottom: 10px;
	padding-top: -10px;
	margin-right: 10px;
	display: block;
}

div#about {
	width: 500px;
	height: 185px;
	padding-right: 5px;
	float: left;
}

div.featured {
	width: 385px;
	height: auto;
	padding-right: 5px;
	float: left;
}

div.news {
	width: 98%;
	height: auto;
	padding-right: 5px;
	float: left;
}

a#picture_one {
	background-image: url(../images/range_april_two.jpg);
	background-repeat: no-repeat;
	width: 297px;
	height: 238px;
	padding-left: 5px;
	padding-top: 10px;
	position: relative;
	left: -20px;
	float: left;
	display: block;
}

a#picture_two {
	background-image: url(../images/range_april_one.jpg);
	background-repeat: no-repeat;
	width: 297px;
	height: 198px;
	padding-left: 5px;
	padding-top: 10px;
	float: left;
	display: block;
}



.text {
	font-family: "Lucida Grande", "Lucida Sans", Arial;
	font-size: 11px;
	text-align: left;
	color: #666666;
}

.largertext {
	font-size: 12px;
	font-weight: bold;
}

.leftspacer {
	padding-left: 30px;
	width: 1070px;
}

.hr {
	background: #eeeeee;
	width: 97%;
	height: 1px;
	display: block;
	text-align: center;
	margin-bottom: 12px;
	margin-top: 12px;
}

.hr_top {
	background: #eeeeee;
	width: 98%;
	height: 1px;
	text-align: left;
	margin-bottom: 24px;
	margin-top: 12px;
}

h1 {
	font-family: "Lucida Grande", "Lucida Sans", Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 17px;
	color: #222222;
}

h2 {
	font-family: "Lucida Grande", "Lucida Sans", Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height: 15px;
	color: #222222;
}

.float_left{
	float: left;
}

.float_right{
	float: right;
}

.shift_left {
	padding-right: 30px;
}

.shift_more_left {
	padding-right: 68px;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}

a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.small_br {
	line-height: .2em;
	display: block;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

.input_text {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	width: 150px;
	height: 15px;
	color: #666666;
}

.submit {
	font-size: 11px;
}

div#footer {
	font-family: "Lucida Sans", "Lucida Grande", Arial;
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	width: 1035px;
	height: 50px;
	margin-bottom: 30px;
}

	div#founded {
		float: left;
		text-align: left;
		font-weight: bold;
		font-size: 10px;
	}
	
	div#contact {
		float: right;
		text-align: right;
	}
	
.shim {
	display: block;
	height: 10px;
	width: 1px;
}

.iewidth {
	min-width: 250px;
}

.lower_two {
	position: relative;
	left: -20px;
}