@charset "UTF-8";
/* MAKE TAB SELECTED */


/* CONTENT DIVS */

/* LEFT COLUMN */

div#left_sidebar{
	float:left;
	width:192px;
	text-align:left;
	padding-left:10px;
}

/* RIGHT COLUMN CONTENTS */

div#right_column{
	float:right;
	width:700px;
	padding:0px;
	padding-left:20px;
	text-align:left;
}

/* MAIN CONTENTS */

div#content_main{
	float:left;
	width:420px;
	padding:0px;
	padding-right:60px;
	text-align:left;
}

/* VIDEO MODULE */
div#module{
	width:390px;
	padding:25px;
	background-color:#1e252b;
	margin-bottom:20px;
	overflow:hidden;
}
div#module_left{
	float:left;
	width:180px;
}
div#module_right{
	float:right;
	width:180px;
}


ol#physlist li {
	padding-bottom:10px;
	list-style:decimal;
	}
ul#physlist_in li{
	padding-bottom:0px;
	list-style:circle;}
	
	

/* ALT. RIGHT SIDEBAR */

div#sidebar2{
	text-align:left;
	position:absolute;
	margin:0px;
	top:0px;
	right:10px;
	width:210px;
	padding-bottom:20px;
}

#sidebar2 ul, li{
	list-style:none;
	padding:0px;
	margin:0px;
}
/* TEXT STYLES */

#content_main p{
	text-align:left;
	line-height:16px;
}

/* HEADERS */

h1.physinfo{
	display:block;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	/* width:440px; redundant; commented due to layout problem in IE */
	height:30px;
	background: url(../images/h1_physinfo.png) no-repeat;
}

	
/* CLASSES */

.sidebarbottom{
	width:210px;
	height:22px;
	position:absolute;
	bottom:0px;
	left:0px;
}

/* NAVIGATION */

#left_sidebar ul, li{
	list-style:none;
	margin:0;
	padding:0;
}

#left_sidebar a{
	display:block;
	width:191px;
	height:24px;
	margin:0;
	margin-top:5px;
	margin-bottom:5px;
	text-indent:-9999px;
}

#left_sidebar a.snav_understanding{
	margin-top:0px;
	background:url(../images/snav_understanding.png) left no-repeat;
}
#left_sidebar a.snav_understanding:hover{
	background:url(../images/snav_understanding_over.png) left no-repeat;
}
a.snav_symptoms{
	background:url(../images/snav_symptoms.png) left no-repeat;
}
a.snav_symptoms:hover{
	background:url(../images/snav_symptoms_over.png) left no-repeat;
}
a.snav_consequences{
	background:url(../images/snav_consequences.png) left no-repeat;
}
a.snav_consequences:hover{
	background:url(../images/snav_consequences_over.png) left no-repeat;
}
a.snav_failed{
	background:url(../images/snav_failed.png) left no-repeat;
}
a.snav_failed:hover{
	background:url(../images/snav_failed_over.png) left no-repeat;
}

/* RIGHT SIDEBAR LINKS */

#sidebar2 li a{
	color: #b5bdc3;
	text-decoration:underline;
}
#sidebar2 li a:hover{
	color: #FFF;
	text-decoration:underline;
}
#sidebar2 li a.selected{
	color: #FFF;
	font-weight:bold;
	text-decoration:none;
}


