html {
background:url(/images/bg_repeat_y.png) repeat-y top center;
}

body {
background:url(/images/bg_top.png) no-repeat top center;
font-family:Arial, Helvetica, sans-serif;
color: #000000;
font-size:12px;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

a{
color:#0066FF;
text-decoration:none;
}

a:hover{
color:#0066FF;
text-decoration:underline;
}


/* MAIN NAVIGATION */

#nav {
width:860px;
height: 35px;
color:#FFF;
font-size:13px;
font-weight:bold;
background:url(/images/nav_bg.png) repeat-x;
background-color:#003366;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
}

#nav ul{
margin:0;
padding:0;
list-style:none;
float:left;
width:860px;
}

#nav ul li{
float:left;
background: url(/images/nav_right.png) no-repeat top right;
}

#nav li a {
display:block;
padding: 0 1.7em;
line-height: 2.5em;
height:35px;
background: url(/images/nav_left.png) no-repeat top left;
text-decoration: none;
color: #fff;
float:left;
}

#nav ul a:hover{
text-decoration:underline;
}

#nav .selected{
text-decoration:underline;
}


/* TABS AND TAB CONTENT */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: "";
}

.tabs-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width:535px;
	height:50px;
}

.tabs-nav li {
    float: left;
    margin: 0;
	padding: 0;
	display: inline;
	width:178px;
	height:50px;
    min-width: 178px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
	width:178px;
	height:50px;
    padding:0;
	margin:0;
    background: url(/images/tabnav_bg.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    padding: 0;
	margin: 0;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}

.tabs-nav .tabs-selected a, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 0 50px;
    outline: 0; 
}

.tabs-nav a:hover {
	background-position: 0 -100px;
}

.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 0 0;
}
.tabs-nav a span {
    width: 178px; /* IE 6 treats width as min-width */
    height: 50px; /* IE 6 treats height as min-width */
    min-width: 178px;
    min-height: 50px;
    padding-top: 0;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6*/
    width: auto;
    height: auto;
}

/*
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
*/

.tabs-nav .tabs-selected a span, .tabs-nav a:focus span, .tabs-nav a:active span, .tabs-nav .tabs-selected a:hover span {
    background-position: 0 0;
}

.tabs-nav a:hover span {
	background-position: 0 -100px;
}

.tabs-nav a span {
    background-position: 0 -50px;
}

.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}

.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.tabs-nav .tabs-disabled {
    opacity: .4;
}

.tabs-container {
    /*border-top: 1px solid #97a5b0;*/
    padding: 0;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(/images/page/ask/images/loading.gif) no-repeat 0 50%;
}


/* content */

#facts{
width:535px;
height:325px;
background:url(/images/tab_content_bg.png) no-repeat top left;
}

#story{
width:535px;
height:325px;
background:url(/images/tab_content_bg.png) no-repeat top left;
}

#rep{
width:535px;
height:325px;
background:url(/images/tab_content_bg.png) no-repeat top left;
}

#webcast{
width:535px;
background:url(/images/webcast_bg.png) no-repeat top left;
}

#redtitle{
font-family:Arial, Helvetica, sans-serif;
color:#CC0000;
font-size:15px;
font-weight:bold;
}

#title1{
font-family:Arial, Helvetica, sans-serif;
color:#C84B13;
font-size:16px;
font-weight:bold;
padding: 1px 0 4px 0;
margin-bottom:10px;
border-bottom:1px solid #cccccc;
width:530px;
}

#bigblue{
font-size:24px;
font-weight:bold;
color:#003366;
}

#smallHead{
margin-bottom:10px;
font-size:12px;
font-weight:bold;
color:#003366;
}

#smallHead a{
color:#003366;
text-decoration:none;
}

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

#title{
font-family:Arial, Helvetica, sans-serif;
color:#C84B13;
font-size:16px;
font-weight:bold;
padding: 1px 0 4px 0;
margin-bottom:10px;
border-bottom:1px solid #cccccc;
}

#title2{
font-family:Arial, Helvetica, sans-serif;
color:#C84B13;
font-size:16px;
font-weight:bold;
padding: 1px 0 4px 0;
float:left;
width:660px;
}

#titleRight{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:right;
padding: 5px 0 4px 0;
float:right;
width:150px;
}

#headline{
font-size:16px;
font-weight:bold;
}

#headline a{
color:#003366;
text-decoration:none;
}

#headline a:hover{
color:#003366;
text-decoration:underline;
}


/* QUICK POLL */

.pollQuestion{
font-weight:bold;
}

.pollAnswerBlock{
margin:10px 0 10px 0;
}



/* FOOTER */

#ftr {
margin:25px 30px 25px 30px;
font-size:11px;
text-align:center;
border-top:1px solid #dddddd;
padding-top:10px;
}

#ftr a{
text-decoration:none;
font-weight:normal;
}

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

#search_box {

font-size: 70%;
float: right;
margin: 42px 1px 0 0;

}


#submit_button {

font-size: 70%;
float: right;
margin: 40px 10px 0 0;

}

#rightCol{
margin-left:15px;
}

#box{
border: 1px solid #003366;
background-color:#EDF2F3;
margin-bottom:15px;
}

#date{
font-size:11px;
}