body {
	
	background:#090445;
}

#wrapperMain{
	width:850px;
	height:auto;
	margin:0 auto ;	
}

#wrapper{
	float:left;
	width:850px;
	height:auto;
	background-image:url(images/bg_line_800.gif);
	background-repeat:repeat-y;	
}

#header{
	float:left;
	width:850px;
	height:268px;
}

/* Begin CSS Drop Down Menu */

#menuh-container
	{
	float:left;
	width:auto;
	height:auto;
	margin:0 0 0 0;
	}

#menuh
	{
	float:left;
	font-size: small;
	font-family:tahoma;
	font-weight:bold;
	width:auto;
	float:left;
	margin:0 0 0 40px;
	border-bottom:1px solid #000;

	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border-right: 1px solid #555;
	border-left: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 5px;
	font-family:"Tahoma", Times, serif;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #000;
	background-color:transparent;
	text-decoration:none;
	text-align:left;
	
	}
	
#menuh a:hover	/* menu on mouse-over  */
	{
	color: #000;
	background-color: cornflowerblue;
	text-decoration:none;
	background-color:#fff;
	
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(images/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	/*background-image: url(images/nav_white.gif);*/
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;	
	float:left;
	width:auto;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text */
	
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/*for IE7 */
	vertical-align: bottom;	/*	for IE7 */
	background-color: #c8d9f9;
	
	}
	
	#menuh li li{
		text-align:left;
		border:1px solid #000;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	z-index:9998;
	
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	z-index:9999;
	}

div#menuh li:hover
	{
	cursor:pointer;
	
	}

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

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

/* End CSS Drop Down Menu */

.contentLeft{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	float:left;
	width:450px;
	height:auto;
	margin:0 0 25px 50px;
	padding:10px 0 0 10px;
	z-index:9997;
}


.contentRight{
	float:left;
	width:400px;
	height:auto;
	margin:0 0 25px 0;
	padding:10px 0 0 10px;	
}

.contentRight h1{
	font-size:18px;
	font-weight:bold;
	
}

.contentHeader{
	float:left;
	font-size:20px;
	font-weight:bold;
	margin:10px 0 15px 60px;
	width:450px;
	height:auto;
	
}

.contentHeader h6{
	font-size:10px;
	font-variant:small-caps;;
}

#bottomWrapper{
	float:left;
	width:800px;
	height:73px;
	background-image:url(images/bgBottom.gif);
	padding:10px 0 0 50px;
}
#player{
	width:auto;
	height:auto;
	margin:25px 0 15px 100px;
	
}



/*Start Lightbox Code */
#lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
} 

#lightbox img {
    width: auto;
    height: auto;
} 

#lightbox a img {
    border: none;
} 

#outerImageContainer {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
} 

#imageContainer {
    padding: 10px;
} 

#loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
} 

#hoverNav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
} 

#imageContainer >#hoverNav {
    left: 0;
} 

#hoverNav a {
    outline: none;
} 

#prevLink, #nextLink {
    width: 49%;
    height: 100%;
    background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
    display: block;
} 

#prevLink {
    left: 0;
    float: left;
} 

#nextLink {
    right: 0;
    float: right;
} 

#prevLink:hover, #prevLink:visited:hover {
    background: url(/images/prevlabel.gif) left 15% no-repeat;
} 

#nextLink:hover, #nextLink:visited:hover {
    background: url(/images/nextlabel.gif) right 15% no-repeat;
} 

#imageDataContainer {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
} 

#imageData {
    padding: 0 10px;
    color: #666;
} 

#imageData #imageDetails {
    width: 70%;
    float: left;
    text-align: left;
} 

#imageData #caption {
    font-weight: bold;
} 

#imageData #numberDisplay {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
} 

#imageData #bottomNavClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
    outline: none;
} 

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
}
