body {
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	text-align: center;
	background-color: #f7f8f9;
}

#content {
     margin-left: auto;
     margin-right: auto;
     width: 800px;
}

/********************** NAV Styles ***********************/


#nav a {
	display: block;
}

#nav li {
	float: left;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li ul {
	position: absolute;
	left: -999em;
	width: 144px;
}

#nav #about a {
	display: block;
	width: 80px;
}

#nav #about li {
	float: left;
	width: 80px;
}

#nav #programs a {
	display: block;
	width: 111px;
}

#nav #programs li {
	float: left;
	width: 111px;
}

#nav #horses a {
	display: block;
	width: 95px;
}

#nav #horses li {
	float: left;
	width: 95px;
}

#nav #news a {
	display: block;
	width: 117px;
}

#nav #news li {
	float: left;
	width: 117px;
}

#nav #volunteer a {
	display: block;
	width: 89px;
}

#nav #volunteer li {
	float: left;
	width: 89px;
}

#nav #give a {
	display: block;
	width: 51px;
}

#nav #give li {
	float: left;
	width: 51px;
}

#nav #photos a {
	display: block;
	width: 67px;
}

#nav #photos li {
	float: left;
	width: 67px;
}


#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}


/********************** BODY Styles ***********************/

.maintxt {
	color: #17191c;
	font-size: 13px;
	line-height: 18px;
}

.maintxt a:link, .maintxt a:visited {
	color: #064851;
	font-size: 13px;
	line-height: 18px;
	text-decoration: underline;
}

.maintxt a:active, .maintxt a:hover {
	color: #067a88;
	font-size: 13px;
	line-height: 18px;
	text-decoration: underline;
}

.maintxt_sm {
	color: #17191c;
	font-size: 12px;
	line-height: 16px;
}

.maintxt_sm a {
	color: #17191c;
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;
}

.maintxt_sm a:active, .maintxt_sm a:hover {
	color: #025f6a;
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;
}

.footer {
	color: #f7f8f9;
	font-size: 13px;
	line-height: 20px;
}

.footer a:link, .footer a:visited {
	color: #f7f8f9;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
}

.footer a:active, .footer a:hover {
	color: #f7f8f9;
	font-size: 13px;
	line-height: 20x;
	text-decoration: underline;
}

.lcol {
	color: #373939;
	font-size: 12px;
	line-height: 16px;
}

.lcol a:link, a:visited {
	color: #373939;
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;
}

.lcol a:active, .lcol a:hover {
	color: #025f6a;
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;
}

.lcol ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 16px;
}

.ltgrey {
	line-height: 17px;	
	color: #535456;
}

.btn {
	color: #373939;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

.btn a:link, .btn a:visited {
	color: #373939;
	font-size: 11px;
	line-height: 16px;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
}

.btn a:active, .btn a:hover {
	color: #025f6a;
	font-size: 11px;
	line-height: 16px;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
}

h2 {
	color: #0f4148;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
}

h1 {
	color: #00353c;
	font-size: 23px;
	font-style: italic;
	font-weight: normal;
}

h3 {
	color: #105a63;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: bold;
}

h4 {
	color: #105a63;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin: 0 0 3px 0;
}

.large {
	font-size: 14px;
	line-height: 17px;
}

.small {
	font-size: 11px;
	line-height: 14px;
}

.blue {
	color: #016571;
}

.bold {
	font-weight: bold;
}

.quote {
	font-size: 12px;
	line-height: 16px;
}

.quotemark {
	font-size: 18px;
}