/* Brooklyn Bridge Forest
 * Created: 		Pt, DLB - 2010/05/20
 * Last Updated:	Pt, DLB - 2010/05/20
 **/

body
{
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	font-family: Garamond, Times New Roman, Times, serif;
	background-image:url('../img/bg.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 0 0;
}

.clearfix:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* HEADER
 **/

div#header
{
	background-image:url('../img/headerbg.jpg');
	background-repeat: repeat;
	height: 143px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 300000;
}

div#logo
{
	width: 1008px;
	z-index: 450000;
	margin: 13px auto 13px;
	position: relative;
}

a#wordmark
{
	background-image:url('../img/logo.png');
	background-repeat:no-repeat;
	background-position: bottom left;
	display: block;
	width: 660px;
	margin: 0 auto;
	height: 63px;
}

a#wordmark h1
{
	display: none;
}

/* NAV
 **/
 
div#nav
{
	background-image:url('../img/bar.png');
	background-repeat: repeat;
	height: 57px;
	width: 100%;
}

div#nav ul 
{
	width: 1008px; 
	margin: auto;
	padding-left: 0;
	list-style-type: none;
}

div#nav ul li
{
	float: left;
}

div#nav ul li a
{
	height: 50px;
	display: block;
}

div#nav ul li a span
{
	display: none;
}

div#nav ul li a#homeButton
{
	background-image:url('../img/nav-home.png');
	width: 101px;
	height: 52px;
}

div#nav ul li a#homeButton:hover
{
	background-position: 0 -52px;
}

div#nav ul li a#bridgeButton
{
	background-image:url('../img/nav-bridge.png');
	width: 147px;
	height: 52px;
}

div#nav ul li a#bridgeButton:hover
{
	background-position: 0 -52px;
}

div#nav ul li a#forestButton
{
	background-image:url('../img/nav-forest.png');
	width: 148px;
	height: 52px;
}

div#nav ul li a#forestButton:hover
{
	background-position: 0 -52px;
}

div#nav ul li a#partnershipButton
{
	background-image:url('../img/nav-partnership.png');
	width: 201px;
	height: 52px;
}

div#nav ul li a#partnershipButton:hover
{
	background-position: 0 -52px;
}

div#nav ul li a#faqButton
{
	background-image:url('../img/nav-faq.png');
	width: 92px;
	height: 52px;
}

div#nav ul li a#faqButton:hover
{
	background-position: 0 -52px;
}

div#nav ul li a#joinButton
{
	background-image:url('../img/nav-join.png');
	width: 106px;
	height: 52px;
}

div#nav ul li a#joinButton:hover
{
	background-position: 0 -52px;
}

div#nav ul li a#blogButton
{
	background-image:url('../img/nav-blog.png');
	width: 72px;
	height: 52px;
}

div#nav ul li a#blogButton:hover
{
	background-position: 0 -52px;
}

div#nav ul li span#follow
{
	background-image:url('../img/nav-follow.png');
	width: 129px;
	float: left;
	height: 50px;
}

div#nav ul li span#follow span
{
	display: none;
}

div#nav ul li a#facebookButton
{
	background-image:url('../img/nav-facebook.png');
	width: 30px;
	float: left;
	height: 52px;
}

div#nav ul li a#facebookButton:hover
{
	background-position: 0 -52px;
}

div#nav ul li a#twitterButton
{
	background-image:url('../img/nav-twitter.png');
	width: 30px;
	float: left;
	height: 52px;
}

div#nav ul li a#twitterButton:hover
{
	background-position: 0 -52px;
}

div#floatmsg
{
	width: 1008px;
	margin: -125px auto 0;
	z-index: 400000;
}

div#helpnow
{
	background-image:url('../img/helpnow.png');
	background-position: top right; 
	background-repeat:no-repeat;
	height: 81px;
	width: 346px;
	margin-left: 644px;
}

div#helpnow span
{
	display: none;
}

/* CONTENT
 **/

div#content
{
	width: 1008px;
	margin: 154px auto 0;
	font-family: Georgia, Times New Roman, serif;
}

div#container
{
	width: 730px;
	padding: 25px 30px;
	margin: 0 auto;
	background-image:url('../img/container_4.png');
	background-position: top left;
	background-repeat:no-repeat;
	color: #404041;
	position: relative;
}

div#container a
{
	color: #8a5d3b;
	border-bottom: 1px #8a5d3b dashed;
	text-decoration: none;
}

div#container div#imgquote
{
	float: right;
	margin: 20px 0 0 15px;
	width: 322px;
}

div#container div#imgquote div.quote
{
	font-family: Garamond, Times New Roman, serif;
	color: #505052;
	font-size: 1.3em;
	line-height: 1.3em;
	font-style: italic;
	margin: 10px 0;
}

div#container p
{
	font-size: .9em;
	line-height: 1.4em;
	width: 390px;
}

div.wide p
{
	width: 700px !important;
}

div#container h2
{
	font-family: Garamond, Times New Roman, serif;
	color: #505052;
	font-size: 2.2em;
	margin: 0 0 10px;
}

div#container h3
{
	font-family: Garamond, Times New Roman, serif;
	color: #505052;
	font-size: 1.5em;
	margin: 15px 0;
	text-decoration: underline;
}

div#container div#vision
{
	font-family: Garamond, Times New Roman, serif;
	color: #505052;
	font-style: italic;
	font-size: 1.7em;
	/*font-weight: bold;**/
}

div#learnmore
{
	float: right;
	margin-right: -55px;
	margin-top: -45px;
}

div#learnmore a
{
	background-image:url('../img/learnmore.png');
	background-repeat:no-repeat;
	height: 59px;
	width: 342px;
	display: block;
	border-bottom: 0px;
}

div#learnmore a:hover
{
	background-position: 0 -59px;
}

div#learnmore a span
{
	display: none;
}

div#joinus
{
	float: right;
	margin-right: -55px;
	margin-top: -45px;
}

div#joinus a
{
	background-image:url('../img/joinus.png');
	background-repeat:no-repeat;
	height: 59px;
	width: 342px;
	display: block;
	border-bottom: 0px;
}

div#joinus a:hover
{
	background-position: 0 -59px;
}

div#joinus a span
{
	display: none;
}


ol#jumplist li
{
	line-height: 1.4em;
}

ol#jumplist li a
{
	border-bottom: 0px;
}

div#imglink {
	border: none !important;	
}

