* {
        margin: 0;
        padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, 
label, ul, ol, dl, fieldset, address {
        margin: 1em 0;
}
li, dd, blockquote {
        margin-left: 1em;
}
html, body {
        font: 80%/130% Verdana, Arial, Helvetica, sans-serif;
}
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}

body
{
	background-color: #336799;
	background-image: url('images/stripe.png');
	background-repeat: repeat-x;
}

small 
{
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:0.9em;
	line-height:1.5em;
	color:#777777;
}

a img
{
	border: 0;
}

.spaced
{
	line-height: 1.7;
}

/* -- Layouts -- */

.divider_caption
{
	background-color: #336799;
	color: white;
	font-weight: bold;
	float: right;
	padding: 2px 5px 2px 5px;
	margin-top: -10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.image_left
{
	float: left;
	padding: 10px;
}

.page_header
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 14px;
	color: #336799;
}

.content_table
{
	padding: 0px;
	margin: 0px;
	border-spacing: 0;
	border: 0;
	border-collapse: collapse;
}

.content_table td { vertical-align: top; }
.page_image { padding: 10px; }

/* -- BEGIN HEADER -- */

#header
{
	background-image: url('images/header_bg.png');
	width: 1000px;
	height: 252px;
	margin: 0 auto;
}

#header_flash
{
	width: 897px;
	height: 232px;
	margin-left: 55px;
	padding-top: 18px;
}

/* -- END HEADER -- */

/* -- BEGIN NAVIGATION -- */

#navigation
{
	background-image: url('images/nav_bg.png');
	width: 1000px;
	height: 64px;
	margin: 0 auto;
}

#navigation a, #navigation a:visited, #navigation a:link, #navigation a:active
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 110px;
	border-right: solid 2px white;
	text-align: center;
	height: 25px;
	line-height: 25px;
}

#navigation a:hover
{
	text-decoration: underline;
}

#navigation_container
{
	margin: 0 0 0 65px;
	padding-top: 22px;
}

#navigation ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li
{
	float: left;
	width: 110px;
	margin: 0;
}

#navigation li ul
{
	position: absolute;
	width: 108px;
	left: -999em;
	padding-left: 2px;
}

#navigation li ul li
{
	background-color: #8b0101;
	width: 108px;
}

#navigation li ul li a
{
	border-right: 0 !important;
	width: 108px;
}

#navigation li:hover ul, #navigation li.fthover ul
{
	left: auto;
}

#navigation_last a
{
	border-right: none !important;
}

/* -- END NAVIGATION -- */

/* -- BEGIN CONTENT -- */

#content
{
	background-image: url('images/content_bg.png');
	background-repeat: repeat-y;
	width: 1000px;
	margin: 0 auto;
}

#content_main
{
	margin: 0 0 0  57px;
	padding-top: 10px;
	width: 575px;
	float: left;
	line-height: normal;
}

#content_main a, #content_main a:visited, #content_main a:active
{
	color: #AA0000;
	text-decoration: none;
	font-weight: bold;
}

#content_main a:hover
{
	text-decoration: underline;
}

.clear
{
	clear: both;
}

hr
{
	height: 1px;
	border: 0;
	background-color: #336799;
	color: #336799;
	margin: 10px 0;
	clear: both;
}

.podcast_icon
{
	background-image: url('images/podcast_icon.png');
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 30px;
	padding: 10px 0 10px 50px;
}

.blog_icon
{
	background-image: url('images/blog_icon.png');
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 30px;
	padding: 10px 0 10px 50px;
}

/* Side bar */

#sidebar
{
	width: 242px;
	float: left;
	margin: 10px 0 0 30px;
}

#logout_button a { color: blue; text-decoration: none; } 
#logout_button a:hover { text-decoration: underline; }

#sidebar_links h2
{
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
}

#sidebar_links ul
{
	padding-left: 5px;
	color: white;
}

html > body #sidebar_links ul { list-style: none; }
#sidebar_links ul li:before, #sidebar_links ul ul li:before { content: "\00BB \0020"; }

#sidebar_links a, #sidebar_links a:active, #sidebar_links a:visited
{
	font-family: Verdana;
	color: white;
	text-decoration: none;
}

#sidebar_links a:hover
{
	text-decoration: underline;
}

#sidebar_userinfo
{
	border-bottom: solid 1px white;
	padding: 10px 0;
}

#sidebar_userinfo p
{
	float: left;
	width: 200px;
	margin: 0;
}

#logout_button
{
	margin-left: 200px;
	width: 42px;
	text-align: right;
}

#sidebar_buttons
{
	border-bottom: solid 1px white;
	padding: 5px 0 5px 0;
}

#sidebar_buttons p
{
	margin: 5px 0 5px 0;
}

#sidebar_getstarted
{
	border-top: solid 1px white;
	padding: 10px 0;
}

#sidebar_successstory
{
	padding: 10px 0;
	color: white;
}

#sidebar_successstory p
{
	clear: left;
}


#ss_title
{
	color: black;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 50px;
}


.ss_thumb
{
	width: 145px;
	height: 142px;
	float: left;
	background-image: url('images/successstory_border.png');
}

.ss_thumb img
{
	margin: 6px 0 0 14px;
}

