@charset "utf-8";
/* CSS Document */


/* Fancy Box */

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('images/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('images/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('images/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('images/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('images/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('images/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('images/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('images/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('images/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('images/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('images/fancybox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('images/fancybox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('images/fancybox/fancy_title_right.png') repeat-x;
}


/* end fancy box */

#mainNav {
	padding:0;
	margin:0;
	height:26px;
	background:#B80201;
	list-style:none;
	border-bottom:0;
	position:relative;
}

.subpage #mainNav {
	background:#012D59;
	height:53px;
}

#mainNav li{
	float:left;
	background:#012D59;
	background-image:none;
	position:relative;
}

.subpage #mainNav li{
	border-bottom:1px solid #ccc;
}

.subpage #mainNav li:hover,
.subpage #mainNav li.over{
	border-bottom:1px solid #012D59;
}

#mainNav li ul{
	display:none;
	list-style:none;
	padding:0;
	background:#012D59;
	border-bottom:1px solid #fff;
	height:26px;
	width:764px;
	padding-left:4px;
	z-index:2;
	position:absolute;
}

#mainNav li ul{
	border-top:1px solid #aaa;
}
#mainNav li > ul {
	border-top:0;
}
.subpage #mainNav li ul,
.subpage #mainNav li ul li{
	border-bottom:0;
}

/* TRAVIS ADDED RULE TO ON FEATURE */
#mainNav li:hover ul,
#mainNav li.over ul,
#mainNav li.on ul {
	display:block;
}

	#mainNav li:hover ul,
	#mainNav li.over ul {
		z-index: 3;
	}

#mainNav li#main-speakers ul {margin-left:0px;}
#mainNav li#main-news ul {margin-left:-153px;}
#mainNav li#main-hottopics ul {margin-left:-153px;}
#mainNav li#main-capab ul {margin-left:-306px;}
#mainNav li#main-wsbtv ul {margin-left:-306px;}
#mainNav li#main-about ul {margin-left:-459px;}


#mainNav li ul li{
	padding:6px 6px 5px;
}


#mainNav li a.main{
	display:block;
	height:27px;
	text-indent:-1000px;
	overflow:hidden;
	position:relative;
	width:153px;
	z-index:4;
	margin-bottom:-2px;
}

#mainNav li > a.main{
	height:27px;
	margin-bottom:-2px;
}

#mainNav li ul li a{
	text-indent:0;
	overflow:visible;
	color:#fff;
/* new 
	padding: 3px; */
}

#mainNav li ul li a:hover{
	color:#BD9408;
	text-decoration:underline;
}
/* color:#336699;  #f2e9cc  color:#ff0; text-decoration:underline;*/
/* new */
	
	 
#mainNav li#main-home a {
	width:155px;
}

#mainNav li#main-home a.main{height:27px !important;}
#mainNav li#main-home a:hover{height:26px !important;}

#mainNav li#main-speakers {background:#B80201 url("/images/nav/speakers.gif") no-repeat;}

