@import url("reset.css");

html {
	
}

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #000;
	color: #fff;
}

/*************************************
 Layout
 *************************************/
.container {
	width: 900px;
	clear: both;
	position: relative;
}

#header{
	clear: both;
	height: 180px;
	width: 100%;
	background: #1a1a1a;
}

#logo {
	position: absolute;
	z-index: 99;
	width: 158px;
	height: 200px;
	left: 0;
	top: 0;
}

#nav {
	clear: both;
	height: 32px;
	width: 100%;
	background: #000 url(../images/nav-bg.gif) repeat-x;
}

#teaser {
	clear: both;
	position: relative;
	height: 305px;
	width: 100%;
	background: #222 url(../images/teaser-bg.jpg) repeat-x 0 bottom;
}

#teaser .container {
	padding: 15px 0;
}

#teaser-video {
	float: left;
	position: relative;
	width:480px;
	height:270px;
	margin-left: 8px;
	padding: 0 !important;
	border: 1px solid #000;
}

#teaser-pic {
	float: left;
	position: relative;
	width:480px;
	height:270px;
	margin-left: 5px;
	padding: 0 !important;
}

#teaser-pic img {
	border: 1px solid #000;
}

.faqs #teaser-pic img, .testimonials #teaser-pic img  {
	border: none;
}

#teaser-blurb {
	float: left;
	position: relative;
	width:410px;
}

#content {
	clear: both;
	width: 100%;
}

.content-1-3 {
	float:left;
	position: relative;
	width: 234px;
	padding-top: 30px;
	margin-left: 10px;
}

.content-2-3 {
	float:left;
	position: relative;
	width: 524px;
	color: #fff;
	text-align: left;
	padding: 30px 0 20px 130px;
}

.content-video-1 {
	float:left;
	position: relative;
	width: 320px;
	padding-top: 0;
	clear: left;
	text-align: left;
}

.content-video-1 object {
	float:left;
	position: relative;
	width: 320px;
	padding: 10px;
	margin: 30px 0 20px 8px;
	background: #111;
	border: 1px solid #222;
}

.content-video-2 {
	float:left;
	position: relative;
	width: 498px;
	color: #fff;
	text-align: left;
	padding: 30px 0 20px 80px;
	clear: right;
	height: 200px;
}

#footer {
	clear: both;
	height: 150px;
	background: #000;
	text-align: right;
	padding-top: 50px;
	padding-bottom: 20px;
}


/*************************************
 Nav
 *************************************/
#nav ul {
	float: left;
	display: block;
	margin: 4px 0 0 0;
	padding: 5px 0 6px 5px;
	text-align: left;
}

#nav ul li {
	display: inline;
	padding: 0;
	font: 12px Arial, Verdana, sans-serif;
	line-height: 14px;
	text-transform: uppercase;
	color: #777;
}

#nav ul li a {
	padding: 8px 1px 6px 1px;
	margin-right: 2px;
	margin-left: 2px;
	color: #777;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #ccc;
/*	background-color: #333;
	padding-top: 5px;
	padding-bottom: 2px;*/
}

li a:hover {
}

#nav ul li a.active_page {
	color: #999;
}

#teaser-blurb ul {
	list-style-type: none;
}

#teaser-blurb li {
	list-style-image: none;
	display: inline;
}

/*************************************
 Images
 *************************************/

/*   Fix to avoid fugly Firefox linked image boxes   */

img {
	border: none;
}

/*   Specifically for floated images to give space for wrapping text   */

img.image_leftfloat {
	float: left;
	margin: 0px 15px 5px 0px;
	text-align: left;
}

img.image_rightfloat {
	float: right;
	margin: 0px 0px 5px 10px;
	text-align: left;
}

img.splashbiline {
	padding: 15px 0 0 10px;
}

#footer a.participating-clubs img {
	float: left;
	margin: 0px 15px 5px 0px;
	text-align: left;
	padding: 5px;
	background-color: #222;
	border: 1px solid #333;
}

#footer a.participating-clubs:hover img {
	float: left;
	margin: 0px 15px 5px 0px;
	text-align: left;
	padding: 5px;
	background-color: #333;
	border: 1px solid #444;
}

/* End images */


/*************************************
 Typography
 *************************************/
 h1 {
	font: 24px Impact, Arial, Helvetica, Geneva, sans-serif;
}

 h2 {
	font: 18px Impact, Arial, Helvetica, Geneva, sans-serif;
	margin-top: 12px;
	color: #fff;
}

div.content-1-3 h2 {
	margin-top: 5px;
}


 h3 {
	font: bold 14px Arial, Helvetica, Geneva, sans-serif;
	margin-top: 20px;
	color: #fff;
}


 p {
	font-size: 13px;
	margin: 10px 0;
	line-height: 1.3em;
	text-align: justify;
	color: #ccc;
}

#content a {
	color: #cf000f;
	text-decoration: none;
}

#content a:hover {
	color: #c46969;
	text-decoration: underline;
}

.highlight {
	color: #fff;
	padding: 4px 3px 3px 3px;
	display: inline;
	background-color: #333;
	font-weight: bold;
}

a.highlight {
	color: #fff !important;
	padding: 4px 3px 3px 3px;
	display: inline;
	background-color: #333;
	font-weight: bold;
	text-decoration: none;
}
a.highlight:hover {
	color: #c46969;
	text-decoration: underline;
}

a p.highlight {
	background-color: #8b140a;
}

a:hover p.highlight {
	background-color: #b51a0d;
}

.tech {
	color: #eee;
	padding: 5px 3px 2px 3px;
	display: inline;
	font-weight: bold;
}

.please_note {
	font-size: 11px;
	color: #666666;
}

.larger {
	font-size: 110%;
}
 

ul.larger li {
	font-size: 110%;
}
 
 
/*************************************
 Basic Element Styles
 *************************************/

#footer p {
	float: right;
	color: #444;
	font-size: 10px;
	width: 900px;
}

span.left {
	float: left;
	color: #999;
}

span.right {
	float: right;
	color: #999;
}


/*************************************
 Lists
 *************************************/

#content ul {
	margin-left: 15px;
	color: #ccc;
	font-size: 13px;
}
#content li {
	margin: 5px 0;
}

.content-2-3 ul {
	margin: 10px 0 20px 0;
}

.content-2-3 li {
	padding: 2px 0;
	color: #fff;
	font-weight: bold !important;
}


/*************************************
 Tables
 *************************************/

#content table {
	background: none;
	margin: 0;
	width: 550px;
	border-collapse: collapse;
	text-align: left;
}

#content th {
	font-size: 13px;
	color: #323232;
	margin: 0;
	padding: 0;
}

#content td {
	padding: 6px 8px;
	vertical-align: top;
}

#content tbody tr:hover td {
	color: #222;
	background-color: #eee;
}

#content .contacts tr:hover td {
	color: #222;
	background: none;
}

#content table p {
	margin: 0 0 10px 0;
}

#content table ul {
	margin: 0;
	padding: 0;
	list-style-type: square;
	list-style-position: inside;
}

#content table ul li {
	margin: 0 0 10px 0;
	padding: 0;
}

#content hr {
	margin: 20px 0;
}


#footer hr.grey {
	color: #666666;
	background: #666666;
	border: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #666666;
}


/*************************************
TABLES 
*************************************/

table {
	font-size: 11px;
}
