body {
	font: 0.80em/1.5em Tahoma, Arial, Sans-Serif;
	color: #2d2d2d;
	
	background: url('images/connect.png') fixed;
}
table { border-collapse:collapse; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

a { text-decoration: none; color: #00a0db; }
a:hover { color: #2d2d2d; text-decoration: underline; }
a img { border: 0; }
p { margin: 0px 0px 10px; }

h1, h2, h3, h4, h5, h6 { line-height: 1.5em; font-family: Oswald, Tahoma, Arial, Sans-Serif; font-size: 28px; color: #2d2d2d; margin: 15px 0px 5px; }
h2, h3, h4, h5, h6 { color: #4d4d4d; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5, h6 { font-size: 12px; }

hr { margin: 20px; border: 0; height: 1px; background: #ccc; border-collapse: collapse; }

table { margin: 10px 0px; }
table th { background: #00a0db; color: #fff; font-weight: bold; }
table td,
table th { padding: 5px 10px; }
table tr:nth-child(odd) { background: #d8f4ff; }

#Wrapper { background: url('images/bg-overlay.png') repeat-x left 1px; }

#TopBar { background: #000; width: 100%; height: 35px; }
#TopBar .banner {
	font-family: Oswald;
	font-size: 20px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
	
	width: 950px; 
	
	margin: 0 auto;
	padding: 12px 0px 8px;
	
	background: #febf00; 
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25); 
}

#Page {
	width: 1050px;
	
	position: relative;

	margin: 51px auto 0;
	padding: 0;
}

#Page>header { z-index: 2; position: relative; height: 252px; background: url('images/bg-header.png') no-repeat center -11px; }
#Page>header #LogoCover { position: absolute; right: 95px; top: 40px; }
#Page>header #Date { text-align: center; width: 665px; position: absolute; left: 75px; top: 65px; }
#Page>header #Date h1 { font-size: 24px; margin: 5px 0; padding: 0; line-height: 1em; color: #666; }
#Page>header #Date h2 { font-size: 20px; margin: 5px 0; padding: 0; line-height: 1em; }
#Page>header>nav {
	z-index: 3;
	position: absolute; left: 50px; bottom: 17px;
	font-family: Oswald; 
}
#Page>header>nav ul { list-style: none; margin: 0; padding: 0;  }
#Page>header>nav>ul>li { margin: 0; padding: 0; float: left; position: relative; }
#Page>header>nav>ul>li>a { display: block; margin: 0; padding: 15px 20px; display: block; line-height: 1em; font-size: 20px; color: #1d1d1d; text-shadow: 1px 1px 0px #fff; }
#Page>header>nav>ul>li>a:hover,
#Page>header>nav>ul>li:hover>a,
#Page>header>nav>ul>li.active>a { color: #fff; background: #00a0db; text-shadow: -1px -1px 0px #000; }

#Page>header>nav>ul>li:hover ul { display: block; }

#Page>header>nav ul ul { box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25); display: none; width: 220px; position: absolute; left: -0px; top: 100%; background: #00a0db; padding: 10px; }
#Page>header>nav ul ul li { float: none; margin: 10px 0 10px 10px; }
#Page>header>nav ul ul li a { font-size: 14px; color: #efefef; }
#Page>header>nav ul ul li a:hover { color: #fff; }

#Content { z-index: 0; padding-bottom: 10px; background: url('images/bg-content.png') repeat-y top center; }
#Content>article,
#Content>aside { padding: 10px; }

#Content>article { float: left; margin-left:  70px; width: 660px; }
#Content>#Sidebar { float: right; padding: 0px; margin: 0 50px 0 0; width: 250px; }

#Content p,
#Content li { line-height: 1.5em; }

#Sidebar { color: #fff; }
#Sidebar h1,
#Sidebar h2,
#Sidebar h3, 
#Sidebar h4,
#Sidebar h5,
#Sidebar h6 { color: #fff; }
#Sidebar a { color: #efefef; }
#Sidebar a:hover { color: #fff; }
#Sidebar .sidebar-content { 	padding: 1px 25px; background: url('images/bg-sidebar.png') repeat-y top center; }
#Sidebar .sidebar-flair { 	background: url('images/flair-sidebar.png') no-repeat bottom center; height: 140px; }
#Sidebar .large-button {
	line-height: 1em;
	color: #fff;
	width: 190px;
	
	margin: 0 3px;
	padding: 10px 0;
	text-align: center;
	display: inline-block;
	font-family: Oswald;
	font-size: 20px;
	text-align: center;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

#Sidebar .register-button { 
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
	
	border-radius: 5px 5px 0px 0px;
	border: solid 1px #7eb339;
	border-bottom: 0px;
	
	background: url('images/bg-button-register.png') repeat-x top left; 
}
#Sidebar .register-button small { padding: 1px; margin: 0; font-size: 12px; }
#Sidebar .register-button:hover {
	text-decoration: none;
	background: url('images/bg-button-register-hover.png') repeat-x top left; 
}
#Sidebar .results-button {
	color: #2d2d2d;
	font-size: 16px;
	padding: 8px 0;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	
	border-radius: 0px 0px 5px 5px;
	border: solid 1px #fff;
	border-top: 0px;
	
	background: url('images/bg-button-results.png') repeat-x top left; 
}
#Sidebar .results-button:hover {
	text-decoration: none;
	color: #000;
	background: url('images/bg-button-results-hover.png') repeat-x top left; 
}

