/* Styling for Darin Horst Contracting - Greg Yoder, 2009 */

/* Global Reset */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

h4, h5, h6, pre,blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}/* End Global Reset */

/* Text elements */
h1 {
	margin: 30px 0 0 0;
	padding: 0;
	color: #555e36;
	font-size: 21px;
	letter-spacing: 1px;
	line-height: 24px;
}
h1 span {
	font-size: 15px;
	letter-spacing: normal;
}
h2 {
	margin: 30px 0 0 0;
	padding: 0;
	color: #555e36;
	font-size: 17px;
}
h3 {
	margin: 24px 0 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
}

p {
	margin: 12px 0;
	padding: 0;
}

ul, ol {
	margin: 12px 0 12px 12px;
	padding: 0;
}
li {
	margin: 4px 0 4px 16px;
	padding: 0 0 0 4px;
	list-style: disc;
}

/* Links */

a:link, a:visited {
	text-decoration: underline;
	color: #943f2d;
}
a:hover {
	text-decoration: underline;
	color: #5eb246;
}

/* Structure */
body  {
	font: 12px/18px Helvetica, Arial, Verdana, sans-serif;
	background: #272727;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #272727;
} 
#content-bg {
	background: #272727 url(/images/bg.jpg) repeat-y top center;
	width: auto;
}
#footer-bg {
	background: #272727 url(/images/bg-bottom.jpg) no-repeat top center;
	width: auto;
	clear: both;
	height: 110px;
}

#container { 
	width: 900px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#content {
	width: auto;
	margin: 0 2px;
	border-left: 2px #8a4031 solid;
	border-right: 2px #8a4031 solid;
	background: #ffffff url(/images/shwoosh.gif) no-repeat bottom right;
}

#footer-container { 
	width: 900px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
	padding-bottom: 2px;
} 

#header { 
	background: #FFFFFF url(/images/header-bg.jpg) repeat-x top left;
	padding: 0; 
	clear: both;
	height: 110px;
	width: auto; 
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header h1 img {
	float: left;
}
#header h3 {
	float: right;
	padding: 54px 25px 0 0;
	margin: 0;
}

/* Menu */

#menu {
	height: 34px;
	background: #272727 url(/images/menu-bg.jpg) repeat-x top center;
	clear: both;
	margin: 0 2px;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
}
#menu ul#mainmenu {
	list-style: none;
	margin: 0;
	padding: 5px 0 0 0;
}	
#menu ul#mainmenu li {
	display: inline;
	margin: 0;
	padding: 0;
	height: 29px;
}
#menu a {
	padding: 8px 10px;
	cursor: pointer;
	line-height: 29px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	/*height: 29px;*/
	margin: 0 1px;
}
#menu ul#mainmenu li.active {
	margin: 0;
	height: 29px;
}
#menu ul#mainmenu li.active a {
	color: #3a4b01;
	background: #FFFFFF url(/images/tab-bg.jpg) repeat-x top center;
	border-left: #FFFFFF solid 1px;
	border-right: #FFFFFF solid 1px;
	height: 29px;
}
#menu ul#mainmenu li.active a:hover {
	color: #5eb246;
	background: #FFFFFF url(/images/tab-bg.jpg) repeat-x top center;
	border-left: #FFFFFF solid 1px;
	border-right: #FFFFFF solid 1px;
	margin: 0 1px;
}


#menu ul#mainmenu li a:hover {
	background: #893625 url(/images/menu-hover-bg.jpg) repeat-x top center;
	border-left: #813020 solid 1px;
	border-right: #813020 solid 1px;
	margin: 0;
}


#billboard {
	width: auto;
	text-align: center;
	padding: 7px 0 0 0;
}
#billboard img.center {
	margin: 0 5px;
}
#sidebar1 {
	float: right;
	width: 190px; 
	background: #ffffff url(/images/sidebar-bg.jpg) repeat-x top center; 
	border: #e9e9e6 1px solid;
	padding: 10px 10px 20px 10px;
	color: #555e36;
	font-size: 11px;
	line-height: 14px;
	margin: 40px 30px 30px 0;
}
#sidebar1 h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 18px 0 5px;
}
#sidebar1 p {
	margin: 0 0 8px 0;
}
#sidebar1 ul {
	margin: 10px 0 10px 10px;
}
#sidebar1 ul li {
	margin: 4px 0 4px 6px;
}
img.sidebar {
	float: right;
	margin: 60px 60px 20px 0;
	border: none;
	
}


#mainContent { 
	margin: 0 305px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0px 30px 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer { 
	padding: 0 20px; 
	background: #5eb246; 
	width: auto;
	margin: 0 2px;
	border-left: 2px #8a4031 solid;
	border-right: 2px #8a4031 solid;
	border-bottom: 2px #8a4031 solid;
	color: #294100;
	font-size: 10px;
	text-transform: uppercase;
} 
#footer a {
	color: #294100;
	text-decoration: underline;
}
#footer a:hover {
	color: #294100;
	text-decoration: none;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 8px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* The following ID is for the bottom keyword paragraph on the homepage */
#bottom-info {
	width: 500px;
	font-size: 11px;
	color: #666666;
	margin: 0px auto;
	padding: 25px 0 7px;
	line-height: 14px;
}
#bottom-info ul, #bottom-info ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0px 0 0px 12px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0px 12px 0px 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.linkspace {
	margin: 0 7px;
}
.smaller, .caption {
	color: #555e36;
	font-size: 11px;
	line-height: 14px;
}

.smaller {
	font-style: italic;
}
.testimonials blockquote {
	font-size: 34px;
	color: #85957f;
	padding: 30px 0 0 0;
	margin: 0;
	float: left;
	/*position: relative;
	right: 10px;
	top: 10px;*/
	
}
.testimonials p {
	margin: 28px 0 0 18px;
	position: relative;
}

/*Specials*/
.coupon {
	width: auto;
	margin: 25px 40px 20px 0;
	padding: 0 15px 15px 15px;
	border: #d0cccc 3px dashed;
}

/* Forms */

#contactForm {
	margin: 15px 0;
}
#contactForm ul {
	margin: 0;
	padding: 10px 20px;
	width: 300px;
	text-align: right;
	border: #cecfce 1px solid;
	background-color: #f0f1ef;
}
#contactForm ul li {
	list-style-type: none;
	margin: 11px 0;
	padding: 0;
	display: block;
}
#contactForm ul li.heading {
	text-align: left;
	color: #555e36;
}
#contactForm label {
	margin: 0 8px 4px 0;
	color: #555e36;
	font-size: 11px;
}
#contactForm input.textField {
	font-size: 11px;
	color: #000000;
	width: 190px;
}
#contactForm input.submit {
	margin: 5px 10px 0 0;
}
#contactForm textarea {
	font-size: 11px;
	color: #000000;
	width: 280px;
}