/* Main CSS */

body{
	background-color:black;
	margin:0px;
	padding:0px;
	font-size:12px;
	color:white;
	line-height:20px;
}

a:link, a:visited{
	color:#999999;
	text-decoration:underline;
}

a:hover, a:active{
	text-decoration:none;
}

h3{
	display:inline;
}

/* ID's */

#page{
	width:800px;
	z-index:4000;
	margin:auto;
	background-image:url(../Image/header_bg.jpg);
	background-repeat:no-repeat;
}

#header{
	position:relative;
	z-index:6000;
}

#header a:link, #header a:visited{
	position:relative;
	top:10px;
	left:0px;
}

#header a:active, #header a:hover{
}

#menu{
	position:relative;
	width:745px;	
	height:180px;
	z-index:7000;
	top:0px;
	left:0px;
	text-align:center;
	vertical-align:top;
}

#menu a:link, #menu a:visited{
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	text-decoration:none;

}

#menu a:active, #menu a:hover{
	color:#666666;
	text-decoration:none;

}


#content{
	z-index:800;
	width:680px;	
	color:#666666;
	background:white;
	padding:10px;
	border:double #666666 thick;
}

#footer{
	position:relative;
	width:800px;
	margin:auto;
	z-index:5000;
	color:#333;
	background:#FFF;
	text-align:center;	
}

#footer a:link, #footer a:visited{
	color:#CC6633;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;

}

#footer a:active, #footer a:hover{
	color:#FFF;
	background:#CC6633;
	text-decoration:none;
}


/******** MENU ********/

#menu_container {
	width:auto;
	position:relative;
	z-index:9000;
	height:25px;
	text-align:center;
}

#tn {
	position:absolute;
	left:310px;
	top:0px;
	width:auto;
	text-align:center;
}
#tn ul { /* entire menu */
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	list-style:none;
	margin: 0 0 0 50px;
}

#tn ul li {
	display: block;
	float: left;
	text-align:center;
	margin: 0;
	padding: 0;
	position: relative;
}
#tn ul li a {
	display: block;
	float: left;
	padding: 0;
	position: relative;
	margin: 0 0 0 -28px;
	height: 28px;
	line-height: 28px;
	text-transform: none;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-weight: bold;
	text-indent: 0em;
	overflow: hidden;
	width: 108px;
}

#tn ul li:hover {

}
#tn ul li a {
	outline: none !important;
	-moz-outline-style: none;
}


#tn ul li.over,
#tn ul li:hover {
	z-index: 9099999 !important;	
}
#tn ul li:hover a,
#tn ul li.over a,
#tn ul li a:hover {
	background-position: 0 -41px  !important;
	z-index: 9099999 !important;
}


#tn ul li.selected {
		
}

#pg_1 #tn ul li#tn_1,
#pg_2 #tn ul li#tn_2,
#pg_3 #tn ul li#tn_3,
#pg_4 #tn ul li#tn_4,
#pg_5 #tn ul li#tn_5,
#pg_6 #tn ul li#tn_6,
#pg_7 #tn ul li#tn_7 {
	z-index: 9099999 !important;
}

#tn ul li.selected a,
#pg_1 #tn ul li#tn_1 a,
#pg_2 #tn ul li#tn_2 a,
#pg_3 #tn ul li#tn_3 a,
#pg_4 #tn ul li#tn_4 a,
#pg_5 #tn ul li#tn_5 a,
#pg_6 #tn ul li#tn_6 a,
#pg_7 #tn ul li#tn_7 a {
	background-position: 0 -80px;
	z-index: 9099998 !important;
}

* html #tn ul li a:hover,
* html #tn ul li.over a {
	cursor: hand;
}

#tn ul ul {
	display: none;
}

