/* CSS Document */

/* -------->>> THICKBOX 3.1 <<<-------------------------*/

/* global settings needed for thickbox */
*{padding: 0; margin: 0;}

/* thickbox specific link and font settings */
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* thickbox settings */
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {background: url(../i/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title{
	background-color:#e8e8e8;
	height:27px;
}
#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
	padding:15px;
}
#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/* -------->>> END THICKBOX 3.1 <<<-------------------------*/

body{
margin:0;
padding:0;
line-height: auto;
background:#bac9e8;
color:#333;
font-family:Arial, Helvetica, sans-serif;
font-size: 0.9em;	
}

b{}
em{}
p {	}

#pg{
width: 780px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #fff url(../i/imgTL.gif) top left no-repeat;
}

#pg .pgtr {
	background: url(../i/imgTR.gif) top right no-repeat;
	padding:20px 21px 0px 0px;
	font-size: 0px;
	margin-right:-21px;
	}
#pg .pgbody {
	background: url(../i/imgR.gif) top right repeat-y;
	padding:0px 0px 0px 0px;
	margin-right:-20px;
	}
#pg .pgfill {
	background: url(../i/imgL.gif) bottom left repeat-y;
	padding:0px 0px 0px 1px;
	}
#pg .pgbottom {
	background: url(../i/imgBL.gif) bottom left no-repeat;
	margin-right:-22px;
	padding:0px;
	}
#pg .pgbottom span.pgbr {
	background: url(../i/imgBR.gif) bottom right no-repeat;
	display:block;
	padding:20px;
	font-size: 1px;
	margin:-23px 0 0 0;
	}
	
#topsection{
	height: 140px; /*Height of top section*/
}

#topsection h1{
	position:absolute;
	left: -999px;
}
#topsection #fleming {
	float:right;
	width: 150px;
	margin-top: 20px;
	margin-right: 40px;
	}
	
#topnav {
	margin: 0px 30px;
	padding: 10px;
	border-top: 2px solid #bcc9d1;
	background: #f3f8fc;
	color: #000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight:bold;
	margin-bottom:10px;
}
#topnav li a {
	color: #000;
}

#topnav li.here a {
	color:#999;
	cursor:default;
	}
#top_l {
	width: 79%;
	}
#top_l li {
	padding-right: 1em;
	}
#top_r {
	float:right;
	text-align:right;
	width: 19%;
	}
	
#contentwrapper{
	background:#FFF;
	margin: 0px 30px;
}
#pgnav {
	float: left;
	width: 150px;
	font-weight:bold;
	font-size:0.8em;
}
#pgnav ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
#pgnav li {
	list-style:none;
	margin:0px;
	padding:2px 0px 6px 0px;
	}

#pgnav .navttl{
	font-size:1.2em;
	border-bottom: 1px dotted #333;
	padding: 10px 0px;
	margin-bottom: 10px;
	}
#pgnav li a {
	color: #999;
	}		
#pgnav li.navhere a {
	color: #336699;
	text-decoration:none;
	cursor:default;
}
#pgnav li ul {
	margin-top:4px;
	}
#pgnav li ul li{
	padding-left: 5px;
	}
	
#pgnav #mnu {
	margin-bottom:40px;
	}
	
#content {
	background:#FFF;
	margin: 20px 0px 0px 165px;
	}
#content h1 {
	color: #336699;
	font-size: 1.2em;
	margin:20px 0px 10px 10px;
}
#content h2 {
	font-size: 1.1em;
	color:#333;
	margin-top:20px;
	margin-bottom:10px;
	}
#content h3 {
	font-size: 1em;
	margin-top:10px;
	margin-bottom:10px;
	}
#content img {
	}
#content a {
	color:#000;
	font-weight:bold;
	}

#content ul {
	margin-left: 20px;
	margin-top: 10px;
	}

#content ul.arr  {
	list-style: none;
	}
