﻿html {
	overflow: auto; /*Hide disabled scrollbar on lt IE 8*/
}
body  {
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align:center; /* Centers the container in IE 5 browsers. The text is then set to the left aligned default in the #container selector */
	color:#808080;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:1.5em; /*Default height for everything is based on above font-size*/
	font-weight:normal;
	text-decoration:none;
	background:url(images/baseBackground.jpg) repeat-x;
}

/* Styles for fadePopup overlay & message box */
#DimBackground {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	display:none;
	text-align:left;
	background:#000; /*dim color*/
	/*this part define's the opacity/transparency of the dim*/
	opacity: 0.7;-moz-opacity:0.70;filter: alpha(opacity=70);
	z-index:9999;
}
/* Message box, positioned in dead center of browser */
#msgBoxPopup {
	position:absolute;
	top:150px; /*default top position of the message box 50%*/
	left:50%;
	margin-top:-100px;
	margin-left:-425px;
	z-index:10000;
	display:none;
	width:850px;
	height:auto;
	border:5px solid #222;
	background:#FFF;
	padding:5px;
}
#msgBoxPopup img {
	border:none;
	margin:5px;
}
/* The "X" in the upper right corner of msgBoxPopup */
#msgBoxPopup .popupClose {
	top:0px;
	float:right;
}

#container {
	position:relative;
/*!!820!!*/	width:920px; /*IE 5.5 box model*/
/*!!800!!*/	width/**/:/**/900px;
	margin:0 auto;
	padding:0 10px 0 10px;
	text-align:left; /* this overrides the text-align: center on the body element. */
	overflow:hidden;
}
#header {
	margin:0 0 -4px 0; /*IE 8, Mozilla, etc.*/
	*margin-bottom:0; /*lte IE 7*/
	padding:0;
	position:relative;
	color: #C9E6EB;
	height:428px;
}
#container #header #leftHead {
	float: left;
	width: 192px; /*IE 5.5 box model*/
	width/**/:/**/202px;
	margin: 60px 10px 0 0;
}
#container #header #centerHead {
	float: left;
	margin: 55px 0 0 10px;
	margin-left/**/:/**/0; /*IE 5.5 box model*/
/*!!376!!*/	width:476px; /*Force width for small content*/
}
#container #header #rightHead {
	float: left;
	width: 192px; /*IE 5.5 box model*/
	width/**/:/**/202px;
	margin: 25px 0 0 10px;
}
#container #header #rightHead p span span {
	white-space:nowrap; /*With large fonts turned on wraps text too early*/
}
#container #header #leftHead #what_is_bottom, #container #header #leftHead #what_is_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:white;
}
#container #header #leftHead #what_is_top {
	display:none;
}
/* Center graphic on Home page */
#container #header #centerHead #base_centerHead {
	text-align:center;
}
/* Center graphic on other pages */
#container #header #centerHead #standard_centerHead {
	height:144px;
	width:188px;
	display:none;
}

#container #header #rightHead #auction {
	border-bottom: 1px white solid;
	padding-bottom: 10px;
	padding-top: 25px;
	margin-right:10px; /*Match the right margin so that the border does not extend too far*/
	*+margin-bottom:-9px; /* IE7 remove extra spacing */

	text-align:justify;
	white-space:nowrap;
	width:192px;
}
#container #header #rightHead #auction .date {
	font-family: Arial, Helvetica, sans-serif;
	color:white;
	font-size:28px;
}
#container #header #rightHead #auction .what {
	font-family: Arial, Helvetica, sans-serif;
	color:#FDC300;
	font-size:40px;
}
#container #header #rightHead #auction .title {
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:3px;
	padding-top:10px;
}
#container #header #rightHead p #em {
	font-weight:bold;
}
#container #header #rightHead #auction a {
	text-decoration:none;
	font-weight:normal;
	color: #C9E6EB;
}

#container #header #logo {
	*+margin-bottom:-9px; /* IE7 remove extra spacing */
	height:144px;
	width:188px;
}

