* {
	margin: 0;
	padding: 0;
	border: none;
}

.clearfix {
	clear: both;
	height: 0;
}

a {
	color:#00689E;
}

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

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

body {
	background: url(../images/template/bodybgd.png) no-repeat #0087C8 top left;
	color: #000;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	font-size: 62.5%;
}

#wrapper {
	width: 950px;
	margin: 0 auto 30px auto;
}

#header {
	text-align: right;
	background: url(../images/template/delmar-logo.png) no-repeat left;
	padding-top: 100px;
}

#nav {
	height: 24px;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	color: #fff;
	display: block;
	float: right;
	height: 24px;
	padding: 0 15px;
	line-height: 24px;
	font-size: 1.6em;
	text-decoration: none;
	background: #00689E;
}

#nav ul li#indexLink a {
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
}

#nav ul li#contactusLink a {
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
}

#nav ul li a:hover,
body#indexPage li#indexLink a,
body#locationsPage li#locationsLink a,
body#productsPage li#productsLink a,
body#linksPage li#linksLink a,
body#contactPage li#contactusLink a {
	background: #FF9D1F;
}

#indexPage #content { height: 650px; background: url('../images/template/field_background.jpg') no-repeat 20px 95%; }

#main {
	position: relative;
	background: #fff;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
}

/*body#indexPage #main {
	background: #fff url(../images/template/grain1.jpg) right bottom no-repeat;
}*/

body#productsPage #main {
	background: #fff url(../images/template/grain2.jpg) right bottom no-repeat;
}

body#contactPage #main {
	background: #fff url(../images/template/oats.jpg) right bottom no-repeat;
}

/*body#locations-gladstonePage #main {
	background: #fff url(../images/content/gladstone-background.jpg) right bottom no-repeat;
}*/

#content {
	padding: 30px 20px;
	text-align: left;
}

#content .left {
	width: 500px;
	float: left;
}

#content .right {
	margin-left: 550px;
	text-align: right;
	width: 300px;
}

#content .right ul {
	list-style: none;
	margin-left: 100px;
}

#content .right ul li a {
	display: block;
	height: 28px;
	text-decoration: none;
	color: #000;
	padding-right: 10px;
	border-right: 3px solid #fff;
	line-height: 28px;
	width: 200px;
}

#content .right ul li a:hover {
	border-right: 3px solid #FF9D1F;
	background: #ff9;
}

#content h1 {
	color: #FF9D1F;
	font-family: georgia, times, sans-serif;
	margin-bottom: 20px;
	font-size: 2.2em;
	font-weight: normal;
}

#content h1 span.sub-title {
	color: #000;
	font-size: 80%;
}

#content h2 {
	font-size: 1.6em;
	margin-bottom: 15px;
}

#content p {
	font-size: 1.4em;
	line-height: 1.5;
	margin-bottom: 20px;
}

#content ul {
	margin-left: 30px;
	font-size: 1.4em;
	line-height: 1.5;
	margin-bottom: 20px;
}

#producer-links {
	width: 400px;
	float: left;
}

#carrier-links {
	margin-left: 450px;
	width: 400px;
}

#main-footer img {
	margin: 3px;
}

#footer {
	background: #00689E;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	height: 24px;
	line-height: 24px;
	text-align: left;
	color: #fff;
	font-size: 1.2em;
	padding-left: 20px;
}

#footer a {
	color: #fff;
}

#locations-gladstonePage #main { background: #fff url('../images/template/gladstone_location.jpg') no-repeat bottom right; }
#locations-jordan-millsPage #main,
#locations-jordan-elevatorPage #main { background: #fff url('../images/template/jordanmills_location.jpg') no-repeat bottom right; }
#locations-somersetPage #main { background: #fff url('../images/template/somerset_location.jpg') no-repeat bottom right; }
#locations-sperlingPage #main { background: #fff url('../images/template/sperling_location.jpg') no-repeat bottom right; }

#jordanElevator { width: 175px; height: 295px; position: absolute; bottom: 0; right: 0; }
#jordanMills { width: 150px; height: 150px; position: absolute; bottom: 0; right: 175px; }