#content ul.arr li {
	list-style-type:none;
	background: url(../i/bull_333.gif) top left no-repeat;
	margin: 0px;
	padding: 0px 0px 6px 20px;
	}
	
#content #homeimg {
	margin: 0px auto;
	text-align:center;
	}
#content #intro {
	background: #dbe2f2;
	margin-top: 10px;
	padding: 25px;
	}
#content #intro h1 {
	color: #336699;
	margin:0px 0px 10px -10px;
	}
#content #intro p {
	color: #999;
	font-size: 0.8em;
	font-weight:bold;
	}
	
#content .topinfo {
	font-weight: bold;
	font-size:0.9em;
	text-align:left;
	}
#content .topinfo p {
	margin: 10px auto;
	}
	
	
#content #introlinks {
	float:right;
	width: 200px;
	margin:-50px 0px 0px -20px;
	padding:0px;
}
#content #intro #ipy {
	padding: 40px 70px;
	background: url(../i/ipylink.gif) top left no-repeat;
	cursor:pointer;
	}
#content #intro #vt {
	background: url(../i/vtlink.gif) top left no-repeat;
	padding: 58px 70px;
	margin: 0px 0px 0px 135px;
	cursor:pointer;
	}

#content #intro ul a span{
	display:none;
	}
#content #ack {
	margin: 0px 20px;
	font-size: 0.7em;
	color:#999;	
	}
	
#content dl#affiliates dt{
	float: left;
	}
#content dl#affiliates dd{
	margin-left: 220px;
	margin-bottom:20px;
	}	
#content dl#affiliates dt img{
	border:0px;
	}	
#content dl#contact dt{
	width: 100px;
	float: left;
	text-align:right;
	}
#content dl#contact dd{
	margin-left: 120px;
	margin-bottom:20px;
	}

#content dl#staff dt{
	width: 200px;
	float: right;
	}
#content dl#staff dd{
	margin-right: 220px;
	margin-bottom:20px;
	margin-left: 10px;
	color: #666;
	}
#content dl#staff dd h2 {
	margin-left: -10px;
	}

#content dl.links dt {
	background: url(../i/bull_999.gif) top left no-repeat;
	margin: 0px;
	padding: 0px 0px 6px 20px;
	}
#content dl.links dt a{
	color: #666;
	padding-right: 20px;
	background: url(../i/external_link.gif) bottom right no-repeat;
	}
#content dl.links dd {
	padding-left: 50px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #bcc9d1;
	}
#content dl.links dd a {
	color: #4190c9;
	padding-bottom:3px;
	font-size:0.8em;
}

#content #sitemap ul {
	margin:0px;
	padding:0px;
	list-style:none;
	}	
#content #sitemap li {
	list-style-type:none;
	background: url(../i/bull_999.gif) top left no-repeat;
	margin: 0px;
	padding: 0px 0px 6px 20px;
	font-size:0.8em;
	}
#content #sitemap li a{
	color: #666;
	}
#content #sitemap li.navttl {
	background: none;
	font-size:1em;
	border-bottom: 1px dotted #333;
	padding: 10px 0px;
	margin-bottom: 10px;
	font-weight:bold;
	color: #4190c9;
	}	

#content #costtbl {
	width: 90%;
	margin:20px auto;
	padding:0px;
	}
#content #costtbl th{
	font-weight:bold;
	color: #233E83;
	background: #bcc9d1;
	padding: 3px;
	border: 1px solid #233E83;
	margin:0px;
	}
#content #costtbl td{
	background: #fff;
	padding: 3px;
	border-bottom: 1px dashed #333;
	border-right: 1px dashed #333;
	}
#content #costtbl td.tblftr {	
	font-weight:bold;
	color: #233E83;
	background: #bcc9d1;
	padding: 3px;
	border: 1px solid #233E83;
	margin:0px;
	}

#content #treatmenttbl {
	width: 98%;
	margin:20px auto;
	padding:0px;
	}	
#content #treatmenttbl th{
	font-weight:bold;
	color: #233E83;
	background: #bcc9d1;
	padding: 3px;
	border: 1px solid #233E83;
	margin:0px;
	}
