/* utils and defaults */

.clr { display: block; height: 0px; overflow: hidden; clear: both; }

IMG { border: none; }
H1, H2, H5
{
	color: #ffa814;
	font-weight: bold;
	margin: 0;
	margin-bottom: 0.3em;
}

H5
{
	font-size: 8px;
	font-weight: normal;
	color: Gray;
}

H3 
{
	font-size: 20px;
	color: #ffa814;	
	text-align: left;
	font-family: verdana,geneva,arial,helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}


/* basic structure */

BODY
{
	background: #8E9CAF;
	xxbackground: #eadbc4 url(./images/bg.png);
	background-repeat: repeat-x;	
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	border-top-width: 0pt;
	border-right-width: 0pt;
	border-bottom-width: 0pt;
	border-left-width: 0pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: -moz-use-text-color;
	border-right-color: -moz-use-text-color;
	border-bottom-color: -moz-use-text-color;
	border-left-color: -moz-use-text-color;
	text-align: left;
	font-family: verdana,geneva,arial,helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 70%;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: #000000;


}
#shadow, #shadowBottom
{
	background-position: top center;
	background-repeat: no-repeat;
}

#shadow
{
	background-image: url(./images/shadow.png);
	background-repeat: repeat-y;
}
#shadowBottom
{
	background-image: url(./images/shadowBottom.png);
	height: 16px;
}
#everything
{
	width: 760px;
	margin: 0 auto;
	background-color: white;
}

#banner
{
	position: relative;
	height: 170px;
}
#banner A
{
	position: absolute;
	top: 0px;
	display: block;
	width: auto;
	padding: 0px;
}





/* nav stuff */

#nav
{
	display: block;
	background-color: #566b88;
	font-size: 8pt;
	
}
#nav A
{
	display: block;
	float: left;
	padding: 0.6em 1em;
	text-decoration: none;
	border-right: 1px solid #516783;

	color: #fff;	
	text-align: left;
	font-family: verdana,geneva,arial,helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bolder;
}

#nav A.high, #nav A:hover
{
	background-image: url(./images/navHigh.png);
}
 #nav A:hover
{
text-decoration: underline;
}
#navUnder
{
	background-image: url(./images/navUnder.jpg);
	height: 16px;
}

/* main content layout */
#columns
{	
	background-image: url(./images/sidebar.png);
	background-repeat: repeat-y;
	background-position: top right;
}
#mainColumn
{
	float: left;
	width: 571px;
}
#rightColumn
{
	float: left;
	width: 189px;
	background-color: #ffe9c4;
	position: relative;

}

#mcpButton
{
    position: absolute;
    top: -70px;
    right: 40px;
}

#contentWrapper
{
	padding: .2em 1.6em;
}
.footer
{
	position: relative;
	background-color: #566b88;
	color: #8191a6;
	font-size: 8pt;
	clear: both;
	text-align: right;
	padding: 0.3em 0.5em;
}

/* sidebars */

.sidebar
{
	font-size: 8pt;
	padding: 5px 15px 15px 15px; 
	color: #9a8c76;
}



/* fixes for IE6 */

* HTML BODY { text-align: center; }
* HTML BODY #everything { text-align: left; }
* HTML BODY #columns { height: 1%; }
* HTML BODY #shadow, * HTML BODY #shadowBottom { background-image: none; }
* HTML BODY .clr { font-size: 1px; height: 1px; margin-bottom: -1px; }

img.floatLeft { 
    margin: 0px 10px 10px 0px; 
    float: left; 
    display: inline;
}

img.floatRight { 
    margin: 0px 0px 10px 10px; 
    float: right; 
    display: inline;
}

.hiddenLightbox 
{
	display:none;	
}

.siteThumbLeft
{
	float:left; 
	margin: 0px 5px 5px 0px; 
	text-align: center; 
	font-size: 9px; 
	color: #666;	
	text-decoration: none;
}

.siteThumbRight
{
	float:right; 
	margin: 0px 5px 5px 0px; 
	text-align: center; 
	font-size: 9px; 
	color: #666;	
	text-decoration: none;
}

.siteThumbLeft a
{
	text-align: center; 
	font-size: 9px; 
	color: #666;	
	text-decoration: none;
}

.siteThumbRight a
{
	text-align: center; 
	font-size: 9px; 
	color: #666;	
	text-decoration: none;
}

.dateLabel
{
    font-size: 8px;
    color: Silver;
}