/* Global Stylesheet */
/* DuroMedia */
/* Developed By: Adam Duro */

/* --------------------------------------- */
/* --( Global Styles )-- */
/* --------------------------------------- */

html { background: #CBD3E3 url('../_img/page_bg.gif') repeat-x top left; }

body {
    font: 62.5%/1.25 helvetica, arial, sans-serif;
    font-size: .8em;
    background: url('../_img/header_light.jpg') no-repeat -145px 0px;
}
a {
    text-decoration: none;
}
/* self clearing rules */
.selfclear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.selfclear { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
.selfclear { display: block; }
/* End hide from IE-mac */

.nodisp {
    display: block;
    height: 0;
    width: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* --------------------------------------- */
/* --( Main Container )-- */
/* --------------------------------------- */

#main_container {
    width: 980px;
    margin: 0 auto;
}

/* --------------------------------------- */
/* --( Header )-- */
/* --------------------------------------- */

#header {
    height: 216px;
	position: relative;
    /*background: url('../_img/header_light.jpg') no-repeat top left;*/
}
#header h1 {
    float: left;
	margin: 67px 0 0 128px;
}
#header h1 a {
    display: block;
    height: 135px;
    width: 220px;
    background: url('../_img/header_logo.png') no-repeat;
    text-indent: -3000px;
}
#header_cta {
    width: 467px;
	height: 224px;
	position: relative;
	float: right;
	top: 24px;
	background: url('../_img/header-graphic_03.png') no-repeat;
}
#header_cta span {
    display: block;
}
#header_cta span.b1 {
    background: url('../_img/header_cta_arrow.gif') no-repeat left;
    padding-left: 14px;
}
#header_cta span.b2 {
    background: url('../_img/header_cta_top.gif') no-repeat top right;
}
#header_cta span.b3 {
    background: url('../_img/header_cta_bottom.gif') no-repeat bottom right;
}
#header_cta h3 {
    padding: 11px 0;
    color: #878787;
    font-weight: normal;
    font-size: 1.4em;
    padding-left: 20px;
    display: block;
    height: 48px;
}
#header_cta h3 span {
    color: #CC1417;
}

/* --------------------------------------- */
/* --( Navigation )-- */
/* --------------------------------------- */

#nav ul li {
    display: inline;
}
#nav ul li.parent {
    position: relative;
    display: block;
    float: left;
}
#nav ul li a {
    display: block;
    float: left;
    font-size: 1.4em;
    text-transform: uppercase;
    padding: 12px 20px 8px 0;
    color: #E4E4E4;
}
#nav ul li a:hover {
    color: #8F93C0;
}
#nav ul li ul {
    visibility: hidden; /* Comment This Out to view what dropdown will look like */
    display: block;
    position: absolute;
    top: 42px;
    left: 0;
    width: 200px;
}
#nav ul li ul li a {
    float: none;
    background: transparent url('../_img/50_trans_white.png');
    margin-bottom: 1px;
    padding-left: 15px;
    font-size: 1.1em;
}

/* --------------------------------------- */
/* --( Leaderboard )-- */
/* --------------------------------------- */

#leaderboard {
    height: 176px;
    background: url('../_img/leaderboard_bg.jpg') no-repeat 45px 4px;
    padding-left: 498px;
    padding-top: 38px;
    line-height: 1.9em;
}
#leaderboard h3 {
    color: #101010;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.5em;
}
#leaderboard p {
    color: #716E51;
    font-size: 1.4em;
}
#leaderboard p span {
    background: #939168;
    padding: 4px 2px 3px;
}
#leaderboard p span {
	color: #FFFFFA;
}

/* --------------------------------------- */
/* --( Content )-- */
/* --------------------------------------- */

#content_container {
	margin-top: 17px;
    background: url('../_img/content_bg.gif') repeat-y;
}
#content_container span {
    display: block;
}
#content_container span.b1 {
    background: url('../_img/content_head.gif') no-repeat top;
}
#content_container span.b2 {
    background: url('../_img/content_foot.gif') no-repeat bottom;
    padding: 24px 26px;
}
#content {
    width: 632px;
    float: left;
}
#content ul li {
	list-style-type: circle;
}
#content ul {
	padding-left: 20px;
}
#content h2 {
    font-size: 1.6em;
    margin: 0 0 15px 0;
    font-weight: normal;
    color: #1E3C6F;
}
	#content h2.heading {
		padding-top: 218px;
		background-repeat: no-repeat;
	}
	#content h2.clinic {
		background-image: url('../_img/content-header_01.jpg');
	}
	#content h2.cardio {
		background-image: url('../_img/content-header_02.jpg');
	}
	#content h2.machines {
		background-image: url('../_img/content-header_03.jpg');
	}
	#content h2.contact {
		background-image: url('../_img/content-header_04.jpg');
	}
	#content h2.resources {
		background-image: url('../_img/content-header_05.jpg');
	}
#content h3 {
	font-size: 1.25em;
	margin: 0 0 15px;
	color: #405C9C;
	font-weight: normal;
}
#content ul + h3 {
	margin-top: 1em;
}
#content p {
    margin: 15px 0;
    line-height: 1.8em;
}
#content p.note {
	font-size: .859em;
}
#content span.sep {
    display: block;
    height: 28px;
    margin: 15px 0;
    background: url('../_img/paragraph_seperator.gif') no-repeat center;
}
#content dl.staff dt {
	font-weight: bold;
	color: #8F93C0;
	font-size: 1.167em;
}
#content dl.staff dd {
	margin-bottom: 1.5em;
}
#content .pic {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
#content .picright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
#sidebar {
    width: 246px;
    background: url('../_img/news_bg.gif') no-repeat top;
    padding: 13px 12px;
    float: right;
}
#sidebar ul {
	padding-left: 20px;
	list-style: circle;
}
#sidebar h3 {
    width: 245px;
    height: 18px;
    color: #fff;
    font-weight: normal;
    font-size: 1.3em;
    background: url('../_img/news_head_bg.jpg') no-repeat;
    text-align: center;
    padding: 11px 0;
    margin: 0 0 12px 0;
}
#sidebar a {
	text-decoration: underline;
	color: #8F93C0;
}
#sidebar dl dt,
#sidebar dl dd {
    margin: 12px 0;
}
#sidebar p {
    margin: 10px 0;
}
#sidebar ul li {
	margin-bottom: 1em;
}
/* --------------------------------------- */
/* --( Footer )-- */
/* --------------------------------------- */

#footer {
    padding: 0 18px;
    color: #1E3C6F;
}
#footer p {
    margin: 18px 0;
}
#footer p a {
    color: #1E3C6F;
}
#footer p a:hover {
    text-decoration: underline;
}
#footer div.col1 {
    width: 480px;
    float: left;
}
#footer div.col2 {
    width: 350px;
    float: right;
    text-align: right;
}