#content #treatmenttbl td{
	background: #fff;
	padding: 3px;
	border-bottom: 1px dashed #333;
	border-right: 1px dashed #333;
	}
#content #treatmenttbl td.tblftr {	
	font-weight:bold;
	color: #233E83;
	background: #bcc9d1;
	padding: 3px;
	border: 1px solid #233E83;
	margin:0px;
	}
	
#content dl#web dt{
	font-weight: bold;
	margin-bottom: 10px;	
	
	}
#content dl#web dd{
	margin-bottom: 10px;	
	margin-left: 20px;
	border-bottom: 1px dashed #999;
	}

#content dl#print dt{
	width: 150px;
	float: left;
	text-align:left;
	font-size:0.8em;
	}
#content dl#print dd{
	margin-left: 170px;
	margin-bottom:20px;
	}
#content dl#print dt div.imgshad {
	padding-bottom:8px;
	margin: 0px auto;
	}

#content #newsStory {
	margin-left: 10px;
	}	
#content #newsStory h2 {
	margin-left: -10px;
	font-size: 0.9em;
	}	
#content #newsStory p{
	color: #666;
	}
#content .newsdate {
	border-bottom: 1px dashed #bcc9d1;
	text-align:right;
	font-size: 0.8em;
	color: #999;
	}
#content .story_image {
	float:right;
	margin: 20px;
	width: 200px;
	}
#content .newslink {
	text-align:right;
	}
#content .newslink a {
	color: #4190c9;
	padding-bottom:3px;
	font-size:0.8em;
	margin-right: 100px;
	}
	
#sponsors li {
	padding: 0px 20px;
	}

#ftr{
	background: #dae2f3;
	padding:20px;
	margin:0px 21px;
}
#ftr #cpyrt {
	font-size: 0.7em;
	padding:0px;
	margin:0px;
	float:right;
	color: #333;
}
#ftrnav {
	font-size: 10px;
	float:left;
}
#ftrnav li {
	padding-right: 10px;
}	
#ftrnav a{
	color: #4190c9;
}
#ftrspnsrs {
	padding:30px;
	margin-top:10px; 
	border-top:1px solid #bcc9d1;
	background: #ecf0f9 url(../i/ftr_spnsrs.gif) center no-repeat;
}
#ftrspnsrs li div{
	border-right:1px solid #bcc9d1;
	padding:20px 15px 10px 0px;
	display:inline;
}
		
.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	}

.clear {
	clear:both;
	float:none;
	}
.center {
	margin: 0px auto;
	}
.hr {
	margin: 10px 5%;
	border-bottom: 2px dotted #999;
	}
.hr hr {
	display:none;
	}
ul.inline {
	list-style:none;
	margin: 0px;
	padding: 0px;
	}
ul.inline li {
	display:inline;
	list-style: none;
	padding: 0px;
	margin: 0px;
	}

#content .totop {
	text-align:right;
	}
#content .totop a {
	color: #4190c9;
	padding-bottom:3px;
	font-size:0.8em;
	margin-right: 100px;
	}

#content .sublist {
	font-size: 0.8em;
	color:#666;
	}
#content ul.sublist  {
	list-style: none;
	}
#content ul.sublist li {
	list-style-type:none;
	background: url(../i/bull_999.gif) top left no-repeat;
	margin: 0px;
	padding: 0px 0px 6px 20px;
	}	
	
.hilite {
	background: #dbe2f2;
	margin: 3px auto;
	padding: 15px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	font-weight:bold;
	font-size: 0.9em;
	}
.imgshad {
	padding: 0px 7px 5px 0px;
	margin:0px;
	background: url(../i/img_shad.gif) bottom right no-repeat;
	}
.imgshad img {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	}
.rimg {
	float:right;
	margin: 20px;
	}

.extlnk {
	padding-right: 20px;
	background: url(../i/external_link.gif) bottom right no-repeat;
	}