@font-face {
	font-family: 'GothamBold';
	src: url('gotham-bold-webfont.eot');
	src: local('☺'), url('gotham-bold-webfont.woff') format('woff'), url('gotham-bold-webfont.ttf') format('truetype'), url('gotham-bold-webfont.svg#webfontywDQy7YD') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothamMedium';
	src: url('gotham-medium-webfont.eot');
	src: local('☺'), url('gotham-medium-webfont.woff') format('woff'), url('gotham-medium-webfont.ttf') format('truetype'), url('gotham-medium-webfont.svg#webfonts66amOYc') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothamThin';
	src: url('gotham-thin-webfont.eot');
	src: local('☺'), url('gotham-thin-webfont.woff') format('woff'), url('gotham-thin-webfont.ttf') format('truetype'), url('gotham-thin-webfont.svg#webfontfM5bshtk') format('svg');
	font-weight: normal;
	font-style: normal;
}

*{
	margin: 0;
	padding: 0;
}

body{
	font-size: 100%;
	margin: 0;
	background-color: #fff;
	padding: 0;
	font-family: ‘Lucida Grande’, ‘Lucida Sans Unicode’, ‘Verdana’, sans-serif; 
}

p, span, ul li, blockquote{
	font-size: .9em;
	line-height: 1.5em;

}

body, p, span, input, textarea {
	color: #7b7b7e;
}

h1, h2, h3, h4, h5{
	font-family: "GothamMedium", sans-serif;
	text-transform: uppercase;
	color: #777;
}
h1{
	font-size: 1.6em;
	padding: 10px 0;
	font-family: "GothamMedium", sans-serif;
	text-transform: uppercase;

}
h2{
	font-size: 1.3em;
}
h3{
	font-size: 1.2em;
}
h4{
	font-size: .9em;
}
h2.underline{
	padding-bottom: 10px;
	border-bottom: 1px dotted #b0b1b2;
}

a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #c7911c;
}
a:hover {
	color: #d0a037;
}

img, a img{
	border: 0;
}
ul{
	padding-left: 25px;
}
ul li{
	list-style-type: disc;
}
ul li ul li{
	list-style-type: circle;
}
input, textarea, select{
	margin: 5px;
}
blockquote{
	margin: 10px 30px;
}
/* top */
div#top{
	background-color: #fff;
}
div#top_inner{
	height: 120px;
	position: relative;
}
div#logo_wrap{
	position: absolute;
	top: 20px;
	left: 0;
}
div#top_links{
	position: absolute;
	top: 3px;
	visibility: hidden;	
right: 10px;
}
.icon{
	height: 22px;
	background: #e5ecdd url('/images/greensprites.png');
	width: 23px;
	overflow: hidden;
	float: right;
	border-color: #e5ecdd;
	border-style: solid;
}
.printer{ 
	background-position: 0px -44px;
	margin-right: 3px;
	border-width: 10px;
 }
.printer:hover {
	background-position: -23px -44px;	
}
.twitter{ 
	background-position: 0px 0px;
	border-width: 10px 2px 10px 10px;
}
.twitter:hover {
	background-position: -23px 0px;
}
.facebook{ 
	background-position: 0px -22px;
	border-width: 10px 10px 10px 0;
}
.facebook:hover {
	background-position: -23px -22px;
}
.smallerfont{ 
	background-position: 0px -66px;
	border-width: 10px 0 10px 10px;
}
.smallerfont:hover {
	background-position: -23px -66px;
}
.mediumfont{ 
	background-position: 0px -88px;
	border-width: 10px 2px; 
}
.mediumfont:hover {
	background-position: -23px -88px;
}
.largerfont{ 
	background-position: 0px -110px;
	border-width: 10px 10px 10px 0;
}
.largerfont:hover {
	background-position: -23px -110px;
}
.search{
	float: right;
	height: 22px;
	border: 10px solid #e5ecdd;
	background-color: #e5ecdd;
	margin: 0 3px;
}
#topcontact{
	text-align: right;
	font-size: .8em;
}
#topcontact a:hover {
	color: #94b175;
}

