/*
YUI RESET
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0
*/
html{color:#fff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

html, body {
	margin: 0;	
	font-family:"Helvetica";
	font-size:12px;
}

body {
}

h1 {
	margin-bottom:40px;
}

a {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

p {
	margin-bottom:20px;
	line-height:16px;
}

.contact_clear {
	clear:both;
	margin-bottom:5px;
}

p.quote_by {
	color:#c8ab76;
}

div.news {
	margin-bottom:5px;
}

div.quote_by {
	margin-bottom:20px;
	color:#c8ab76;
}

ul li {
	list-style:disc;
	margin-left:5px;
	padding-bottom:5px;
}

ul li ul li {
	list-style:disc;
	margin-left:15px;
}

#container {
	width:950px;
	min-width:950px;
	height:100%;
	margin:0 auto;
	text-align:center;
} 

#footer {
	margin:20px 0;
	font-size:10px;
	color:#c8ab76;
}

#header_image {
	padding:0 441px 0 88px;
}

/* SIDEBAR */
#sidebar {
	margin:50px 0 0 120px;
	width:200px;
	float:left;
	text-align:left;
}

#sidebar div a {
	display:block;
}

#sidebar div.home a {
	width:57px;
	height:40px;
	background:url('../images/link-news.png') center no-repeat;
}
#sidebar div.home a.active {
	background:url('../images/link-news-a.png') center no-repeat;
}
#sidebar div.about a {
	width:98px;
	height:40px;
	background:url('../images/link-about.png') center no-repeat;
}
#sidebar div.about a.active {
	background:url('../images/link-about-a.png') center no-repeat;
}
#sidebar div.races a {
	width:57px;
	height:40px;
	background:url('../images/link-races.png') center no-repeat;
}
#sidebar div.races a.active {
	background:url('../images/link-races-a.png') center no-repeat;
}
#sidebar div.gallery a {
	width:142px;
	height:40px;
	background:url('../images/link-gallery.png') center no-repeat;
}
#sidebar div.gallery a.active {
	background:url('../images/link-gallery-a.png') center no-repeat;
}
#sidebar div.clinics a {
	width:65px;
	height:40px;
	background:url('../images/link-clinics.png') center no-repeat;
}
#sidebar div.clinics a.active {
	background:url('../images/link-clinics-a.png') center no-repeat;
}
#sidebar div.testimonials a {
	width:118px;
	height:40px;
	background:url('../images/link-testimonials.png') center no-repeat;
}
#sidebar div.testimonials a.active {
	background:url('../images/link-testimonials-a.png') center no-repeat;
}
#sidebar div.sponsors a {
	width:90px;
	height:40px;
	background:url('../images/link-sponsors.png') center no-repeat;
}
#sidebar div.sponsors a.active {
	background:url('../images/link-sponsors-a.png') center no-repeat;
}
#sidebar div.blog a {
	width:47px;
	height:40px;
	background:url('../images/link-blog.png') center no-repeat;
}
#sidebar div.blog a.active {
	background:url('../images/link-blog-a.png') center no-repeat;
}
#sidebar div.contact a {
	width:85px;
	height:40px;
	background:url('../images/link-contact.png') center no-repeat;
}
#sidebar div.contact a.active {
	background:url('../images/link-contact-a.png') center no-repeat;
}

#content {
	text-align:left;
	margin:50px 120px 0 0;
	width:508px;
	float:left;
}

a:hover {
	color:#c7aa78;
}

acronym {
	cursor:help;
}
