@charset "utf-8";
/* CSS Document */

/*=============================================================== GLOBAL */
body {

	font: 12px  "Trebuchet MS", Helvetica, Arial;
	font: 12px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;

	color: #a5adc2;
}
ul, li, h1, h2, h3, h4, h5, p, td {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
p strong {
	color: #ebeef4;
}
p em {
/*	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;*/
}

/*=============================================================== TEXT STYLES */
h1 {
	text-indent: -999em;
	height: 1px;
}
h2 {
	font: 64px/51px "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
	color: #c89ce6;
	letter-spacing: -5px;
	padding: 41px 32px;
	width: 536px;
}
h3 {
	font: 18px/18px "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
	color: #3ed2f1;
	color: #4dd5f1;	
	color: #96e9a7;	
	color: #96e9b1;		
	letter-spacing: -1px;
	padding-bottom: 10px;
}
h4 {
	font-size: 14px;
	color: #fff;
	padding-bottom: 14px;
}
p {
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 19px;
}
p.large {
	font-size: 16px;
	font-weight: bold;
	line-height: 23px;
	letter-spacing: -1px;
	color: #d1d6e2;
}
p a {
	color: #54d9ff;
	color: #96e9b1;
}
p a:hover {
	color: #3ed2f1;
	color: #9be7f0;	
}

/* ------------ LISTS */
#content ul {
	padding-bottom: 20px;
}
#content ul li {
	list-style-type: disc;
	margin-left: 14px;
	line-height: 19px;
}

/* ------------ NAVIGATION */
ul#navigation a {
	color: #cfff67;
	color: #a9adb8;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -1px;
	text-decoration: none;
}
ul#navigation a:hover {
	color: #fff;
	text-decoration: underline;
}
/*=============================================================== CLUBS */

/* ------------ BOX SECTION TITLES */
#content .boxSection h3 {
	text-indent: -999em;
	padding: 0px;
}
#content .boxSection h3#monday {
	background: url(../_images/boxTitle_monday.gif) no-repeat 17px top;
}
#content .boxSection h3#tuesday {
	background: url(../_images/boxTitle_tuesday.gif) no-repeat 17px top;
}
#content .boxSection h3#thursday {
	background: url(../_images/boxTitle_thursday.gif) no-repeat 17px top;
}

/* ------------ CLUB LISTING STYLES */
#content span.address {
	font-size: 10px;
	line-height: 17px;
}

#content table.club {
	width: 252px;
	margin-bottom: 14px;
}
#content table.club td {
	font-size: 11px;
	border-bottom: 1px solid #347c93;
	border-bottom: 1px solid #7b6896;
	line-height: 15px;
	padding: 4px 4px 4px 0px;
}
#content table.club td strong {
	color: #3ed2f1;
	color: #c89ce6;	
}
#content table.club td.col2 {
	width: 106px;
}
#content table.club tr.lastRow td {
	border: none;
}
#content p.address {
	background: url(../_images/address.gif) no-repeat left 3px;
	padding-left: 53px;
	font-size: 10px;
	padding-bottom: 5px;
}
#content p.contact {
	background: url(../_images/contact.gif) no-repeat left 3px;
	padding-left: 53px;
	font-size: 10px;
	padding-bottom: 15px;
}

/*=============================================================== PROFILES */
#content img.headshot {
	border: 2px solid #474d5c;
}
#content .profile {
	float: right;
	width: 270px;
	margin-bottom: 20px;
}
#content .profile h3 {
	padding-bottom: 4px;
}
#content .profile p.role {
	font-size: 10px;
	font-weight: bold;
	color: #4193ac;
	color: #4d9791;	
/*	color: #628e7a;*/
	line-height: 17px;
}
#content .profile p {
	padding-bottom: 10px;
}



/*=============================================================== QUOTES */
#content .quote p {
	padding: 0px;
}
#content .quote p em {
	background: url(../_images/quote_top.gif) no-repeat left top;
	display: block;
	padding: 16px 14px;
	font: italic 14px/20px Arial, Helvetica, sans-serif;
	color: #1d212c;
}
#content .quote p strong {
	background: url(../_images/quote_bottom.gif) no-repeat left top;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #757c8f;
	line-height: 74px;
	padding-left: 4px;
}

#content img.icon {
	float: left;
	height: 32px;
	width: 32px;
}
#content .iconText {
	padding-left: 40px;
}
/* Polaroid photos on Performance Teams page */
#content #photoDTeam {
	float: right;
	margin-top: -70px;
	margin-right: 5px;
	position: relative;
	width: 200;
	height: 224;
}
#content #photoMissions {
	float: left;
	margin-left: -20px;
	margin-right: 10px;
	position: relative;	
}