/* top tab sprites */
div#top_tab_links{
	position: absolute;
	visibility: hidden;	
bottom: 0;
	right: 0;
}
div.top_tab{
	background: #fff url('/images/tabsprites.png');
	height: 25px;
	float: right;
}
div.news_room{
	background-position: 0px 0px; 
	width: 136px;
}
div.news_room:hover {
	background-position: 0px -50px; 
}
div#news_room_selected{
	background-position: 0px -25px; 
}
div.publication_library{
	background-position: -136px 0px;
	width: 198px;
}
div.publication_library:hover {
	background-position: -136px -50px;
}
div#publication_library_selected{
	background-position: -136px -25px;
}
div.resources{
	background-position: -334px 0px;
	width: 134px;
}
div.resources:hover {
	background-position: -334px -50px;
}
div#resources_selected{
	background-position: -334px -25px;
}

/* end top tab sprites */


div#top_tab_links ul li{
	display: inline;
}

div#navbar{
	display: none;	
border-top: 3px solid #669131;
	border-bottom: 1px solid #7f7f7f;
	background: #424242 url('/images/navbar_bg.png') top repeat-x; 
	padding: 8px;
}
div#navbar ul{
	margin-left: auto;
	margin-right: auto;
}
div#navbar ul li{
	display: inline;
	font-size: .8em;
	padding: 0 8px;
}
div#navbar ul li a:hover {
	color: #f5f5f5;
}
div#navbar ul li#selected a{
	color: #fff;
	font-family: "GothamBold", sans-serif;
	text-transform: uppercase;
}
/*main body container */
div#mainbody{
	padding: 30px 0;
	overflow: auto;
}
div#thincol{
	width: 350px;
	float: left;	
}
div#thickcol{
	width: 600px;
	float: left;
}
div.evencol{
	width: 475px;
	float: left;
}

/* boxes */

div.shadowbox{
	-o-box-shadow: 0px 0px 6px #aaa;
	-webkit-box-shadow: 0px 0px 6px #aaa;
	-moz-box-shadow: 0px 0px 6px #aaa;
	box-shadow: 0px 0px 6px #aaa;

}
div.shadowbox:hover {
	-o-box-shadow: 0px 0px 6px #ccc;
	-webkit-box-shadow: 0px 0px 6px #ccc;
	-moz-box-shadow: 0px 0px 6px #ccc;
	box-shadow: 0px 0px 6px #ccc;

}
div#signup{
	display: none;	
background: #fff url('/images/sign_up.png') center left no-repeat;
	padding: 15px 15px 15px 90px;
	margin: 20px 0 0 3px;
}
div#signup span{
	font-size: .8em;
}
div#donate{
	display: none;	
background: #fff;
	padding: 12px 12px 12px 90px;
	position: relative;
	margin: 12px 0 0 3px;;
}
div#donate img{
	position: absolute;
	top: -7px;
	left: 25px;
}
div#donors{
	display: none;
    background-color: #669131;
	padding: 15px;
	margin-left: 2px;
}
div#donors h4, div#donors span{
	color: #fff;
}
div#donors span{
	padding-top: 3px;
	font-style: italic;
	
}



/* bottom */

div#bottom{
	background: #fff 
	margin: 0 auto;
	padding: 20px 10px 20px 10px;
	color: #555;
	font-size: .75em;
	line-height: .9em;
	clear: both;
}
div#bottom_container{}
div#bottom_left{
	width: 700px;
}
div#bottom_right{
	display: none;	
float: right;
	width: 250px;
}

