
* { outline: 0; }
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	}
body {
	background: url(../images/bg1.jpg) center top no-repeat #dddddd;
	color: #333333;
	font: 14px/20px arial, verdana, sans-serif;
	}
img, iframe {
	border: 0;
	background: transparent;
	padding: 0;
	outline: 0;
	}
a:link, a:visited {
	color: #dd5522;
	text-decoration: none;
	}
a:hover, a:active { color: #ff9966; }

ul {
	list-style: circle;
	padding: 0 0 0 16px;
	margin: 0;
	}

h4 {
	margin: 0;
	font: 10px/12px arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	}

textarea, input, select {
	border: 0;
	padding: 5px;
	color: #333333;
	font: 10px/20px verdana, arial, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
textarea {
	width: 180px;
	height: 120px;
	}
input.text, select {
	float: left;
	margin: 0 20px 0 0;
	width: 180px;
	height: 20px;
	}
input.submit {
	height: 30px;
	padding: 0 10px;
	background: #dd5522;
	border: 1px solid #ffffff;
	color: #ffffff;
	}
select {
	margin-top: 3px;
	padding: 0;
	width: 190px;
	}
label {
	float: left;
	width: 100px;
	padding: 5px 0 12px 0;
	font-size: 14px;
	}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	}


input.error, textarea.error {
	} 
em.error {	
	visibility: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	}
div.error, .thanks {
	position: absolute;
	top: 141px;
	right: 15px;
	z-index: 3;
	width: 180px;
	background: #3f3b38;
	color: #ffff00;
	text-align: right;
	}

.thanks {
	z-index: 2;
	color: #77dd55;
	}


#wrapper {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	}



#contentLeft {
	float: left;
	width: 720px;
	padding-bottom: 30px;
	}

#contentLeft img.logo {
	margin: 20px 0 0 0;
	}

#contentLeft h1 {
	font: bold 40px/50px arial, verdana, sans-serif;
	color: #ffffff;
	margin: 0 0 25px 0;
	letter-spacing: .03em;
	}
#contentLeft h2 {
	font: lighter 25px/32px arial, verdana, sans-serif;
	color: #ffffff;
	margin: 0 0 17px 0;
	}
#contentLeft h3 {
	font: lighter 20px/25px arial, verdana, sans-serif;
	color: #ffffff;
	margin: 0 0 10px 0;
	}
#contentLeft .subnav {
	margin: 0 0 35px 0;
	padding: 0;
	}
#contentLeft .subnav * {
	color: #dd5522;
	font: 10px/15px arial, sans-serif;
	}
#contentLeft .subnav a {
	display: block;
	float: left;
	margin: 0 45px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #666666;
	}
#contentLeft .subnav a:hover {
	color: #ee5522;
	}

.thankyou {
	background: #ffffff;
	padding: 30px 20px;
	}
.thankyou * { color: #666666; }

a.donateButton {
	display: block;
	float: left;
	margin: 30px 0 0 0;
	padding: 0;
	height: 78px;
	background: url(../images/bg-donateButton.png) 50% 50% no-repeat transparent;
	color: #ffffff;
	font: bold 35px/78px arial, sans-serif;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
a:hover.donateButton {
	color: #ee5522;
	}

#mapInit {
	width: 630px;
	height: 580px;
	text-align: center;
	line-height: 255px;
	background: #000000;
	font-size: 30px;
	cursor: pointer;
	}

#contentRight {
	float: left;
	width: 275px;
	}

#contentRight .pad {
	padding: 50px 0 0 20px;
	}

#contentRight img.eccc {
	float: right;
	margin: 0 30px 0 0;
	}

#contentRight #resources {
	margin: 30px 0 0 0;
	}
#contentRight #resources a.resource, #contentRight #resources div.resource {
	display: block;
	position: relative;
	color: #333333;
	background: url(../images/transWhite.png);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 12px 12px 12px 20px;
	margin: 0 0 10px 0;
	}
#contentRight #resources div.tabbed {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	}
#contentRight #resources a.resource img {
	position: absolute;
	top: -14px;
	left: -20px;
	}
#contentRight #resources a.resource div {
	font-size: 15px;
	}
#contentRight #resources a.resource p {
	margin: 4px 0 0 0;
	font-size: 16px;
	color: #dd5522;
	}

#contentRight .scrollerTab {
	float: left;
	padding: 3px 20px;
	margin-right: 2px;
	background: url(../images/transGray.png) transparent;
	font-size: 11px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	cursor: pointer;
	}
#contentRight .scrollerTabOn {
	float: left;
	padding: 3px 20px;
	margin-right: 2px;
	background: url(../images/transWhite.png) transparent;
	font-size: 11px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	cursor: pointer;
	}


.smaller {
	font-size: .8em;
	line-height: 1.1em;
	}
.bigger {
	font-size: 1.2em;
	line-height: 1.4em;
	}

.blue { color: #006699; }

.center { text-align: center; }


#infoBruce, #contentLeft .subnav a#navRun, #contentRight #resources #scrollerTweeting { display: none; }




