/* CSS Document */

/*** NOTE ABOUT HTML TRANSPARENCY AND FLASH ***/
/* If you have an html layer with the opacity set to less than 1 you can not overlap it with flash. To overlay html on flash you must set the wmode (window mode) in the swf settings and when you do this the flash will not load in Firefox on the mac. */


#header {
	border-bottom:none;
	}
#supplementalNavWrapper {
	position:absolute;
	top:44px;
	right:0;
/*	min-width:645px;
	width:auto !important;
	width:645px;*/
	height:66px;
	padding-left:34px;
	padding-right:0;
	background:transparent url(../images/buttons-left.gif) no-repeat;
	}
#supplementalNav {
	height:66px;
	background:transparent url(../images/bg-supplementalNav.gif) repeat-x;
	}
#supplementalNav UL {
	list-style:none;
	margin:0;
	padding:0;
	}
#supplementalNav LI {
	float:left;
	padding:6px 35px 0px 5px;
	}
#supplementalNav LI.first {
	margin:-1px 0 0 0;
	padding:0;
	}
#supplementalNav LI.last {
	padding-right:20px;
	}
#supplementalNavTest {
	border:1px red solid;
	height:66px;
	background:transparent url(../images/bg-supplementalNav.gif) repeat-x;
	}
#supplementalNavTest UL {
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	}
#supplementalNavTest LI {
	float:left;
	padding:6px 35px 0px 5px;
	}
#supplementalNavTest LI.first {
	margin:-1px 0 0 0;
	padding:0;
	}
#supplementalNavTest LI.last {
	padding-right:20px;
	}
#buckets {
	clear:both;
	background-color:#ffffff;
	}
#buckets IMG {
	padding-left:21px;
	float:left;
	}
#flash {
	position:absolute;
	top:10px;
	left:0;
	background-color:#FFFFFF;
	}
#centerWrapper {
	top:220px;
	height:490px;
	background-image:none;
	}
#center {
	position:absolute;
	top:0;
	left:638px;
	width:340px;
	margin-top:0px;
	}
#supplement {
	float:right;
	margin-top:10px;
	margin-right:0px;
	width:340px;
	min-height:471px;
	height:auto !important;
	height:471px;
	border-top:1px solid #BFBFBF;
	border-right:1px solid #BFBFBF;
	border-left:1px solid #BFBFBF;
	overflow:auto;
	}
#supplement H1, #supplement h2, #supplement h3 {
	padding-left:22px;
	}
#supplement P, #supplement TABLE {
	padding-left:38px;
	padding-right:20px;
	font-size:11px;
	}
#supplement LI {
	margin-bottom:10px;
	font-size:12px;
	}
#supplement #twitter-link {
	margin-right:10px;
	font-size:13px;
	}
#supplement TD {
	padding-bottom:10px;
	}
#supplement A:LINK, #supplement A:VISITED {
	color:#000000;
	font-weight:bold;
	}
#footer {
	position:absolute;
	top:482px;
	left:0;
	width:100%;
	}