#Page>footer { padding: 7px 70px 0px; height: 68px; color: #efefef; font-size: 12px; background: url('images/bg-footer.png') no-repeat center bottom; }
#Page>footer  small { font-size: 10px; }
#Page>footer p { margin: 0; }
#Page>footer a { color: #fff; }
#Page>footer a:hover { text-decoration: underline; }
#Page>footer .footer-links { float: left; }
#Page>footer .copyright { float: right; }

.clear { clear: both; }

.faq { border-bottom: solid 1px #ccc; }
.faq>div { margin: 0px; padding: 20px; }
.faq>h2 { margin: 20px 0 0; cursor: pointer; }
.faq>h2:hover { color: #000; background: url('images/arrow-down.png') no-repeat right center; }
.faq.selected>h2 { background: url('images/arrow-up.png') no-repeat right center; }

#Message { margin: 25px; background: #f5f5f5; border: solid 2px #00a0db; padding: 20px; }
#Message p { font-size: 200%; text-align: center; }

#RouteThumbs { width: 610px; margin: 0 auto; }
#RouteThumbs>div { display: inline-block; width: 128px; margin: 10px; }
#RouteThumbs>div ul { margin: 0; }
#RouteThumbs>div li { font-size: 10px; }
#RouteThumbs>div>p { font-size: 11px; text-align: center; margin: 0; font-weight: bold; }
#RouteTable { width: 100%; }
#RouteTable td,
#RouteTable th { vertical-align: middle; text-align: center; }
#RouteTable a { font-weight: bold; }

#ScrollableWrapper { width: 660px; height: 425px; overflow: visible; position: relative; }
#ScrollableWrapper .frame { width: 660px; height: 425px; position: absolute; left: 0px; top: 0px; overflow: hidden; }
#ScrollableWrapper .items { z-index: 1; position: absolute; height: 425px; }
#ScrollableWrapper .items>div { z-index: 2; position: absolute; left: 0px; top: 0px; width: 660px; height: 413px; }
#ScrollableWrapper .items>div section { color: #fff; z-index: 3; background: rgba(0, 0, 0, 0.75); position: absolute; left: 0px; bottom: 0px; width: 640px; height: 40px; padding: 10px; }
#ScrollableWrapper .items>div section p,
#ScrollableWrapper .items>div section h2 { color: #fff; margin: 0; padding: 0; }
#ScrollableWrapper .items>div .button { position: absolute; bottom: 10px; right: 10px; }
#ScrollableWrapper .items>div .button:hover { color: #fff; }
#ScrollableWrapper>a { display: none; }
#ScrollableWrapper:hover>a { display: block; }
#ScrollableWrapper .prev { z-index: 10; width:48px; height: 48px; cursor: pointer; background: url('images/arrow-left.png') no-repeat left top; position: absolute; top: 212px; left: 0px; }
#ScrollableWrapper .prev:hover { background: url('images/arrow-left-hover.png') no-repeat left top; }
#ScrollableWrapper .next { z-index: 10; width: 48px; height: 48px; cursor: pointer; background: url('images/arrow-right.png') no-repeat left top; position: absolute; top: 212px; right: 0px; }
#ScrollableWrapper .next:hover { background: url('images/arrow-right-hover.png') no-repeat left top; }

.testimonial { margin: 20px; border: dashed 1px #ccc; padding: 20px; }

.logo-pile img { margin: 10px; }
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }

.button {
	cursor: pointer;
	
	line-height: 1em;
	color: #fff !important;
	
	margin: 0 3px;
	padding: 8px 15px 10px;
	text-align: center;
	display: inline-block;
	font-family: Oswald;
	font-size: 14px;
	text-align: center;
	
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
	
	border-radius: 5px;
	border: solid 1px #7eb339;
	border-bottom: 0px;
	
	background: url('images/bg-button-register.png') repeat-x top left; 
}
.button small { padding: 1px; margin: 0; font-size: 12px; }
.button:hover {
	text-decoration: none;
	background: url('images/bg-button-register-hover.png') repeat-x top left !important; 
}

.align-right { text-align: right; }
.align-left { text-align: left; }

.float-left { float: left; }
.float-right { float: right; }

.sponsor-list { text-align: center; padding: 10px 0; }
.sponsor-list img { margin: 5px; }

/* PRETTY FORMS */
div.box {
	position:relative;
}

div.box label {
	width:100%;
	display: block;
	padding:10px 0 10px 0;
}

div.box label span {
	display: block;
	font-size:14px;
	float:left;
	width:100px;
	text-align:right;
	padding:10px 20px 0 0;
}

div.box .input_text {
	padding:10px 10px;
	width:200px;
	background:#efefef;
	border: solid 1px #ccc;
}

div.box .message{
	font-family: Tahoma, Arial, Sans-Serif;
	padding: 10px;
	width:350px;
	background:#efefef;
	overflow:hidden;
	height:150px;
	border: solid 1px #ccc;
}
div.box .button { float: right; }

/* ADD THIS STYLES */
#FollowUs { width: 80px; float: left; }
#ShareThisPage { width: 120px; float: right; }
/*.addthis_button_facebook_like iframe { width: 50px !important; }
.addthis_button_tweet iframe { width: 74px !important; }
.addthis_button_google_plusone div { width: 60px !important; }
*/