/*-- DO NOT EDIT THIS FILE! --*/

body {
	background-color:#E6E6E4;
	font-size:90%;
	height:100%;
	color: #3F3130;
	font-family: Arial, Helvetica, sans-serif;
	margin:0 auto;
	}
	
div#container {
	margin: 0 auto;
	width: 933px;
	text-align: left;
	}

div#header {
	background-color:#FFFFFF;
	border-right: 5px solid #E6E6E4;
	padding-top: 30px;
	height:120px;
	font-size: 0;
	line-height:0;
	width:912px;
	}
	
span.noDisplay {
	display:none;
	}

/*-- PAGE BANNERS --*/

div#pageBanner-home {
	background: #FFFFFF url(images/banner_home.jpg) no-repeat;
	height:230px;
	overflow:hidden;
	width:932px;
	}
	
div#pageBanner-pubs {
	background: #FFFFFF url(images/banner_pubs.jpg) no-repeat;
	height:230px;
	overflow:hidden;
	width:932px;
	}
	
div#pageBanner-progs {
	background: #FFFFFF url(images/banner_progs.jpg) no-repeat;
	height:230px;
	overflow:hidden;
	width:932px;
	}
	
div#pageBanner-events {
	background: #FFFFFF url(images/banner_events.jpg) no-repeat;
	height:230px;
	overflow:hidden;
	width:932px;
	}
	
div#pageBanner-support {
	background: #FFFFFF url(images/banner_support.jpg) no-repeat;
	height:230px;
	overflow:hidden;
	width:932px;
	}
	
div#pageBanner-about {
	background: #FFFFFF url(images/banner_about.jpg) no-repeat;
	height:230px;
	overflow:hidden;
	width:932px;
	}
	
div#pageBanner-press {
	background: #FFFFFF url(images/banner_press.jpg) no-repeat;
	height:230px;
	overflow:hidden;
	width:932px;
	}
	
div#pageBanner-search {
	background: #FFFFFF url(images/banner_search.jpg) no-repeat;
	height:230px;
	overflow:hidden;
	width:932px;
	}


/*-- PAGE TITLE HEADERS --*/

div#pageHeader-home {
	background-color: #FFFFFF;
	display: block;
	width:600px;
	height: 75px;
	margin-top:180px;
	margin-left:275px;
	}
	
div#pageHeader-section {
	background-color: #FFFFFF;
	display: block;
	width:600px;
	height: 75px;
	margin-top:180px;
	margin-left:275px;
	}
	
div#pageHeader-blog {
	background-color: #FFFFFF;
	display: block;
	width:600px;
	height: 175px;
	margin-top:155px;
	margin-left:275px;
	}
	
	
/*-- PAGE CONTENT --*/	

div#content-container {
	background-color:#F3F3F1;
	border-right: 5px solid #E6E6E4;
	float:left;
	width:912px;
	}
	
div#content-search {
	background-color:#FFFFFF;
	border-right:37px solid #3F3130;
	padding-bottom:125px;
	width:600px;
	height:1700px;
	margin-left:275px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	}
	
div#content-home {
	background-color:#FFFFFF;
	border-right:37px solid #3F3130;
	padding-bottom:125px;
	width:600px;
	height:1600px;
	margin-left:275px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	}
	
div#content-progs {
	background-color:#FFFFFF;
	border-right: 37px solid #BCDAE7;
	padding: 0px 15px 225px;
	width: 570px;
	margin-left: 275px;
	letter-spacing: normal;
	line-height: 1.4em;
	}

div#content-pubs {
	background-color:#FFFFFF;
	border-right: 37px solid #8CC63F;
	padding: 0px 15px 225px;
	width: 570px;
	margin-left: 275px;
	letter-spacing: normal;
	line-height: 1.4em;
	}
	
div#content-events {
	background-color:#FFFFFF;
	border-right: 37px solid #FF6633;
	padding: 0px 15px 225px;
	width: 570px;
	margin-left: 275px;
	letter-spacing: normal;
	line-height: 1.4em;
	}

div#content-secondary {
	background-color:#FFFFFF;
	border-right: 37px solid #BFBCBC;
	padding: 0px 15px 275px;
	width: 570px;
	margin-left: 275px;
	letter-spacing: normal;
	line-height: 1.4em;
	}

div#search-home {
	background-color: #3F3130;
	display: block;
	position: relative;
	float:left;
	padding: 20px 20px;
	width: 235px;
	height: 25px;
	}
	
