/* * RUSTLING WIND STABLES * */

body{
	background:url(../img/body-bg.jpg) top left repeat #0a5308;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	}

.left{float:left}
.right{float:right}
.clear{clear:both}
.hidden{visibility:hidden}

.imageLeft{
	float:left;
	margin-right:10px;
	border:2px solid #bbb;
}
.imageRight{
	float:right;
	margin-left:10px;
	border:2px solid #bbb;
}

img, div, input, textarea, ul, li{ behavior: url(iepngfix.htc) } /* IE PNG FIX */

/* * Container * */

#container{
	background:url(../img/container-bg.jpg) top left repeat #efefef;
	width:915px;
	margin:25px auto 0 auto;
	padding-bottom:10px;
	}

/* * Header * */

#header{
	background:url(../img/header-bg.jpg) top left repeat-x #273514;
	width:896px;
	height:54px;
	position:relative;
	top:10px;
	left:10px;
	}
	#header img{}
		#header img.logoLeft{
			float:left;
			margin-left:7px;
			}
		#header img.logoRight{
			float:right;
			margin:6px 6px 0 0;
			}
		#header p{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:34px;
			font-variant:small-caps;
			color:#FFF;
			letter-spacing:3px;
			float:right;
			margin:7px 10px 0 0;
			}
			#header a{
				color:#FFF;
				text-decoration:none;
				}
			

/* * Navigation * */

#nav{
	background:url(../img/nav-bg.jpg) top left repeat #314c72;
	width:179px;
	margin:20px 0 0 10px;
	_margin-left:5px;
	float:left;
	}
	#navInner{
		background:url(../img/nav-horses.jpg) top left no-repeat;
		height:100%;
		}
		#navInner ul{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:25px;
			letter-spacing:-1px;
			margin-bottom:39px;
			}
			#navInner ul li{
				height:52px;
				width:147px;
				line-height:95%;
				display:block;
				padding:27px 0 0 32px;
				}
				#navInner ul li a{
					color:#FFF;
					text-decoration:none;
					height:52px;
					display:block;
					}
					#navInner ul li:hover, #navInner ul li.active{
						background:url(../img/nav-active.png) top left;
						}
						#navInner ul li:hover a, #navInner ul li.active a{
							color:#263c5c;
							}
					#navInner ul li.twoLine{
						padding-top:15px;
						height:64px;
						display:block;
						}
						#navInner ul li.twoLine a{
							display:block;
							}

/* * Content * */

#content{
	margin:20px 0 0 11px;
	width:706px;
	_width:686px;
	float:left;
	}
	#content img{}
		#content img.rule{
			margin:13px 0 5px 10px;
			}
	#content h1{
		font-size:37px;
		color:#765c43;
		text-transform:uppercase;
		letter-spacing:10px;
		margin-left:5px;
		}
	#content h2{
		font-size:18px;
		color:#2D4970;
		text-transform:uppercase;
		margin-left:5px;
		}	
	#content p{
		color:#212121;
		line-height:175%;
		margin:5px 0 25px 13px;
		width:665px;
		}
	#content a{
		color:#2D4970;
		text-decoration:underline;
	}
		#content a:hover{
			text-decoration:none;
		}
	#content ul{
		list-style-type:none;
		margin-left:20px;
	}
		#content ul li{
			list-style-type:none;
			line-height:180%;
			background:url(../img/list-image.png) no-repeat 0% 60%;
			padding-left:26px;
		}
	#content #categories{
		border-top:1px solid #97a7bc;
		padding-top:11px;
		width:706px;
		margin-top:42px;
		}
		#content #categories #boarding{
			background:url(../img/boarding.jpg) top left no-repeat;
			width:225px;
			height:153px;
			float:left;
			margin-right:12px;
			border:1px solid #609998;
			}
		#content #categories #lessons{
			background:url(../img/lessons.jpg) top left no-repeat;
			width:225px;
			height:153px;
			float:left;
			margin-right:12px;
			border:1px solid #609998;
			}
		#content #categories #showing{
			background:url(../img/showing.jpg) top left no-repeat;
			width:225px;
			height:153px;
			float:left;
			border:1px solid #609998;
			}
			#content #categories p{
				background:url(../img/title-bg.png) top left repeat;
				margin:101px 0 0 0;;
				text-align:center;
				font-size:30px;
				color:#FFF;
				width:225px;
				text-transform:uppercase;
				letter-spacing:6px;
				}
				#content #categories a{
					color:#FFF;
					display:block;
					text-decoration:none;
					}
		#content .contactInfo{
			float:right;
			width:240px;
			margin-top:28px;
			*margin-top:18px;
		}
		#content .contactInfo h3{
		font-size:18px;
		color:#2D4970;
		text-transform:uppercase;
		margin-left:5px;
		margin-bottom:5px;
		}
		#content .contactInfo ul{
			margin-left:25px;
			list-style-type:square;
		}
			#content .contactInfo ul li{
				padding-left:0;
				list-style-type:square;
				background:none;
				padding-bottom:5px;
			}	
		#content .contactInfo iframe{
			margin-left:12px;
			margin-top:5px;
		}
		#content .contactInfo small{
			margin-top:3px;
			margin-left:15px;
		}
					
