body {
	background: -moz-linear-gradient(top,  #c9c9c9,  #fff); /* for firefox 3.6+ */
	background-image: url(../img/body_bg.jpg);
	color: #000;
	font-size: 13px;
	padding: 0 0 40px;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

a {
	color: #A2A2A2;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2 {
	text-align: center;
}

p {
	overflow: hidden;
	padding: 10px 0;
}

/* ---------------------------------------- Classes ------------------------------------ */
.container_12 {
	margin-bottom: 10px;
}
.center {text-align: center;}
.clear {clear:both;}
.left {float:left;}
.right {float:right;}
.fivepx {padding-left:5px;}
.ten {padding:10px;}
.twenty {padding:20px;}
.twenty-top {padding: 20px 0 0 0;}
.twenty-bottom {padding: 0 0 20px 0;}
.thirty {padding:30px;}
.thirtyside {padding:0 30px;}
.fifty {padding:50px;}
.hidden {display:none;}
.hr {background:#fff;height: 2px;border: none;clear: both;}
.noborder {border: none;}
.disclaimer {color:#999;font-size: smaller;}
.minipic {vertical-align:text-top; margin-right: 10px; width:150px;clear:right;}

.clientstats {border:1px solid #666;padding: 3px;text-align: center;}
.clientbio {width:650px;}

.table {border:1px solid #666;padding: 3px;text-align: center;}	
.row {clear: both;}
.even {float: left;padding: 2px;margin: 0;text-align: center; width:24%;background: #ccc;border:1px solid #ECECEC;}
.odd {float: left;padding: 2px;margin: 0;text-align: center; width:24%;border:1px solid #ECECEC;}
.cal-table {border:1px solid #666;padding: 3px;text-align: center;width:290px;margin-right: 10px;}	
.cal {float: left;padding: 5px 2px;margin: 0;text-align: center; width:31%;border:1px solid #ECECEC;}
.cal img {width: 50px; height: 42px;}
.cal-odd {float: left;padding:5px 2px;margin: 0;text-align: center; width:31%; height:42px;border:1px solid #ECECEC;}

.icon {padding-left: 20px;height: 60px;}
.calicon {background: url(../img/calendar-icon.gif) no-repeat left top; }
.DL {background: url(../img/pdf_button.gif) no-repeat left center;}
.iCal {background: url(../img/ical_icon.gif) no-repeat left center;}

.time {float: left;padding: 5px 2px;margin: 0;text-align: center; width:11%;height:50px;border:1px solid #ECECEC;}
.week-table {border:1px solid #666;padding: 3px;text-align: center;width:700px;margin-right: 10px;}	
.week-odd {float: left;padding:5px 2px;margin: 0;text-align: center; width:11.5%; height:50px;border:1px solid #ECECEC;font-size: 11px;}

.days {background: #ccc;height: 14px;}
.blank {float: left;padding: 5px 2px;margin: 0;text-align: center; width:11.25%;}

.tabs {background: url(../img/tabs.jpg) no-repeat center top;width:137px;height:25px;}
.tabs p {margin:0 0 0 13px;font-size: 12px; padding: 5px; vertical-align: top;}
.ccc {color:#ccc;}
.notice {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	behavior: url(border-radius.htc);
	background:#fcfcfc;
	border: 1px dashed #ccc;
	list-style: none;
	padding: 5px;
	margin-bottom: 10px;
}

/* ----------------------------------------- wrappers --------------------------------------------------- */
#outerwrapper {
	background: url(../img/main_bg.jpg) no-repeat center top;
	overflow-x: hidden;
	position:relative;
	width:1300px;
	margin: 0 auto;
}

#wrapper {
	-moz-border-radius: 20px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	behavior:url(border-radius.htc);
	background: #fff;
	margin-top: 100px;
}

/* ------------------------------- Horizontal Image Sprite Nav Menu Example ----------------------- */

#menu {
	margin:10px 0 0;
	color:white;
	font:12px Verdana, Geneva, sans-serif;
	display:block;
	float: right;
	height: 65px;
	z-index: 999;
	overflow: visible;
}

#menu ul li {
	display:block;
	background:url(../img/menu_sprite.png) repeat-x left top;
	float:left;
}
#menu ul li ul li {
	background:url(../img/menu_sprite.png) repeat-x -80px top;
}
#menu ul li #about {
	background:url(../img/menu_sprite.png) repeat-x -80px top;
}
#menu ul li #about:hover {
	background:url(../img/menu_sprite.png) repeat-x -80px -40px;
}
#menu ul li #services {
	background:url(../img/menu_sprite.png) repeat-x left top;
}
#menu ul li #services:hover {
	background:url(../img/menu_sprite.png) repeat-x left -40px;
}
#menu ul li #deltatrac {
	background:url(../img/menu_sprite.png) repeat-x -80px top;
}
#menu ul li #deltatrac:hover {
	background:url(../img/menu_sprite.png) repeat-x -80px -40px;
}
#menu ul li #success {
	background:url(../img/menu_sprite.png) repeat-x -80px top;
}
#menu ul li #success:hover {
	background:url(../img/menu_sprite.png) repeat-x -80px -40px;
}
#menu ul li #facility {
	background:url(../img/menu_sprite.png) repeat-x -80px top;
}
#menu ul li #facility:hover {
	background:url(../img/menu_sprite.png) repeat-x -80px -40px;
}
#menu ul li #contact {
	background:url(../img/menu_sprite.png) repeat-x right top;
}
#menu ul li #contact:hover {
	background:url(../img/menu_sprite.png) repeat-x right -40px;
}
#menu ul li.first, #menu ul li.first a:hover {
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-khtml-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
#menu ul li.none, #menu ul li.none a:hover {
	border:none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}
