/*Reset Styles!*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*STYLES FOR GENERAL PROPERTIES*/
.clear {
	clear:both;
	}
	
p {
	margin:10px 0;
	}
	
a {color:#4192e4; text-decoration:underline; font-weight:bold; }	
a:hover {color:#fff;text-decoration:none;}

h1, h2 ,h3 {
	font-family:georgia, times, 'times new roman';
	}

em {
	font-style:oblique;
	}
	
strong {
	font-weight:bolder;
	}
	
blockquote {
	margin:50px;
	}

/*START MAIN STYLES*/	
body {
	background:#292A2C;
	color:#fff;
	font:12px arial, verdana, sans-serif;
	line-height:18px;
	}
	
/*CENTER ALIGN CONTENT*/	
#container {position:relative; width:800px; margin:0 auto;}	

		
/* NAVIGATION - CSS SPRITES*/

#nav {
	float:left;
	width:556px;
	height:32px;
	margin-top:40px;
	padding:0 69px 0 15px;
	border-bottom:1px solid #666;
	}	
	
/*SON OF SUCKER FISH DROP DOWNS MODIFIED*/	
#drops, #drops ul {
	padding:0;
	margin:0;
	clear:both;
	float:left;
	width:inherit;
	}
	
#drops ul.drop {
	background:#000;
	padding:5px;
	width:inherit;
	clear:both;
	float:left;
	margin-top:32px;
	}

#drops ul.drop li {
    width:inherit;
	clear:both;
	}
	
#drops ul.drop a {
	
	color:#fff;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
	clear:both;
	float:left;
	}
	
#drops a {
	display: block;
	/*width: 10em;*/
	float:left;
	clear:both;
	width:100px;
}

#drops li {
	float: left;
	/*width: 10em;*/
}

#drops li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

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

#drops li:hover ul, #drops li.sfhover ul {
	left: auto;
}
/*END SUCKERFISH*/

/*SPRITE BACKGROUP POSITIONING*/	
#nav a.program, #nav a.team, #nav a.membership, #nav a.products, #nav a.contact, #nav a.mydrills {
	float:left;
	background:url(navigation-sprite.gif) no-repeat;
	height:32px;
	text-indent:-999999px;
	}
	
#nav a.program {	
	background-position:left top;
	width:113px;
	}
	
#nav a.team {	
	background-position:-113px 0;
	width:84px;
	}

#nav a.membership {	
	background-position:-197px 0;
	width:102px;
	}

#nav a.products {	
	background-position:-299px 0;
	width:88px;
	}	
	
#nav a.contact {	
	background-position:-387px 0;
	width:81px;
	}	
	
#nav a.mydrills {	
	background-position:-468px 0;
	width:83px;
	}	

#nav a.program:hover {	
	background-position:left -32px;
	}
	
#nav a.team:hover {	
	background-position:-113px -32px;
	}

#nav a.membership:hover {	
	background-position:-197px -32px;
	}

#nav a.products:hover{	
	background-position:-299px -32px;
	}	
	
#nav a.contact:hover{	
	background-position:-387px -32px;
	}	
	
#nav a.mydrills:hover {	
	background-position:-468px -32px;
	}
	
#nav a#active1 {	
	background-position:left -64px;
	}
	
#nav a#active2 {	
	background-position:-113px -64px;
	}

#nav a.#active3 {	
	background-position:-197px -64px;
	}

#nav a#active4{	
	background-position:-299px -64px;
	}	
	
#nav a#active5{	
	background-position:-387px -64px;
	}	
	
#nav a#active6 {	
	background-position:-468px -64px;
	}	
/*END NAVIGATION*/
