@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	background-color:#000;
	}
table {
  font-size:11px;
  }
a:link {
	text-decoration: none;
	color: #dc4003;
	}
	
a:visited {
	color: #507990;
	text-decoration: none;
}	
a:hover, a:active {
	text-decoration: underline;
	}
p {
	font-size: 11px;	
	margin: 0px 0 14px 0;
	line-height: 18px;
	color:#000000;
	}
h1 {
	color: #507990;
	margin:0 0 16px 0;
	padding:0;
	font-size:16px;
	}

h2 {
	margin: 0 0 6px 0;
	padding:0;
	color:#F57E20;
	font-size:14px;
	font-weight:bold;
	}

h3 {	
	margin: 0 0 6px 0;
	font-size:14px;
}

h4 {
	font-size:12px;
	margin:12px 0 10px 0;
	padding:0;
	}
	
ul {
  padding-left: 20px;
  //padding-left: 0px;
  }

/* main CSS
-----------------------------------------------------------------------------*/
#wrapper {
	background: #000 url(images/body_bg.jpg) top center repeat-y;
	}
#container {
	background: url(images/top_bg.jpg) top center no-repeat;
	
	}

#main_content {
	width:779px;
	margin:0 auto;
	text-align:left;
	background: url(images/bottom-corner_bg.gif) bottom left no-repeat;
	padding: 0 0 15px 0;
	}
#main_content_internal {
	width:779px;
	margin:0 auto;
	text-align:left;
	padding: 0 0 15px 0;
	}
#header {
	height:79px;
	padding: 48px 0 0 0;
	}
#logo {
	float:left;
	padding: 8px 0 0 22px;
	}
#topnav {
	text-align:right;
	padding: 0 17px 0 0;
	}
#topnav a {
	color:#FFF;
	margin: 0 0 0 20px;
	}
#flashbox {
	float:right;
	height: 306px;
	width: 389px;
	}
#body-content {
  float:left;
  width:487px;
  padding: 18px 18px 0 25px;  
}

#body-content-wide {
  padding: 18px 18px 0 25px;  
}


/* nav CSS
-----------------------------------------------------------------------------*/
#glbnav {
	height:29px;
	overflow:hidden;
	border-bottom:1px solid #FFFFFF;
	padding: 0 0 0 1px;
	}
#glbnav a {
	height: 29px;
	float: left;
	text-decoration: none;
	text-indent: -1000px;
	overflow: hidden;
	}
#glbnav a:hover {
	background-position: 0 -29px;
	}
#nav_facts {
	width: 134px;
	background: url(images/nav_get-your-facts.gif);
	}
#nav_expert {
	width: 192px;
	background: url(images/nav_ask-the-expert.gif);
	}
#nav_expert_on {
	width: 192px;
	background-position: 0 -29px;
	background: url(images/nav_ask-the-expert.gif);
	}
#nav_love {
	width: 191px;
	background: url(images/nav_love-story.gif);
	}
#nav_live {
	width: 97px;
	background: url(images/nav_live-it.gif);
	}
#nav_win {
	width: 164px;
	background: url(images/nav_win-prizes.gif);
	}



/* Boxes CSS
------------------------------------------------------------*/
.box {
	background: url(images/box_y_bg.gif) top left repeat-y;
	}
.box .box_ttl {
	background: #797B84 url(images/box_top_bg.gif) top left no-repeat;
	padding: 5px 4px 0 4px;
	border-bottom: 1px solid #8A8C96;
	height: 25px;
	}
.box .box_ttl .box_name {
	float:left;
	padding: 4px 0 0 12px;
	}
.box .boxtxtLeft {
	float:left;
	width: 192px;
	padding: 6px 0 0 16px;
	margin: 0 20px 0 0;
	font-weight:bold;
	}
.box p.boxtxtLeft {
	font-size: 11px;	
	/*margin: 0px 0 8px 0;*/
	line-height: 18px;
	color:#000000;
	}
.box .boxtxtRight {
	float:left;
/*	width: 84px; */
	padding: 6px 0 0 16px;
	}
.box p.boxtxtRight {
	font-size: 11px;	
	margin: 0px 0 6px 0;
	line-height: 18px;
	color:#000000;
	}
.box .boxtxtRight a:link, .box .boxtxtRight a:visited {
	text-decoration: none;
	color: #F04807;
	font-size:11px;
	font-weight:bold;
	background: url(images/bullet_arrow.gif) center left no-repeat;
	padding: 0 0 0 8px;
	}
.box .boxtxtRight a:hover, .box .boxtxtRight a:active {
	text-decoration: underline;
	}


.boxWide {
	background: url(images/boxWide_bg.gif) top left repeat-y;
	width: 730px;
	margin-left:25px;
	margin-top: 15px;
	}
	
