/* core.css - sets up crucial style elements */
	/* remove margin and padding from all elements */
* {
	margin: 0px;
	padding: 0px;
}

/* keep the scrollbar at all times - useful for centered layouts */
html {
	min-height: 100%;
	margin-bottom: 1px;
}

/* reset 1em to 10px */
body { /* font-size:62.5%; */
	/*font-family:Trebuchet MS, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: 0px none;
	background-color: #333;
	background-image: url(../images/bg_pattern.png);
	background-position: left;
	background-repeat: no-repeat;
	text-align: center;
}

/* add a space after some elements */
	/*p,ul,ol,blockquote { margin-bottom:1em; }*/
	/* remove border from images that link */
img {
	border: 0px none;
}

/* give nice proportion for list item bullets */
	/*li { margin-left:5%; font-size:1.2em; }*/
	/* remove extra space from tables */
table {
	border-collapse: collapse;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}

/* remove border from fieldsets */
fieldset {
	border: 2px #0033FF;
	font-size: 1.2em;
}

/* clears space after float elements */
div.clearer {
	clear: both;
	overflow: hidden;
}

p {
	font-size: 1em;
}

blockquote {
	font-size: 1.2em;
	color: #582153;
}

/* headline styles */
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 0.4em;
}

/*h2 { font-size:1.5em; font-weight:bold; color:#ffffff; margin-bottom:0.4em; }*/
h4 {
	font-size: .65em;
	font-style: italic;
	color: #000000;
	margin-bottom: 0em;
}

h3 {
	font-size: 1.2em;
}

h1.eyebrow {
	font-size: 0.75em;
	line-height: 0.75em;
}

/* links */
a {
	font-weight: bold;
	text-decoration: none;
	color: #0033FF;
}

/*a:hover { color:#E08B3A; } */ /* horizontal rules */
hr {
	border: 0px none;
	height: 1px;
	color: #000000;
	background-color: #000000;
}

/* form element styles */
label {
	font-weight: bold;
	color: #000;
}

label2 {
	font-weight: bold;
	color: #C50A42;
}

input.inputText {
	border: 1px solid #cd9d86;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

input.inputTextSmall {
	width: 50px;
	border: 1px solid #cd9d86;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	border: 1px solid #cd9d86;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#topnav {
	color: #cccccc;
}

#bioimage {
	width: 410px;
	float: left;
}

#biospacer {
	float: left;
	width: 570px;
	height: 25px;
	background-color: #000000;
}

#bio {
	padding-left: 20px;
	padding-right: 20px;
	width: 530px;
	float: left;
	background-color: #000000;
}

#bio a {
	color: #3366CC;
}

#privacy {
	font-size: .8em;
	padding-left: 30px;
	width: 533px;
	float: left;
}

#Membership img {
	float: left;
	padding-right: 42px;
}

#Membership ul {
	padding-bottom: 15px;
	padding-left: 45px;
	padding-top: 10px;
}

#Membership li {
	padding-left: 25px;
}

#Membership {
	height: 200px;
	font: italic;
	padding-bottom: 10px;
	margin-left: 0px;
	color: #0066FF;
}

#orderConfirm {
	padding-bottom: 25px;
}

#orderConfirm p {
	text-align: center;
	font-style: italic;
	margin: 15px 15px 15px 15px;
	color: black;
}

#wrapper {
	position: relative;
	margin: 0px auto;
	width: 980px;
	text-align: left;
}

#Header { /*font-size:1.4em; */
	font-weight: bold;
	width: 980px;
	height: 90px;
	clear: both;
	background-color: #000000;
}

#logo {
	margin-left: 1%;
	z-index: 5;
	float: left;
	width: 320px;
	height: 72px;
}

.pass a {
	color: #ffffff;
	font-weight: normal;
}

.pass a:hover {
	color: #0066FF;
}

.pass {
	font-weight: normal;
	font-size: .85em;
	color: #fff;
}

#Search {
	position: relative;
	z-index: 30;
	font-family: Helvetica, sans-serif;
	font-size: .85em;
	float: right;
	width: 240px;
	height: 28px;
}

#menu {
	font: bold 11px/ 16px arial, helvetica, sans-serif;
	/*font-size:.85em; 
		font-weight:bold; 
		color:#333333; 
		/*background-color:#555555;*/
	float: left;
	width: 980px;
	background-color: #000000;
	height: 28px;
}

