/*********************
 * 
 *  COMMON STYLES
 * 
 *********************/

/* HEADERS */

#content .innerContent {
	padding-top: 210px;
}

#content h1 {
	width: 885px;
	height: 189px;
	padding: 0;
	background: url(/data-bin/images/store_header.jpg) no-repeat;
	position: absolute;
	top: -6px;
	left: 22px;
}

#content h1 span {
	display: none;
}


/*********************
 * 
 *  CONTACT PAGE
 * 
 *********************/

#content .contact h1 {
	background: url(/data-bin/images/contact_header.jpg) no-repeat;
}

#content .contact #leftCol {
	width: 490px;
	margin: 0 0 0 20px;
}

#content .contact h2, #content .contact h3 {
	font-family: Georgia, serif;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: -2px;
	margin: 30px 0 20px 0;
	color: #3d555d;
}

#content .contact h3 {
	font-size: 28px;
	margin: 40px 0 20px 0;
}

#content .contact #leftCol a {
	color: #571305;
	text-decoration: none;
}

#content .contact #leftCol a:hover {
	text-decoration: underline;
}

#content .contact label {
	display: block;
	margin: 0 0 5px 0;
	font-family: Georgia, serif;
	font-weight: bold;
}

#content .contact input, #content .contact textarea {
	width: 246px;
	height: 20px;
	margin: 0 0 25px 0;
	padding: 4px 0 0 4px;
	background: #fff;
	border: 1px solid #938b85;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#content .contact textarea {
	width: 350px;
	height: 100px;
}

#content .contact input.submit {
	width: 72px;
	height: 27px;
	border: none;
	background: url(/data-bin/images/send_but.png) no-repeat;
}

#content .contact input.submit:hover {
	cursor: pointer;
	background: url(/data-bin/images/send_but.png) 0 -27px no-repeat;
}

#content .contact #rightCol {
	width: 350px;
	min-height: 564px;
	padding: 0;
	background:  url(/data-bin/images/page_right_paper.jpg) no-repeat;
	position: absolute;
	top: 207px;
	right: 17px;
}

#content .contact #rightCol h3 {
	margin: 40px 0 10px 0;
	margin: 20px 0 7px 18px;
	padding: 20px 0 0 22px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #333;
	background: url(/data-bin/images/side_sep.jpg) no-repeat;
}

#content .contact #rightCol h3.first {
	background: none;
}

#content .contact #rightCol ul {
	list-style: none;
	margin: 0 0 0 40px;
	font-family: 'Lucida Sans', 'LucidaSans', Arial, Helvetica, sans-serif;
	font-style: italic;
}


/*********************
 * 
 *  TEAM JUMP PAGE
 * 
 *********************/

#content .team_jump h1 {
	background: url(/data-bin/images/sponsors_header.jpg) no-repeat;
}

#content .team_jump .sponsor {
	clear: both;
}

#content .team_jump .bio {
	width: 475px;
	padding: 0 20px 0 0;
	float: right;
	position: relative;
}

#content .team_jump h2 {
	height: 47px;
	margin: 0;
}

#content .team_jump h2 span {
	display: none;
}

#content .team_jump #olson h2 {
	width: 226px;
	background: url(/data-bin/images/olson.jpg) bottom no-repeat;
}

#content .team_jump #morrison h2 {
	width: 268px;
	background: url(/data-bin/images/morrison.jpg) bottom no-repeat;
}

#content .team_jump #jackson h2 {
	width: 295px;
	background: url(/data-bin/images/jackson.jpg) bottom no-repeat;
}

#content .team_jump h3 {
	margin: 5px 0 15px 0;
	color: #cc9933;
	font-size: 16px;
}

#content .team_jump .sponsor a {
	color: #571305;
	text-decoration: none;
	font-style: normal;
}

#content .team_jump .sponsor a:hover {
	text-decoration: underline;
}

#content .team_jump ul {
	list-style: none;
	margin: 0 0 60px 0;
}

#content .team_jump .bio ul a {
	color: #255b69;
}

#content .team_jump .stats {
	width: 279px;
	min-height: 523px;
	margin: 0 0 0 -7px;
	padding: 19px 43px 0 43px;
}

#content .team_jump #olson .stats {
	background: url(/data-bin/images/olson_side_paper.jpg) no-repeat;
}

#content .team_jump #morrison .stats {
	background: url(/data-bin/images/morrison_side_paper.jpg) no-repeat;
}

#content .team_jump #jackson .stats {
	background: url(/data-bin/images/jackson_side_paper.jpg) no-repeat;
}

#content .team_jump .stats h4 {
	margin: 0;
	padding: 14px 0 296px 0;
	font-size: 12px;
}

#content .team_jump .stats h4 strong {
	color: #571305;
}

#content .team_jump .stats ul {
	font-size: 12px;
	font-style: italic;
	font-family: 'Lucida Sans', Arial, Helvetica, sans-serif;
}

#content .team_jump .stats ul strong {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#content .team_jump p.quote {
	padding: 20px 20px;
	font-family: lucida sans;
	font-style: italic;
	line-height: 24px;

}