span.buttonHome {
	position: absolute;
	top: 21px;
	bottom: 22px;
	right: 20px;
	}
	
div#search-section {
	border-top: 1px dashed #3F3130;
	display: block;
	position: relative;
	left: 0px;
	margin-top: 20px;
	margin-left: 20px;
	padding: 20px 0px;
	float: left;
	width: 235px;
	height: 25px;
	}
	
span.buttonSearch {
	position: absolute;
	top: 21px;
	bottom: 22px;
	left: 210px;
	}
	
	
/*-- SUB NAVIGATION --*/

a {
	outline: none; /* hide dotted outline in Firefox */
	}
	
div#sub-nav {
	display:block;
	float:left;
	width:275px;
	}
	
a.subNav-progs {
	background: #BCDAE7;
	text-decoration:none;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #3F3130;
	float: left;
	padding: 10px 20px;
	margin-right: 35px;
	width: 235px;
	height: 20px;
	display:block;
	}
	
a.subNav-pubs {
	background: #8CC63F;
	text-decoration:none;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #3F3130;
	float: left;
	padding: 10px 20px;
	margin-right: 35px;
	width: 235px;
	height: 20px;
	display:block;
	}
	
a.subNav-events {
	background: #FF6633;
	text-decoration:none;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #3F3130;
	float: left;
	padding: 10px 20px;
	margin-right: 35px;
	width: 235px;
	height: 20px;
	display:block;
	}
	
a.subNav-secondary {
	background: #BFBCBC;
	text-decoration:none;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #3F3130;
	float: left;
	padding: 10px 20px;
	margin-right: 35px;
	width: 235px;
	height: 20px;
	display:block;
	}
	
a.subNav-off {
	background: #E6E6E4;
	text-decoration:none;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #3F3130;
	float: left;
	padding: 10px 15px;
	margin-left: 15px;
	width: 230px;
	height: 20px;
	display:block;
	}
	
a.subNav-off:hover {
	background-color:#3F3130;
	color:#FFFFFF;
	}
	
a.tertiaryNav {
	background: #CCCCCC;
	text-decoration:none;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #3F3130;
	float: left;
	padding: 5px 10px;
	margin-left: 30px;
	width: 225px;
	height: 20px;
	display:block;
	}
	
a.tertiaryNav:hover {
	background-color:#999999;
	color:#FFFFFF;
	}
	
a.tertiaryNav-on {
	background: #FFFFFF url(images/subnav_arrow.png) no-repeat;
	text-decoration:none;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #B32317;
	float: left;
	padding: 5px 10px;
	margin-left: 30px;
	width: 225px;
	height: 20px;
	display:block;
	}


/*-- HOME LAYOUT --*/

a.more-home1 {
	background: #999999 url(images/more_arrow.png) no-repeat;
	text-decoration:none;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #ffffff;
	float: left;
	padding: 5px 5px;
	width: 256px;
	}
	
a.more-home1:hover {
	background-color:#8CC63F;
	color:#ffffff;
	}
	
a.more-home2 {
	background: #999999 url(images/more_arrow.png) no-repeat;
	text-decoration:none;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #FFFFFF;
	float: left;
	padding: 5px 5px;
	width: 256px;
	}
	
a.more-home2:hover {
	background-color:#FF6633;
	color:#ffffff;
	}
	
a.more-home3 {
	background: #999999 url(images/more_arrow.png) no-repeat;
	text-decoration:none;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #FFFFFF;
	float: left;
	padding: 5px 5px;
	width: 256px;
	}

a.more-home3:hover {
	background-color:#BFBCBC;
	color:#FFFFFF;
	}
	
a.more-home4 {
	background: #999999 url(images/more_arrow.png) no-repeat;
	text-decoration:none;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #FFFFFF;
	float: left;
	padding: 5px 5px;
	width: 256px;
	}
	
a.more-home4:hover {
	background-color:#BCDAE7;
	color:#FFFFFF;
	}

img.home1 {
	border-top:12px solid #8CC63F;
	}
	
img.home2 {
	border-top:12px solid #FF6633;
	}
	
img.home3 {
	border-top:12px solid #BFBCBC;
	}
	
img.home4 {
	border-top:12px solid #BCDAE7;
	}
	

/*-- SECTION LAYOUTS --*/
	