#tn .selected ul li {
	
}
#tn ul li.over ul,
#tn ul li:hover ul {
	display: block;
	position: absolute;
	left: -24px;
	top: 85%;
	width:135px;
	height: auto;
	margin: 0;
	padding: 0 5px 10px 0;
	z-index: 2000;
	border-right: none;
	border-bottom: none;
}
* html #tn ul li ul,
* html #tn ul li:hover ul {
	background: none !important;
}
#tn ul li ul li { /* BOXED DROP DOWN LINKS */
	color:#000000;
	width:130px;
	background:url(../img/back_transparent_grey.png);
	behavior: url(iepngfix.htc);
	padding: 5px 5px 5px 5px;
	margin:0;
	height:auto;
	z-index: 1900;

}
#tn ul li ul li strong,
#tn ul li ul li a {
	background: none !important;
	padding: 5px 5px 5px 5px; 
	width: 120px !important; /* 179px */
	border-right: none;
	font-variant: normal;
	font-size: 11px;
	text-indent: 0px;
	height: auto !important;
	line-height: 100% !important;
	margin: 0;
	color:#000000;
	font-weight: normal;
	filter:none !important;
}

#tn ul li ul li:hover {
	padding: 5px 5px 5px 5px; 
	border-left: none;
	color:#FFFFFF;
	background:#9e172f;
}
#tn ul li ul li a:hover {
	color:#FFFFFF;
	background:#9e172f;	
}

#tn ul li ul li:hover > a {
	color:#FFFFFF;
	background:#9e172f;
	padding: 0px 9px 0px 10px !important;
}
#tn ul li ul li ul,
#tn ul li:hover ul li ul,
#tn ul li.over ul li ul {
	display: none;
}
#tn ul li ul li:hover ul,
#tn ul li:hover ul li:hover ul,
#tn ul li.over li.over ul {
	position: absolute;
	display: block !important;
	left: 100%;
	top: 0px;
	z-index: 300;
	border-right: none;
	width: 135px !important;
}
#tn ul li ul li.r:hover ul {
	left: -100%;
}
#tn ul li:hover ul li:hover ul li,
#tn ul li.over ul li.over ul li {
	width: 130px !important;
}
#tn ul li:hover ul li:hover ul li a {
	letter-spacing: normal;
	width: 130px !important; /* 179px */
}


/* Classes */
.error{
	color:#CC0000;
	font-weight:bold;
}

.clear{
	clear:both;
}

.clear_left{
	clear:left;
}

.c1 {
	float:left;
	padding:10px;
	width:700px;
}

.c2{
	float:left;
	width:300px
}

.c3{
	float:left;
	width:150px
}

.c4{
	display:inline;
	float:left;
}

.c5{
	font-weight:normal;
	display:inline;
	float:left;
	padding-right:40px;
}

	.c5 h2{
		margin:0;
		padding:0;
	}

.c6{
	font-weight:bold;
	display:inline;
	float:left;
	padding-right:40px;
}

	.c6 h2{
		margin:0;
		padding:0;
	}

.d1{
	background:#DDDDDD;
}

	.d1 h2{
		color:#FFF;
		font-size:16px;
		padding:5px;
		font-weight:bold;
		background:#BBBBBB;
	}

.d2{
	padding:10px;
}

.data_list{
	width:99%;
	border:1px #DDD solid;
	padding:0;
	background:#FFF;
}
	.data_list tr{
		padding:0;
	}

	.data_list th{
		padding:5px;
		text-align:left;
		background:#ddd;
	}
	
	.data_list td{
		padding:5px;
		background:#FFF;
		text-align:left;
	}
	
.small_data_list{
	width:100%;
	border:1px #DDD solid;
	padding:0;
	background:#FFF;
}
	.small_data_list tr{
		padding:0;
	}

	.small_data_list th{
		padding:5px;
		text-align:left;
		background:#ddd;
	}
	
	.small_data_list td{
		font-size:10px;
		padding:5px;
		background:#FFF;
		text-align:left;
	}	
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	}

#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: 9000;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9000;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	