* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}


#container{
	border: 3px solid #45a8a6;
	width: 894px;
	margin: 20px auto;
	min-height: 500px;
}

#header {
	display: block;
	background: url('../images/header.png') top left no-repeat;
	width: 894px;
	height: 122px;
}

a:hover{text-decoration: underline;}
a {
	text-decoration: none;
	color: #051a5a;
	font-weight: bold;
	font-style: italic;
}

/* #mark NAV */

#nav {
	list-style-type:none;
	height: 34px;
	width: 894px;
	border-collapse:collapse;
}
#nav td{
	float:left;
	padding-left: 40px;
	/* 222-xx */
	width:135px;
	text-align: left;
	height: 38px;
	background: #45a8a6 url('../images/icons-menu-01.png') 7px center no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.7em;
	line-height: 3.5em;
	border-left:2px dotted #ffffff;
	text-decoration: none;
	font-style: normal !important;
	cursor: pointer;
	vertical-align: middle;
}

#nav td.noborder {
	border-left: 0;
}
#nav td.active {background-color: #79c253; cursor:pointer;}

#nav_videos {
	background-image: url('../images/icons-menu-02.png') !important;
	padding-left: 50px !important;
	/* 222-xx */
	/* width:162px !important; */
}
#nav_professional {
	background-image: url('../images/icons-menu-03.png') !important;
	line-height: 1.0em !important;
	padding-top:7px;
	height: 31px !important;
}
#nav_resources {
	background-image: url('../images/icons-menu-04.png') !important;
}
#nav_report {
	background-image: url('../images/icons-menu-05.png') !important;
	line-height: 1.0em !important;
	padding-top:2px;
	padding-left: 47px !important;
	height: 36px !important;
	width: 129px !important;
}

#nav a{font-style: normal !important; color: #fff;}
#nav a:hover {
	text-decoration: none;
	color: #fff;
}

/* #nav_facts { background-image: url('../icons-menu-01.png') !important; } */

#content{
	padding: 50px 600px 50px 40px;
	min-height: 325px;
	font-size: 0.8em;
	color: #051a5a;
	position: relative;
}

#content ul {
	list-style-image: url('../images/caret.png');
	list-style-position:outside;
	margin-left: 4.0em;
} 
#content li {
	margin-bottom: 0.5em;
}

#content.facts, #content.resources, #content.videos, #content.professional{
	padding-right: 40px;
	background-image: none;
}

#content.facts .thumb{
	float:right;
	margin: 1.0em 170px 0 30px;
}

#content.0facts, #content.resources, #content.videos, #content.professional{
	padding-right: 40px;
	background-image: none;
}

#content.0facts .thumb{
	float:right;
	margin: 1.0em 170px 0 30px;
}

#content.professional .thumb{
	float:right;
	margin: 1.0em 170px 0 30px;
}

/* #mark VIDEOS */

#content.videos {
	padding-top: 0px;
	padding-right: 0px;
}
#content.videos li{
	cursor: pointer;
}
#videos_left{
	float:left;
	width: 372px;
	border-right: 2px solid #45a8a6;
	padding-right: 10px;
}
#videos_left li{
	padding-right:20px;
}
#videos_right{
	float:left;
	width: 445px;
	padding-left:25px;
}
#videos_right p{
	text-align: center;
	margin: 20px 0 0 0;
	width: 400px;
}
#videos_right p a{
	font-style: normal;
	font-weight: normal;
}
#videos_right p img{
	vertical-align: -5%;
}
#videoPlayer{
	border:1px solid #000;
}

.transcript {
	position: absolute;
	top: 0;
	left: -999999em;
}

/* #mark RESOURCES */

#content.resources .line {
	width: 452px;
}

#content.resources #resourcesThumb0, #content.resources #resourcesThumb1{
	float:right;
	margin:0 10px;
}
#content.resources #resourcesThumb0{margin-right: 150px}

/* #mark REPORTS */


#content.report {
	padding: 35px 50px 50px 40px;
}

#content.report div.leftCol {
	float: left;
	width: 550px;
}

#content.report div.rightCol {
	overflow: hidden;
	padding: 2.0em 0 0 50px;
}

#live_consultation {
	padding: 0 0 0 300px;
	background: url('../images/live_consultation.png') 0px 5px no-repeat;
	/* margin: 1.5em 0 0 0; */
}

/* #mark - */

.thumb{ border:1px solid #79c253; }


p{ margin: 1.5em 0 1.5em 0; }

.green {color:#79c253}
b, .bold {font-weight: bold;}
.no-ital {font-style: normal;}

.line{border-top:2px dotted #45a8a6;}
.line_spaced {
	border-top: 2px dotted #45a8a6;
	margin: 1.0em 0;
}

.break {
	width: 100%;
	clear: both;
	height: 1px;
	overflow: hidden;
}

#footer{
	display: block;
	border: 0;
	border-top:1px solid #45a8a6;
	/* font-size: 0.6em; */
	/* padding: 12px 220px 6px 40px; */
	width: 894px;
	height: 96px;
	/* color: #45a8a6; */
	background: url('../images/footer.png');
}