@media screen {
html {color: #ff9900; }

/** {padding: 0px; margin: 0px;  font-family: "Verdana"; line-height: 1.4em; }
*/

/* HEADER */
#headerWrapper {width: 100%; /*float: left;*/ height:286px;background: none;} 
#headerUpper {
	width: 100%;
	float: left;
	height: 168px;
	background-color: #792933;
	background-image: url(headerimages/header.jpg);
	background-repeat: repeat-x;
/*	background-position: 10px;*/
}
#headerMiddle {
	width: 100%;
	float: left;
	height: 118px;
	background-color: #cf913e;
	background-image: url(headerimages/headerMiddleBg.jpg);
}

/* HEADER CONTENT */
 #headerLogo {
	width: 1122px;
	height: 130px;
	margin: 0 auto 0 auto;
/*	background-image: url(headerimages/logo.png);*/
	background-repeat: no-repeat;
	background-position: left 0px;
}

/* NAVIGATION */
#navWrapper {background: none; width: 910px; height: 32px; margin: 0 auto 0 auto; }
#nav {
	width: 600px;
	height: 32px;
	float: right;
	margin-top: 32px;
	margin-top: 137px;
}
#nav ul {float: right; width: 300px; margin: 0; padding: 0;height: 32px;}
#nav li {height: 32px; display: inline-block;float: left; width: 90px; background: url(headerimages/navItemBg.jpg) left bottom no-repeat; margin-right: 10px; }
#nav a {display: block; float: left; width: 80px; 	padding-left: 10px;	height: 32px; text-decoration: none;  color: #e9dbb6;  font-size: 100%; font-variant: small-caps; margin: 0; font-family: "Georgia"; font-weight: normal;}
#nav a:link, #nav a:visited {color: #e9dbb6; padding-left: 10px; line-height: 36px;}
#nav a:hover {background: url(headerimages/navItemHoverBg.jpg) left top no-repeat; 
line-height: 28px; color: #e9dbb6;}


/* CONTENT  WRAPPERS*/


/* RSS */
#rss {float: right; width: 300px; margin-left: 530px; height: 120px; background: url(headerimages/iconRSS.gif) center bottom no-repeat;}
#rss a {display: block; width: 80px; height: 24px; margin: 90px 0 0 98px; overflow: hidden;line-height: 600px; font-size: 1px;}
#rss a:link, #rss a:visited {height: 24px; width:80px; }

/* MISC OVERRIDES */
.full {width: 100%; float: left;}
.hidden {display: none;}
.homePageThumbs {width: 100%; overflow: visible;}
.homePageThumb {width: 190px; float: left; margin-right: 5px; overflow: hidden; margin-bottom: 0;}
.noBorder {border: none; }
.readMore {padding-left: 105px; font-weight: bold;}
.floatLeft {float: left;}


