/*
===================================================
Aperion: GLOBAL
===================================================
*/

/*
---------------------------------------------------
General
---------------------------------------------------
*/

body,
html
	{
	height: 100%;
	}
	
body
	{
	background: #e8e2d9;
	padding: 0;
	margin: 0;
	font: 11px "lucida sans unicode", "lucida sans", verdana, arial, helvetica, sans-serif;
	color: #6e6e6e;
	}
	
div#wrapper
	{
	width: 920px;
	margin: 0 auto;
	}

div#top_corners
	{
	width: 920px;
	height: 4px;
	float: left;
	background: url(../images/top_corners.gif) 50% 0 no-repeat;
	}
div#bottom_corners
	{
	width: 920px;
	height: 4px;
	float: left;
	background: url(../images/bottom_corners.gif) 50% 0 no-repeat;
	}
div#main_content
	{
	width: 920px;
	float: left;
	background: url(../images/main_content_bg.gif) 50% 0 repeat-y;
	}

div#left_column
	{
	width: 210px;
	display: inline;
	float: left;
	margin-left: 10px;
	padding: 13px 0 20px 15px;
	}

div#right_column
	{
	width: 642px;
	float: left;
	display: inline;
	margin: 30px 0 0 17px;
	}
	
p
	{
	margin: 0 0 12px 0;
	padding: 0;
	line-height: 1.7em;
	}

blockquote
	{
	width: 550px;
	font-style: italic;
	background: url(../images/quote_symbol.gif) 0 0 no-repeat;
	margin: 17px 0 0 0;
	padding: 3px 0 0 20px;
	}
blockquote div.endquote
	{
	width: 16px;
	height: 14px;
	float: right;
	background: url(../images/quote_symbol.gif) 0 0 no-repeat;
	margin: -30px -30px 0 0;
	}

a,
a:link,
a:visited
	{
	color: #7479a6;
	font-weight: bold;
	text-decoration: none;
	}
a:hover,
a:active
	{
	color: #989dcf;
	text-decoration: underline;
	}

img.title
	{
	margin-bottom: 14px;
	}

div#navigation_title
	{
	width: 235px;
	height: 39px;
	background: #797979 url(../images/navigation_title.gif) 0 0 no-repeat;
	float: left;
	margin-left: 10px;
	display: inline;
	}

div#page_title_holder
	{
	width: 665px;
	height: 39px;
	background: #555 url(../images/page_title_corner.gif) 100% 0 no-repeat;
	float: left;
	}
div#page_title
	{
	width: 600px;
	height: 39px;
	text-indent: -999em;
	float: left;
	}

form
	{
	padding: 0;
	margin: 0;
	}

img
	{
	border: 0;
	}


div.text_module_casing
	{
	width: 612px;
	background: url(../images/text_module_casing.gif) 0 0 no-repeat;
	border-top: 1px solid #fff;
	padding-bottom: 15px;
	}

ul.check_list li
	{
	background: #efe8df url(../images/checkmark.gif) 5px 50% no-repeat;
	width: 567px;
	padding: 3px 0 3px 20px;
	margin: 3px 0;
	color: #5a5a5a;
	}

ul.check_list li.alt
	{
	background: #f0f0f0 url(../images/checkmark.gif) 5px 50% no-repeat;;
	}

h3.dark
	{
	font-size: 13px;
	color: #373737;
	padding: 0;
	margin: 0;
	}

div.payment_type
	{
	float: left;
	margin-right: 20px;
	}

/*
---------------------------------------------------
Navigation
---------------------------------------------------
*/

div#nav_holder
	{
	width: 900px;
	height: 38px;
	background: url(../images/nav_bg.gif) 0 0 repeat-x;
	float: left;
	margin: 0 0 7px 10px;
	display: inline;
	z-index: 200;
	}
div#nav_right_corner
	{
	float: right;
	width: 6px;
	height: 38px;
	background: url(../images/nav_right_corner.gif) 0 0 no-repeat;
	}
	
ul#nav,
ul#nav ul
	{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	z-index: 300;
	}

ul#nav a
	{
	display: block;
	overflow: hidden;
	}

ul#nav li
	{
	float: left;
	z-index: 300;
	}

ul#nav li ul
	{ /* second-level lists */
	position: absolute;
	background: #000 url(../images/subnav_bg.gif) 0 0 repeat-x;
	border-bottom: 4px solid #ffb142;
	width: 151px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 400;
	}

ul#nav li ul li div.dotted
	{
	width: 140px;
	height: 3px;
	background: url(../images/dotted.gif) 0 1px repeat-x;
	margin-left: 5px;
	}
	