.boxWide_content {
	padding: 10px 20px;

}	
.rightBox {
	float: left;
	background-color:#e9eaf0;
	width:230px;
	margin-top:30px;
	padding-bottom: 80px;
	background-image: url(images/rightBox_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
        /*min-height: 500px;*/
}

.rightBox a {
 /* font-weight: bold; */ 
}

/* Columns CSS
------------------------------------------------------------*/
.columnLeft {
	float:left;
	width:210px;
	margin: 0 16px 0 0;
	padding: 0 17px 0 0;
	border-right:1px dotted #666666;
	background:url(images/bg_column.gif) no-repeat top left;
	}
.column {
	float:left;
	width:210px;
	padding: 0 33px 0 0;
	background:url(images/bg_column.gif) no-repeat top left;
	}
.columnLeft p, .column p {
	font-weight:bold;
	margin:0;
	}
.columnLeft h3, .column h3 {
	font-size:18px;
	margin: 0 0 8px 0;
	font-weight:bold;
	color:#545454;
	}
.columnLeft ul, .column ul {
	list-style-image: url(images/bullet.gif);
	margin:0;
	padding:0;
	padding-left:15px;
	color:#F15A1F;
	line-height:16px;
	}
.columnLeft li, .column li {
	margin: 5px 0;
	padding-bottom: 5px;
	border-bottom: #CCCCCC 1px dotted;
	}

/* inset_box CSS
------------------------------------------------------------*/
.inset_box {
	width:488px;
	background: url(images/insetbox_y_bg.gif) top left repeat-y;
	margin: 16px 0 0 268px;
	}
.inset_box .inset_boxtxt {
	background: url(images/insetbox_top_bg.gif) top left no-repeat;
	padding: 12px 12px 4px 12px;
	}
.inset_box .inset_boxtxt p {
	margin:0 0 6px;
	padding:0;
	line-height: 14px;
	}
/* Footer CSS
------------------------------------------------------------*/
#footer {
	background: url(images/footer_bg.jpg) center top no-repeat;
	text-align:center;
	}
#footer .fcontent {
	width:779px;
	margin: 0 auto;
	text-align:left;
	color:#FFFFFF;
	}
#footer .fcontent .fleft {
	float:left;
	font-size:10px;
	padding: 18px 0 0 25px;	
	}
#footer .fcontent .fright {
	text-align:right;
	padding: 13px 24px 13px 0;
	}


/* Common CSS
------------------------------------------------------------*/
img {
	border: 0;
	}
.clear {
	clear:both;
	}
.right {
	float:right;
}
.left {
	float:left;
}
.imgRight {
	float:right;
	margin: 0px 0px 10px 15px;
}
.imgLeft {
	float:left;
	margin: 0px 15px 10px 0px;
}
.txtRight {
	text-align:right;
}
.txtLeft {
	text-align: left;
}
.txtCenter {
	text-align: center;
}


.expertQuestion {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 12px;
	padding-right: 15px;
	font-weight: bold;
}
.expertAnswer {
	font-weight:normal;
	color:#666666;
	margin-left: 15px;
}
.rightColBox {
	background-color: #e9eaf0;
	width: 200px;
}
.rightBox_content {
	padding: 5px 15px;
}

/* OHO */

.pullquoteBlue {
  border-bottom:1px dashed #666666;
  border-top:1px dashed #666666;
  color:#3366CC;
  font-family:Georgia,"Times New Roman",Times,serif;
  font-size:15px;
  line-height:140%;
  margin:20px 0px;
  padding:10px;
  font-style: italic;
  }
  
.footnote {
 clear: both;
  border-bottom:1px solid #333333;
  border-top:1px solid #333333;
  font-size:10px;
  margin:10px 0pt;
  padding:5px 0pt;
}

.submitcredits {
 color: #999; 
}

.small-box {
  background: #CED0DD url('/images/smallbox_y_bg.gif') repeat-y; 
  width: 200px; 
  float: left; 
  margin-right: 10px;
}

.small-box h4 {
  background: #797B84 url('/images/smallbox_top_bg.gif');
  margin: 0px;
  padding: 5px 10px;
  color: #FFFFFF;
  text-transform:uppercase;  
}

.small-box-content {
  padding:10px; 
  font-size: 11px; 
  font-family:Arial, Helvetica, sans-serif;  
}

.small-box-content ul {
  list-style-type: square; 
}

.small-box-content li {
  margin-top: 3px;
}

.small-box-content p {
 line-height: 15px;
 margin-bottom: 5px;
  }

p.citation {
  border-top:1px solid #000000;
  font-size:9px;
  padding-top:5px;
  margin-bottom: 0px;
  line-height: 12px;
}

label {
  font-weight: bold;
  }
  
.colorbox {
  padding: 15px;
  background-color: #DEE6EA;
  border: solid 1px #567E94;
  }
.colorbox legend {
  font-size: 12px;
  padding-bottom: 10px;
  }
tr.quiz {
  background-color: #E9EAF0;
  }
table#limit-list {
  border: solid 1px #ccc;
  }
table#limit-list td {
  padding-bottom: 10px;
  }
th.number {
  font-size:40px;
  color: #999;
  font-family: arial;
  padding: 0px 15px 0px 10px;
  font-weight: normal;
  vertical-align: top;
  }
th.number-on {
  font-size:40px;
  color: #F57E20;
  font-family: arial;
  padding: 0px 15px 0px 10px;
  font-weight: normal;
  vertical-align: top;
  }
td#one,td#two, td#three, td#four {
  padding-bottom: 20px;
  } 

