/* COPYRIGHT 2010 BULLSEYE CREATIVE (www.bullseyecreative.net) */

@import url(reset.css);

body {
	margin: 0 auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Standard fonts and rollovers  */

a {
	color:#000000;
	text-decoration: underline;
}

a:hover {
	color:#000000;
	text-decoration:none;
}

a, object {
	outline:none;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;
}

p {
	line-height: 18px;
	font-size: 13px;
	color: #131313;
	/*text-shadow: #fff 1px 1px 0px;*/
}

h1 {
	font-size: 28px;
	color: #1f1f1f;
	font-weight: bold;
	font-style: italic;
	/*text-shadow: #fff 1px 1px 0px;*/
}

h2 {
	margin-bottom: 22px;
	font-size: 24px;
	color: #c51318;
	font-weight: bold;
	font-style: italic;
	/*text-shadow: #fff 1px 1px 0px;*/
}

h3 {
	margin-bottom: 14px;
	font-size: 16px;
	color: #c51318;
	font-weight: bold;
	font-style: italic;
	/*text-shadow: #fff 1px 1px 0px;*/
}

h4 {
	margin-bottom: 14px;
	font-size: 22px;
	color: #131313;
	font-weight: bold;
	font-style: italic;
}

.clear {
	clear: both;	
}

.line {
	margin: 20px 0;
	border-bottom: 1px dotted black;	
}

.fr {
	float: right;	
	margin: 0 0 10px 10px;
}

.fl {
	float: left;
	margin: 0 10px 10px 0;
}

.dark_border {
	border: 1px solid #c6c6c6;	
}

.red {
	color: #c51318;	
}

/* regular container (centered horizontally) */

div#container {
	margin: 0 auto;
	width: 960px;
}

div#navigation {
	position: relative;
	margin: 30px 0 30px 0;
	width: 960px;
	height: 109px;
	background: url(../_img/navigation_bg.png) no-repeat;
}

img#logo {
	margin: 15px 0 0 17px;	
}

div#navigation ul#primary {
	position: absolute;
	top: 16px;
	left: 194px;
}

div#navigation ul#primary li {
	float: left;
	margin-right: 20px;
}

.nav_link span {
	visibility: hidden;	
}

#nav_register {
	display: block;
	width: 86px;
	height: 29px;
	background: url(../_img/nav_register.png) no-repeat 0 0;
}

#nav_register:hover {
	display: block;
	width: 86px;
	height: 29px;
	background: url(../_img/nav_register.png) no-repeat -86px 0;
}

#nav_register_active {
	display: block;
	width: 86px;
	height: 29px;
	background: url(../_img/nav_register.png) no-repeat -172px 0;
}

#nav_donate {
	display: block;
	width: 80px;
	height: 29px;
	background: url(../_img/nav_donate.png) no-repeat 0 0;
}

#nav_donate:hover {
	display: block;
	width: 80px;
	height: 29px;
	background: url(../_img/nav_donate.png) no-repeat -80px 0;
}

#nav_donate_active {
	display: block;
	width: 80px;
	height: 29px;
	background: url(../_img/nav_donate.png) no-repeat -160px 0;
}

#nav_information {
	display: block;
	width: 121px;
	height: 29px;
	background: url(../_img/nav_information.png) no-repeat 0 0;
}

#nav_information:hover {
	display: block;
	width: 121px;
	height: 29px;
	background: url(../_img/nav_information.png) no-repeat -121px 0;
}

#nav_information_active {
	display: block;
	width: 121px;
	height: 29px;
	background: url(../_img/nav_information.png) no-repeat -242px 0;
}

#nav_sponsors {
	display: block;
	width: 96px;
	height: 29px;
	background: url(../_img/nav_sponsors.png) no-repeat 0 0;
}

#nav_sponsors:hover {
	display: block;
	width: 96px;
	height: 29px;
	background: url(../_img/nav_sponsors.png) no-repeat -96px 0;
}

#nav_sponsors_active {
	display: block;
	width: 96px;
	height: 29px;
	background: url(../_img/nav_sponsors.png) no-repeat -192px 0;
}

#nav_tools {
	display: block;
	width: 68px;
	height: 29px;
	background: url(../_img/nav_tools.png) no-repeat 0 0;
}

#nav_tools:hover {
	display: block;
	width: 68px;
	height: 29px;
	background: url(../_img/nav_tools.png) no-repeat -68px 0;
}

#nav_tools_active {
	display: block;
	width: 68px;
	height: 29px;
	background: url(../_img/nav_tools.png) no-repeat -136px 0;
}

#nav_volunteer {
	display: block;
	width: 104px;
	height: 29px;
	background: url(../_img/nav_volunteer.png) no-repeat 0 0;
}

#nav_volunteer:hover {
	display: block;
	width: 104px;
	height: 29px;
	background: url(../_img/nav_volunteer.png) no-repeat -104px 0;
}

#nav_volunteer_active {
	display: block;
	width: 104px;
	height: 29px;
	background: url(../_img/nav_volunteer.png) no-repeat -208px 0;
}

#nav_signin {
	display: block;
	width: 74px;
	height: 29px;
	background: url(../_img/nav_signin.png) no-repeat 0 0;
}

#nav_signin:hover {
	display: block;
	width: 74px;
	height: 29px;
	background: url(../_img/nav_signin.png) no-repeat -74px 0;
}

#nav_signin_active {
	display: block;
	width: 74px;
	height: 29px;
	background: url(../_img/nav_signin.png) no-repeat -148px 0;
}