div#bottom_linkbar{
	display: none;
}
div#bottom_linkbar span{
	color: #a8c08e;
	padding: 0 5px;	
}
div#bottom_text{
	padding-top: 10px;
}	
div#bottom_right ul{
	clear:both;
}
div#bottom_right ul li{
	list-style-type: none;
	line-height: 22px;	
	margin: 8px;
}
div#bottom_right ul li a{
	padding-left: 26px;
}
div#bottom_right ul li#bottom_twitter{
	background: url('/images/darksprites.png') top left no-repeat;
}
div#bottom_right ul li#bottom_facebook{
	background: url('/images/darksprites.png') bottom left no-repeat;
}
/* used in various places */
.green_links a{
	color: #a8c08e;
}
.green_links a:hover {
	color: #f5f5f5;
}
.white{
	color: #fff;
}
.pagewidth{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
.gothambold{
	font-family: "GothamBold", sans-serif;
	text-transform: uppercase;
}
.gothammedium{
	font-family: "GothamMedium", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.gothamthin{
	font-family: "GothamThin", sans-serif;
	text-transform: uppercase;
}


div.colorbar{
	display: none;	
background: #fff url('/images/colorbar.png') top left repeat;
	margin: 0;
	padding: 0;
	line-height: 5px;
	clear: both;
}
div.shadow{
}
.plainlist{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.greenbutton-wrapper{

	padding: 15px 0;
}
a.greenbutton{
	display: none;
	margin: 10px 0;
	padding: 8px 18px;
	font-size: .8em;
	color: #fff;
	font-family: "GothamMedium", sans-serif;
	text-transform: uppercase;
	border: 1px solid #749546;
	background-color: #80a64d;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 box-shadow: inset 0 -8px 16px #4b751f;
   -o-box-shadow: inset 0 -8px 16px #4b751f;
   -webkit-box-shadow: inset 0 -8px 16px #4b751f;
   -moz-box-shadow: inset 0 -8px 16px #4b751f;
}
a#arrow{
	-moz-border-radius-topleft: 18px;;
	-webkit-border-top-left-radius: 18px;
	-moz-border-radius-bottomleft: 18px;
	-webkit-border-bottom-left-radius: 18px;
}
a#greybutton{
	border: 1px solid #8b8b8d;
	background-color: #9b9b9d;
	 box-shadow: inset 0 -8px 16px #67686a;
   -o-box-shadow: inset 0 -8px 16px #67686a;
   -webkit-box-shadow: inset 0 -8px 16px #67686a;
   -moz-box-shadow: inset 0 -8px 16px #67686a;	
}
a#greybutton:hover {
	background-color: #abacae;
}
a.greenbutton:hover {
	background-color: #87b14e;	
}
div.rightbox{ /* for holding all padded column content */
	padding-left: 30px;
}
div.leftbox{
	padding-right: 30px;
}
div.bottompad{
	padding-bottom: 20px;
}
.topline{
	border-top: 1px solid #7b7c7e;
}
.topdot{
	border-top: 1px dotted #7b7c7e;
}
.bottomdot{
	border-bottom: 1px dotted #7b7c7e;	
}
div.dividerinright{
	border-left: 1px solid #afb0b2;
}
div.dividerinleft{
	border-right: 1px solid #afb0b2;
}
div.entry, div.article, div.tags, div.pubsearch, div.dl, div.padtop{
	padding-top: 20px;
}
div.notoppad{
	padding-top: 0;
}	
div.entry h2, div.article h3{
	padding-bottom: 15px;
}
.bold{
	font-weight: bold;	
}
/* form element formatting */

.inputwrap{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #d0d0d0;
	background: #fff;
	box-shadow: inset 0px 0px 3px #d0d0d0;
	-moz-box-shadow: inset 0px 0px 3px #d0d0d0;
	-webkit-box-shadow: inset 0px 0px 3px #d0d0d0;
}
.inputwrap input{
	background: #fff;
	border: 0px;
}
div.sidesearch{
    display: none;
    padding: 20px 20px 20px 0;
}
input#topsearch{
	background: url('/images/search_mag.gif') top left no-repeat;
	width: 30px;
}
/* brief formatting */
div.brief{
	padding: 10px 0;
}
div.brief .widedate{
	float: left;
	font-weight: bold;
	width: 145px;
}
div.brief .date{
	padding: 5px 0;
	font-weight: bold;
}
div.brief .widecontent{
	margin-left: 160px;
}
div.brief  .content{
	
}
/* article formatting */
div.article ul{
	padding: 20px 0 10px 25px;
}
div.photo img{
	padding: 5px 10px;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}


div.calendar{
    display: none;
	text-align: right;
}

div.calendar_drop{
    display: none;
}
div.facebar{
    background-image: none;   
}

