@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size:12px;
}
body {
	margin: 0 auto;
	background:#FFFFFF;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	color: #222222;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

h1 {
	font-size:18px;
	font-weight:500;
	padding:0px 0px 10px 0px;
}
h2 {
	font-size:14px;
	font-weight:600;
	padding:12px 0px 2px 0px;
	color:#000000;
}
h3 {
	font-size:14px;
	font-weight:600;
	padding:18px 0px 3px 0px;
	color:#000000;
}

h4 {
	font-size:12px;
	font-weight:600;
	padding:0px 0px 20px 0px;
	color:#000000;
}
h5 {
	font-size:14px;
	font-weight:600;
	padding:12px 0px 3px 0px;
	color:#000000;
}
h6 {
	font-size:12px;
	font-weight:600;
	padding:20px 0px 0px 0px;
	color:#000000;
}
p {
	padding: 0.6em 0px;
}
a {
	color:#616161;
}
a img {
	border:none;
}
#wrapper {
	width: 100%;
	background-color: white;
}

#header {
	height: 231px;
	background:#FFFFFF url(/images/mountainrelay/banner.jpg) no-repeat top center;
}
#headerContent {
	width:960px;
	margin:0 auto;

}

#main {
	width:100%;
	min-height: 300px;
	background:#FFFFFF url(/images/bg_gradient.jpg) repeat-x top left;
}
.mainContentWrapper {
	width:977px;
	margin:0 auto;
	background:url(/images/main_shadows_sides.png) repeat-y top center;
}
.mainContent {
	width:855px;
	margin:0 auto;
	background:#FFFFFF url(/images/main_top_shadow.jpg) repeat-x top left;
	min-height: 300px;
	padding:30px 15px 30px 90px;
}

#footer {
	width: 960px;
	height:40px;
	margin:0 auto;
	padding:0px 9px 9px 9px;
	background:url(/images/main_shadows_bottom.png) no-repeat bottom left;
}

#footerContent {
	width: 800px;
	padding:10px 40px 0px 40px;
	margin:0 auto;
	border-top:1px solid #6F6F74;
	color:#6F6F74;
}
 #footerContent a {
	color:#6F6F74;
}
.maincol {
	width:590px;
	padding-right:40px;
	float:left;
}
.rightcol {
	width:180px;
	margin-top:-30px;
	float:left;
	padding:15px 5px 80px 25px;
	background:url(/images/rightcol_bg_medium.jpg) no-repeat top center;
}
	.rightcol ul li {
		margin-left:15px;
		padding:3px 0px;
	}
	.rightcol ul li a {
		text-decoration:none;
		color:#000000;
		font-size:11px;
	}
.rightcol ul li a:hover {
		text-decoration:underline;
	}
.sponsors {
	margin:10px 0px 0px -15px;
}
#logo {
	width:212px;
	height:72px;
	position:absolute;
	margin:55px 0px 0px 732px;
}
.mainmenu {
	width:950px;
	height:50px;
	position:absolute;
	margin-top:180px;
	padding-left:10px;
	background:url(/images/mountainrelay/menu_bg.jpg) repeat-x top left;
}
	.mainmenu ul {
		padding:0;
		margin:0;
		height:15px;
		margin-top:16px;
		}
	.mainmenu li {
		padding:0;
		margin:0;
		height:17px;
		float:left;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		border-right:1px solid #FFFFFF;
		}
	.mainmenu ul li a{
		color:#323232;
		display:inline;
		float:left;
		height:15px;

		font-size:14px;
		padding:0px 9px;
		text-decoration:none;
		text-transform:uppercase;
		}
	.mainmenu ul li a:hover{
		text-decoration:underline;
		}

.formtable {
		border-spacing:5px 10px;
	}

	.formtable td {
		border-top:1px solid #DDDDDD;
		border-right:1px solid #DDDDDD;
		border-bottom:1px solid #CCCCCC;
		border-left:1px solid #DDDDDD;
		padding-left:5px;
		padding-top:3px;
		padding-bottom:3px;
	}

	.formtable input {
		border-color:#FFFFFF;
		border:none;
	}
	.formtable select {
		border:none;
		color:#616161;
		background:#FFFFFF;
	}
	.formtable input[type="text"] {
		width:300px;
	}
	.formtable input[type="submit"] {
		cursor:pointer;
	}
	.formtable textarea {
		border-color:#FFFFFF;
		border:none;
	}

.error {
	color:#C80000;
}

.smallprint {
	font-size: 0.8em;
}

ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:1px 0px 2px 15px;
}

.bullet li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	padding:1px 0px 2px 5px;
	margin-left:15px;
}
.button {
	background:#FFC100;
	color:#000000;
	border:1px solid #FFC100;
	padding:2px 4px;
}
	.button:hover {
		background:#FFFFFF;
		color:#FFC100;
		border:1px solid #FFC100;
	}

.sponsors table{
	width:780px;
}
	.sponsors table td {
		text-align:center;
	}
	.sponsors h2 {
		width:780px;
		text-align:center;
		padding-bottom:30px;
	}
	.sponsors hr {
		color:#CCCCCC;
		text-align:center;
		width:780px;
		margin:80px 0px 40px 0px;
	}
.sponsorrotate {
	height:152px;
	width:210px;
	margin-left:-20px;
}
.strong {
	font-weight:600;
}
.rego input[type="text"] {
	border-top:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #DDDDDD;
	margin:3px 5px 3px 0px;
	font-size:12px;
	padding:2px;
}
.rego select {
	border-top:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #DDDDDD;
	margin:3px 5px 3px 0px;
	font-size:12px;
	padding:2px;
}
.rego td {
	font-size:12px;
}
.facebookFooter {
width: 940px;
padding-left: 40px;
margin: auto;
}
