@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a:focus {
    -moz-outline-style: none;
    outline-style: none;
}
a {
	color:#09C;
	text-decoration: none;
	font-weight: bold;
}
p {
	
}
ol, ul {
	list-style: none;
}
body {
	line-height: 1;
	text-align: center;
	background-image: url(../_images/background.gif);
	background-repeat: repeat-x;
	background-color: #000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFF;
	margin-bottom: .2em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #CCC;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #999;
	font-weight: lighter;
	margin-bottom: 1.4em;
}

#container {
	margin: 0 auto;
	width: 903px;
	text-align: left;
	background-color: #000;
}
#header {
	background-color: #000;
	height: 160px;
	position: relative;
	background-image: url(../_images/background.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#header #logo {
	background-image: url(../_images/logo.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 400px;
	position: absolute;
	top: 60px;
}
#header #topAd {
	float: right;
	height: 60px;
	width: 468px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#header #mainNav {
	position: absolute;
	height: 40px;
	float: left;
	bottom: 20px;
}
#mainNav a {
	display:inline;
	float: left;
	position: relative;
}
a.home {
	width: 80px;
	height: 40px;
	background-image: url(../_images/navbar_home.jpg);
	background-repeat: no-repeat;
	background-position: 0 -40px;
}
a.home:hover {
                background-position: 0 0;
}
a.about {
	width: 80px;
	height: 40px;
	background-image: url(../_images/navbar_about.jpg);
	background-repeat: no-repeat;
	background-position: 0 -40px;
}
a.about:hover {
                background-position: 0 0;
}
a.video {
	width: 75px;
	height: 40px;
	background-image: url(../_images/navbar_video.jpg);
	background-repeat: no-repeat;
	background-position: 0 -40px;
}
a.video:hover {
                background-position: 0 0;
}
a.photos {
	width: 87px;
	height: 40px;
	background-image: url(../_images/navbar_photos.jpg);
	background-repeat: no-repeat;
	background-position: 0 -40px;
}
a.photos:hover {
                background-position: 0 0;
}
a.downloads {
	width: 117px;
	height: 40px;
	background-image: url(../_images/navbar_downloads.jpg);
	background-repeat: no-repeat;
	background-position: 0 -40px;
}
a.downloads:hover {
                background-position: 0 0;
}
a.team {
	width: 73px;
	height: 40px;
	background-image: url(../_images/navbar_team.jpg);
	background-repeat: no-repeat;
	background-position: 0 -40px;
}
a.team:hover {
                background-position: 0 0;
}
a.contact {
	width: 88px;
	height: 40px;
	background-image: url(../_images/navbar_contact.jpg);
	background-repeat: no-repeat;
	background-position: 0 -40px;
}
a.contact:hover {
                background-position: 0 0;
}
#header #navbarFill {
	background-image: url(../_images/navbar_fill.jpg);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	float: left;
	height: 40px;
	width: 303px;
}
#mainContent {
	background-color: #000;
	height: 820px;
	width: 580px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	padding: 20px;
}
#mainContentHome {
	background-color: #000;
	height: 1000px;
	width: 580px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	padding: 20px;
}
#mainContentTeam {
	background-color: #000;
	height: 2900px;
	width: 580px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	padding: 20px;
}
#content {
	display: block;
	width: 580px;
	float: left;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #333;
	margin-bottom: 20px;
	padding-bottom: 40px;
}
#contentTeam {
	display: block;
	width: 580px;
	float: left;
	margin-bottom: 20px;
}
#credits {
	border-top-width: 1px;
	border-top-color: #333;
	float: left;
	width: 580px;
	border-top-style: solid;
	padding-top: 20px;
}
.h1 {
	margin-bottom: 1em;
}
.img {
	float: left;
	margin-right: 20px;
	border: 1px solid #333;
}
.text {
	display: block;
	color: #647e96;
	font-family: "Times New Roman", Times, serif;
}
.imgTest {
	display: block;
	margin-bottom: 20px;
}
.vidLink {
	display: block;
	color: #647e96;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	float: left;
	padding-right: 20px;
}
#sidebar {
	background-color: #000;
	height: 820px;
	width: 240px;
	float: right;
	padding: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}
#sidebarHome {
	background-color: #000;
	height: 1000px;
	width: 240px;
	float: right;
	padding: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}
#sidebarTeam {
	background-color: #000;
	height: 2900px;
	width: 240px;
	float: right;
	padding: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}
#footer {
	background-color: #222;
	height: 50px;
	clear: both;
	border: 1px solid #333;
}
#footerContent {
	text-align: center;
	padding-top: 20px;
}
.footerText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: lighter;
	color: #999;
}
#sideAd {
	height: 400px;
	width: 240px;
	background-color: #000;
}
.nodateHeading {
	margin-bottom: 1em;
}
.thumb {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}
#videoPagelg {
	padding: 20px;
	float: left;
	width: 861px;
	border: 1px solid #333;
	height: 820px;
	background-color: #000;
}
#videoContent {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 40px;
	border-bottom-color: #333;
}
.vidLinkHeading {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-bottom: 5px;
	font-weight: bold;
}
.centerAll {
	text-align: center;
	padding-left: 90px;
	width: 490px;
}
.videoPagesm {
	padding-left: 90px;
}
.mainContentTeam {
	height: 1000px;
}


#filler {
	padding: 20px;
	float: left;
}
#shareLinks {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
}
#facebookLink {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

.videoText {
	font-family: "Times New Roman", Times, serif;
	color: #647e96;
	text-align: center;
	padding-top: 20px;
}
.downloadItem {
	display: block;
	color: #647e96;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	float: left;
	padding-right: 20px;
}
.downloadHeading {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-bottom: 5px;
	font-weight: bold;
}
