@charset "UTF-8";
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #e2e2e2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
}
#container {
	width: 100%;  /* this will create a container 80% of the browser width */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 80%;
}
a img {
	border: 0;
}
a {
	color: #000;
	text-decoration: underline;
	padding: 8px 12px;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #c5bd67;
}
p, #mainContent ul, #mainContent ol, #mainContent li {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
h1, h2, h3, h4 {
	color: #c5bd67;
	font-weight: normal;
}
h1 {
	font-size: 225%;
}
h2 {
	font-size: 175%;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 135%;
}
#header {
	background: #FFF url(images/grHorseUpper.jpg) no-repeat right center;
	border-bottom: #9290BF 1px solid;
}
#header img {
	margin: 30px 0 31px 40px;
}
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #FFAD00 url(images/grnavbar.gif) repeat-x;
	float: left;
	width: 100%;
	border-bottom: 1px solid #333333;
}
#header li {
	float: left;
	font-size: 110%;/*letter-spacing: .01em;*/
}
#header li a {
	display: block;
	padding: 8px 12px;
	float: left;
	color: #FFF;
	text-decoration: none;
}
#header li a:hover, #header li a:active, #header li a:focus {
	color: #000;
}
#header  li#home {
	padding-left: 28px;
}
.home  #home  a {
	color: #1B1A52;
	font-weight: bold;
}

.ourServices  #ourServices  a, .contactUs  #contactUs  a {
	color: #1B1A52;
	font-weight: bold;
}

#mainWrap {
	background: #e2e2e2 url(images/main_back.jpg) repeat-x;
	border-bottom: 10px solid #36357d;
	padding-bottom: 0px;
	font-size: 16px;
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 23%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	background: url(images/content_back.png) no-repeat right top;
	min-height: 200px;
}
#sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 23%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	background: url(images/grHorseLower.jpg) no-repeat right top;
	min-height: 145px;
}
#sidebar2 p, #sidebar2 h3 {
	margin-left: 10px;
	margin-right: 30px;
}

#sidebar1 ul {
	margin: 15px 35px 0 0;
	padding: 0;
	list-style: none;	
	font-size: 105%;
}
#sidebar1 li a {
	display: block;
	padding: 5px 0 5px 40px;
	color: #c5bd67;
	text-decoration: none;
}
#sidebar1 li a:hover, #sidebar1 li a:active, #sidebar1 li a:focus {
	color: #000;
}
.aboutUs  #aboutUs  a, .monthlySpecials  #monthlySpecials  a, .etwas1  #etwas1  a, .etwas2  #etwas2  a {
	background: url(images/arrow.png) no-repeat left center;
	color: #000;
}

.maintenance  #maintenance  a, .safety #safety a, .bodyWork  #bodyWork  a, .electrical #electrical a {
	background: url(images/arrow.png) no-repeat left center;
	color: #000;
}

.contactUsList  #contactUsList a {
	background: url(images/arrow.png) no-repeat left center;
	color: #000;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#mainContent {
	margin: 0 24% 0 23.5%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	background: url(images/content_back.png) no-repeat right top;
	padding-top: 10px;
	padding-right: 100px;
}
#mainContent ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#mainContent li {
	background: url(images/arrow.png) no-repeat left center;
	padding-left: 15px;
	color: #000;
}

#footer {
	padding: 0 30px 0 40px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 10px;
}
#flash {
	background: #36357D;
	margin: 0;
	padding: 0;
}
#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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	width: 59%;
	color: #5c5a99;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	width: 39%;
}
#footer li {
	float: right;
}
#footer li a {
	display: block;
	padding: 10px;
	color: #5c5a99;
	text-decoration: none;
}
#footer li a:hover, #footer li a:active, #footer li a:focus {
	color: #C5BD67;
}

/* Miscellaneous classes for reuse */
.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-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.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 its child floats */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* ********** Contact stuff to play with ************ */
/*&&&&&> 15. Contact Form */



.contact #south .east p {
	margin: 2px 0;
}
.contact #south h3, .contact #south hr, .contact #south a {
	color: #ffce40;
	border-color: #ffce40;
}
.contact #north {
	display: none;
}
.contact #contact_form fieldset {
	border: 0 none;
	width: auto;
}
#contact_form h2 {
	margin: 1px 0;
}
.contact textarea {
	background: #111 url(../i/textarea_raquo_grey.jpg) no-repeat top left;
	border: 1px solid #333;
	color: #999;
	font: 11px/20px "lucida grande", verdana, sans-serif;
	padding: 3px 30px 5px 7px;
	margin: 5px 0 0 0;
	height: 120px;
	width: 598px;
}
.contact textarea:hover {
	background-image: url(../i/textarea_raquo_blue.jpg);
}
.contact textarea:focus {
	background-image: url(../i/textarea_raquo_orange.jpg);
}
.contact input {
	background: #111 url(../i/input_raquo_grey.jpg) no-repeat top left;
	border: 1px solid #333;
	color: #999;
	font: 12px/22px "lucida grande", verdana, sans-serif;
	padding: 4px 35px 4px 7px;
	margin: 3px 10px 0 0;
	width: 205px;
	height: 17px;
}
.contact input:hover {
	background-image: url(../i/input_raquo_blue.jpg);
}
.contact input:focus {
	background-image: url(../i/input_raquo_orange.jpg);
}
.contact label {
	font: 9px/20px "lucida grande", verdana, sans-serif;
}
.contact #sendContactEmail {
	height: 25px;
	padding: 3px;
	margin: 0 0 5px 0;
}
p {
	font: 14px Arial, Helvetica, sans-serif;
}