/*** FORM STYLES ***/

fieldset {
	border:1px dashed #2D4970;
	padding:10px 0 10px 10px;
	width:420px;
	margin:20px 0 0 5px;
}

legend {
	font:17px/33px Arial, sans-serif;
	line-height:18px;
	border: 1px solid #333;
	padding: 2px 6px 5px 6px;
	*padding-right:10px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	background:#2D4970;
	*margin:0 0px 7px -7px;
}
label {
	width:98px;
	height:30px;
	margin-top:3px;
	margin-right:2px;
	padding-top:11px;
	padding-left:6px;
	color:#fff;
	background:#2D4970;
	border:1px solid #D0D0D0;
	float:left;
	display: block;
	font-size:16px;
	font-weight: bold;
	line-height: 1.1;
}
.form {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}
.holder {
	background-color:#fff;
}
.div_textbox {
	width:295px;
	float:right;
	background-color:transparent;
	height:35px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
	display:block;
}

.textbox {
	background-image: url(../img/list-image.png);
	background-repeat: no-repeat;
	background-position:3px 7px;
	width:245px;
	font:normal 16px Arial;
	color: #444444;
	padding:3px 5px 3px 28px;
	margin-bottom:30px;
}
.textbox:focus, .textbox:hover {
	background-color:#FBFBFB;
}

.div_textarea {
	width:295px;
	float:right;
	background-color:transparent;
	height:115px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}

.textarea {
	background-image: url(../img/list-image.png);
	background-repeat: no-repeat;
	background-position:3px 7px;
	width:245px;
	height:100px;
	font:normal 16px Arial;
	color: #444444;
	padding:3px 5px 3px 28px;
}
.textarea:focus, .textarea:hover {
	background-color:#FBFBFB;
}

.username {
    	background-image: url(../img/16m.png);
    	background-repeat: no-repeat;
    	background-position:left;
		width:245px;
    	font:normal 16px Arial;
    	color: #444444;
    	padding:3px 5px 3px 28px;
}
.username:focus, .username:hover {
	background-color:#FBFBFB;
}
   
.password {
    	background-image: url(../img/16s.png);
    	background-repeat: no-repeat;
   	background-position:left;
	width:245px;
    	font:normal 18px Arial;
    	color: #444444;
    	padding:3px 5px 3px 19px;
}
.password:focus, .password:hover {
	background-color:#FBFBFB;
}

.email {
    background-image: url(../img/email.gif);
    background-repeat: no-repeat;
   	background-position:left;
	width:245px;
    font:normal 16px Arial;
    color: #444444;
    padding:3px 5px 3px 28px;
}
.email:focus, .email:hover {
	background-color:#FBFBFB;
}

.button_div {
	width:255px;
	float:right;
	background-color:transparent;
	text-align:right;
	height:35px;
	margin-top:8px;
	padding:5px 32px 3px;
}
.buttons {
	background: #2D4970;
	font-size:12px; 
	color: #fff; 
	padding: 6px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #3E618F #29415F #29415F #3E618F;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}

/* Crappy Fix until I get rid of the error messages under text boxes */
#content label.error{
	visibility:hidden; 
	font-size:0em;
	height:0;
	line-height:0em;
}

/* validation error message bar */
#content #drawer {
	background:#fff url(../img/h80.png) repeat-x scroll 0 0;
	_background-color:#ddd;
	overflow:visible;
	position:fixed;	
	left:0;
	top:0;
	text-align:center;
	padding:15px;
	font-size:18px;
	border-bottom:2px solid #789;
	width:100%;
	display:none;
	z-index:2;
	color:#444;
}

#content input.error, textarea.error {
	border:2px solid red;		
}

/** END OF FORM STYLES ***/

/* * Footer * */

#footer{
	width:915px;
	margin:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#a6ba8b;
	letter-spacing:-1px;
	text-align:center;
	}
	#footer p{
		margin:10px 0;
		}
	#footer ul{
		margin:0 0 0 246px;
		}
		#footer ul li{
			float:left;
			margin-left:5px;
			}
			#footer a{
				color:#a6ba8b;}