#panels {
/*!!376 -> 476!!*/	background:url(images/FSH_centerPanel.jpg) repeat-y center;
	*zoom:1; /*IE 5.5/6 background repainting bug*/
}
#topPanel {
	/*Hidden panel to force #panels div to be the full height for background painting*/
	margin:0;
	padding:0;
}
#bottomPanel {
	/*Hidden panel to force #panels div to be the full height for background painting*/
	clear:both;
	margin:0;
	padding:0;
}
#leftPanel {
	float:left; /* since this element is floated, a width must be given */
	width:202px; /* padding keeps the content of the div away from the edges */
	margin:5px 10px 15px 0;
}
#centerPanel {
	float:left; /* since this element is floated, a width must be given */
/*!!376!!*/	width:476px;
/*!!326!!*/	width/**/:/**/426px;
	margin:0 10px 0 0;
	padding:5px 25px 20px 25px;
} 
#rightPanel {
	float:left; /* since this element is floated, a width must be given */
	width:202px; /* padding keeps the content of the div away from the edges */
	margin:5px 0 15px 0;
}
#footer {
	clear:both;
	padding:0;
	margin:0;
	border-top:20px #01B3CD solid;
}
#footer div {
	padding:0;
/*!!800!!*/	width:900px;
	overflow:hidden;
	margin:0 auto;
}
#footer div p {
	margin:0;
	padding:10px 0 0 0;
	text-align: center;
	font-size: 11px;
	line-height:13px;
}
/*Hidden submenus*/
#leftPanel ul {
	display:none;
}
#leftPanel .article {
	margin:0;
	padding:0;
}
#leftPanel .article .title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#F49100;
}
#leftPanel .body {
	margin:0;
	padding:0;
}
#leftPanel .body p {
	margin:0;
	padding:0;
}
.hr {
	margin:10px 0;
	height:1px;
	font-size:1px;
	border-top:1px #808080 solid;
	clear:both;
}
.dotted {
	border-top-style:dotted;
}
#leftPanel hr, #rightPanel hr {
	margin:10px 0;
	height:1px;
	font-size:1px;
}

#centerPanel #shortdef, #centerPanel .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#01B3CD;
	line-height:26px;
}
#centerPanel #shortdef span {
	font-size: 22px;
}
.testimony {
	text-align:left; /*Override body*/
}
#centerPanel p, .testimony p {
	margin:10px 0;
	padding:0;
}
#centerPanel .subTitle, .testimony .subTitle {
	font-size:15px;
	font-weight:bold;
}
#centerPanel .article {
	margin:0;
	padding:0;
	clear:both;
}
#centerPanel .article .title {
	margin:20px 0 10px 0;
}
#centerPanel .article .body {
	margin:0;
	padding:0;
}
#centerPanel .article .body p {
	margin:0;
	padding:0;
}
#centerPanel table {
	margin:0 -5px 0 -22px;
	padding:0;
	font-size:14px; /*Reset table font size for IE 5.5*/
	line-height:1.6em;
}
#centerPanel table th {
	vertical-align:bottom;
	text-align:center;
}
#centerPanel table th, #centerPanel table td {
	padding-bottom:20px;
}

#leftPanel .item, #rightPanel .item {
	margin:0;
	padding:0;
	clear:both;
}
#leftPanel .item .title, #rightPanel .item .title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0;
	margin:0;
	font-size:18px;
	color:#01B3CD;
	line-height:20px;
}
#leftPanel .item p, #rightPanel .item p {
	padding:0;
	margin:0;
}
#leftPanel ol, #rightPanel ul {
	margin:0 0 5px 0;
	padding:0;
	list-style-type:none;
}
#leftPanel li, #rightPanel li {
	padding-bottom:4px;
}
.titledPic {
	margin:0 0 5px 0;
	padding:0;
	font-size:9px;
}
#leftPanel img.subPic {
	margin:0 0 5px 0;
}

/*Basic link defaults*/
a, a:link, a:visited {
	color:#00A0E1;
}
a:hover, a:active {
	color: #F49100;
}
a:focus {
	outline:none;
}

/*Override default color for submenus*/
#container #panels #leftPanel a:hover, #container #panels #leftPanel ul li a:active {
	color:#FDC200;
}

