/*********************************************
	STYLES FOR BROWSER
	1. Developer, this is the individual 
	   css file for a web browser
	2. Please keep your code CLEAN. 
	3. Bring over ANY custom tags. 
	4. Make SURE to test the "Big 5" Browsers:
		-- IE7, IE8 - A MUST! 
		-- Firefox
		-- Chrome
		-- Safari
		-- Opera
*********************************************/
html, body{
	margin:0;
	padding:0;
}

body { /* Use both the px/em variable */
	font: 11px/1.3em Georgia, Geneva, sans-serif; 
	color: #000;
	background:url(/images/bg.jpg) center top repeat-x #B18B66;
}

		
a { /* default link styles*/
	color:#A4794F;
	text-decoration: none;
}
	
	a:hover{
		text-decoration: underline;
	}

.wrapper{ /* This is where you would change by default. A SAFE width is 320px */
	width: 1000px;
	margin:35px auto;
}


/*********************************************
	STANDARD TAGS:
	These are our standard tags. YOU MUST
	USE THESE TO HAVE THE SITE WORK PROPERLY
	WITH MOBILE AND DEFAULT CSS
	1) .header
	2) .main-nav -- located in nav.css
	3) h1, h2, h3, h4, h5
	4) .breadcrumbs
	5) .content
		-- .col-1
		-- .col-2 
		-- .col-3
		-- Make more if needed.
	6) .footer
*********************************************/

.header .inner,.footer .inner{
width:920px;
margin:0 auto;
}
.content .inner{
width:882px;
margin:0 auto;
padding:15px 0 0 0;
}

.header { 
	height: 459px;
	z-index: 1000;
	position: relative;
	background:url(/images/bg-header.png) no-repeat;
}

.jazz .header { 
	height: 328px;
	z-index: 1000;
	position: relative;
	background:url(/images/bg-header-jazz-short.png) no-repeat;
}

.header .inner{
padding:39px 0 0 0;
}

.logo{
position:absolute;
top:100px;
left:242px;
z-index:10;
}



h1 { /* This will use the same admin controlled headers */
	background-repeat: no-repeat;
	height: 36px; 
	display: block;
	text-indent:-9999px;
	}
.fontsquirrel { /* font-squirrel new titles */
	background-repeat: no-repeat;
	height: 36px; 
	display: block;
	text-indent:0;
	font-family:cairo;
	font-size: 18px;
	color:#3C2712;
	line-height:1.5em;
	font-weight:normal;
	}

h2{
	font-size:16px;
	color:#3C2712;
	margin:0 0 10px 0;
}
h2 .brown{
	color:#A4794F;!important
}

h3{
	font-size:14px;
	color:#3C2712;
	margin:0 0 10px 0;
}

h2, h3, h4, h5 { /* Format as you need, use em's */
}

.breadcrumbs { /* Format as you need with your a tags, etc. */
	color: #000;
	margin: 0;
	font-size:.8em;
}

.content { /* Format as you need. Use em's where you can to keep consistent */
	position: relative;
	z-index: 100;
	background:url(/images/bg-content.png) repeat-y;
	font-size:12px;
}

.content p{
	text-align:justify;
}

.small{
	font:.9em/1.1em Arial, Helvetica, sans-serif;
}

.featured{
	margin:0 0 20px 0;
}

	.col-1 { 
		width: 540px;
		float: left;
		margin:0 30px 0 0;
	}

	.sub-1col .col-1 { 
		width: 862px;
		float: left;
		margin:0 0 0 0;
	}
	
	.col-2 { 
		width: 302px;
		float: left;
	}
	
	.col-3 { 
		width: 100px;
		float: left;
	}
	
.footer { /* Format as you need. */
	background:url(/images/bg-footer.png) no-repeat;
	background-position:bottom left;
	font-size:.8em;
	padding-bottom:45px;
}
	.footer a {
		color: #000;
		text-decoration: none;
	}
	
	.footer a:hover {
		color: #F00;
		text-decoration: underline;
	}
	
	.footerbot{
	width:700px;
	margin:0 auto;
	}
	
		ul.footer-nav { /* Use this for your footer nav to make it easier on spacing! */
		list-style-type:none; 
		margin:0;
		padding:0;	
		text-align:center;
		margin:0 auto 5px;
	}
	
		ul.footer-nav li { 
			position:relative;
			display: inline;
			border-left: 1px solid #008c9a;
			padding:0 5px;
		}
	
/*******************************************
	SITE SPECIFIC FORMATTING
	1. This is where you will test and put 
	   your site specific tags. 
********************************************/

.biggertext{
font-size:12px !important;
font-weight:bold;
}

.eventpicholder{
padding:10px;
width:100%;
text-align:center;
background-color:#DFC4A7;
margin:10px 0;
}

.eventtopic{width:150px;text-align:left;}
.eventpicholder img, .eventtopic img{padding:5px;border:1px #B98E6B solid;margin:0 5px 0 0;background-color:#fff;}
.buts{text-align:center;width:200px;margin:0 auto;padding:5px 0;}


.top-phone{
	position:absolute;
	top:-27px;
	right:110px;
}

.top-enews{
	position:absolute;
	top:-27px;
	left:110px;
}

#form-container {
	margin-top:20px;
}

#form-container .frm-label {
	width:105px;
}

#slideshow #slidesContainer {
  margin:0 auto;
  width:921px;
  height:368px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}

.slide {
	margin:0 auto;
	width:901px;
	height:368px;
}


#frmD3Forms1703_form_container .frm .frm-label {
	width:150px;
}

.member_sections {
	margin-top:15px;
}

.jazz-header {
	height:68px;
}

.bttn-base {
	font-family:cairo, times, serif;
	font-size:14px;
	color:white;
	padding:5px 8px;
	background-color:#3C2712;
	text-decoration:none;
	}
a:hover .bttn-base {
	background-color:#BB9B74;
	text-decoration:none;
	}
	
.races	{
	position:relative;
	float:right;
	/*left:410px;
 	top:287px;*/
	width:400px;
}

.races2	{
	position:relative;
 	/*top:-364px;*/
}

.races3	{
	position:relative;
 	/*top:-245px;*/
}
	
/*********************************************
	EMBEDDED FONTS
*********************************************/
@font-face {
	font-family: 'cairo';
	src: url('/fonts/cairo/cairo-webfont.eot');
	src: url('/fonts/cairo/cairo-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/cairo/cairo-webfont.woff') format('woff'),
		url('/fonts/cairo/cairo-webfont.ttf') format('truetype'),
		url('/fonts/cairo/cairo-webfont.svg#CairoRegular') format('svg');
	font-weight: normal;
	font-style: normal;
	}
