/* CSS Document */

/* basic elements */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #FFF;
	font-size: 12px;
	line-height: 18px; 
	color: #333; 
	padding: 0px; 
	margin: 0px;
	text-align: left;
}
	
p {
	line-height: 16px;
}
	
img {
	border: 0;
	}
	
a:link { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #2f5688;
	}
	
a:visited { 
	text-decoration: underline; 
	color: #2f5688;
	}
	
a:hover { 
	text-decoration: underline; 
	color: #2f5688;
	}
	
a:active {
	text-decoration: underline;
	color: #2f5688;
	}
	
hr {
	height: 1px;
	color:#CCC;
	}


/*nav*/

.top_nav {
	float:left;
	margin: 0;
	padding: 0px 5px 0 0;
	width: 238px;
	}
	
#nav {
	float:left;
	margin: 0;
	padding: 0;
	width: 238px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 32px 238px 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:32px; /* for IE5/Win only */
	}
	
#nav a:hover {
	background-position: 0 -32px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -64px;
	}
	
#tabout a  {
	background: url(images/nav_about_us.gif) top left no-repeat;
	}
	
#tcontact a  {
	background: url(images/nav_contact_us.gif) top left no-repeat;
	}
	
#thelp a  {
	background: url(images/nav_you_can_help.gif) top left no-repeat;
	}
	
#tevents a  {
	background: url(images/nav_events.gif) top left no-repeat;
	}
	
#thorses a  {
	background: url(images/nav_horses.gif) top left no-repeat;
	}
	
#tstudents a  {
	background: url(images/nav_students.gif) top left no-repeat;
	}
	
#tvolunteer a  {
	background: url(images/nav_volunteer.gif) top left no-repeat;
	}
	
#tdirections a  {
	background: url(images/nav_directions.gif) top left no-repeat;
	}
	

/*content*/

.container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	float:left;
	padding-bottom: 5px;
}

.navContainer {
	float:left;
	height: 256px;
	padding-bottom: 10px;
	}

.content {
	float:left;
	position: relative;
	width: 800px;
	}
	
.contentLeft {
	float:left;
	position: absolute;
	left:0px;
	width: 99px;
	height: 100%;
	}
	
.contentCenter {
	float:left;
	position: absolute;
	left:100px;
	width: 208px;
	height: 100%;
	border-left: thin solid #CCCCCC;
	border-right: thin solid #CCCCCC;
	margin: 0;
	padding: 0 10px 0px 20px; /*padding for relative and absolute position to ensure vertical line expands entire content div*/
	}
	
.contentRight {
	float:left;
	padding-left:340px;
	padding-bottom: 15px;
	}
	
.southcreek {
	float:left;
	padding:50px 0 0 0;
}

.horseName {
	font-size: 16px;
	color: #2f5688;
	font-weight: bold;
}
	
.footer {
	background-color:#830000;
	float: left;
	width: 780px;
	height: 18px;
	padding: 10px;
	margin-top: 15px;
	color: #FFF;
	font-size: 10px;
	text-align: center
	}

.footer a {
	text-decoration: none;
	color: #FFF;
	margin: 0 5px 0 5px;
	}
	
.footer a:hover {
	text-decoration: underline;
	}

.copyright {
	float: left;
	width: 800px;
	text-align: center;
	color:#999999;
	font-size: 10px;
	padding: 8px; 
	}