/*#menu a, #menu h2{

display:block;
border-width:1px;
border-style:solid;
border-color:#ccc #888 #555 #bbb;
white-space:nowrap;
margin:0;
padding:1px 0 1px 1px;
}

#menu h2{
color:#fff;
background:#000 url(../images/expand3.gif) no-repeat 100% 100%;
text-transform:uppercase
}

#menu a{
background:#eee;
text-decoration:none;
}

#menu a, #menu a:visited{
color:#000;
}

#menu a:hover{
color:#000;
background:#ddd;
}

#menu a:active{
color:#060;
background:#ccc;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:9em;
}

#menu li{
position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#menu ul ul ul{
top:0;
left:100%;
}
[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}
</style>
<![endif]

/* Begin non-anchor hover selectors */
	/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method 

div#menu h2:hover{
background:#000 url(../images/expand3.gif) no-repeat -999px -9999px;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */ /* Styling for Expand */
	/*#menu a.x, #menu a.x:visited{
font-weight:bold;
color:#000;
background:#ccc url(../images/expand3.gif) no-repeat 100% 100%;
}

#menu a.x:hover{
color:#a00;
background:#ddd;
}

#menu a.x:active{
color:#060;
background:#ccc;
}*/ /* media info styles */
#mediaInfo h1 {
	color: #fff;
	text-align: center;
}

#mediaInfo p {
	color: #666666;
	margin-left: 10%;
	margin-right: 5%;
	margin-top: 2em;
	text-align: left;
}

.length {
	font-size: .75em;
	color: #999999;
	font-weight: normal;
}

#searchItem {
	margin-left: 5%;
}

/* photo styles */
.photoLeft {
	float: left;
	padding-right: 10px;
}

.photoRight {
	float: right;
	padding-left: 10px;
}

/*rightcolumn */
.rightcolumn {
	clear: both;
	vertical-align: bottom;
}

/* header styles */ /* content styles */
#portalBar { /*font-size:1.4em;*/
	font-weight: bold;
}

#bodyCopy {
	color: #000000;
}

/* leftnav styles */
div.leftnav,div.leftnavOver,div.leftnavSel,div.leftnavSelOver {
	font-size: 1.3em;
	font-weight: bold;
}

#subnav {
	font-size: 1.2em;
	font-weight: bold;
	color: #cccccc;
}

/* sidebar styles */
div.sideHeader {
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 0.25em;
}

div.sideBody {
	color: #cccccc;
	line-height: 1.1em;
}

div.sideMore {
	color: #ff9933;
	font-weight: bold;
	font-style: italic;
	line-height: 1.1em;
}

/* footer styles */
#footer a {
	color: #ffffff;
	font-weight: normal;
}

#footer a:hover {
	color: #0066FF;
}

.table { /*font-size:11px;*/
	font-weight: bold;
	color: #000000;
	margin-bottom: 0em;
	text-align: center;
	padding-left: 6px;
	padding-right: 0px;
}

#TitleHeading {
	position: inherit;
	padding-top: 10px;
	font-size: 3em;
	float: left;
	border: none;
	text-indent: 4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	z-index: 15;
}

#searchtext {
	color: #ffffff;
	font-weight: 300;
	/*font-stretch:semi-expanded;*/
}

div.navdiv {
	float: left;
	width: 1px;
	height: 28px;
	background-color: #ffffff;
}

div.navdiv2 {
	float: left;
	width: 5px;
	height: 28px;
	background-color: #000000;
}

.nav {
	padding: 4px 19px 1px 19px;
	float: left;
	text-align: center;
}

.navLink {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.navLink:visited {
	color: #999;
}

.navLink:hover,.navLink.over {
	color: #fff;
	background-color: #333;
	border-bottom: 1px solid #fff;
}

.nav2 {
	padding: 4px 20px 0px 20px;
	float: left;
	height: 28px;
	text-align: center;
	color: #ffffff;
	background-color: #CCCCCC;
}

.navbarRollover {
	width: 114px;
	height: 28px;
	text-align: center;
	float: left;
}

#content {
	width: 747px;
	float: left;
}

#sidebarHome {
	width: 233px;
	float: right;
}

div.sideBarRule {
	width: 232px;
	height: 1px;
	background-color: #ffffff;
	overflow: hidden;
	padding: 0px;
}

div.adSlot1 {
	/*if this is text then we need a margin-left:10px; margin-top:8px; width:205px;height:130px;*/
	width: 205px;
	height: 155px;
	padding-left: 1px;
}

div.adSlot2 {
	width: 232px;
	vertical-align: bottom;
	padding-left: 1px;
	background-color: #000000;
}

#image {
	width: 747px;
	background-color: #000000;
}

#media {
	padding-top: 35px;
	width: 385px;
	height: 330px;
	float: left;
	background-color: #000000;
	clear: right;
}

#mediaInfo {
	float: left;
	width: 360px;
	height: 330px;
	background-color: #3c3c3c;
	overflow-y: auto;
}

#portalBar {
	width: 747px;
	height: 31px;
	background-image: url(../images/portalbar.gif);
	background-repeat: repeat-x;
}

#searchBar {
	width: 747px;
	background-color: #ffffff;
	background-image: url(../images/searchbar.gif);
	background-repeat: repeat-x;
}

div.portalHeader {
	width: 240px;
	height: 24px;
	text-align: center;
	float: left;
	padding-top: 7px;
}

div.portalHeaderRule {
	width: 1px;
	height: 31px;
	background-color: #ffffff;
	float: left;
}

#portal {
	width: 747px;
	height: 149px;
}

div.portalItem {
	float: left;
	width: 244px;
	height: 149px;
	background-color: #000000;
}

div.searchItem {
	float: left;
	width: 747px;
	height: 120px;
	background-color: #ffffff;
	color: #666666;
	text-transform: uppercase;
	/*margin-left:5%;
				margin-top:5%;*/
}

div.searchRule {
	width: 747px;
	height: 1px;
	float: left;
	background-color: #333333;
}

div.portalRule {
	width: 1px;
	float: left;
	height: 149px;
	background-color: #ffffff;
}

#footer {
	width: 980px;
	clear: both;
}

#footerTop {
	width: 980px;
	height: 3px;
	background-color: #666666;
	overflow: hidden;
}

#footerBottom {
	width: 980px;
	font-size: .65em;
	padding: 3px 0px 3px 0px;
	text-align: right;
	background-color: #333333;
}

.videoTitleLink {
	font-size: 14px;
	color: #3b3b3b;
	text-decoration: none;
	border-bottom: 1px dotted #9D9D9D;
}

.videoTitleLink:hover,.videoTitleLink.over {
	border-bottom: 1px solid #9D9D9D;
}

#searchResults {
	width: 747px;
	background-color: #ffffff;
	height: auto;
	float: left;
	margin: 0px 0px 10px 0px;
	/*border: 1px dotted black;*/
	clear: left;
	float: left;
	padding: 0px;
	color: #7b7b7b;
}

.searchVideoTitle {
	font-size: 14px;
	color: #7B7B7B;
}

#searchContent {
	display: none;
}

.searchTop100Bottom {
	width: 100%;
	border-top: 1px dotted #DEDEDE;
	/*padding-top:15px;
	padding-bottom:35px;*/
}

.searchTop100,.searchTop100:active,.searchTop100:link,.searchTop100:visited
	{
	color: #679AA0;
	font-family: Arial;
	font-size: 11px;
	border-bottom: 1px dotted #B3CCCF;
	text-decoration: none;
}

.pageTitleRight a img {
	vertical-align: bottom;
}

#searchTitle {
	font-size: 18px;
	margin-top: 10px;
}

.pageTitleLeft {
	float: left;
	color: #B33664;
	margin-bottom: 15px;
}

.searchTop100:hover,.searchTop100.over {
	border-bottom: 1px solid #B3CCCF;
}

.searchDate {
	color: #96A83C;
	font-weight: bold;
}

.searchRowTN {
	border-top: 1px solid #DEDEDE;
	height: 116px;
	clear: both;
	background-color: #ffffff;
}

.searchRowTN:hover,.searchRowTN.over {
	background: url(../images/bg_listItem_rollover.gif) repeat-x;
}

.searchRowSmallTN {
	border-top: 1px solid #DEDEDE;
	height: 86px;
	clear: both;
}

.searchRowSmallTN:hover,.searchRowSmallTN.over {
	background: url(../images/bg_listItem_rollover.gif) repeat-x;
}

.searchIndexCount {
	float: left;
	text-align: right;
	width: 40px;
	padding: 0px 0px 0px 0px;
	margin: 5px 10px 0px 0px;
	font-size: 30px;
	color: #C5C5C5;
}

.searchThumbnailFirst {
	margin: 10px 15px 10px 0px;
	float: left;
}