div#sub_nav {
	margin-bottom: 32px;
}

div#sub_nav li {
	float: left;
	margin-right: 1px;
}

div#sub_nav a {
	display: block;
	text-decoration: none;
}

div#sub_nav a:hover {
	color: #c51318;
}

div#sub_nav li.sub_active {
	display: block;
	color: #c51318;
}

div#content_top {
	margin-left: 49px;
	width: 911px;
	height: 15px;
	background: url(../_img/content_top.png) no-repeat;
}

div#content {
	margin-left: 49px;
	padding-bottom: 30px;
	width: 911px;
	background: url(../_img/content_bg.png) repeat-y;
}

div#left {
	float: left;
	padding: 0 30px;
	margin-bottom: 40px;
	width: 649px;
}

div#left p {
	margin-bottom: 10px;
	line-height: 20px;
}	

div#logos {
	float: left;
	width: 250px;	
}

div#logos img {
	margin: 20px auto;	
}

div#logos em {
	margin: 20px 0 20px 60px;	
}

div#flash_content {
	float: right;
	width: 385px;
	height: 270px;
}

div#three_column {
	margin-top: 30px;	
}

div#three_column div {
	position: relative;
	float: left;
	margin-right: 8px;
	width: 200px;
	min-height: 75px;
	vertical-align: top;
}

div#three_column img { 
	float: left;
	margin-right: 8px;
}

div#three_column p {
	font-size: 11px;	
}

div#three_column a {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

div#three_column a span {
	visibility: hidden;
}

div#three_column strong {
	color: #c51318;	
}

a#btn_registernow {
	display: block;
	width: 200px;	
	height: 24px;
	background: url(../_img/btn_registernow.png) no-repeat 0 0;
}

a#btn_donatenow {
	display: block;
	width: 200px;	
	height: 24px;
	background: url(../_img/btn_donatenow.png) no-repeat 0 0;
}

a#btn_loginnow {
	display: block;
	width: 200px;	
	height: 24px;
	background: url(../_img/btn_loginnow.png) no-repeat 0 0;
}

a#btn_sponsorship {
	display: block;
	width: 200px;	
	height: 24px;
	background: url(../_img/btn_sponsorship.png) no-repeat 0 0;
}

a#btn_volunteer {
	display: block;
	width: 200px;	
	height: 24px;
	background: url(../_img/btn_volunteer.png) no-repeat 0 0;
}

a#btn_registernow:hover, a#btn_donatenow:hover, a#btn_loginnow:hover, a#btn_sponsorship:hover, a#btn_volunteer:hover {
	background-position: -200px 0;
}

a#btn_registernow span, a#btn_donatenow span, a#btn_loginnow span, a#btn_sponsorship span, a#btn_volunteer span {
	visibility: hidden;
}

div.faq {
	margin-bottom: 10px;
	padding: 6px 10px 0px 10px;
	background: white;
	background: rgba(255,255,255,.6);
	border: 1px solid #b2b2b2;	
}

a.question {
	text-decoration: none;
	display: block;
	width: 100%;
}

a.question:hover {
	color: #555;	
}

.answer {
	overflow: hidden;	
}

div#right {
	float: right;
	padding: 0 8px;
	width: 186px;
}

ul.top_ten {
	margin-bottom: 10px;
	width: 182px;
	border: 1px solid #606060;
}

ul.top_ten li {
	margin: 0px;
	padding: 0 5px 0 5px;
	height: 16px;
	font-size: 10px;
	color: #131313; 
}

li.dark {
	background: url(../_img/top_ten_bg.png) repeat-x;	
}

ol#items_list {
	margin-left: 24px;
	list-style-image: url(../_img/pdf.png);	
	line-height: 30px;
	font-size: 14px;
}

div#logo_list a {
	float: left;
	width: 206px;
	margin: 0 10px 10px 0;
	text-align: center;
	text-decoration: none;
}	

div#logo_list a img {
	width: 206px;
	height: 116px;
}	

div#sponsor_index {
	clear: both;
	padding-top: 10px;
}

div#sponsor_index img {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	width: 75px;
}


div#footer {
	margin-left: 49px;
	width: 911px;
	height: 52px;	
	background: url(../_img/footer_bg.png) repeat-x;	
	clear: both;
}

div#footer ul {
	margin-left: 20px;
	padding-top: 20px;
	width: 871px;
	font-size: 11px;	
	color: #fff;
}

div#footer ul a {
	color: #fff;
	text-decoration: underline;	
}

li#footer_left {
	float: left;
	width: 138px;
}

a#facebook {
	float: left;
	margin-right: 5px;
	display: block;
	width: 23px;
	height: 23px;
	background: url(../_img/facebook.png) no-repeat 0 0;
	text-indent: -4000px;
}

a#facebook:hover {
	background: url(../_img/facebook.png) no-repeat -23px 0;
}

a#twitter {
	float: left;
	margin-right: 5px;
	display: block;
	width: 23px;
	height: 23px;
	background: url(../_img/twitter.png) no-repeat 0 0;
	text-indent: -4000px;
}

a#twitter:hover {
	background: url(../_img/twitter.png) no-repeat -23px 0;
}

a#share_this {
	float: left;
	display: block;
	width: 76px;
	height: 23px;
	background: url(../_img/share_this.png) no-repeat 0 0;
	text-indent: -4000px;
}

a#share_this:hover {
	background: url(../_img/share_this.png) no-repeat -76px 0;
}

li#footer_middle {
	float: left;
	margin-left: 180px;
}

li#footer_right {
	float: right;	
}
