/*	
	..................................................
	TBS Storyline CSS 
	MArch 2007
	developed by Atomic Fusion : www.atomic-fusion.com
	v1.0 : last updated 03.20.2007
	..................................................
*/

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	color: #d0e7f3;
	margin: 0;
	padding: 0;
	background: #018cab url(../img/body-bg.gif) repeat-x 0 top;
	font: .8em Arial, Helvetica, Geneva, sans-serif;
}

a {
	color: #a8ccdc;
	text-decoration: none;
}

hr {
	border: 0;
	background-color: #82adcd;
	height: 1px;
	width: 100%;
	text-align: center;
}

img {
	border-style: none;
}

a:hover {
	color: #fff;
	font-weight: normal;
	font-style: normal;
}

#container {
	width: 1020px;
	height: 1017px;
	background-color: #034261;
}

#main {
	width: 870px;
	height: 1017px;
	background: #034261 url(../img/container-bg.jpg) no-repeat;
}

#main h1 a {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 300px;
	height: 65px;
	background: url(../img/logo.jpg) no-repeat;
}

#main h1 a span {
	display: none;
}

#video-column {
	position: absolute;
	top: 120px;
	left: 20px;
	width: 340px;
	z-index: 80;
}

#tabs {
	border: 1px solid #87b1c7;
	border-width: 1px 1px 0 1px;
	width: 240px;
	position: absolute;
	top: 120px;
	left: 360px;
}

#tabs ul {
	list-style-type: none;
	height: 19px;
	background: url(../img/nav-bg.jpg) repeat-x;
	border-bottom: 1px solid #94bacd;
}

#tabs ul li {
	float: left;
}

#tabs ul li a {
	display: block;
	text-align: center;
	height: 16px;
	padding-top: 3px;
	width: 79px;
	font-size: .85em;
}

#tabs li a.on {
	background: url(../img/nav-bg-on.jpg) repeat-x;
	color: #024361;
}

#tabs li.mid a {
	width: 80px;
	border-left: 1px solid #94bacd;
	border-right: 1px solid #94bacd;
}

#video-tabs {
	position: absolute;
	top: 140px;
	width: 240px;
	left: 360px;
	height: 400px;
	border: 1px solid #87b1c7;
}

ul#tabs li a:hover {
	color: #fff;
}

#video-tabs ol {
	list-style-type: none;
}

#video-tabs ol li {
	background-color: #207dad;
	clear: left;
	height: 67px;
	padding-top: 10px;
	line-height: 1.7em;
	font-size: .9em;
}

#video-tabs ol li.alt {
	background-color: #0f73a7;
}

#video-tabs ol li a {
	font-weight: bold;
	text-decoration: underline;
}

#video-tabs ol li img {
	float: left;
	padding-left: 5px;
}

.anchors .tabs-selected a {
	background: url(../img/nav-bg-on.jpg) repeat-x;
	color: #024361;
	height: 22px;
}

.anchors .tabs-selected a:hover {
	color: #024361;
}

div.scrollable {
	overflow: auto;
	/*scrollbar-arrow-color: #7C8484;
	scrollbar-3dlight-color: #7C8484;
	scrollbar-darkshadow-color: #373737;
	scrollbar-face-color: #666666;
	scrollbar-highlight-color: #cccccc;
	scrollbar-shadow-color: #333333;
	scrollbar-track-color: #999999;*/

	/*scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: : #000000;
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #d4d4d4;
	scrollbar-highlight-color: #f9f9f9;
	scrollbar-shadow-color: #777777;
	scrollbar-track-color: #373737;*/
}
#ad {
	text-align: center;
	margin-top: 10px;
	font-size: .8em;
}

#ad img {
	/*margin-top: 10px;*/
}

#pathfinders {
	position: absolute;
	top: 560px;
	left: 360px;
	width: 250px;
}

#pathfinders p, #partners p {
	font-size: .85em;
}

#pathfinders h3 {
	background-image: url(../img/pathfinders.jpg);
	width: 120px;
	height: 30px;
	margin-bottom: 5px;
}

#pathfinders h3 span {
	display: none;
}

#pathfinders .pdf {
	background: url(../img/pdf.jpg) no-repeat 0 50%;
	padding-left: 20px;
}

/* @group nav-text */

#nav-text {
	position: absolute;
	top: 70px;
	left: 552px;
	height: 20px;
}

#nav-text li a span {
	/*visibility: hidden;*/
}

#nav-text ul {
	list-style-type: none;
	margin: 0 0 0 7px;
	padding: 0;
	height: 20px;
}

#nav-text li {
	margin: 0;
	padding: 0;
	float: left;
}