ul#nav li ul li a
	{
	display: block;
	width: 143px;
	margin: 1px;
	padding: 3px;
	font: 11px "lucida sans unicode", "lucida sans", verdana, arial, helvetica, sans-serif;
	color: #dadada;
	text-decoration: none;
	z-index: 402;
	cursor: pointer;
	}
ul#nav li ul li a:hover
	{
	color: #fff;
	/* background: url(../images/subnav_rollover.gif) 0 0 repeat-y; */
	background: #949ec8;
	z-index: 402;
	cursor: pointer;
	}

#nav li:hover ul,
#nav li.sfhover ul 
	{ /* lists nested under hovered list items */
	left: auto;
	z-index: 402;
	}
	
ul#nav li a#nav_logo
	{
	width: 47px;
	height: 38px;
	text-indent: -999em;
	overflow: hidden;
	background: #000 url(../images/nav_logo.gif) 0 0 no-repeat;
	}
ul#nav li a#nav_about
	{
	width: 72px;
	height: 38px;
	text-indent: -999em;
	overflow: hidden;
	background: #000 url(../images/nav_about.gif) 0 0 no-repeat;
	}
ul#nav li a#nav_services
	{
	width: 151px;
	height: 38px;
	text-indent: -999em;
	overflow: hidden;
	background: #000 url(../images/nav_services.gif) 0 0 no-repeat;
	}
ul#nav li a#nav_media
	{
	width: 144px;
	height: 38px;
	text-indent: -999em;
	overflow: hidden;
	background: #000 url(../images/nav_media.gif) 0 0 no-repeat;
	}
ul#nav li a#nav_contact
	{
	width: 82px;
	height: 38px;
	text-indent: -999em;
	overflow: hidden;
	background: #000 url(../images/nav_contact.gif) 0 0 no-repeat;
	}
ul#nav li a#nav_client_login
	{
	width: 103px;
	height: 38px;
	text-indent: -999em;
	overflow: hidden;
	background: #000 url(../images/nav_client_login.gif) 0 0 no-repeat;
	}
	
ul#nav li a#blog_link
	{
	width: 51px;
	height: 38px;
	text-indent: -999em;
	overflow: hidden;
	background: #000 url(../images/blog.jpg) 0 0 no-repeat;
	}

ul#nav li a#nav_logo:hover,
ul#nav li a#nav_about:hover,
ul#nav li a#nav_services:hover,
ul#nav li a#nav_media:hover,
ul#nav li a#nav_contact:hover,
ul#nav li a#nav_client_login:hover,
ul#nav li a#blog_link:hover
	{
	background-position: 0 -38px;
	}

body#vision_philosophy ul#nav li a#nav_about,
body#mile_method ul#nav li a#nav_about,
body#founder ul#nav li a#nav_about,
body#vision_philosophy ul#nav li a#nav_about,
body#faq ul#nav li a#nav_about,
body#vision_philosophy ul#nav li a#nav_about,
body#testimonials ul#nav li a#nav_about,
body#login ul#nav li a#nav_client_login,
body#login ul#nav li a#blog_link,
body#contact ul#nav li a#nav_contact,
body#services_overview ul#nav li a#nav_services,
body#how_to_begin ul#nav li a#nav_services,
body#lifestyle ul#nav li a#nav_services,
body#nutrition_metabolic ul#nav li a#nav_services,
body#nutrition_products ul#nav li a#nav_services,
body#camps_retreats ul#nav li a#nav_services,
body#videos_photos ul#nav li a#nav_media,
body#resources ul#nav li a#nav_media
	{
	background-position: 0 -76px;
	}
	
body#vision_philosophy ul#nav li a#nav_about:hover,
body#mile_method ul#nav li a#nav_about:hover,
body#founder ul#nav li a#nav_about:hover,
body#vision_philosophy ul#nav li a#nav_about:hover,
body#faq ul#nav li a#nav_about:hover,
body#vision_philosophy ul#nav li a#nav_about:hover,
body#testimonials ul#nav li a#nav_about:hover,
body#login ul#nav li a#nav_client_login:hover,
body#login ul#nav li a#blog_link:hover,
body#contact ul#nav li a#nav_contact:hover,
body#services_overview ul#nav li a#nav_services:hover,
body#how_to_begin ul#nav li a#nav_services:hover,
body#lifestyle ul#nav li a#nav_services:hover,
body#nutrition_metabolic ul#nav li a#nav_services:hover,
body#nutrition_products ul#nav li a#nav_services:hover,
body#camps_retreats ul#nav li a#nav_services:hover,
body#videos_photos ul#nav li a#nav_media:hover,
body#resources ul#nav li a#nav_media:hover
	{
	background-position: 0 -38px;
	}
	
