/* body and page wrapper */

body {
	background-color:#999;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px; }

#wrapper {
	background-color: #FFF;
	width: 1024px;
	margin: 0 auto 0 auto; }
	
#logo {
	float:left;
}

#topbanner {
	background-image: url(../images/home/background.jpg);
	background-repeat: no-repeat;
	width:650px;
	height:145px;
	float:left;
	margin-left:17px;
}

	
/* navigation top/main */

#topbanner a {
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#FFF;
	}
	
#topbanner a:hover {
	text-decoration:underline;
}

#login_nav {
	text-align:right;
	margin-right: 15px;
	margin-top: 115px;
	color: #FFF;
	}

#topnav ul {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	list-style:none;
	width:1024px;
	float:left;
	background:#5bb4e5; }

#topnav ul li {
	float:left; }

#topnav ul a {
	display:block;
	width:124px;
	height:43px;
	line-height:43px;
	border-width:1px;
	border-style:dotted;
	border-color:#FFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #000;
	padding: 1px 1px 1px 1px;
	text-align:center;
}
	
#topnav ul a:hover {
	background:#0080FF;
	color:#FFF; }
	
/* topnav end */


img {
	border: 0px none;
}

#home a#homeLink,
#challenges a#challengesLink,
#news a#newsLink,
#videos a#videosLink,
#faq a#faqLink,
#rules a#rulesLink,
#testimonials a#testimonialsLink,
#aboutus a#aboutusLink {
	background-color:#0080FF;
	}

/* navigation left and bottom */

#leftnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 20px;
	float: left; }

#leftnav ul a {
	display: block;
	width: 180px;
	line-height: 30px;
	padding: 0.2em;
	color: #300;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align:center;
	background-color: #99ff66;
	border: 1px dotted;
	border-color: #FFF; }

#leftnav ul a:hover {
	background-color: #5bb4e5;
	color: #FFF; }

#bottomnav a {
	font-size:13px;
	color:#300;
	text-decoration:none;
	line-height: 2em; }
	
#bottomnav a:hover {
	text-decoration:underline; }
	
#bottomnav {
	margin:0px;
	text-align:center; }

/* navigation left/btm end */


/* headings */

h1,h2,h4,h5,h6 {
	font-family: Verdana, Geneva, sans-serif; }

h1 {
	font-size: 18px;
	color: #09F; }
h2 {
	font-size: 16px;
	color: #575a5d; }

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#300; }

h4 {
	font-size: 12px;
	color: #000; }


p.anchors {
	font-family: Verdana, Geneva, sans-serif;
	color: #09F;
	font-size: 12px;
	font-weight: bold;
}

a.anchors {
	font-family:Verdana, Geneva, sans-serif;
	color:#09F;
	font-size:14px;
	text-align:center;
	margin-top: 20px; }
	
.challanchors {
	padding: 10px 15px 10px 15px; }
	
.challanchors a:hover {
	color:#00C; }

	
/* News & videos page latest video box */

#playlist {
	text-align: center;
}

/* positioning*/

.clearfloat {
	clear:both;
}

.floatleft {
	float:left;
	}
	
#leftcol {
	margin: 0px;
	padding: 0px;
	width: 650px;
	float: left;
	padding-bottom: 5px;
	border-right: 2px solid #5bb4e5;
	}
	
#rightcol {
	margin: 0px;
	padding: 0px;
	width: 370px;
	float: left;
}

.rightcol-chall {
	width:760px;
	text-align:center;
	float:left; }

.750picheading {
	margin-top: 10px;
	margin-bottom: 15px; }
	
.challengecontent {
	width: 750px;
	background:url(../images/boxes/750grey_bg.jpg) repeat-y;
	text-align:left;
	margin-top: 20px;
	float: left; }
	
.challengecontent p, h1, h2 {
	padding-left: 15px;
	padding-right: 20px; }
	
.challcontentop {
	width:750px;
	background:url(../images/boxes/750grey_top.jpg) no-repeat left top;
	padding-top: 10px; }
	
.challcontentbtm {
	width:750px;
	background:url(../images/boxes/750grey_btm.jpg) no-repeat left bottom;
	padding-bottom: 20px; }

#rulesbox {
	width: 500px;
	float: left;
	margin-left: 20px;
}
	
.footer {
	font-size:12px;
	font-style:italic;
	text-align:center;
	padding-bottom: 15px;
}
#mainbox {
	background:url(../images/boxes/600box.jpg) no-repeat;
	width: 600px;
	height:210px;
	padding-top: 25px;
	padding-left: 20px;
	margin-left:10px;
	margin-right:20px;
	margin-bottom: 30px;
	}
#mainpic {
	float:left;
	padding-right:30px;
	}
#mainheading {
	clear:right;
	margin-bottom: 10px;
	}
#mainbullets {
	float:left;
	}
ul#mainbulletslist {
	list-style:none;
	line-height:30px; }
ul#mainbulletslist a:link {
	text-decoration:underline;
	color:#0088ff;
	font-size:12px; }
ul#mainbulletslist a:hover {
	text-decoration:underline;
	color:#00C;
	font-size:12px; }
ul#mainbulletslist a:visited {
	text-decoration:underline;
	color:#0080ff; }
	
