
body{
	background: url(images/rock_bg.jpg) #2A2A2A no-repeat top center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F8F8F8;
}

*{
	outline: none;
	margin: 0;
	padding: 0;
}

#header{
	background: url(images/header_bg.png) repeat-x;
	height: 39px;
	width: 100%;
}

.wrap{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#logo{
	margin-bottom: 20px;
	margin-top: 25px;
	cursor: pointer;
	width: 467px;
}

#main #navBar{
	background: #151515;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	width: 100%;
	height: 40px;
}

#main #navBar ul{
	float: right;
	margin: 0;
	padding: 12px 0;
}

#main #navBar ul li{
	list-style: none;
	float: left;
	margin-right: 35px;
}

#photograph{
	background: url(images/shadow.png) bottom center no-repeat;
	height: 288px;
}

#donate{
  background: url(images/donate_bg.png) repeat-x;
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
	margin-top: -100px;
	width: 450px;
	height: 25px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	z-index: 99;
	position: relative;
	padding: 25px;
}

#donate img{
	float: left;
}

#donate form{
	margin: -15px 0 0 225px;
}

#quote{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 75px;
}

#quote img{
	float: right;
}

#featuredPartners{
	margin-top: 20px;
}

#featuredPartners img{
	margin: 10px 30px 0 0;
	height: 75px;
}

#join{
	width: 300px;
	height: 150px;
}

.textbox, .textarea{
	padding: 5px;
	background: none;
	border: 1px solid #666666;
	width: 288px;
	margin: 15px 0;
	color: #f8f8f8;
	display: block;
}

.textbox{
	height: 25px;
	font-size: 20px;
}

.textbox:hover, .textarea:hover{
	border: 1px dashed #666666;
}

.textbox:focus, .textarea:focus{
	border: 1px solid #C0DB5A;
	background: #F8F8F8;
	color: #2a2a2a;
}

.joinButton{
	background: #C0DB5A url(images/buttonOverlay.png) repeat-x;
	padding: 2px 20px 3px;
	color: #121212;
	text-decoration: none;
	font-weight: bold;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(255,255,255,0.99);
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	float: right;
}

#contact_lightbox .joinButton{
	float: none;
	margin-left: 80px;
}

.joinButton:hover{
	background-color: #8B9F3D;
}

.joinButton:active{
	top: 1px;
}

#content{
	width: 550px;
}

.rightColumn{
	float: right;
	padding-top: 35px;
}

#footer{
  margin-top: 70px;
	height: 115px;
	width: 100%;
	background: url(images/footer_bg.jpg);
	padding: 50px 0;
	clear: both;
}

#footer #leftSide{
	float: left;
	width: 433px;
}

#footer #rightSide{
	float: left;
	width: 467px;
}

#footer #leftSide div {
	float: left;
	margin-right: 80px;
}

#footer ul li{
	list-style-image: url(images/bullet.png);
	margin-bottom: 15px;
	margin-left: 20px;
}

#footer #logo{
	margin: 0 0 40px 0;
	padding: 0;
}

#footer #copyright{
	float: right;
	font-size: 10px;
	color: #666666;
}

#rightspacer{
	float: right;
	margin: 10px;
	width: 170px;
	height: 500px;
}

#leftspacer{
	float: left;
	margin: 10px 10px 10px 10px;
	width: 170px;
	height: 500px;
}

#middlePicture{
	position: absolute;
	top: 410px;
	margin-left: 250px;
	width: 363px;
	height: 476px;
	background: url(images/pictureframe.png) no-repeat;
	padding: 12px 10px;
}

.simple_overlay { 
    display:none; 
    z-index:10000; 
    background-color:#333; 
	padding: 8px 40px;     
    min-height:200px; 
    border:1px solid #666; 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
.simple_overlay .close { 
    background-image:url(images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

.large_overlay { 
    display:none; 
    z-index:10000; 
    background-color:#333; 
    height:430px;
	padding: 20px 15px;
    border:1px solid #666; 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000; 
	width: 770px;
} 
 
.large_overlay .close { 
    background-image:url(images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer;
    height:35px; 
    width:35px; 
}

.contentWrap{
	overflow-y: scroll;
	width: 770px;
	height: 430px;
}

#contact_lightbox, #newsletters_lightbox{
	width: 410px;
}

#thanks_lightbox{
	width: 350px;
}


a{
	color: #C0DB5A;
	text-decoration: none;
	border-bottom: 1px dotted #C0DB5A;
}

a:hover{
	color: #F8F8F8;
	text-decoration: none;
	border-bottom: 1px dotted #F8F8F8;
}

#header a{
	float: right;
	margin-right: 35px;
	margin-top: 4px;
	color: #2a2a2a;
}

#header a:hover{
	color: #F8F8F8;
}

#navBar a{
	color: #F8F8F8;
}

#navBar a:hover{
	color: #C0DB5A;
}

#footer a, #header a, #navBar a{
	border-bottom: none;
}

p{
	margin: 20px 0;
	padding: 0;
}

.simple_overlay p{
	line-height: 1.2;
}

h2{
	margin: 10px 0 20px 0;
	font-size: 15px;
}

#thanks_lightbox h2{
	margin: 10px 0 40px 0;
	text-align: center;
}

#contact_lightbox h2{
	margin: 10px 0;
	text-align: center;
}

h3{
	font-weight: normal;
	color: #666666;
}

label{
	float: left;
	width: 80px;
	margin-top: 8px;
}

#address{
	margin-left: 80px;
}

#about p{
	margin: 0 0 20px 0;
}

.member{
	margin-bottom: 50px;
}

.about_column{
	width: 330px;
	margin-left: 30px;
	float: left;
}

.address{
	float: left;
	margin-left: 15px;
	width: 180px;
}