/* general */
body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #999999;
}
p {
	font-size: 90%;
}
a {
	color: #EB008B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* layout */
#wrap {
	padding: 30px;
	width: 950px;
}

#leftColumn {
	float: left;
	width: 180px;
	height: 1000px;
}
#content {
padding-top: 40px;
}
/*nav css */
ul#indexNav {
	background: url(images/index.gif);
	position: absolute;
}
ul#indexNav li {
	list-style: none;
}
ul#indexNav li a {
	height: 322px;
	display: block;
	position: absolute;
	left: 0;
	text-indent: -9999px;
	outline: none;
}
li#indexNavImage a {
	background: url(images/index.gif);
}
li#indexNavImage a {
	background position: 0 0;
	width: 225px;
	height: 322px;
	top: 0;
	left: 0;
}
li#indexNavImage a:hover {
	background-position: -225px 0;
}
div#indexWrap {
width: 200px;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 50%;
		top: 15%;
    margin-left: -100px;
}
/*nav css */
ul#nav {
	background: url(images/nav.gif);
	position: absolute;
	top: 200px;
}
ul#nav li {
	list-style-type: none;
}
ul#nav li a {
	height: 38px;
	display: block;
	position: absolute;
	left: 0;
	text-indent: -9999px;
	outline: none;
}
li#navReel a, li#navWork a, li#navContact a, li#navReelOn a, li#navWorkOn a, li#navContactOn a {
	background: url(images/nav.gif)
}
li#navReel a {
	background-position: 0 0;
	width: 156px;
	height: 38px;
	top: 0;
	left: 0;
}
li#navReel a:hover {
	background-position: -156px 0;
}
li#navReelOn a {
	background-position: -312px 0;
	width: 156px;
	height: 38px;
	top: 0;
	left: 0;
}
li#navReelOn a:hover {
	background-position: -468px 0;
}
li#navWork a {
	background-position: 0 -38px;
	width: 156px;
	height: 36px;
	top: 38px;
	
}
li#navWork a:hover {
	background-position: -156px -38px;
}
li#navWorkOn a {
	background-position: -312px -38px;
	width: 156px;
	height: 36px;
	top: 38px;
	
}
li#navWorkOn a:hover {
	background-position: -468px -38px;
}

li#navContact a {
	background-position: 0 -74px;
	width: 156px;
	height: 43px;
	top: 74px;
}
li#navContact a:hover {
	background-position: -156px -74px;
}

li#navContactOn a {
	background-position: -312px -74px;
	width: 156px;
	height: 43px;
	top: 74px;
}
li#navContactOn a:hover {
	background-position: -468px -74px;
}

/* content */
.video {
	background-color: #ffffff;
}
table.videoOutline {
	border-collapse: collapse;
	border: 2px solid #ccc;
	background-color: #ffffff;
}
.clearleft {
	clear: left;
}
.contactInfo {
	padding-top:222px;
}

/* subnav */
#subNav li {
	float: left;
	list-style-type: none;
	padding: 0 7px 0 0;
	margin: none;
}
#subNav img {
	border-style: none;
}
#subNav li a {
	outline: none;
	border: 2px solid white;
	display: block;
	
}
#subNav li a:hover {
	border: 2px solid #EB008B;
}