.searchThumbnails {
	margin: 10px 15px 10px 0px;
	float: left;
}

.searchThumbnailsDescSmallTN {
	float: left;
	width: 420px;
	margin: 10px 0px 10px 0px;
}

.searchThumbnailsDescTN {
	float: left;
	width: 380px;
	margin: 10px 0px 10px 0px;
}

.searchPublisher {
	margin: 7px 0px 7px 0px;
	color: #7B7B7B;
}

.searchPublisher a:link,.searchPublisher a:visited,.searchPublisher a:active
	{
	color: #679AA0;
	border-bottom: 1px dotted #B3CCCF;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}

.searchPublisher a:hover,.searchPublisher a.over {
	border-bottom: 1px solid #B3CCCF;
}

div.searchFloatSmallTN {
	float: left;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

.searchBaseImgSmallTN {
	position: relative;
	left: 0px;
	z-index: 0;
	height: 90px;
	width: 120px;
	border: 3px solid #C5C5C5;
}

.searchSmallImgSmallTN {
	position: relative;
	left: 0px;
	z-index: 0;
	height: 60px;
	width: 80px;
	border: 3px solid #C5C5C5;
}

.searchBaseImgSmallTN:hover,.searchBaseImgSmallTN.over {
	border: 3px solid #3B3B3B;
}

.searchSmallImgSmallTN:hover,.searchSmallImgSmallTN.over {
	border: 3px solid #3B3B3B;
}

.searchTextPubSmallTN {
	font-size: 12pt;
	margin-left: 2px;
}

.searchVideoDescSmallTN {
	position: relative;
	left: 7px;
}

.searchModiferImgSmallTN {
	padding: 0;
	border: 0;
	margin: 0;
	position: relative;
	left: 15px;
	z-index: 2;
}

.searchImgSmallTN {
	padding: 0;
	border: 0;
	margin: 0;
	position: relative;
	top: -30px;
	left: -5px;
	z-index: 2;
	height: 20px;
	width: 20px;
}

.truncDesc {
	overflow: hidden;
	width: 100%;
}

.searchStripImgSmallTN {
	padding: 0;
	border: 0;
	margin: 0;
	position: relative;
	top: -30px;
	left: 40px;
	z-index: 2;
	height: 20px;
	width: 20px;
}

.searchMoverImgSmallTN {
	padding: 0;
	border: 0;
	margin: 0;
	position: relative;
	top: -50px;
	left: 30px;
	z-index: 3;
	height: 10px;
	width: 10px;
}

.searchImgOverlay {
	display: none;
	padding: 0;
	border: 3px solid #3B3B3B;
	margin: 0;
	position: absolute;
	height: 90px;
	width: 120px;
	z-index: 2;
}

.searchImgOverlaySmall {
	display: none;
	padding: 0;
	border: 3px solid #3B3B3B;
	margin: 0;
	position: absolute;
	height: 60px;
	width: 80px;
	z-index: 2;
}

#Registration fieldset {
	float: left;
	width: 50%;
	margin: 0 1em .5em 1em;
	/*padding: 0 1em .5em 1em;*/
}

.formLabel {
	text-align: right;
	color: #0033CC;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font: 11px Arial, sans-serif;
}

.textInput {
	width: 220px;
	height: 16px;
	font: 14px Arial, sans-serif;
	color: #0033CC;
}

.invalidFieldError {
	height: 15px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B33664;
	padding: 3px;
}

.radioLabel {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #7B7B7B;
	vertical-align: 2px;
}

.checkboxLabel {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #0033CC;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: 3px;
}

.seperate {
	height: 15px;
}

.formInstructions {
	color: #0099FF;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font: 11px Arial, sans-serif;
}

#badPW,#badPW2,#badPWLength {
	padding: 0px;
}

#errorInvalidPassword,#unknownEmail {
	margin-bottom: 10px;
	padding: 0px;
}

.bookingFormLabel {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

.bookingOptionsHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}

.airBackground {
	background-color: #FFAA00;
}

.tableRowOdd {
	background-color: #F0F0F0;
}

#reg {
	width: 100%;
	height: 105px;
	/*width:980px;
		height:72px;*/
	clear: both;
	background-color: #000000;
}

#reg a {
	background-color: #000000;
	color: #ccc;
}

#biowrapper {
	margin: 0px auto;
	width: 980px;
	text-align: left;
	background-color: #000000;
}