/* sitewide */
* {
	font-family: verdana;
	color: #000000;
}

body {
	margin: 0px;
	margin-bottom: 33px;
	font-size: 12px;
	background: #99ca45;
}

img {
	vertical-align: bottom;
	border: none;
}

a {
	text-decoration: underline;
}

a:hover {
	
}

ol, ul {
	margin-top: 0px;
	padding-top: 0px;
}

.clear {
	clear: both;	
}

/* global container */
#holder {
	padding-top: 33px;	
	text-align: center;
}

#main {
	width: 900px;
	margin-left: auto;
	margin-right: auto;	
	text-align: left;
	border: 0px solid #75a327;
	padding: 20px;
	background: #ffffff;
}

/* logo section */
#logo-container {
	margin-bottom: 15px;
}

#logo-file {
	display: block;
	width: 390px;
	height: 52px;
	background: url('../media/images/logo.gif') top left no-repeat;
	float: left;
}

#right-of-logo-stuff {
	display: block;
	width: 400px;
	height: 45px;
	float: right;
	text-align: right;
}

/* pre navigation blurb */
#pre-navigation {
	text-align: center;
	margin-bottom: 3px;
	font-size: 11px;
		
}

/* navigation section */
#navigation-container {
	font-size: 18px;
	vertical-align: middle;
	margin-bottom: 1px;
	background: #7ac039;
	text-align: center;
	color: #ffffff;
	padding: 5px;
}

#navigation-container a {
	font-size: 16px;
	margin-left: 16px;
	margin-right: 16px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px;
	font-weight: bold;
	color: #ffff00;
}

#navigation-container a:hover {
}

#navigation-container a.first {
	margin-left: 0px;
}

#navigation-container a.last {
	margin-right: 0px;
}

/* graphic banners */
.banner {
	border-bottom: 0px solid #555555;
	margin-bottom: 0px;	
}

#banner-inner {
	padding-left: 20px;
	padding-top: 25px;	
}

#banner-inner strong {
	font-size: 17px;
	display: block;
	margin-bottom: 8px;
	color: #ffffff;
}

#banner-inner ul {
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	margin-left: 50px;
}

#banner-inner ul li {
	color: #000000;
	font-weight: bold;
	font-size: 15px;
}

#banner-home {
	height: 425px;	
	background: url('../media/images/home.jpg') top left no-repeat;
}

#banner-about {
	height: 420px;	
	background: url('../media/images/about.jpg') top left no-repeat;
}

#banner-contact {
	height: 255px;	
	background: url('../media/images/truck.jpg') top left no-repeat;
}

#banner-services {
	height: 344px;	
	background: url('../media/images/services.jpg') top left no-repeat;
}

#post-banner {
	margin-bottom: 15px;
	background: #000000;
	color: #ffffff;
	text-align: center;
	padding: 7px;
	font-size: 11px;
	font-weight: bold;
}

/* main content */
#content {
	margin-bottom: 25px;
}

#content * {
	font-family: verdana;
	line-height: 20px;
}

#content a {
	font-weight: bold;
}

#content p {
	margin: 0px;
	margin-bottom: 20px;
}

#content ul, ol {
	padding: 0px;
	margin: 0px;
	margin-left: 35px;
	margin-bottom: 20px;
}

#content ul li, ol li {
}

#content ul li {
	list-style-type: disc;
}

/* heading tags */
.pagetitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;	
}

/* cities */
#cities {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-top: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#cities ul {
	margin-left: 10px;
	padding-left: 0px;
}

#cities ul li {
	width: 145px;
	overflow: hidden;
	float: left;
	font-size: 12px;
	line-height: 16px;
	list-style-type: disc;
}

/* services list */
ul#services-list {
	width: 250px;
	overflow: hidden;
	float: left;
	list-style: disc;
	color: #000000;
	padding-left: 0px;
	margin-left: 20px;
}

#services-list li {
	font-size: 13px;
	list-style-type: circle;
	color: #000000;
	padding-left: 0px;
	margin-left: 20px;	
}

/* contact us page */
#contact-form {
	width: 500px;
	float: left;
	padding-right: 50px;
}

#contact-form input, #contact-form textarea {
	font-size: 12px;	
}

#contact-form .form-right div .text-input, #contact-form .form-right div select {
	border: 1px solid #555555;

	padding: 4px;
	width: 100%;
}
.form-left, .form-right {
	margin-bottom: 10px;
	float: left;
}
.form-left {
	width: 140px;
	clear: both;
	text-align: right;
}
.form-right {
	width: 300px;	
	margin-left: 15px;
	text-align: left;
}

#contact-form-messages {
	color: #f6502f;
	font-weight: bold;
	font-size: 14px;
}

/* footer section */
#footer, #footer * {
	font-size: 10px;
}

#footer {
	text-align: center;
}

#footer-contact {
	margin-bottom: 20px;
}

#contact-info {
}

#footer-credits {
	
}

#footer-credits a {
	text-decoration: none;
}
