/* This is for all pages*/

body {
	text-align: center;
	background-color: #cccc99;
	margin: 0px;
	padding: 0px;
} 

#wrapper {
	text-align: left;
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	top: 20px;
	padding-bottom: 0px;
}





/*The following pieces are used in the header section on this site*/

#header {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 170px;
	width: 900px;
	background-color: #cccccc;
}
#header2 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: auto;
	padding: 0px;
	height: 180px;
	width: 900px;
	background-color: #99CCFF;
	background: #cccccc url(images/header_horse.gif) top left no-repeat scroll;
}

#logo {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	padding: 0px;
	height: 170px;
	width: 900px;
	background: #cccccc url(images/header4.gif) top left no-repeat scroll;
}
#logo2 {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	padding: 0px;
	height: 145px;
	width: 900px;
	background: #99CCFF url(images/header_horse.gif) top left no-repeat scroll;
}

#headerRest {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0px;
	height: 145px;
	width: 900px;
	background-color: #cccccc;
}

#headerRest2 {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0px;
	height: 114px;
	width: 605px;
	background-color: #99ccff;
}

#headerText {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	height: 114px;
	width: 605px;
	background-color: #cccccc;
}

#headerText2 {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	height: 114px;
	width: 605px;
	background-color: #99ccff;
}

.headerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-left: 0px;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
}

.headerText a {
	color: #2a5a2a;
	text-decoration: underline;
}

.headerText a:hover {
	color: #cc6633;
	text-decoration: underline;
}


/*The following pieces are used to create the bottom part on this site*/


#bottom {
	position: relative;
	margin-top: 18px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: auto;
	padding: 0px;
	background-color: #ffffff;
	border: 0px;
	overflow: auto;
	background-image: url(/images/middle_shadow2.gif);
	left: 0px;
}

#left {
	float: left;
	position: relative;
	margin-left: 18px;
	width: 250px; 
	height: auto;
	padding: 0px;
	background-color: #ffffff;
	border: 0px;
}

#right {
	float: left;
position: relative;
	margin-left: 15px;
	margin-top: 15px;
	width: 508px; 
	height: auto;
	padding: 0px;
	border: 0px;
	background-color: #ffffff;
}


/* This is for the drop down menu*/



ul#nav1 {
	float: left;
	position: relative;
	margin-top: 60px;
	margin-left: 10px;
	padding: 0px;
	line-height: 45px;
	text-align: left;
	list-style-type: none;
	width: 250px;
	color: #009933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

ul#nav1 li {
	display: block;
}

ul#nav1 li a {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #009933;
	text-decoration: none;
	background: #ffffff url(images/box_closed.jpg) top left no-repeat scroll;
}

ul#nav1 li a:hover {
	color: #cc6633;
	text-decoration: none;
    background: #ffffff url(images/box_open.jpg) top left no-repeat scroll;
}


/*The following pieces are used to create the text styles on this site*/

.mainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-left: 0px;
	line-height: 22px;
	text-align: left;
}

.mainText a {
	color: #009933;
	text-decoration: underline;
}

.mainText a:hover {
	color: #cc6633;
	text-decoration: underline;
}

.textbold {
	font-weight: bold;
}

.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #009933;
	margin-left: 0px;
	margin-top: 0px;
	line-height: 26px;
	text-align: left;
	font-weight: bold;
}

.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009933;
	margin-left: 0px;
	margin-top: 0px;
	line-height: 22px;
	text-align: left;
	font-style: italic;
}

.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	margin-right: 10px;
	line-height: 18px;
	text-align: left;
	font-weight: bold;
}