h1.subHead {
	font-family: georgia, times, serif;
	font-size: 21px;
	font-weight: 500;
	color: #3F3130;
	padding: 15px 15px;
	}
	
span.pubsTitle {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #3F3130;
	}
	
.pubsDownload {
	background: #999999 url(images/download_arrow.png) no-repeat;
	text-decoration:none;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	padding: 2px 4px;
	width: 83px;
	display: block;
	}
	
.pubsDownload:hover {
	background-color:#B32317;
	}
	
.visitSite {
	background: #999999 url(images/goto_arrow.png) no-repeat;
	text-decoration:none;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	padding: 2px 4px;
	width: 104px;
	display: block;
	}
	
.visitSite:hover {
	background-color:#B32317;
	}
	
.headerLink {
	text-decoration:none;
	border-bottom:1px dotted #3F3130;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #3F3130;
	}
	
.headerLink:hover {
	background:#B32317;
	text-decoration:none;
	border-bottom:1px dotted #B32317;
	color:#FFFFFF;
	}
	
.textLink {
	text-decoration:none;
	border-bottom:1px dotted #3F3130;
	font-weight:bold;
	color:#3F3130;
	}
	
.textLink:hover {
	text-decoration:none;
	border-bottom:1px dotted #FFFFFF;
	color:#B32317;
	}
	
.nextLink {
	text-decoration:underline;
	font-weight:bold;
	color:#3F3130;
	}
	
.nextLink:hover {
	color:#B32317;
	}
	
.imageLink {
	text-decoration:none;
	color:#3F3130;
	}

.imageLink:hover {
	text-decoration:none;
	color:#B32317;
	}
	
span.subHeads {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #B32317;
	}
	
span.introParagraph {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #3F3130;
	}
	
hr.separator {
	border: none;
	color:#999999;
	background-color:#999999;
	height: 1px;
	float: left;
	width: 565px;
	}
	
span.formBg {
	background: #E6E6E4;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #3F3130;
	padding: 5px 10px;
	width: 545px;
	height: 27px;
	display:block;
	}
	
span.headerBg {
	background: #FFFFFF;
	border-top: 1px solid #3F3130;
	border-bottom: 1px solid #3F3130;
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #3F3130;
	padding: 5px 5px;
	width: 560px;
	height: 20px;
	display:block;
	}


/*-- PAGE FOOTERS --*/

div#footerHome {
	background-color:#FFFFFF;
	border-right: 37px solid #3F3130;
	float:left;
	width:600px;
	margin-left:275px;
	padding-bottom: 75px;
	}

div#footerProgs {
	background-color:#FFFFFF;
	border-right: 37px solid #BCDAE7;
	float:left;
	width:600px;
	margin-left: 275px;
	padding-bottom: 15px;
	}
	
div#footerPubs {
	background-color:#FFFFFF;
	border-right: 37px solid #8CC63F;
	float:left;
	width:600px;
	margin-left: 275px;
	padding-bottom: 15px;
	}
	
div#footerEvents {
	background-color:#FFFFFF;
	border-right: 37px solid #FF6633;
	float:left;
	width:600px;
	margin-left: 275px;
	padding-bottom: 15px;
	}
	
div#footerSecondary {
	background-color:#FFFFFF;
	border-right: 37px solid #BFBCBC;
	float:left;
	width:600px;
	margin-left: 275px;
	padding-bottom: 15px;
	}
	
span.footerGreene {
	background:url(images/green-e_logo.gif) no-repeat;
	border-top:1px dashed #999999;
	float:left;
	position:relative;
	left:15px;
	width:465px;
	height:45px;
	padding:10px 50px;
	display:block;
	}

span.footerFB {
	position:relative;
	width:465px;
	height:45px;
	display:block;
	}

span.footerCRS {
	float:left;
	position:relative;
	left:320px;
	top: -56px;
	}
	
a.footer {
	font-family: arial, helvetica, sans-serif;
	color: #7E7E7E;
	font-size: 12px;
	text-decoration:none;
	}
	
a.footer:hover {
	color:#333333;
	}
	
	
/*-- LEGACY, PR CSS --*/

.bigheadline {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	font-weight: bold; 
	color: #000000;
	}
	
.fixedfont { 
	font-family: Arial, Helvetica, san-serif; 
	font-size: 12px; 
	color: #000000;
	}
	
.boldfont16 {
	font-family: Arial, Helvetica, san-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	}
