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


* { margin: 0; }
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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a, a:hover {
	text-decoration:none;	
}
a {
	color: #67c3d7;	
}
a:hover {
	color:#d6d6d6;	
}
p {
	margin-bottom:15px;	
}
h2 {
	font-size:12px;
	font-weight:bold;	
	text-transform:uppercase;
}
h3 {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;	
}
.sectionTitle {
	font-size:15px;
	text-transform:uppercase;
	color:#c0c0c0;
	padding-bottom:10px;	
	letter-spacing:0.5em;
}
.padTop20 {
	padding-top:20px;	
}
body {
	width:100%;
	background: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#fff;
	letter-spacing: .15em;	
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	
}
#header, #footer{
	width: 960px;	
}
#header {
	height:140px;
	padding-top:15px;	
}
#logo {
	float: left;	
}
#flash {
	background:#000;
	border:none;	
}
#content {
	clear:left;
	text-align:left;
	padding-bottom:20px;	
}
#photo {
	padding-bottom:20px;	
}
#centeredTitle {
	width:900px;
	text-align:center;	
}
.floatVideoWrapper {
	width:900px;
	padding: 10px 0 10px 0px;
}
.floatVideoDiv {
	float:left;
	width: 180px;	
}
.clearLeft {
	clear:left;
}
.galleryPhoto {
	float:left;
	position:relative;
	padding-right:10px;	
}
#footer {
	clear:left;	
}
#footerLeft {
	float:left;
	position:relative;
	font-size:9px;
	text-transform:uppercase;
	color:#939393;
}
#footerRight {
	float:right;
	color:#939393;
	font-size:9px;	
}
#footer a {
	color:	
}
#flash {
	background-color:#333;	
	height:600px;
}
.home {
	
		
}
#homeTxt {
	padding-top:20px;
}
.formBox {
	background-color:#484848;
	border:none;
	color:#ebebeb;
	width:295px;
	height:25px;
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	letter-spacing:0.1em;
}
.formTextArea {
	width:285px;
	height:200px;
	padding:5px;
	background-color:#484848;
	border:none;
	color:#ebebeb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	letter-spacing:0.1em;
}
label {
	text-transform:uppercase;
	font-size:10px;	
	letter-spacing:0.1em;
}
.submitBtn {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;	
	width:80px;
	height:25px;
	background-color:#393939;
	color:#67c3d7;
	text-transform:uppercase;
	border:none;
	letter-spacing:0.1em;
}
.highlight {
	color:#69C;
}
/* navigation */
#navWrapper {
	width: 421px;
	height:20px;
	float:right;
	position:relative;
	padding-top:50px;
}
#nav {
	width: 421px;
	height: 20px;
	background: url(../images/nav.png);
    margin: 0px auto;
	padding: 0;
	position: relative;
	}

#nav li, #nav a {
    height: 20px; display: block;
	}
#nav li ul{
	margin: 0;
	padding: 0;
}
#nav li { 
		/*float the main list items*/
		margin: 0;
		float: left;
		display: block;
	}
#nav li ul {
		display: none;
	}
#nav li.off ul, #nav li.on ul  { 
		/*put the subnav below*/
		position: absolute;
		top: 20px;
		left: 0px;
		padding: 0px;
		width: 110px;
	}
#nav li.off ul.about, #nav li.on ul.about {
		left:43px;
}
#nav li.on ul {
		width:150px;
		background-image: url(../images/bg_dkgrey.png);
	}
#nav li.on:hover ul, #nav li.over ul { /*for ie*/
		width:150px;
		background-image: url(../images/bg_dkgrey.png);
	}
#nav li a {
		color: #67c3d7;
		display: block;
		/*width: 93px;*/
		padding: 0;
	}
nav li.on a {
		color: #67c3d7;
	}

#nav li.on ul a, #nav li.off ul a {
	border: 1;
	float: left; /*ie doesn't inherit the float*/
	color: #67c3d7;
	width: auto;
	/*margin-right: 15px;*/
}

#nav li.on:hover ul a, #nav li.over ul li a { 
	/*for ie - the specificity is necessary*/
	/*background: #ccc;*/
}

#nav li.on ul {
	display: block;
}

#nav li.off:hover ul, #nav li.over ul {
	display: block;
	z-index: 6000;
}

#nav li.off a:hover, #nav li.on a:hover { 
	color: #d6d6d6;
}

/*do the image replacement*/

#nav li span {
	position: absolute;
	left: -9384px;
}

#homeLink a, #aboutLink a, #workshopsLink a, #videoLink a, #pressLink a, #contactLink a {
	display: block;
	position: relative;
	height: 20px;
	background: url(../images/nav.png) no-repeat; /*contains all hover states*/
}
/*first, put the initial states in place*/


#homeLink a {
	background-position: 0 0;
	width:43px;
}
#aboutLink a {
	background-position: -43px 0;
	width:59px;
}
#workshopsLink a {
	background-position: -102px 0;
	width: 94px;
}
#videoLink a {
	background-position: -196px 0;
	width: 52px;
}
#pressLink a {
	background-position: -248px 0;
	width: 110px;
}
#contactLink a {
	background-position: -358px 0;
	width: 63px;
}

/*active area - for this demo - the code could be based on a body class, and probably work better.*/


/*hover states*/

#homeLink a:hover, #homeLink:hover a, #homeLink.over a, #homeLink.on a {
	background-position: 0px -20px;
}
#aboutLink a:hover, #aboutLink:hover a, #aboutLink.over a, #aboutLink.on a {
	background-position: -43px -20px;
}
#workshopsLink a:hover, #workshopsLink:hover a, #workshopsLink.over a, #workshopsLink.on a {
	background-position: -102px -20px;
}
#videoLink a:hover, #videoLink:hover a, #videoLink.over a, #videoLink.on a {
	background-position: -196px -20px;
}
#pressLink a:hover, #pressLink:hover a, #pressLink.over a, #pressLink.on a  {
	background-position: -248px -20px;
}
#contactLink a:hover, #contactLink:hover a, #contactLink.over a, #contactLink.on a {
	background-position: -358px -20px;
}

/*subnav formatting*/
#nav li.off ul li {
	clear:left;	
	height:21px;
	width:150px;
	background-image: url(../images/bg_dkgrey.png);

}
#nav li.off ul a, #nav li.on ul a {
	margin:0;
	color: #67c3d7;
	font-size:10px;
	line-height:20px;
	text-transform:uppercase;
	padding-left:10px;
	height:21px;
	background-image: url(../images/bg_dkgrey.png);
}		

#nav li.on ul a {
	
}

/* used to get Height of div when contents are floated*/
.clear {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }