/* CSS Document */

/* Typographic Styling */

* {
	padding: 0px;
	margin: 0px;
	}
	
html {
	height:100%;
	}


:-moz-any-link:focus {
	outline: none;
	}

body {
	background-color:#282828;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	height:100%;
	}

h2 {
	color:#FFFFFF;
	font-size:14px;
	line-height:17px;
	font-weight:normal;
	width:300px;
	margin: 0px 0px 15px 0px;
	}
	
h3 {
	color:#FFFFFF;
	font-size:13px;
	line-height:17px;
	font-weight:normal;
	width:300px;
	margin: 0px 0px 15px 0px;
	}
	
	
p {
	color:#FFFFFF;
	font-size:11px;
	line-height:15px;
	width:300px;
	margin:20px 0px 0px 0px;
	}
	
p form {
	color:#FFFFFF;
	font-size:11px;
	line-height:15px;
	width:300px;
	margin:20px 0px 0px 0px;
	}
	
	
table {
	color:#FFFFFF;
	font-size:11px;
	line-height:15px;
	width:300px;
	margin:50px 0px 0px 300px;
	}
	
table tr td {
	color:#FFFFFF;
	font-size:11px;
	line-height:15px;
	width:300px;
margin:10px 0px 0px 0px;}
	
.error {
	color:#f36221;
	font-size:11px;
	line-height:15px;
	width:300px;
	margin:15px 0px 0px 0px;
	}
	
a img {
	border:none;
	}
	
.mini {color:#FFFFFF;
	font-size:9px;
	line-height:13px;
	width:200px;
	margin:30px 0px 0px 35px;
	float:left;}

	
span {color:#FFFFFF;
	font-size:11px;
	line-height:13px;
	margin:0px 0px 0px 35px;
	float:left;}


* html span {
margin:0px 20px 0px 35px;
}


*:first-child+html span {
margin:0px 20px 0px 35px;
}
	
p a:link {
	color:white;
	text-decoration:underline;
	}
	
p a:visited {
	color:white;
	text-decoration:underline;
	}
	
p a:hover {
	color:white;
	text-decoration:underline;
	}
	
p a:active {
	color:white;
	text-decoration:underline;
	}
	
/* Layout Styling */

div.content {
	text-align:left;
	background-image:url(../images/postit-home.jpg);
	background-repeat:no-repeat;
	width:807px;
	height:300px;
	}
	
div.challenge {
	text-align:left;
	background-image:url(../images/postit-challenge.jpg);
	background-repeat:no-repeat;
	width:807px;
	height:330px;
	}
	
div.sponsors {
	text-align:left;
	background-image:url(../images/postit-sponsors.jpg);
	background-repeat:no-repeat;
	width:807px;
	height:740px;
	}
	
div.contact {
	text-align:left;
	background-image:url(../images/postit-contact.jpg);
	background-repeat:no-repeat;
	width:807px;
	height:330px;
	}
	
div.donate {
	text-align:left;
	background-image:url(../images/postit-donate.jpg);
	background-repeat:no-repeat;
	width:807px;
	height:380px;
	}
	
div.about {
	text-align:left;
	background-image:url(../images/postit-about.jpg);
	background-repeat:no-repeat;
	width:807px;
	height:360px;
	}
	
	
* html div.content {
	margin-left:-30px;
	}
	
*:first-child+html div.content {
	margin-left:-30px;
	}
	
div.content p {
	float:left;
	margin-left:280px;
	width:230px;
	margin-top:40px;
	}
	
div.content p.floated {
	float:left;
	margin-left:35px;
	margin-right:0px;
	margin-top:40px;
	width:230px;
	}
	
	
* html div.content p {
	float:left;
	margin-left:140px;
	width:230px;
	margin-top:40px;
	}
	
* html div.content p.floated {
	float:left;
	margin-left:35px;
	margin-right:0px;
	margin-top:40px;
	width:230px;
	}
	
div.content p.floated a {
	text-align:left;
	}

div.sub-background {
	background-color:#e9e9e9;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-top:0px;
	border-bottom:0px;
	width:876px;
	margin:0px auto;
	text-align:center;
	padding-top:30px;
	}
		
div.footer {
	background-image:url(../images/footer-background.gif);
	background-repeat:no-repeat;
	height:103px;
	text-align:center;
	margin:-20px auto;
	text-align:center;
	width:878px;
	padding-top:10px;
	}
	
div.rotating-banner {
	width:805px;
	height:244px;
	margin:0px 0px 40px 0px;
	}
	
* html div.rotating-banner {
	margin:0px 0px 40px 3px;
	}
	
*:first-child+html div.rotating-banner {
	margin:0px 0px 40px 3px;
	}
	
div.navigation {
	background-image:url(../images/nav-background.jpg);
	background-repeat:no-repeat;
	width:807px;
	height:39px;
	display:block;
	}
	
* html div.navigation {
	margin-left:-30px;
	}
	
*:first-child+html div.navigation {
	margin-left:-30px;
	}
	
div.main-content {
	margin-left:36px;
	}
	
div.rotating-banner {
	margin-left:36px;
	}

/* Navigation Styling */

div.navigation ul {
	list-style:none;
	padding:0px;
	margin:0px;
	width:100%;
	}
	
div.navigation ul li {
	padding:0px;
	margin:0px;
	list-style:none;
	text-indent:-9999px;
	}
	
* html div.navigation ul li {
	float:left;
	}
	
*:first-child+html div.navigation ul li {
	float:left;
	display:block;
	position:relative;
	}
	
div.navigation ul li a {
	padding:0px;
	margin:0px;
	display:inline;
	list-style:none;
	}

div.navigation ul li#home a {
	background-image:url(../images/nav-home.jpg);
	background-repeat:no-repeat;
	height:39px;
	width:53px;
	display:block;
	padding:0px;
	/*margin:0px 15px 0px 87px;*/
	margin:0px 15px 0px 50px;
	float:left;
	}
	
div.navigation ul li#home a.active {
	background-image:url(../images/nav-home-active.jpg);
	background-repeat:no-repeat;
	height:39px;
	width:53px;
	display:block;
	padding:0px;
	margin:0px 15px 0px 50px;
	float:left;
	}
	
	
* html div.navigation ul li#home a {
	background-image:url(../images/nav-home.jpg);
	background-repeat:no-repeat;
	height:39px;
	width:53px;
	display:block;
	padding:0px;
	margin:0px 8px 0px 25px;
	float:left;
	}
	
* html div.navigation ul li#home a.active {
	background-image:url(../images/nav-home-active.jpg);
	background-repeat:no-repeat;
	height:39px;
	width:53px;
	display:block;
	padding:0px;
	margin:0px 8px 0px 25px;
	float:left;
	}
	
*:first-child+html div.navigation ul li#home a {
	background-image:url(../images/nav-home.jpg);
	background-repeat:no-repeat;
	height:39px;
	width:53px;
	display:block;
	padding:0px;
	margin:0px 20px 0px 50px;
	float:left;
	}

*:first-child+html div.navigation ul li#home a.active {
	background-image:url(../images/nav-home-active.jpg);
	background-repeat:no-repeat;
	height:39px;
	width:53px;
	display:block;
	padding:0px;
	margin:0px 15px 0px 50px;
	float:left;
	}
	
	
div.navigation ul li#about a {
	background-image:url(../images/nav-about.jpg);
	background-repeat:no-repeat;
	height:39px;
	width:65px;
	display:block;
	padding:0px;
	margin:0px 15px 0px 15px;
	float:left;
	}
	
div.navigation ul li#about a.active {
	background-image:url(../images/nav-about-active.jpg);
	background-repeat:no-repeat;
	height:39px;
	width:65px;
	padding:0px;
	margin:0px 15px 0px 15px;
	display:block;
	float:left;
	}
	
* html div.main-content div.navigation ul li#about a {
	margin:0px 8px 0px 8px;
	}