/* Testimonial and Success Story */
.testimonial_client
{
	padding-bottom: 20px;
}

.testimonial_thumb
{
	width: 145px;
	height: 142px;
	background-image: url('images/testimonial_border.png');
	padding: 0 10px 0 10px;
	background-repeat: no-repeat;
	background-position: top left;
}

.testimonial_thumb img
{
	margin: 12px 0 0 3px;
}

.testimonial_author
{
	color: black;
	font-weight: bold;
	padding: 0 20px 0 20px;
}

.testimonial_desc
{
	color: black;
	padding: 0 20px 0 20px;
}

.testimonial_quote
{
	font-style: italic;
}

.testimonial
{
	clear: both;
}

.right
{
	float: right;
}

.left
{
	float: left;
}

/* Home Page */

#home_welcome
{
	border-bottom: solid 1px #96a7b9;
	padding-bottom: 10px;
}

#home_bottom
{
}

#home_blog
{
	padding-left: 10px;
	padding-bottom: 10px;
}

#home_podcasts
{
	width: 215px;
	float: left;
	padding: 0;
}

#home_podcasts h2
{
	margin-top: 5px;
}

/* Podcast Page */

#podcast_list
{
	width: 300px;
	float: left;
}

#podcast_icons
{
	width: 300px;
	margin-left: 300px;
}

/* Studio Page */

#trainer_list
{
	position: relative;
	min-height: 1%;
	padding-top: 250px;
}

#trainer_list ul
{
	list-style: none;
}

#trainer_list ul li
{
	float: left;
}

#trainer_list ul li img
{
	padding-bottom: 10px;
}

#trainer_list div.bio
{
	display: none;
}

#trainer_list div.selected
{
	display: block;
	position: absolute;
	left: 0pt;
	top: 0pt;
}

#trainer_list div.selected img
{
	float: left;
	padding: 0px 10px 10px 0px;
}

#trainer_list div.bio_desc
{
	height: 250px;
}

#trainer_list div.bio_desc h2
{
	margin-top: 0;
	margin-bottom: 0;
	color: #336799;
}

/* Wellness Partners */
#link_list ul
{
	list-style: none;
}

/* Redirect */

#infopanel
{
	width: 100%;
	text-align: center;
}

/* -- END CONTENT -- */

/* -- BEGIN FOOTER -- */

#footer
{
	background-image: url('images/footer_bg.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	background-color: #336799;
}

#footer span, #footer a, #footer a:visited, #footer a:link, #footer a:active
{
	color: white;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer ul li
{
	list-style: none;
	float: left;
	border-right: solid 1px white;
	padding: 0 10px;
	margin-left: 0;
}

#footer_first
{
	padding-left: 0px !important;
}

#footer_last
{
	border-right: none !important;
}

#footer_left
{
	padding: 30px 0 0 35px;
	width: 700px;
	float: left;
}

#footer_right
{
	height: 22px;
	width: 142px;
	float: right;
	background-image: url('images/pe_logo.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 60px 50px 0 0;
}

/* -- END FOOTER -- */

/* -- BEGIN FORM -- */

.form
{
	text-align: left;
	padding:15px;
	border: solid 1px #ddd;   
	width: 520px; 
}

.form label, .form input, .form div.item
{
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-top:5px;
}


.form legend 
{
	color: #b00000;
	font-weight:bold;
	padding:5px;
}

.form select 
{
	display: inline;
	float:left;
	margin-bottom: 5px;
	margin-top: 5px;					
}

.form label
{
	padding-right: 20px;				
	text-align: right;
	width: 160px;
}

.form br {
	clear: left;	
}

.form .submit 
{
	display:inline;				
	float:none;						          
	margin-bottom:0px;

	/* ie 5.x hack - fixes margin bug 
	http://www.tantek.com/CSS/Examples/boxmodelhack.html*/
	margin-left:95px;						
	voice-family: "\"}\""; 
	voice-family: inherit;

	/* reset the margin back */
	margin-left:180px;
	margin-right:0px;
	margin-top:10px;											
}

.form fieldset.list {
	border:0;
	float:left;
}

/* in case someone adds a legend */
.form fieldset.list legend {
	display:none;
}

.form fieldset.list label, .form fieldset.list input {
	margin-bottom:2px;
	margin-top:2px;
}

.form fieldset.list label {			
	width: 50px;
}			

.form span.required
{
	font-family: Times New Roman;
	font-size: 18px;
	color: red;
}

#error
{
	padding: 10px 20px 20px 20px;
	background-color: #ffcccc;
	border: solid 1px #ff6666;
	width: 540px;
	margin: 10px 0;
}

#error p
{
	font-family: Verdana;
	padding: 5px 0;
	font-weight: bold;
}

#error ul
{
	margin: 0px;
}

#success
{
	width: 540px;
	padding-bottom: 10px;
}

#success p
{
	font-family: Verdana;
	padding: 5px 0;
}

#success ul
{
	margin: 0px;
}

.errormsg
{
	color: red;
}

.question
{
	font-weight: bold;
	color: #336799;
	padding-bottom: 5px;
}

.answer ul, .answer ol
{
	padding-left: 20px;
}

.answer_msg
{
	font-weight: bold;
	color: #b00000;
}

/* -- END FORM -- */
