/**
	CSS Reset provided by Yahoo!
**/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
caption,th { text-align:left; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }



/**
	Basic page setup, HTML elements and typography
**/
body {
	color: #000;
	background: #FFF;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: small;
	line-height: 135%;
}

h1 {
	margin: 1em 0;
	color: #000;
	font-size: x-large;
	font-weight: bold;
	line-height: 135%;
}

h2 {
	margin: 1em 0;
	color: #456a8d;
	font-size: large;
	font-weight: bold;
	line-height: 135%;
}

h3 {
	margin: 1em 0;
	font-size: medium;
	font-weight: bold;
	line-height: 135%;
}

h4 {
	margin: 1em 0;
	font-size: small;
	font-weight: bold;
	line-height: 135%;
}

h5,
h6 {
	margin: 1em 0;
	font-size: x-small;
	font-weight: bold;
	line-height: 135%;
}

p,
ul,
ol {
	margin: 1em 0;
	font-weight: normal;
	line-height: 135%;
}

	ul li {
		margin-left: 2em;
		padding-left: .3em;
		list-style-position: outside;
		list-style: disc;
	}
	
	ol li {
		margin-left: 2.3em;
		list-style-position: outside;
		list-style: decimal;
	}

a:link,
a:visited {
	color: #b81933;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #E19737;
	text-decoration: none;
}
	
	a img {
		border: 0;
	}
	
img.right {
	float: right;
}

dt,
th {
	font-weight: bold;
}

dt {
	margin-top: 1em;
}

dd {
	margin-bottom: 1em;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

img.left {
	float: left;
	margin: 0 10px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 10px;
}

.clear {
	clear: both;
}



/**
	Page layout
**/
body {
	background: #A0C9FA url(../images/header.bg.jpg) repeat-x top center;
}

	#title,
	#mainmenu {
		position: relative;
		width: 960px;
		margin: 0 auto;
	}
	
	#title {
		height: 220px;
	}

	#navigation {
		background: #c01e39 url(../images/description.bg.gif) repeat-x bottom center;
		border-top: 2px solid #b2152e;
	}
	
		#mainmenu:after {
			display: block;
			clear: both;
			content: ".";
			height: 0;
			visibility: hidden;
		}
	
			#mainmenu ul {
				display: block;
				float: left;
				margin: 0;
				padding: 0;
			}
			
				#mainmenu ul li {
					display: block;
					float: left;
					margin: 0 10px;
					padding: 0;
				}
				
					#mainmenu ul li a {
						display: block;
						color: #FFF;
						font-size: medium;
						text-transform: uppercase;
						text-decoration: none;
					}
					
					#mainmenu ul li a:hover {
						text-decoration: underline;
					}
					
						#mainmenu ul li a span {
							display: block;
							padding: 13px 10px 10px 10px;
						}
						
					#mainmenu ul li.active a {
						padding-right: 20px;
						color: #b81933;
						background: url(../images/mainmenu.cap.png) no-repeat top right !important;
						background: url(../images/mainmenu.cap.gif) no-repeat top right;
					}
					
						#mainmenu ul li.active a span {
							padding-left: 20px;
							padding-right: 0;
							background: url(../images/mainmenu.bg.png) no-repeat top left !important;
							background: url(../images/mainmenu.bg.gif) no-repeat top left;
						}
	
	#body {
		background: #FFF;
	}
	
		#content,
		#disclaimers {
			position: relative;
			width: 928px;
			margin: 0 auto;
			padding: 1em 0;
		}

	#footer {
		color: #456a8d;
		background: url(../images/footer.bg.gif) repeat-x top center;
		padding: 4px 0 0 0;
	}
	
		#footer a:link,
		#footer a:visited,
		#footer a:hover,
		#footer a:active {
			color: #456a8d;
		}
		
/*
	Home page styling and layout
*/

#mainevents {
	margin: 0 0 2em 0;
}

#mainevents:after {
	display: block;
	clear: both;
	content: ".";
	height: 0;
	visibility: hidden;
}

	#mainevents ul {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
	}
	
		#mainevents ul li {
			display: block;
			float: left;
			margin: 0;
			padding: 0;
		}
		
			#mainevents ul li a {
				display: block;
			}
			
		#mainevents ul li.mcchappyday {
			margin: 0 1px;
		}
		
		
		
/**
	Misc Styling
**/
.sponsorslist {
	margin: 1em 0;
}

	.sponsorslist ul {
		margin: 0;
		padding: 0;
	}
	
	.sponsorslist ul:after {
		display: block;
		clear: both;
		content: ".";
		height: 0;
		visibility: hidden;
	}
	
		.sponsorslist ul li {
			float: left;
			margin: 0 1em;
			list-style: none;
		}
		
		

/**
	Feature Video
**/
.featurevideo {
	display: block;
	text-align: center;
	background: #d3edff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}



/**
	Challenge
**/
.challengetext {
	margin: 20px 0;
}	

.challengetext:after {
	display: block;
	clear: both;
	content: ".";
	height: 0;
	visibility: hidden;
}

.firsthalf {
	float: left;
	width: 440px;
}

.secondhalf {
	float: right;
	width: 440px;
}