div.navigation ul li#blog a {
	background-image:url(../images/nav-blog.jpg);
	background-repeat:no-repeat;
	height:39px;
	width:69px;
	padding:0px;
	margin:0px 15px 0px 15px;
	display:block;
	float:left;
	}
	
div.navigation ul li#blog a.active {
	background-image:url(../images/nav-blog-active.jpg);
	background-repeat:no-repeat;
	height:39px;
	width:69px;
	padding:0px;
	margin:0px 15px 0px 15px;
	display:block;
	float:left;
	}

* html div.main-content div.navigation ul li#blog a {
	margin:0px 8px 0px 8px;
	}	
	
div.navigation ul li#sponsors a {
	background-image:url(../images/nav-sponsors.jpg);
	background-repeat:no-repeat;
	height:39px;
	width:82px;
	padding:0px;
	margin:0px 15px 0px 15px;
	display:block;
	float:left;
	}
	
div.navigation ul li#sponsors a.active {
	background-image:url(../images/nav-sponsors-active.jpg);
	background-repeat:no-repeat;
	height:39px;
	width:82px;
	padding:0px;
	margin:0px 15px 0px 15px;
	display:block;
	float:left;
	}
	
* html div.main-content div.navigation ul li#sponsors a {
	margin:0px 8px 0px 8px;
	}
	
div.navigation ul li#contact a {
	background-image:url(../images/nav-contact.jpg);
	background-repeat:no-repeat;
	height:39px;
	width:79px;
	padding:0px;
	margin:0px 15px 0px 15px;
	display:block;
	float:left;
	}
	
div.navigation ul li#contact a.active {
	background-image:url(../images/nav-contact-active.jpg);
	background-repeat:no-repeat;
	height:39px;
	width:79px;
	padding:0px;
	margin:0px 15px 0px 10px;
	display:block;
	float:left;
	}
	
* html div.main-content div.navigation ul li#contact a {
	margin:0px 8px 0px 8px;
	}
		
div.navigation ul li#donate a {
	background-image:url(../images/nav-donate.jpg);
	background-repeat:no-repeat;
	height:39px;
	width:75px;
	padding:0px;
	margin:0px 15px 0px 15px;
	display:block;
	float:left;
	}
	
div.navigation ul li#donate a.active {
	background-image:url(../images/nav-donate-active.jpg);
	background-repeat:no-repeat;
	height:39px;
	width:75px;
	padding:0px;
	margin:0px 15px 0px 15px;
	display:block;
	float:left;
	}
		
* html div.main-content div.navigation ul li#donate a {
	margin:0px 8px 0px 8px;
	}	
	
div.navigation ul li#challenge a {
	background-image:url(../images/nav-challenge.jpg);
	background-repeat:no-repeat;
	height:39px;
	width:90px;
	padding:0px;
	margin:0px 15px 0px 15px;
	display:block;
	float:left;
	}
	
	
div.navigation ul li#challenge a.active {
	background-image:url(../images/nav-challenge-active.jpg);
	background-repeat:no-repeat;
	height:39px;
	width:90px;
	display:block;
	padding:0px;
	margin:0px 15px 0px 15px;
	display:block;
	float:left;
	}
	
* html div.main-content div.navigation ul li#challenge a {
	margin:0px 8px 0px 8px;
	}
	
div.clear {
	clear:both;
	float:none;
	display:none;
	}
	
.pay {
margin:0px 0px -5px 20px;
}

* html .pay {
margin:0px;
}


*:first-child+html .pay {
margin:0px;
}

.payment {margin-left:11px; border:1px solid white;}

* html .payment {
margin-left:11px;
}


*:first-child+html .payment {
margin-left:11px;
}

table input {border:1px solid white; margin-bottom:10px;}

table textarea {border:1px solid white; margin-bottom:10px;}

table input.submit {border:1px solid white; margin-bottom:10px; color:white; background-color:#333333; margin-left:160px;}

div.sponsors p {
text-align:center;	
}

* html div.sponsors p.floated {
text-align:center;
width:200px;
margin-left:10px;	
}