div#imglink a {
	border: none !important;	
}

div#citybeautiful {
	color: #afc249;
	font-size: .8em;
}

div#smalltext {
	font-size: .8em;
}

/* CONTACT FORM
 **/
 
#listsignup 
{
	width:300px;
	padding: 10px;
	border: 1px #b19c7f dashed;
	float: right;
	margin: 15px 0 0 15px;
}

#listsignup  div 
{
	clear:both;
	padding: 0 6px;
	margin: 0 0 1em;
}

#listsignup  label 
{
	display: inline;
	float:none;
	width:auto;
	color: #6d6d65;
}

#listsignup  img 
{
	float: right;
}

form#contactform input 
{
	border-color:#c9bea2;
	border-style:solid;
	border-width:1px;
	padding:5px;
	color:#333;
	dislay: inline;
	margin-top:10px;
	height: 18px;
	width: 275px;
}

form#contactform input#sendemail
{
	background: url('../img/signup.png') no-repeat top left;
	width: 300px;
	height: 60px;
	border: 0px;
}

form#contactform input#sendemail:hover
{
	background-position: 0 -60px;
}

form#contactform input#donate-box
{
	background: url('../img/donate.png') no-repeat top left;
	width: 300px;
	height: 60px;
	border: 0px;
}

form#contactform input#donate-box:hover
{
	background-position: 0 -60px;
}