/*Links in header*/
#container #header a, #container #header a:link, #container #header a:visited,
#footer a, #footer a:link, #footer a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:black;
	text-decoration:none;
}
#container #header a:hover, #container #header a:active,
#footer a:hover, #footer a:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#F59100;
	text-decoration:none;
}
/*Top quick navigation list*/
#container #header ol {
	margin:5px 0 0 0;
	padding:0;
	list-style-type:none;
}
#container #header ol li {
	color:black;
	text-decoration:none;
	display:inline;
	margin-right:15px;
}
/*Top quick navigation arrows*/
#container #header .arrow_img {
	vertical-align:middle;
}
#container #header img {
	vertical-align:top;
	border-style:none;
}
a img {
	border:0;
}

/* Left home page menu item */
#newsbutton {
	text-align:center;
	margin-bottom:4px;
}
#newsbutton a {
	letter-spacing:0.1em;
	text-transform:uppercase;
	font-size:12px!important;
	margin-right:4px;
	color:#808080;
	*zoom:1; /*IE 5.5 spacing bug*/
	text-decoration:none;
	margin:0;
}
a div.buttonOut {
	background-color:#eeeeee;
	border-width:0 2px 2px 0;
	border-style:solid;
	border-color:#d0d0d0;
}
a div.buttonIn {
	background-color:#eeeeee;
	border-width:2px 0 0 2px;
	border-style:solid;
	border-color:#d0d0d0;
}

/* Top menu item list*/
#container #header ul {
	margin:15px 0 0 0;
	padding:0;
	list-style-type:none;
	white-space:nowrap; /*With large fonts turned on wraps text too early*/
}
#container #header ul li {
	display:inline;
	letter-spacing:0.1em;
	text-transform:uppercase;
	font-size:12px!important;
	font-weight:bolder;
	margin-right:4px;
	color:#808080;
	*zoom:1; /*IE 5.5 spacing bug*/
}

/*Overrided header link colors for menu list*/
/*Add bare "a" for IE 5.5*/
#container #header ul li a, #container #header ul li a:link, #container #header ul li a:visited,
#footer a, #footer a:link, #footer a:visited {
	color:#808080;
}
#container #header ul li a:hover, #container #header ul li a:active,
#footer a:hover, #footer a:active {
	color:#F59100;
}

/*Site menu navigation, which essentially overrides the above unless a sitemap location is not specified*/
#siteHome #container #header ul li a.siteHome, #siteHome #container #header ul li a.siteHome:link, #siteHome #container #header ul li a.siteHome:visited,
#siteAboutUs #container #header ul li a.siteAboutUs, #siteAboutUs #container #header ul li a.siteAboutUs:link, #siteAboutUs #container #header ul li a.siteAboutUs:visited,
#siteContribute #container #header ul li a.siteContribute, #siteContribute #container #header ul li a.siteContribute:link, #siteContribute #container #header ul li a.siteContribute:visited,
#siteAuction #container #header ul li a.siteAuction, #siteAuction #container #header ul li a.siteAuction:link, #siteAuction #container #header ul li a.siteAuction:visited,
#siteTestimonies #container #header ul li a.siteTestimonies, #siteTestimonies #container #header ul li a.siteTestimonies:link, #siteTestimonies #container #header ul li a.siteTestimonies:visited,
#siteEducation #container #header ul li a.siteEducation, #siteEducation #container #header ul li a.siteEducation:link, #siteEducation #container #header ul li a.siteEducation:visited
{
	color:#03B2CF;
}
#siteHome #container #header ul li a.siteHome:hover, #siteHome #container #header ul li a.siteHome:active,
#siteAboutUs #container #header ul li a.siteAboutUs:hover, #siteAboutUs #container #header ul li a.siteAboutUs:active,
#siteContribute #container #header ul li a.siteContribute:hover, #siteContribute #container #header ul li a.siteContribute:active,
#siteAuction #container #header ul li a.siteAuction:hover, #siteAuction #container #header ul li a.siteAuction:active,
#siteTestimonies #container #header ul li a.siteTestimonies:hover, #siteTestimonies #container #header ul li a.siteTestimonies:active,
#siteEducation #container #header ul li a.siteEducation:hover, #siteEducation #container #header ul li a.siteEducation:active,
{
	color:#F59100;
}

