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




/* GENERAL CSS - CODE TO TELL FF AND IE TO SIT DOWN AND STFU */
#body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 0.626em; }
body div, ul, ol, li, table, img {
	margin: 0px;
	padding: 0px; }
body p {
	margin: 10px 0px 15px;}
body img {
	border: none; }
.display_none {
	display: none; }
.clear_div {
	display: none;
	height: 0px;
	width: 0px; }
body:last-child .clear_div {
	display: block;
	clear: both; }
object:focus {
	outline:none; }
object {
	margin:0px;
	padding:0px; }
a:focus {
	outline:none; }

/* CLEAR - BECAUSE SOMETIMES, FLOATING -ISN'T- A GOOD THING */

.clearme {
	clear: both;
}



a img {border:0}


body{
	background:#000000 url(images/background.jpg) repeat-y fixed top center;
	text-align: center;
	min-width:990px;
	margin:0 auto;
}


p {
	margin:0px;
	padding:0px;
	font:13px/14px Verdana;
	color:#fff;
}

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

a:hover{
	color:#999;
	text-decoration:none;
}

/* MAIN WRAPPER */

#main_wrapper {
	width:990px;
	margin:0 auto;
	padding:0px;
}

#marketing_window{
	margin:0px;
}

#main_content{
	display:block;
	margin:0px;
	width:990px;
}
#left_content{
	float:left;
	width:400px;
	padding:0px;
	margin:0px 0px 0px 15px;
	*margin:0px 0px 0px 5px;
}
#right_wrapper{
	float:right;
	margin:-10px 15px 0px 0px;
	*margin:10px 0px 0px 0px;
	padding:0px;
	width:545px;
}
#right_content{
	text-align:left;
	background:url(images/text_bg.png) repeat-y top center;
	margin:0px;
	padding:0px;
}
#right_content p{
	margin:0px 45px 0px 50px;
	line-height:17px;
}
#donations{
	margin:-10px 5px 0px 5px; 
	height:110px; 
	width:30px;
}
#media_gallery{
	width:900px;
	margin:8px auto 15px auto;
	text-align:center;
}

/* FOOTER */

#footer_wrapper {
	clear:both;
	background:url(images/footer_bg.png) no-repeat top center;
	width:990px;
	height:95px;
	padding:15px 10px 10px 10px;
	*padding:25px 10px 10px 10px;
}
#footer_wrapper p{
	font:10px/18px Verdana;
	color:#FFFFFF;
	text-align: center;
}

#footer_wrapper a {
	color:#FFFFFF;
	text-decoration:underline;
}

#footer_wrapper a:hover {
	color:#e5e5e5;
	text-decoration: none;
}
abbr {
	text-decoration:none;
}

/* HEADER TAGS */

h1 {
	padding:0px;
	margin:0px 0px 6px 50px;
	font:normal 17px Verdana;
	color:#fff;
	font-weight:bold;
}
h2 {
	padding:0px;
	margin:0px 0px 6px 50px;
	font:normal 15px Verdana;
	color:#fff;
	font-weight:bold;
}
h3 {
	padding:0px 15px;
	font:normal 14px/20px Verdana;
	color:#525252;
}
h4 {
}
h5 {
}
h6 {
}


/* LISTS */

ol, ul {
	margin-left:75px;
	margin-right:35px;
	padding:0px 15px;
}
li {
	font:13px/18px Verdana;
	color:#fff;
}




/* CONTACT FORM - TABLES IN CSS WITH DIVS... BECAUSE I CAN */

#contact_form {
	width: 100%;
	font:11px/20px Verdana;
	color:#525252;
	letter-spacing:0px;
}
#contact_table {
	width: 400px;
	font:11px/20px Verdana;
	color:#fff;
	letter-spacing:0px;
	padding-left:10px;
}
.contact_row {
	margin-left:35px;
	width: 300px;
	height: 25px;
}
.contact_field {
	float: left;
	width: 45px;
	height: 20px;
	text-align: right;
	padding:5px 5px 0px 0px;
}
.contact_box {
	float: right;
	width: 250px;
	height: 25px;
	text-align: left;
}
input.contactinput {
	width: 250px;
	font:11px Verdana;
	color:#525252;
	background-color: #FFFFFF;
}
textarea.contacttext {
	font:11px Verdana;
	color:#525252;
	background-color: #FFFFFF;
}


div.sociable {
	margin: 16px 0;
	padding:0px 0px 0px 57px;
	text-align:left;
	margin:0px 0px 0px 20px;
        color: #ffffff;
}

span.sociable_tagline {
	position: left;
	font:11px Verdana;
	color: #ffffff;
}

span.sociable_tagline span {
display: none; width: 11em;
color:#ffffff;
}

sociable_tagline {
color:#ffffff;
}

span.sociable_tagline:hover span {
position: absolute;
display: block;
top: -5em;
background: #ffe;
border: 1px solid #ccc;
color: #FFFFFF;
line-height: 1.25em;
}

.sociable span {
display: block;
text-align:left;
}

.sociable ul {
display: inline;
margin: 0 !important;
padding: 0 !important;
}

.sociable ul li {
background: none;
display: inline;
list-style-type: none;
margin: 0;
padding: 1px;
}

.sociable ul li:before {
content: "";
}

.sociable img {
float: none;
width: 16px;
height: 16px;
border: 0;
margin: 0;
padding: 0;
}

.sociable-hovers {
display: inline;
opacity: .7;
-moz-opacity: .7;
filter: alpha(opacity=70);
}

.sociable-hovers:hover {
display: inline;
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
}