@charset "utf-8";
/* CSS Document */

body {
	font: 100% Trebuchet, sans-serif;
	background: #FF9D00 url(images/bg.gif) top left repeat-x;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
}

img {
	border: 0;
}

/* MAIN LAYOUT */

.oneColFixCtr #background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */;
	background: #FF9D00 url(images/bg.gif) top left repeat-x;
}

.oneColFixCtr #container {
	width: 967px;  /* using 20px less than a full width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 32px auto; /* the auto margins (in conjunction with a width) center the page */;
	margin-bottom: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColFixCtr #mainContent {
	padding: 0px 40px 0 54px;
	background: #FFFFFF url(images/bg_content.gif) top left repeat-y;
	margin: 0;
	margin-bottom: 0;
}

.oneColFixCtr #banner {
	padding: 0; 
	margin: 0;
	background: url(images/home_logo.gif) top left no-repeat;
	text-align: right;
	height: 252px;
}

.oneColFixCtr #banner-sub {
	padding: 0; 
	margin: 0;
	background: url(images/sub_logo.gif) top left no-repeat;
	text-align: right;
}

.oneColFixCtr #footer {	
	background: url(images/footer.gif) top center no-repeat #F5740C;
	text-align: left;
	width: 100%;
	margin: 0 auto;
	margin-top: 0;
}

.oneColFixCtr #footer p{
	width: 720px;
	margin: 0 auto;
	padding-top: 38px;
	padding-bottom: 40px;
	text-align: left;
	color: #fff;
	font: Trebuchet MS, Trebuchet, Helvetica, Arial, sans-serif;
	font-size: .75em;
	line-height: 1.3em;
}

/* TEXT */

a {
	text-decoration: underline;
	color: #666;
}

h1 {
	background: url(images/bullets_grn.gif) top left no-repeat;
	padding-top: 40px;
	color: #7bac2c;
	font: Trebuchet MS, Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.25em;
	margin-bottom: -10px;
	font-weight: normal;
	margin-top: 0;
}

h2 {
	background: url(images/bullets_org.gif) center left no-repeat;
	margin-top: 40px;
	padding-left: 60px;
	color: #f5740c;
	font: Trebuchet MS, Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin-bottom: -10px;
	letter-spacing: .15em;
}

.sub h2{
	background: url(images/bullets_grn_sub.gif) center left no-repeat;
	margin-top: 40px;
	padding-left: 60px;
	color: #f5740c;
	font: Trebuchet MS, Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin-bottom: -10px;
	letter-spacing: .15em;
}

p {
	color: #666;
	font: Trebuchet MS, Trebuchet, Helvetica, Arial, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
	margin-bottom: 0;
}

p strong{
	color: #F5740C;
}

.featured p strong{
	color: #577322;
}

.header-text{
	color: #666;
	font: Trebuchet MS, Trebuchet, Helvetica, Arial, sans-serif;
	font-size: .95em;
	line-height: 1.5em;
}

/* TOP NAV */

#nav {
	background: url(images/nav_bg.jpg) top left no-repeat;
	width: 967px;
	height: 48px;
}

#nav ul{
	padding-left: 44px;
}

#nav li{
	background: url(images/nav_bullet2.gif) left no-repeat #CCDC83;
}

/* RIGHT SIDEBAR FOR HOME ONLY */

#target {
}

#sidebar {
	width: 380px;
	float: right;
	margin-left: 40px;
	margin-top: 15px;
	margin-bottom: 40px;
}
	
#sidebar .featured {
	width: 380px;
	background: url(images/featured_bg.gif) bottom right no-repeat;
	margin-bottom: 16px;
}
#sidebar .featured p{
	margin-left: 18px;
	margin-right: 18px;
	color: #4F6C1C;
	font-size: .72em;
	line-height: 1.6em;
	padding-bottom: 18px;
	margin-top: 0;
}
#sidebar .featured p a{
	color: #4F6C1C;
	text-decoration: underline;
}

#sidebar .featured p a:hover{
	color: #000;
	text-decoration: underline;
}

#sidebar .featured-items {
	margin-left: 18px;
	padding-bottom: 8px;
	padding-top: 8px;
}
#sidebar .featured-items img{
	padding-right: 4px;
}


#sidebar .quote-list {
	width: 380px;
	background: url(images/quotes_bg.gif) bottom right no-repeat;
}

#sidebar .quote-list ul{
	padding: 5px 20px 30px 0;
	margin: 0;
	list-style-type: none;
}

#sidebar .quote-list ul li{
	margin-left: 16px;
	padding-left: 63px;
	list-style-type: none;
	background: url(images/quotes_logo.gif) top left no-repeat;
	font-size: .72em;
	line-height: 1.6em;
}

#sidebar #quotes li .quotename{
	color: #C0A072;
}

#sidebar-sub .quote-list {
	width: 286px;
	background: url(images/quotes_sub_bg.gif) bottom right no-repeat;
}

#sidebar-sub .quote-list ul li{
	margin-left: 16px;
	padding-left: 48px;
	list-style-type: none;
	background: url(images/quotes_logo_sub.gif) top left no-repeat;
	font-size: .72em;
	line-height: 1.6em;
}


#wrap {width: 60%; border-bottom: 1px solid; padding-bottom: 20px;}
#quotes {margin-left: 0; list-style: none;}
.hide {display: none;}
.selected { }