li#info {
	background:url(../images/home/bullet_info.jpg) no-repeat;
	padding-left: 30px; }
	
li#join {
	background:url(../images/home/bullet_join.jpg) no-repeat;
	padding-left:30px; }
	
li#register {
	background:url(../images/home/bullet_register.jpg) no-repeat;
	padding-left:30px; }
	
#mainvideo {
	width:600px;
	height:490px;
	background:url(../images/boxes/600_video.jpg) no-repeat;
	text-align:center;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 15px; 
	padding-top:10px;
	padding-bottom:5px; }
	
	
#newsbox {
	width: 305px;
	background: url(../images/boxes/news_bg.jpg) repeat-y;
	margin-left: 35px;
	margin-bottom:30px;
	}
	
#newsbox p {
	padding-left: 20px;
	padding-right: 20px;
	}
	
#newsbox-top {
	background:url(../images/boxes/news_top.jpg) no-repeat left top;
	padding-top: 5px;
	padding-left:15px;
	}
	
#newsbox-btm {
	background:url(../images/boxes/news_btm.jpg) no-repeat left bottom;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	
ul#socialmedia {
	list-style:none;
	line-height:50px;
	}

ul#socialmedia a:link {
	text-decoration:underline;
	font-size:12px;
	color:#0080ff; }
	
ul#socialmedia a:hover {
	text-decoration:underline;
	font-size:12px;
	color:#00C; }
	
ul#socialmedia a:visited {
	text-decoration:underline;
	color:#0080ff; }
	
li#fb {
	background:url(../images/home/facebook.jpg) no-repeat;
	padding-left:50px;
	}
	
li#blog {
	background:url(../images/home/blogger.jpg) no-repeat;
	padding-left:50px;
	}
	
li#yt {
	background:url(../images/home/youtube.jpg) no-repeat;
	padding-left:50px; }
	
#socialmed {
	margin:0px;
	padding:0px;
	margin-left: 35px;
	width:303px;
	background:url(../images/boxes/socialmed_bg.jpg) repeat-y; }
	
#socialmed_top {
	width:303px;
	background:url(../images/boxes/socialmed_top.jpg) no-repeat left top;
	padding:15px 0px 0px 15px; }
	
#socialmed_btm {
	width: 303px;
	background:url(../images/boxes/socialmed_btm.jpg) no-repeat left bottom;
	padding: 0px 10px 10px 15px; }
	
#socialmed_btm p {
	width: 280px; }
	
#challengeintro {
	width:750px;
	margin-bottom: 10px; 
	padding-left: 5px;
	text-align:justify; }
	
h4.faqheading {
	width:200px;
	background:url(../images/faq/headings_bg.jpg) no-repeat;
	height:30px;
	line-height:30px;
	padding-left:10px; }
	
h4.faqheading a:link {
	text-decoration:none;
	color:#0080ff; }
	
h4.faqheading a:hover {
	text-decoration:underline;
	color:#009; }
	
#faqcol1 {
	float:left;
	width:300px;
	line-height:20px;
	margin-left:15px; }
	
#faqcol2 {
	float:left;
	width:300px;
	line-height:20px;
	margin-left:25px;
}
	
#faqcol3 {
	float:left;
	width:300px;
	line-height:20px;
	margin-left:25px;
}
	
#faqs {
	width:800px;
	margin-left:120px;
	margin-top:20px; }
	
#loginbuttons {
	width: 250px; }
	
#registercontent {
	width:800px;
	margin-left:110px; }
	
#nonprofitbox {
	width:503px;
	background:url(../images/boxes/500green_bg.jpg) repeat-y;
	margin:15px 55px 0px 20px;
	float:left; }
	
#nonprofitbox p {
	padding:0px 10px 0px 10px; }
	
#nonprofit-top {
	width:503px;
	background:url(../images/boxes/500green_top.jpg) no-repeat left top;
	padding-top:5px; }
	
#nonprofit-btm {
	width:503px;
	background:url(../images/boxes/500green_btm.jpg) no-repeat left bottom;
	padding-bottom:10px; }
	
#mosflyer {
	width:300px;
	float:left; 
	display:block;
	border-top-style:dotted;
	border-top-color:#6dc6e7;
	border-top-width:2px;
	border-bottom-style:dotted;
	border-bottom-color:#6dc6e7;
	border-bottom-width:2px; }
	
img.imgcenter {
	margin-left:50px; }
	
.nonprofit-leftcol {
	width:492px;
	float:left;
	margin:20px 0px 20px 20px;
	padding-right: 25px;
	border-right-style:solid;
	border-right-width:2px;
	border-right-color:#59bae4; }
	
.nonprofit-rightcol {
	width:450px;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	padding-left:20px; }
	
.np-logos {
	float:left; }
	
.np-links {
	float:left;
	padding-left:10px;
	height:90px;
	line-height:90px; }
	
.playlist {
	margin:5px 10px 25px 90px; }
	
.faq_intro {
	width: 850px;
	text-align:center; }
.news_left1 {
	width: 600px;
	margin-left: 20px;
}
.news_right1 {
	width: 305px;
	margin-left: 30px;
}