#mainNav li#main-speakers:hover a.main,
#mainNav li#main-speakers.over a.main,
#mainNav li#main-speakers.on a.main,
#mainNav li#main-speakers a.main:hover,
#mainNav li#main-speakers a.on
{background: #012D59 url("/images/nav/speakers_on.gif") no-repeat;}

#mainNav li#main-news {background:#B80201 url("/images/nav/news.gif") no-repeat;}

#mainNav li#main-news:hover a.main,
#mainNav li#main-news.over a.main,
#mainNav li#main-news.on a.main,
#mainNav li#main-news a.main:hover
{background: #012D59 url("/images/nav/news_on.gif") no-repeat;}

#mainNav li#main-news ul li.first{padding-left:75px;}

#mainNav li#main-hottopics {background:#B80201 url("/images/nav/hottopics.gif") no-repeat;}

#mainNav li#main-hottopics:hover a.main,
#mainNav li#main-hottopics.over a.main,
#mainNav li#main-hottopics.on a.main,
#mainNav li#main-hottopics a.main:hover
{background: #012D59 url("/images/nav/hottopics_on.gif") no-repeat;}

#mainNav li#main-hottopics ul li.first{padding-left:0px;}


#mainNav li#main-capab {background:#B80201 url("/images/nav/capabilities.gif") no-repeat;}

#mainNav li#main-capab:hover a.main,
#mainNav li#main-capab.over a.main,
#mainNav li#main-capab.on a.main,
#mainNav li#main-capab a.main:hover
{background: #012D59 url("/images/nav/capabilities_on.gif") no-repeat;}

#mainNav li#main-capab ul li.first{padding-left:200px;}


#mainNav li#main-wsbtv {background:#B80201 url("/images/nav/wsbtv.gif") no-repeat;}

#mainNav li#main-wsbtv:hover a.main,
#mainNav li#main-wsbtv.over a.main,
#mainNav li#main-wsbtv.on a.main,
#mainNav li#main-wsbtv a.main:hover
{background: #012D59 url("/images/nav/wsbtv_on.gif") no-repeat;}

#mainNav li#main-wsbtv ul li.first{padding-left:200px;}


#mainNav li#main-about {background:#B80201 url("/images/nav/aboutwsb.gif") no-repeat;}

#mainNav li#main-about:hover a.main,
#mainNav li#main-about.over a.main,
#mainNav li#main-about.on a.main,
#mainNav li#main-about a.main:hover
{background: #012D59 url("/images/nav/aboutwsb_on.gif") no-repeat;}

/* NICK D CHANGED PADDING SO WE COULD FIT 'PROSPECTIVE SPEAKERS' IN THE LIST */
#mainNav li#main-about ul li.first{padding-left:0;}


#mainNav li#main-home {background:#B80201 url("/images/nav/home.gif") no-repeat;}

#mainNav li#main-home a:hover{background:#B80201 url("/images/nav/home_on.gif") no-repeat;}






body{
 border:0;
 margin:0;
 padding:0;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
 background:#012e5a url(images/bkg.gif) left top repeat-x;
 font-size: 76%;
 text-align:center;
 }
a img{
border:0;
}
a{
color:#022f5b;
text-decoration:underline;
}
a:hover{
text-decoration:none;
color:#b5121b;
}
h1{
font-family:Arial, Helvetica, sans-serif;
color:#022f5b;
font-size:2.0em;
margin-top:0;
margin-bottom:.4em;
}
h1.wsb {	
	font-family:arial,helvetica,sans;
	font-size:24pt;
	line-height:140%;
	font-weight:normal;
	color:#B5121B;
	margin-bottom:6px;
	margin-top:12px;
	

}
h2{
color:#022f5b;
font-size:1.4em;
margin-top:0;
margin-bottom:.4em;
}
#wrapper{
width:770px;
margin:0 auto;
text-align:left;
}
#header{
height:93px;
position:relative;
background:url(images/hdr-bkg.jpg) left top no-repeat;
font-family:Arial, Helvetica, sans-serif;
}
img.logo{
position:absolute;
top:0;
left:0;
}
#callforassist{
width:140px;
position:absolute;
height:40px;
top:43px;
right:0;
font-size:10px;
color:#c0ac47;
text-align:right;
}
#hdrphone{
font-size:22px;
font-weight:bold;
color:#fff;
}
#contentwrapper{
border:1px solid #ffffff;
background:#fff;
font-size:.94em;
}
#content{
background:#fff url(images/bkg2.gif) right top no-repeat;
padding:0 26px;
}
.hdr1{
color:#022f5b;
font-size:1.6em;
padding-top:16px;
}
.hdr2{
color:#b5121b;
font-size:1.4em;
padding:8px 0;
}
.blue{
color:#022f5b;
}
.red{
color:#B5121B;
}
.red a{
color:#B5121B;
text-decoration:none;
}
.red a:hover{
text-decoration:underline;
}
.lrgtext{
font-size:14px;
}
.xlrgtext{
font-size:16px;
}
.smltext{
font-size:10px;
}
table.table1{
margin-bottom:8px;
}
table.table3 td{
border-top:1px solid #c39c22;
}
#content2{
background:#e1cc97;
padding:12px;
color:#022f5b;
}
#content3{
background:#ffffff;
padding:12px 26px;
color:#000000;
}
#content3 p{
margin-top:.4em;
}
table.table2 td p{
margin-top:0;margin-bottom:10px;
}
table td{vertical-align:top;}
#footer{
background:#B5121B;
color: #fff;
font-size: .86em;
padding-bottom:8px;
padding-top:10px;
margin-top:0px;
margin-bottom:0px;
text-align:center;
font-weight:bold;
}
#footer p{margin-bottom:4px;}

ul.videoul{
margin:0;padding:0;
}
ul.videoul li{
list-style:none;
margin:0;padding:2px 0;
padding-left:20px;
background:url(/wsbtv/images/graphics/video-ico.png) 0 3px no-repeat;
}
#rightcol{
width:200px;
float:right;
}
#header2{
height:52px;
background:#012D59;

}

ul.videoul{
margin:2px 0;padding:0;
margin-bottom:12px;
}
ul.videoul li{
list-style:none;
margin:8px 0;padding:0;
padding-left:20px;
background:url(/wsbtv/images/graphics/video-ico.png) 0 4px no-repeat;
}