@charset "utf-8";
/* how about we level the playing field - time to reset! */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 18px;
	font-family: TradeGothic, Arial, sans-serif;
	vertical-align: baseline;
}

body {
	line-height: 1.25;
	color: #FFF;
	background: #fedfef url(../images/body-backg.gif) repeat-y center top;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}
.clear {
	clear: both;
}


/* -------------------- end reset ------------------------------- */


#container {
	width: 950px;
	margin: 0 auto;
	background-color: #f494b3;
	border-left: 1px solid #ea8daf;
	border-right: 1px solid #ea8daf;
}

#header {
	width: 950px;
	height: 122px;
	background-color: #fdeef2;
	position: relative;
	border-bottom: 1px solid #ea8daf;
}

#logo {
	width: 146px;
	height: 168px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat left top;
	position: absolute;
	bottom: -54px;
	left: 26px;
}

#logo a {
	width: 146px;
	height: 168px;
	display: block;
}

/* hack for IE6 */
* html #logo {
	background: url(../images/logo.gif) no-repeat left top;
}

#header p {
	color: #492059;
	font-size: 34px;
	font-family: "TradeGothic Bold", "Trade Gothic", Arial, sans-serif;
	text-align: right;
	padding: 36px 20px 0 0;
}

#branding {
	width: 950px;
	height: 344px;
	background: url(../images/branding.jpg) no-repeat left top;
	border-bottom: 1px solid #ea8daf;
}

#branding p {
	text-indent: -9999px;
}

#content {
	width: 950px;
	background-color: #4f2168;
}

#nav {
	width: 940px;
	height: 40px;
	background-color: #4f2168;
	text-align: right;
	padding-right: 10px;
}

#nav ul {
	padding-top: 8px;
}

#nav li {
	display: inline;
	margin: 12px 20px;
	padding: 12px 0;
}

#nav li a {
	color:#FFF;
	text-decoration: none;
}

#nav li a:hover {
	color: #f998cb;
}

#mainContent {
	width: 560px;
	padding: 20px 20px 20px 5px;
	float: right;
}

#mainContent p {
	padding: 6px 60px 20px 12px;
}

#aboutHeader {
	width: 557px;
	height: 37px;
	background: url(../images/about-header.gif) no-repeat left top;
	text-indent: -9999px;
}

#donateHeader {
	width: 557px;
	height: 37px;
	background: url(../images/donate-header.gif) no-repeat left top;
	text-indent: -9999px;
}

#sidebar {
	width: 325px;
	padding: 20px 0 20px 12px;
	float: left;
}

#sidebar p,
#sidebar .addressList {
	padding: 10px 18px;
}

#sidebar dt,
#sidebar dd {
	font-weight: bold;
}

#helpHeader {
	width: 321px;
	height: 37px;
	background: url(../images/help-header.gif) no-repeat left top;
	text-indent: -9999px;
}
#socialNetworks {
	width:500px;
	float:left;
	margin:110px 0px 0px 125px;
	padding:0px;
	z-index:100;
}
#facebookBtn, #youtubeBtn, #twitterBtn {
	display:block;
	width:127px;
	height:31px;
	margin:0px 10px 0px 0px;
	text-indent:-9999px;
	float:left;
}
#facebookBtn {
	background-image: url(../images/facebook-button-sm.png);
	background-repeat: no-repeat;
}
#youtubeBtn {
	background-image: url(../images/youtube-button-sm.png);
	background-repeat: no-repeat;
}
#twitterBtn {
	background-image: url(../images/twitter-button-sm.png);
	background-repeat: no-repeat;
}
#facebookLike {
	width:450px;
	margin:50px 0px 0px 350px;
	padding:0px;
}
#footer {
	width: 950px;
	height: 200px;
	background: url(../images/footer-backg.gif) no-repeat left top;
	position: relative;
}
#footer iframe {
	position: absolute;
	top: 99px;
	left: 126px
}
#footerMessage {
	text-indent: -9999px;
}

#footer .addressList {
	margin: 0 20px 20px 0;
	text-align: right;
}

#footer dt,
#footer dd,
#footer dt em,
#footer dd strong,
#footer dd strong a,
#footer dd.spacedOut a {
	font-size: 14px;
	color: #492059;
}

.spacedOut {
	margin-top:20px;
}

#footer a {
	color:#3300FF;
}

#donate-button a {
	height: 52px;
	width: 210px;
	background-image: url(../images/donate-button.gif);
	display: block;
	text-indent: -9999px;
	margin: 10px 0 20px 20px;
}

#donate-button a:hover {
	background-image: url(../images/donate-button-over.gif);
}
#donatePage #branding {
	background-image: none;
	height: 30px;
}
#videoContainer {
	margin:0px 0px 20px 5px;
}