/*Links in the left/right side of header portion*/
#container #header #leftHead a, #container #header #leftHead a:link, #container #header #lefthead a:visited, #container #header #rightHead a, #container #header #rightHead a:link, #container #header #righthead a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FDC300;
	text-decoration: none;
	font-weight: bold;
}
#container #header #leftHead a:hover, #container #header #lefthead a:active, #container #header #rightHead a:hover, #container #header #righthead a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#container #header #text a, #container #header #text a:link, #container #header #text a:visited {
	color: #FDC300;
	font-weight: bold;
	text-decoration: underline;
}
#container #header #text a:hover, #container #header #text a:active {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
.catalog {
	clear:both;
	border:1px black solid;
	text-align:center;
}
#iframeLoader {
	width:0;
	height:0;
	visibility:hidden;
}
#iframeDest {
	display:none;
}
.flatList {
	padding-left:0px;
	margin-left:1.5em;
}
.subLogo {
	text-align:center;
	margin:15px 0;
}

.grants {
	font-family:Georgia, "Times New Roman", Times, serif;
	border-collapse:collapse;
	border:1px black solid;
	table-layout:fixed;
}
.grants tr.year, .grants tr.year th, .grants tr.year td {
	border-top:1px black solid; /*IE5.5/6*/
}
.grants tr.odd {
	background-color:#DAF0F3;
}
.grants th {
	border-right:1px black solid;
	background-color:#ABABAB;
	vertical-align:middle;
}
.grants td {
	vertical-align:middle;
}

#centerPanel .resourceitem div {
	margin-left:15px;
}
img.fileType {
	border:0;
	width:16px;
	height:16px;
}
#container #panels #centerPanel div.privacySec p {
	margin:0 0 15px 0;
}
#container #panels #centerPanel div.privacySec p.secTitle {
	font-weight:bold;
	margin:0;
}
#container #panels #centerPanel div.legalSec {
	margin:0 0 15px 0;
}
#container #panels #centerPanel .legalSec .secTitle {
	font-weight:bold;
	text-transform:uppercase;
}
.small {
	font-size:11px;
}
#stamp {
	visibility:hidden;
}
.docSec {
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
}
.captionR {
	font-size:10px;
	line-height:1.1em;
	color:black;
}
.tooltiplink, .tooltiplink:link, .tooltiplink:visited, .tooltiplink:hover, .tooltiplink:active {
	text-decoration:none;
	cursor:default;
	color:#F39000;
}

/* Auction date stamp at top right of header on Home page */
#auctiondate {
	/*45 degrees, opacity 30%*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=-0.70710678, M21=0.70710678, M22=0.70710678,sizingMethod='auto expand') alpha(opacity=30)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=-0.70710678, M21=0.70710678, M22=0.70710678,sizingMethod='auto expand') alpha(opacity=30);
	-khtml-transform: matrix(0.70710678, 0.70710678, -0.70710678, 0.70710678, 0, 0);
	-khtml-opacity:0.3;
	-moz-transform: matrix(0.70710678, 0.70710678, -0.70710678, 0.70710678, 0, 0);
	-moz-opacity:0.3;
	-webkit-transform: matrix(0.70710678, 0.70710678, -0.70710678, 0.70710678, 0, 0);
	-webkit-opacity:0.3;
	-o-transform: matrix(0.70710678, 0.70710678, -0.70710678, 0.70710678, 0, 0);
	-o-opacity:0.3;
/*	opacity:0.3;*/
	position:absolute;
	top:190px;
/*!!600!!*/	left:700px;
	color:red;
	font-size:40px;
	text-align:center;
}

/* Auction logo on center panel of Home page */
#auctionlogo {
	text-align:center;
/*	position:relative;
	height:200px;
}
#auctionlogo img {
	position:absolute;
	top:0;
	left:25px;*/
}

/* Main message text on Home page center panel */
#mainmessage .body {
	margin-left:-20px;
	margin-right:-20px;
	font-size:16px;
}

/* Move inline icons down a bit */
.inlineIcon {
	margin-bottom:-2px;
}
 
/* Date on news items */
.newsdate {
	font-size:9px;
}

.em {
	font-weight:bold;
}
.strong {
	font-style:italic;
}
.under {
	text-decoration:underline;
}
.it {
	font-style:italic;
}
.large {
	font-size:15px;
}
.small {
	font-size:10px;
}