/*********************
 * 
 *  ABOUT PAGE
 * 
 *********************/

#content .about h1 {
	background: url(/data-bin/images/about_header.jpg) no-repeat;
}

#content .about .copy {
	width: 500px;
	min-height: 525px;
	padding: 0 0 0 20px;
}

#content .about h2 {
	font-family: Georgia, serif;
	font-size: 36px;
	letter-spacing: -2px;
	font-weight: normal;
	margin: 30px 0 20px 0;
	color: #3d555d;
}


#content .about .copy h3 {
	font-size: 28px;
	margin: 40px 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -2px;
	font-weight: normal;
	color: #3d555d;
	
}

#content .about .copy a {
	color: #333333;
	text-decoration: none;
	font-style: normal;
}

#content .about .copy a:hover {
	text-decoration: underline;
}

/* SIDE */

#content .about .side {
	width: 250px;
	min-height: 529px;
	padding: 35px 50px 0 50px;
	background: url(/data-bin/images/paper_side_bg.jpg) no-repeat;
	top: 207px;
	right: 17px;
	position: absolute;
	text-align: center;
}

#content .about .side p {
	padding-top: 12px;
	color: #3d555d;
	line-height: 20px;
	text-align: left;
	font-size: 12px;
}

#content .about .side h3 {
	font-family: Georgia, serif;
	font-size: 30px;
	color: #000;
	padding: 0 0 110px 0;
	font-weight: normal;
	background: url(/data-bin/images/product_img.png) bottom no-repeat;
}

#content .about .side h3 strong {
	font-style: italic;
}



/*********************
 * 
 *  FAQ PAGE
 * 
 *********************/

/* COPY */

#content .faq h1 {
	background: url(/data-bin/images/faq_header.jpg) no-repeat;
}

#content .faq h2 {
	font-family: Georgia, serif;
	font-size: 36px;
	letter-spacing: -2px;
	font-weight: normal;
	margin: 30px 0 20px 0;
}

#content .faq .copy a, #content .faq .side a {
	color: #571305;
	text-decoration: none;
	font-style: normal;
}

#content .faq .copy a:hover, #content .faq .side a:hover {
	text-decoration: underline;
}

#content .faq .copy {
	width: 500px;
	min-height: 525px;
	padding: 0 0 0 20px;
}

#content .faq .copy .question {
	padding: 10px 0;
}

#content .faq .copy p {
	padding: 0 0 5px 0; 
	margin: 0;
}

#content .faq .copy p.q {
	font-weight: bold;
}

/* SIDE */

#content .faq .side {
	width: 260px;
	min-height: 414px;
	padding: 30px 40px 0 50px;
	background:  url(/data-bin/images/paper_side_bg.jpg) no-repeat;
	position: absolute;
	top: 207px;
	right: 17px;
}

#content .faq .side h3 {
	margin: 0;
	padding: 10px 0 15px 0;
	color: #333;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: Georgia, serif;
}

#content .faq .side ul {
	list-style: none;
	margin: 0;
}

#content .faq .side li {
	padding: 0 0 5px 0;
	font-size: 12px;
	line-height: 18px;
}


/*********************
 * 
 *  STORE HELP PAGE
 * 
 *********************/

#content .help h1 {
	background: url(/data-bin/images/help_header.jpg) no-repeat;
}

#content .help .copy {
	width: 500px;
	min-height: 525px;
	padding: 0 0 0 20px;
}

#content .help h2 {
	font-family: Georgia, serif;
	font-size: 36px;
	letter-spacing: -2px;
	font-weight: normal;
	margin: 30px 0 20px 0;
}

#content .help h3 {
	margin: 36px 0 20px 0;
	font-family: Georgia, serif;
	font-size: 20px;
	color: #571305;
}

#content .help h4 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
}

#content .help .side ul {
	list-style: none;
	font-style: oblique;
}
	


#content .help .copy a {
	color: #571305;
	text-decoration: none;
	font-style: normal;
}

#content .help .copy a:hover {
	text-decoration: underline;
}

#content .help .side {
	width: 260px;
	min-height: 414px;
	padding: 30px 40px 0 50px;
	background:  url(/data-bin/images/paper_side_bg.jpg) no-repeat;
	position: absolute;
	top: 207px;
	right: 17px;
}

#content .help .side h3 {
	margin: 0;
	padding: 10px 0 15px 0;
	color: #333;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
}

#content .help .side ul {
	list-style: none;
	margin: 0;
}

#content .help .side li {
	padding: 0 0 5px 0;
	font-size: 12px;
	line-height: 18px;
}


/*********************
 * 
 *  DISCLAIMER PAGE
 * 
 *********************/


#content .disclaimer h1 {
	background: url(/data-bin/images/disclaimer_header.jpg) no-repeat;
}

#content .disclaimer h2 {
	font-family: Georgia, serif;
	font-size: 36px;
	letter-spacing: -2px;
	font-weight: normal;
	margin: 30px 0 20px 0;
}