#menu li li.end, #menu li li.end a:hover {
	border:none;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
#menu ul li.last, #menu ul li.last a:hover {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	-khtml-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

#menu ul li.last {
	border: none;
}
#menu ul {
	padding:0; margin:0;
}

#menu a {
	text-decoration:none;
	font:14px Arial, Helvetica, sans-serif bold;
	text-transform:uppercase;
	display:block;
	padding:11px 10px;
	color:#000;
}

#menu ul li a:hover, #menu ul li a:active {
	box-shadow:inset 0 0 5px #000000;
	-moz-box-shadow:inset 0 0 5px #000000;
	-webkit-box-shadow:inset 0 0 5px #000000;
	color:#fff;
} 


#menu_shadow {
	background: url(../img/menu_shadow.jpg) no-repeat center top;
	height: 17px;
	margin-top: 40px;
}

.border {border-right:1px solid #ECECEC;}
/* ------------------------------------------- header --------------------------------------------- */

#header{}

#logo{
	background: url(../img/logo.png) no-repeat center top;
	margin:-90px 0 0;
}

#hours {
	position: absolute;
	top:10px;
	right: 170px;
}
#hours ul li {
	list-style: none;
	background: none;
	color: #000;
}
#hours .icons {vertical-align: middle;}
/* ------------------------------------------- slideshow --------------------------------------------- */
#slideshow_cont {
	position:relative;
	z-index: 1;
}
	
#slideshow {
	position:relative;
	width:960px;
	height: 470px;
	margin:0 auto;
}

#slideshow ul {
	padding:0;
	margin:0;
}

#slideshow li {
	list-style: none;
}

#slideshow img {
}

/*
#slidenav {position:absolute;right:56px;bottom:13px;z-index:50000;}
#slidenav a {background:#CCC;font-size:24px;color:white;padding:10px;font-family:Helvetica,Arial;font-weight:normal;margin-right:10px; text-decoration:none; font-weight:bold}
#slidenav a.activeSlide {background:#FFF url(../../img/slidetab_bg.jpg) repeat-x left bottom;padding-bottom:12px;position:relative;top:-8px;color:black;border-bottom:6px solid red;}
*/

#mission {
	position: absolute;
	right:-11px;
	top:90px;
	width:215px;
	font-size: larger;
}
#allcoaches {
	position: absolute;
	right:40px;
	top:60px;
	width:200px;
	font-size: larger;
}
#randyintro {
	position: absolute;
	left:70px;
	top:60px;
	width:280px;
	font-size: 14px;
	line-height: 15px;
}
#randyquote {
	position: absolute;
	top:100px;
	right:40px;
	font-size: 13px;
	width:240px;
	line-height: 15px;
	font-style: italic;
	color: white;	
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#coachtitle {
}
.rule {
	background: url(../img/rule.gif) repeat-x;
	height: 15px;
}
#bio_container {
	position: absolute;
	top:60px;
	right:80px;
	width:300px;
}
#quote {
	margin-top:10px;
	font-size: 13px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color:#fff;
}

#education {
	margin-top:10px;
	font-size: 13px;
	color:white;
}
#education li {
	list-style: none;
	background: url(../img/star.png) no-repeat left 3px;
	padding-left: 16px;
}
/* ----------------------------------------- main content area ----------------------------------------- */

#main {
	position:relative;
	background: #fff; /* for non-css3 browsers */
	min-height:500px;
	-moz-border-radius:0 0 12px 12px;
	-webkit-border-radius:0 0 12px 12px;
	-khtml-border-radius:0 0 12px 12px;
	border-radius: 0 0 12px 12px;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#fff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #c9c9c9,  #fff); /* for firefox 3.6+ */
	background: url(../img/main_gradient.jpg) repeat-x; /* fallback image */
}

.not-front #main {
	background: none;
}
#intro {
	margin: 20px;
	float: left;
}
#calendar {
	margin: 0 0 -60px 0;
	float: right;
	clear: right;
	text-align: center;	
	z-index: 9999;
}
#exp_coll #calendarTitle {display: none;}
#exp_coll {z-index: 1;}

