/* CSS Document */

* { margin: 0; padding: 0; }
html { margin: 0; padding: 0; }

body {
	background-color: #E5DAB8;
	margin: 15px 0px 0px 0px; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
img { border: 0px; }

a:link { color: #A61100; text-decoration: underline; }
a:visited { color: #A61100; text-decoration: underline; }
a:hover { color: #000000; text-decoration: underline; }
a:focus { outline: none; }

span.linkDivider { display: none; }

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px; line-height: 24px; font-weight: normal; color: #A61100;
	text-transform: uppercase;
	padding: 0px; margin-top: 0px; margin-bottom: 15px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px; line-height: 24px; font-weight: normal; color: #A61100;
	text-transform: uppercase;
	padding: 0px; margin-top: 0px; margin-bottom: 15px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px; line-height: 20px; font-weight: normal; color: #A61100;
	text-transform: uppercase;
	padding: 0px; margin-top: 0px; margin-bottom: 15px;
}

p, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; line-height: 20px; color: #000000;
	padding: 0px; margin-top: 0px; margin-bottom: 15px;
}
ul {
	list-style-type: disc;
	margin-left: 20px;
}

hr {
	border: 0; border-bottom: 2px solid #E5DAB8;
	padding: 0; margin-top: 0; margin-bottom: 15px;
}

/* ************** PAGE STRUCTURE ************** */
#pgContent {
	width: 850px;
	margin-left: auto; margin-right: auto;
	margin-bottom: 20px;
	background-color: #F2ECD5;
	background-image: url(../images/horsebkgrnd.gif);
	background-position: bottom; background-repeat: no-repeat;
}

	/* HEADER */
#header {
	width: 850px; height: 81px;
	background-image: url(../images/hdrpanel.jpg);
	background-position: top; background-repeat: no-repeat;
	display: block;
}

#logotext {
	float: left;
	margin-top: 7px; margin-left: 18px;
}
#hdrcontacts {
	float: right;
	color: #F2ECD5;
	font-size: 14px; line-height: 80px;
	text-transform: uppercase;
	margin-right: 18px;
	}
#hdrcontacts a:link, #hdrcontacts a:visited { color: #F2ECD5; text-decoration: none; }
#hdrcontacts a:hover { color: #FFFFFF; text-decoration: none; }


	/* COLUMNS */

#page {
	width: 850px;
	clear: both;
}	
#nav {
	margin-left: 18px;
	margin-top: 18px;
	float: left;
}

* html #nav {margin-left: 8px;}
#maincolumn {
	width: 485px;
	float: left;
}
#rightcolumn {
	width: 170px;
	float: right;
	margin-right: 18px;
	margin-top: 18px;
}

* html #rightcolumn {margin-right: 8px;}


/* ************** NAVIGATION ************** */
#nav ul {
	list-style: none;
	margin: 0px; padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px; line-height: 25px;
	text-transform: uppercase;
}
#nav li a {
	width: 152px;
	height: 25px;
	background-image: url(../images/navpanel.gif);
	background-position: left top; background-repeat: no-repeat;
	color: #7c330d; text-decoration: none;
	display: block;
	margin-bottom: 2px;
	text-indent: 7px;
}

* html #nav li a {margin: 0px 0px 2px 0px;}

#nav li.current a { color: #FFFFFF; background-image: url(../images/navpanel_active.jpg); }
#nav li.current a:hover { color: #FFFFFF; }


/* ************** FOOTER ************** */
#footer {
	height: 30px; padding-top: 30px;
	clear: both;
	display: block;
}
#footer ul {
	list-style: none;
	padding: 0px; margin: 0px;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px; font-weight: bold;
	text-transform: uppercase;
}
#footer li {
	display: inline;
	padding-left: 4px; margin-right: 3px;
	border-left: 1px solid #666666;
}
#footer li.home {
	padding-left: 0px;
	border-left: 0px;
}
#footer li a { color: #666666; text-decoration: none; }
#footer li a:hover { color: #A61100; text-decoration: none; }

#credits {
	width: 850px; padding-top: 10px;
	clear: both;
	display: block;
	font-size: 10px; color: #666666;
}


/* ************** INDIVIDUAL ELEMENTS ************** */
#mainimg {
	margin-bottom: 18px;
}
#credits a:link, #credits a:visited { color: #666666; text-decoration: none; }
#credits a:hover { color: #A61100; text-decoration: underline; }

#rightcolumn h2 {
	width: 170px; height: 20px;
	color: #F2ECD5;
	background-image: url(../images/clicktoviewpanel.gif);
	background-position: top; background-repeat: no-repeat;
	font-size: 12px; line-height: 20px;
	text-align: center;
	margin-bottom: 2px;
	display: block;
}
#rightcolumn .thumbnailLeft, #rightcolumn .thumbnailRight {
	width: 84px; height: 86px;
	margin-bottom: 2px;
	display: block;
	background-color: #E5DAB8;
}
.thumbnailLeft { clear: left; float: left; }
.thumbnailRight { clear: right; float: right; }

/* ********** CONTACT PAGE ********** */
#contactForm {
	width: 310px; padding-right: 20px;
	float: left;
	border-right: 1px solid #A61100;
	margin-bottom: 20px;
}

#contactTxt {
	width: 309px; padding-left: 20px;
	float: left;
	margin-bottom: 20px;
}
p.noMarginBottom { margin-bottom: 0px; }

.formRule {
	clear: both;
	margin-bottom: 5px;
	border-bottom: 1px solid #E5DAB8;
	display: block;
}
p.formRule { min-height: 25px; }
* html p.formRule { height: 25px; }
p.formTA { height: 120px; }

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 75px;
	float: left;
	/*margin-top: 7px;*/
	font-weight: bold;
}
input.formField, textarea.formTextArea {
	width: 220px; padding: 2px;
	border: 1px solid #E5DAB8;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}
.formRides {
	width: 220px; padding-left: 90px; height: 100px;
	float: right;
	border-bottom: 1px solid #E5DAB8;
	display: block;
	margin-bottom: 5px;
}
.formHire {
	width: 220px; padding-left: 90px; min-height: 50px;
	float: right;
	border-bottom: 1px solid #E5DAB8;
	display: block;
	margin-bottom: 5px;
}

* html .formHire {height: 50px;}

.formRides p { margin-bottom: 5px; }
.formHire p { margin-bottom: 5px; }
.formRides input { float: left; }
.formHire input { float: left; }
.formRides label {
	width: auto; float: left;
	padding-left: 2px; margin-top: 0px;
}
.formHire label {
	width: auto; float: left;
	padding-left: 2px; margin-top: 0px;
}
ul.ridesList {
	list-style: none;
	margin: 0px;
}
ul.ridesList li {
	clear: both;
}
textarea.formTextArea { height: 100px; }

input.formButton {
	font-size: 12px; font-weight: bold;
	margin-left: 85px;
	/*color: #F2ECD5;*/
	color: #E5DAB8;
	background-image: url(../images/navpanel_active.jpg);
	background-position: left -2px; background-repeat: repeat-x;
	border: 1px solid #A61100;
}
input.formButton:hover { color: #FFFFFF; }