#nav-text li a {
	display: block;
	margin: 0;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
	padding-right: 9px;
	padding-left: 9px;
	color: #fff;
	float: left;
}

#nav-text li a:hover {
	color: #a8ccdc;
}

/* @end */

/* @group nav */

#nav {
	position: absolute;
	top: 70px;
	left: 525px;
	height: 20px;
}

#nav li a span {
	/*visibility: hidden;*/
}

#nav ul {
	list-style-type: none;
	margin: 0 0 0 7px;
	padding: 0;
	height: 20px;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
}

#nav li a {
	display: block;
	margin: 0;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	float: left;
	padding: 0 10px;
}

#nav li a.on {
	background: url(../imgs/nav-on.gif) no-repeat;
}

#nav li a:hover {
	color: #e1e1e1;
}

#rightnav {
	position: absolute;
	left: 870px;
	width: 125px;
	top: 75px;
}

#rightnav ul {
	margin: 0;
	list-style-type: none;
	padding: 0 0 10px 2px;
}

#rightnav li {
	font-size: .9em;
	width: 115px;
}

#rightnav li a {
	margin-right: 0;
	margin-left: 0;
	border-bottom: 1px dotted #ccc;
	display: block;
	text-decoration: none;
	padding: 4px 0 4px 1px;
	color: #fff;
	font-size: .85em;
}

#rightnav li.last a {
	border-bottom: none;
}

#rightnav li a:hover, #rightnav li.on {
	background-color: #371f2a;
}

#rightnav.im li a:hover, #rightnav.im li.on {
	background-color: #342519;
}

#rightnav.mm li a:hover, #rightnav.mm li.on {
	background-color: #1e271e;
}

#rightnav.cv li a:hover, #rightnav.cv li.on {
	background-color: #1d5671;
}
/* @end */

/* @group rightnav */

#rightnav {
	position: absolute;
	left: 890px;
	width: 125px;
	top: 70px;
}

#rightnav ul {
	margin: 0;
	list-style-type: none;
	padding: 0 0 5px 2px;
}

#rightnav li {
	font-size: .9em;
	width: 115px;
}

#rightnav li a {
	margin-right: 0;
	margin-left: 0;
	border-bottom: 1px dotted #ccc;
	display: block;
	text-decoration: none;
	padding: 4px 0 4px 1px;
	color: #fff;
	font-size: .85em;
}

#rightnav li.last a {
	border-bottom: none;
}

#rightnav li a:hover {
	background-color: #1d5671;
}

/* @end */

#segments {
	position: absolute;
	top: 120px;
	left: 618px;
}

h2 {
	font-size: 1.4em;
	color: #fff;
	padding-top: 25px;
}

h4 {
	color: #fff;
	font-size: 1.2em;
	padding-top: 15px;
	padding-bottom: 5px;
}

h4.coverstory {
	color: #fff;
	font-size: 1.2em;
	padding-top: 25px;
	padding-bottom: 2px;
}

h5 {
	color: #fff;
	font-size: 1em;
	padding-bottom: 5px;
}

p {
	margin-right: 20px;
	margin-bottom: 10px;
	line-height: 1.4em;
	font-size: .9em;
}

#about-tbss {
	width: 320px;
	position: absolute;
	top: 730px;
	left: 20px;
	/*background-image: url(../img/about-tbss.jpg);*/
}

#about-tbss p {
	font-size: .9em;
	line-height: 1.6em;
}

#partners {
	width: 240px;
	position: absolute;
	top: 730px;
	left: 360px;
	/*background-image: url(../img/about-tbss.jpg);*/
}

#partners img {
	float: left;
	/*border: 1px dotted #fff;*/
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

/*#partners a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: underline;
	font-size: .85em;
}*/

#separator {
	width: 580px;
	height: 15px;
	left: 20px;
	top: 715px;
	position: absolute;
	/*background-image: url(../img/line.jpg);*/
}

#popup {
	/*width: 520px;
	height: 350px;*/
	/*position: absolute;
	top: 50px;
	left: 50px;*/
	background: url(../img/pop_up-bg.jpg) no-repeat;
	padding-left: 20px;
	padding-top: 155px;
	color: #a5f9a1;
}

#popup h4 {
	color: #fff;
}

#popup .close a {
	position: absolute;
	top: 25px;
	left: 450px;
	color: #a5f9a1;
	font-weight: bold;
	font-size: .8em;
}

#footer {
	position: absolute;
	top: 1040px;
	left: 20px;
	background: url(../img/tbs-footer.gif) no-repeat;
	width: 400px;
	height: 50px;
	padding-top: 25px;
	font-size: .8em;
}

#footer a {
	text-decoration: underline;
}

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