/* -- RESET -- */
body, html, div, img, label, p, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form, a, fieldset, object {
	margin: 0; padding: 0; border:  0; outline: none; behavior: url("../js/iepngfix.htc");
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

ul, ol {
	list-style: none;
}

a {
	color: #999; text-decoration: none; cursor: pointer;
}
/* -- END RESET -- */

body {
	font: 12px Arial, Helvetica, sans-serif; background: #fff; color: #333;
	overflow-y: scroll;
}

#page {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}


/* -- HEADER -- */
#header {
	background: url('../../assets/images/bg-header.png') no-repeat;
	width: 1000px; height: 113px;
	position: relative;
	float: left;
	z-index: 2;
}

#header .logo {
	position: absolute; top: 0px; left: 0px;	
}

#header .skyDivePhone {
	position: absolute; top: 20px; left: 192px;
}

#header .copyright {
	position: absolute; top: 10px; left: 900px;
}

#socialBtns {
	position: absolute; right: 40px;
}

/* -- END HEADER -- */

/* -- TOP NAV -- */
#topNav {
	position: absolute; top: 39px; right: 40px; /*left: 425px; 330px;*/
}

#topNav li {
	float: left; display: inline;
	background: url('../../assets/images/nav-divider.gif') no-repeat top left;
	height: 21px;
	line-height: 22px;
	padding: 0 7px;	
}

#topNav li a {
	color: #fff;
	font-weight: bold;
}

#topNav li a:hover {
	color: #99ccff;
}

/* -- END TOP NAV -- */

/* -- SUB HEADER -- */
#subHeader {
	position: relative;
	float: left;
	margin-top: -50px;
	width: 1000px; height: 130px;
	z-index: 1;
}
/* -- END SUB HEADER -- */

/* -- CONTENT BODY -- */
#contentBody {
	position: relative;
	float: left;
	width: 1000px; min-height: 750px;
	margin-bottom: 30px;
}

#contentBody .content {
	float: left;
	position: relative; left: 345px;
	width: 650px;
	min-height: 700px;
}
/* -- END CONTENT BODY -- */



/* -- CONTENT BODY [HOME] -- */
.Home #contentBody {
	margin-bottom: 0px;
	min-height: 400px;
}

#contentBody .content.home {
	left: 0;
	width: 1000px; height: 483px;
	background: url('../../assets/images/home/bg.jpg') no-repeat;
	position: relative; z-index: 1;
	margin-top: -50px;	
	padding: 33px 0 0 3px;
	min-height: 0;
}

#contentBody .content.home img {
	padding: 0 5px;
	margin-bottom: 10px;
	float: left;
}

#contentBody .content.home .column {
	float: left; display: inline;
	width: 246px;
	padding: 0 5px;
}

#contentBody .content.home .column img {
	margin-bottom: 0;
}

#contentBody .content.home .twoRows {
	float: left;
	width: 200px;
}

#contentBody .content.home .twoRows .column {
	width: 190px;
}

#contentBody .content.home .rightCol {
	float: left;
	margin: 247px 0 0 5px;
	width: 270px;
}

#contentBody .content.home .rightCol img {
	padding-left: 0;
}

#contentBody .content.home .YTplayer {
	float: left;
}

#contentBody .content.home .welcomeTxt {
	color: #d2e4ff;
	font-size: 15px;
	float: left;
	margin-top: 10px;
	line-height: 17px;
}

#contentBody .content.home #YTplayer {
	position: absolute;	top: 70px; left: 720px;
}

/* -- END CONTENT BODY [HOME] -- */

/* -- CONTENT BODY FORM -- */
#contentBody .content form {
	float: left;
	width: 300px;
}

#contentBody .content label {
	color: #09317d;
	font-weight: bold;
	width: 100px;
	float: left;
	display: inline;
	text-align: right;
	line-height: 22px;
	margin-right: 10px;
}

#contentBody .content select 
{
	margin-right: 15px;
}

#contentBody .content input, #contentBody .content select
{
	float: left;
	display: inline;
}

#contentBody .content #datepicker 
{
	background: url('/assets/images/tunnel/calendar-icon.jpg') no-repeat 66px 1px;
	padding-left: 2px;
	width: 91px;
}

#contentBody .inputLbl
{
	float: left;
	display: inline;
	line-height: 22px;
	margin: 0 5px;
	color: #aeaeae;
}

#contentBody .content .requiredFields
{
	float: left;
	clear: left;
	margin-top: 10px;
}

#contentBody .content .invalidField
{
	border: 1px solid #ff0000;
}

#contentBody .content .btnSubmit 
{
	float: right;
	clear: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 110px;
}

#contentBody .content .group
{
	float: left;
	clear: left;
	margin-bottom: 6px;
	width: 100%;
}

#contentBody .content #viewThankYou
{
	display: none;
	position: relative;
	top: 120px;
	margin-left: 28px;
	text-align: center;
	width: 300px;
}

#contentBody .content #viewThankYou h1 
{
	font-size: 24px;
}

/* -- END CONTENT BODY FORM --*/


/* -- LEFT NAV -- */
#leftNav {
	background: url('../../assets/images/subnav-rightDivider.gif') top right no-repeat;
	position: absolute;	left: 10px;
	width: 320px; height: 512px;	
}

#leftNav li {
	float: left; clear: left; 
	height: 28px; 
	background: url('../../assets/images/subnav-vDivider.gif') bottom left no-repeat;
	width: 300px;
}

#leftNav a {
	font: 13px Tahoma, Verdana, sans-serif; color: #999;
	line-height: 29px;
	text-transform: uppercase;
	display: block;
	height: 28px;
}

#leftNav a:hover {
	color: #09317d;
}

#leftNav a.selected {
	color: #09317d;
}

#leftNav #leftYTplayer {
	position: relative; left: 0px; top: 25px;
	float: left; clear: left;	
}

#leftNav #leftContactInfo {
	position: relative; left: 0px;
	width: 320px;
	margin-top: 60px;
	text-align: center;
	float: left; clear: left;
	color: #333;
	line-height: 17px;
}

#leftNav #leftContactInfo h2 {
	font: 13px Tahoma, Verdana, sans-serif; color: #09317d; font-weight: bold;
}

#leftNav #leftContactInfo a {
	color: #09317d; text-decoration: underline; text-transform: lowercase; line-height: 12px;
}

/* -- END LEFT NAV -- */


/* -- FOOTER -- */
#footer {
	background: url('../../assets/images/footer-divider.gif') repeat-x;
	float: left; clear: both;
	position: relative; left: 10px;
	font-size: 10px;
	color: #999;
	width: 980px;
}

.Home #footer {
	background: none;
}

#footer .copyright {
	position: absolute;
	top: 25px; left: 0px;
	font-size: 9px;
	text-transform: uppercase;
}

#footer .nav {
	margin-top: 10px;
	text-align: center;
}

#footer .nav a {
	display: inline;
	margin-right: 10px;
}

#footer .nav a:hover {
	text-decoration: underline;
}


#footer .address {
	position: absolute;
	top: 25px; right: 0px;
	font-size: 9px;
}

/* -- END FOOTER -- */