/*
---------------------------------------------------
Newsletter Signup
---------------------------------------------------
*/

div#newsletter_signup
	{
	float: left;
	display: inline;
	margin: 7px 0 0 5px;
	}

input#newsletter_input
	{
	border: 0;
	float: left;
	display: inline;
	margin-right: 4px;
	background: #808080;
	width: 150px;
	font: 10px "lucida sans unicode", "lucida sans", verdana, arial, helvetica, sans-serif;
	color: #fff;
	padding: 4px;
	}
	
a#btn_signup
	{
	display: block;
	float: left;
	width: 66px;
	height: 20px;
	background: url(../images/btn_signup.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}
a#btn_signup:hover
	{
	background-position: 0 -20px;
	}

/*
---------------------------------------------------
Footer
---------------------------------------------------
*/

div#footer
	{
	width: 870px;
	height: 30px;
	margin: 0 auto;
	clear: left;
	color: #8c7e67;
	border-top: 20px solid #e8e2d9;
	}

div#footer_logo
	{
	width: 114px;
	height: 21px;
	background: url(../images/footer_logo.gif) 0 0 no-repeat;
	margin-top: -5px;
	}

a#cb_logo
	{
	display: block;
	width: 15px;
	height: 9px;
	background: url(../images/cb_logo.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	float: left;
	}
a#cb_logo:hover
	{
	background-position: 0 -9px;
	}
	
ul.footer_credits
	{
	margin: 0;
	padding: 0;
	list-style:none;
	}
ul.footer_credits li
	{
	display: inline;
	float: left;
	margin-right: 15px;
	}
ul.footer_credits li div.credit
	{
	font-size: 9px;
	float: left;
	margin-right: 6px;
	}

ul.footer_nav
	{
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	}
ul.footer_nav li
	{
	float: left;
	font-size: 9px;
	margin-left: 10px;
	}
ul.footer_nav li a
	{
	font-weight: bold;
	color: #8c7e67;
	text-decoration: none;
	}
ul.footer_nav li a:hover
	{
	font-weight: bold;
	color: #6d6250;
	text-decoration: underline;
	}

div.copyright
	{
	font-size: 9px;
	float: right;
	}

/*
---------------------------------------------------
Section Link Modules
---------------------------------------------------
*/

a.mod_cv
	{
	display: block;
	width: 328px;
	height: 88px;
	background: url(../images/cv.jpg) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}
body#vision_philosophy a.mod_cv
	{
	float: left;
	}

a.mod_faq
	{
	display: block;
	width: 217px;
	height: 82px;
	background: url(../images/mod_faq.jpg) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}
body#founder a.mod_faq
	{
	margin: -18px 0 0 0;
	}

a.mod_slideshow
	{
	display: block;
	width: 217px;
	height: 82px;
	background: url(../images/mod_slideshow.jpg) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}
body#founder a.mod_slideshow
	{
	margin: 12px 0 0 0;
	}
body#meet_the_coach a.mod_slideshow
	{
	margin: 6px 0 0 0;
	}

a.mod_testimonials
	{
	display: block;
	width: 217px;
	height: 82px;
	background: url(../images/mod_testimonials.jpg) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}
body#founder a.mod_testimonials
	{
	margin: 12px 0 0 0;
	}
body#meet_the_coach a.mod_testimonials
	{
	margin: 6px 0 0 0;
	}

a.mod_insight_wisdom
	{
	display: block;
	width: 217px;
	height: 82px;
	background: url(../images/mod_insight_wisdom.jpg) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}
body#how_to_begin a.mod_insight_wisdom
	{
	margin: -18px 2px 0 0;
	float: right;
	}

a.mod_download_pdf
	{
	display: block;
	width: 217px;
	height: 82px;
	background: url(../images/mod_download_pdf.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}
body#camps_retreats a.mod_download_pdf
	{
	margin: 0;
	}

a.mod_meet_coach
	{
	display: block;
	width: 217px;
	height: 82px;
	background: url(../images/mod_meet_coach.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}
body#triathlon_overview a.mod_meet_coach,
body#triathlon a.mod_meet_coach
	{
	margin: 6px 0 0 0;
	}

a.mod_camps_retreats
	{
	display: block;
	width: 217px;
	height: 82px;
	background: url(../images/mod_camps_retreats.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}
body#triathlon_overview a.mod_camps_retreats
	{
	margin: 6px 0 0 0;
	}
	
a.mod_cv
	{
	display: block;
	width: 217px;
	height: 82px;
	background: url(../images/mod_cv.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}

div.mod_triathlogin
	{
	width: 217px;
	height: 105px;
	background: url(../images/login_module.gif) 0 0 no-repeat;
	}
body#triathlon div.mod_triathlogin
	{
	margin: 6px 0 0 0;
	}

a.mini_mod_video
	{
	display: block;
	width: 218px;
	height: 35px;
	background: url(../images/mini_mod_video.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}
body#camps_retreats a.mini_mod_video,
body#triathlon a.mini_mod_video
	{
	margin: 6px 0 0 0;
	}

a.mini_mod_pdf
	{
	display: block;
	width: 218px;
	height: 35px;
	background: url(../images/mini_mod_pdf.jpg) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}
body#how_to_begin a.mini_mod_pdf
	{
	margin: 4px 2px 0 0;
	float: right;
	}

a.mini_mod_sponsors
	{
	display: block;
	width: 218px;
	height: 35px;
	background: url(../images/mini_mod_sponsors.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}
body#triathlon a.mini_mod_sponsors
	{
	margin: 6px 0 0 0;
	}

/*
---------------------------------------------------
Global Buttons
---------------------------------------------------
*/

div.next_prev_buttons
	{
	width: 600px;
	float: left;
	display: inline;
	margin: 30px 0 15px 0;
	}

a.btn_prev_section
	{
	float: left;
	display: block;
	width: 275px;
	height: 20px;
	background: url(../images/btn_prev_section.gif) 0 0 no-repeat;
	padding: 18px 0 0 20px;
	}
a.btn_next_section
	{
	float: right;
	display: block;
	width: 275px;
	height: 20px;
	background: url(../images/btn_next_section.gif) 100% 0 no-repeat;
	text-align: right;
	padding: 18px 20px 0 0;
	}

a#btn_payment_instructions
	{
	float: left;
	display: block;
	width: 216px;
	height: 31px;
	background: url(../images/btn_payment_method.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}
a#btn_download_form
	{
	float: left;
	display: block;
	width: 127px;
	height: 31px;
	background: url(../images/btn_download_form.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}
a#btn_cc_authorization
	{
	float: left;
	display: block;
	width: 162px;
	height: 31px;
	background: url(../images/btn_cc_authorization.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}
a#btn_paypal
	{
	float: left;
	display: block;
	width: 112px;
	height: 31px;
	background: url(../images/btn_paypal.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}
a#btn_payment_instructions:hover,
a#btn_download_form:hover,
a#btn_cc_authorization:hover,
a#btn_paypal:hover
	{
	background-position: 0 -31px;
	}

/*
---------------------------------------------------
Thank You Page
---------------------------------------------------
*/

body#thank_you div#section_header
	{
	width: 920px;
	height: 93px;
	background: url(../images/header_about.gif) 50% 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	float: left;
	}

body#thank_you div#page_title
	{
	background: url(../images/page_title_thank_you.gif) 0 0 no-repeat;
	}

body#thank_you div#right_column
	{
	background: url(../images/bg_logo.gif) 95% 0 no-repeat;
	}

body#thank_you p
	{
	width: 520px;
	}

div#title_thank_you
	{
	width: 147px;
	height: 19px;
	background: url(../images/title_thank_you.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	margin-bottom: 14px;
	}
	
	
	
	
	
div.right_content
{
	width: 280px;
	background: url(../images/text_module_casing.gif) 0 0 no-repeat;
	border-top: 1px solid #fff;
	padding-bottom: 15px;

}
ul.check_list_right
	{
	margin: 8px 0 0 10px;
	padding: 0;
	list-style: none;
	}

ul.check_list
	{
	margin: 8px 0 0 10px;
	padding: 0;
	list-style: none;
	}
	ul.check_list_right li
	{
	background: #efe8df;
	width: 250px;
	padding: 3px 0 3px 20px;
	margin: 3px 0;
	color: #5a5a5a;
	}
	ul.check_list_right li.alt
	{
	background: #f0f0f0;;
	}
	
.aperion_image{
	width: 245px;
	height:16px;
	background: url(../images/aperion.jpg) 0 0 no-repeat;
	margin:31px 0 0 0px;
	padding-bottom:5px;
	font-weight:bold;
	vertical-align:top;
	font: 15px "lucida sans unicode", "lucida sans", verdana, arial, helvetica, sans-serif;
}
.date_img{
	width: 54px;
	height:50px;
	background: url(../images/date.jpg) 0 0 no-repeat;
	margin:31px 0 0 0px;
	padding-bottom:20px;
}