/* CSS Document */

body {
background-color:#1A1A1A;
font-family:Trebuchet MS;
font-size:12px;
font-weight:normal;
color:#DBDBDB;
}

a:link, a:visited {color: #c0dB5A; text-decoration:none;}
a:active {color: #777;}
a:hover {color: #FFF; text-decoration:underline}

img {border:none;}

/*top material*/
.banner {
position: fixed;
top:0;
left:0;
margin:0 auto;
width: 100%;
height:1.0em;
background-color: #c0dB5A;
}

.title{
font-size:17px;
margin:40px 0 0 0px;
color:#c0db5a;
}

.flagship{
color:#FFFFFF;
font-size:28px;
font-weight:800;
display:inline;
}
.logo {
float:left;
margin-right:8px;
vertical-align:middle;
position:relative;
top:3px;
}
/*Begin Content*/
.wrapper {
width:700px;
margin:40px auto 10px;
}

.content{
width:700px;
margin: 40px auto 30px;
}

.portimages{
margin:10px 10px 0 0;
border: 2px #444444 solid;
border-bottom: 9px #444444 solid;
padding:2px;
}

.right{
padding: 0 0 0 20px;
width:500px;
float:right;
text-align:left;
vertical-align:text-top;
}

.left{
width:176px;
float:left;
text-align:left;
vertical-align:text-top;
position:relative;

}

.below {
width:100%;
clear:both;
height:1px;
}


h1 {
font-family:Trebuchet MS;
font-size:21px;
color:#FFFFFF;
font-weight:bold;
}

h2 {
font-family:Trebuchet MS;
font-size:17px;
color:#FFFFFF;
font-weight:bold;
}

.contentlist {
list-style-image:url('images/check.png');
font-weight:bold;
line-height:1.6em;
}

.inlinestrong
{font-weight:700;
font-style:italic;
}
/*Navigation Stuff*/ 


#navcontainer {
width: 150px;
margin : 0px;
padding : 0px;
}


#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}

#navcontainer li {
	margin: 0;
	padding: 6px 6px 6px 6px;
	background-color:#333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1A1A1A;
	text-align:left;
}


 
 #navcontainer a
{
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: normal;
	display: block;
	margin-bottom : 0px;
	padding : 0px 0px 0px 0px;
}

#navcontainer a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}



/*Begin Footer*/

#footer {
width: 98%;
padding: 2px 40px 20px 20px;
margin: 0px auto;
text-align: right;
color: #DBDBDB;
font-size: 10px;
}
#footer a {text-decoration: none; font-weight: normal;}
#footer a:link {color: #DBDBDB;}
#footer a:visited {color: #DBDBDB;}
#footer a:active {color: #777;}
#footer a:hover {color: #FFF;}

 /*Lightbox*/
 #lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	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: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/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(../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;
	}

#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: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.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 */
	}	
	/*End lightbox*/