#social {
	float: right;
	padding: 20px 0;
}
#twitter {
	height:60px;
	width:50px;
	background: url(../img/social.png) no-repeat left top;
}
#facebook {
	height:60px;
	width:50px;
	background: url(../img/social.png) no-repeat left -60px;
}
#twitter:hover {
	background: url(../img/social.png) no-repeat right top;
}
#facebook:hover {
	background: url(../img/social.png) no-repeat right -60px;
}
#col1, #col2, #col3 {
	min-height:300px;
	padding:29px;
	text-align:justify;
	width:27%;
}

#colFull { 
	width:100%;
	margin:20px 5px 5px 5px;
	min-height:300px;
}

.colHalf { 
	width:48%;
	margin:20px 5px 5px 10px;
	min-height:300px;
	float:left;
}

#col1 li, #col2 li, #col3 li {
	list-style:none;
}

#col1, #col2 {
	border-right: 2px solid white;
}

.thedelta_h2 {
	background: url(../img/thedelta_h2.png) no-repeat center top;
	width: 276px;
	height: 34px;
}
.aboutdelta_h2 {
	background: url(../img/aboutdelta.png) no-repeat center top;
	width: 598px;
	height: 34px;
	margin: 30px 0 0 40px;
}
.boot_h4 {
	background: url(../img/boot.png) no-repeat center top;
	width: 86px;
	height: 22px;
}
.blog_h4 {
	background: url(../img/blog.png) no-repeat center top;
	width: 58px;
	height: 29px;
}
.group_h4 {
	background: url(../img/group.png) no-repeat center top;
	width: 197px;
	height: 27px;
}
.success_h4 {
	background: url(../img/success.png) no-repeat center top;
	width: 199px;
	height: 22px;
}
.deltatrac_h4 {
	background: url(../img/deltatrac.png) no-repeat center top;
	width: 228px;
	height: 83px;
	margin: 0 0 15px 15px;
}
.deltatrac150_h4 {
	background: url(../img/deltatrac_150.png) no-repeat center top;
	width: 228px;
	height: 60px;
	margin: 20px 0 0;
}

#deltatrac_login {margin:40px 0 20px 15px;}
#creditfooter {display: none;}

.coaches_h4 {
	background: url(../img/coaches.png) no-repeat center top;
	width: 109px;
	height: 23px;
	margin-bottom: 10px;
}
.story_h4 {	
	background: url(../img/thedeltastory.png) no-repeat center top;
	width: 164px;
	height: 23px;
}
.facility_h4 {	
	background: url(../img/facility.png) no-repeat center top;
	width: 94px;
	height: 25px;
}
.bio_h4 {	
	background: url(../img/biography.png) no-repeat center top;
	width: 110px;
	height: 23px;
	margin-bottom: 10px;
}
.more-randy_h4 {
	background: url(../img/moreonrandy.png) no-repeat center top;
	width: 160px;
	height: 23px;
}
.attheclub_h4 {
	background: url(../img/attheclub.png) no-repeat center top;
	width: 113px;
	height: 18px;
	margin-bottom: 10px;
}
.online_h4 {
	background: url(../img/online.png) no-repeat center top;
	width: 71px;
	height: 18px;
	margin-bottom: 10px;
}
.merchandise_h4 {
	background: url(../img/merchandise.png) no-repeat center top;
	width: 171px;
	height: 23px;
	margin-bottom: 10px;
}



.bulleted li { list-style: disc; margin-left: 10px;}

#coaches {
	margin: 20px 0 0 20px;
}
#story {
	padding: 20px 0 0 0;
}
#rtcol {
	padding: 20px 20px 0 0;
}
#coach_pics {
	margin-left: -10px;
}
.headshots {
	float:left;
	display: block;
	margin: 0 5px 0 0;
}
.headshots p {
	padding: 0 0 10px 7px;
	font-weight: bold;
	font-size: 14px;
}

#deltatrac_div {text-align: center;}
/* ------------------------------------------------ Footer --------------------------------------------------- */
#footer {
	height:50px;
	font-size:11px;
	text-align:center;
	font-size:x-small;
	color: #555;
}

#ftr1, #ftr2, #ftr3 {margin-top:10px}

#ftr1 a, #ftr2 a {
}
#ftr3 a {
	color:#555;
	text-decoration: none;
}
#ftr2, #ftr3 {text-align: right;}

#footer ul li {
	list-style: none;
	display:inline;
	margin:0 5px;
}

/* ---------------------------------------------- Blog Posts ----------------------------------------------- */
.feedburnerFeedBlock ul li {
	/*border: 1px solid #fcfcfc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	background: #ececec;*/
	padding: 5px 10px;
	[if Opera browser]
	border-radius: 4px;
}
.feedburnerFeedBlock ul li a {
background:url("/_img/bullet-articles-off-on.gif") no-repeat scroll left top transparent;
font-size:16px;
font-weight: bold;
list-style: none;
}

