@charset "utf-8";
/* CSS Document */

body {
	background-color:#CAD1E0;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding:0;
	margin:0;
	color: #666;
}

/*****************************Element/tag selectors***************************/

h1{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:42px;
	color: #338E94;
	margin: 0;
	padding: 0;
}
h2{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:20px;
	color: #338E94;
	margin: 0;
	padding: 0 0 12px 0;
}
h3{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#338E94;
	margin: 0;
	padding: 0;
	font-weight:bold;
}
h4{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:19px;
	color:#ccc;
	margin: 0;
	padding: 0;
	font-weight:bold;
}
h5{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:26px;
	color:#338E94;
	margin: 0;
	padding: 0 0 12px 0;
}
h6{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:22px;
	color:#999;
	margin: 0;
	padding: 0 0 12px 0;
}
p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 10px 15px 0 15px;
	margin:0;
	color: #666;
}
li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 5px 15px 5px 15px;
	margin:0;
	color: #666;
}
ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 5px 15px 5px 15px;
	margin:0;
	color: #666;
}
a img {
	border: none;
}
a:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-size: 12px;
	text-decoration:underline;
	padding:0;
	marging:0;
}
a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-size: 12px;
	text-decoration:underline;
	padding:0;
	marging:0;
}
a:hover, a:active, a:focus {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#F00;
	font-size: 12px;
	text-decoration:underline;
	font-weight:normal;
	padding:0;
	marging:0;
}

/***********************Ids******************************/

#header {
	z-index:3;
	background-color:#338E94;
	position:relative;
	-moz-box-shadow: 0 0px 10px #808080;
	-webkit-box-shadow: 0 0px 10px #808080;
	box-shadow: 0 0px 10px #808080;
}
#content {
	z-index:1;
	position:relative;
	-moz-box-shadow: 0 0px 10px #808080;
	-webkit-box-shadow: 0 0px 10px #808080;
	box-shadow: 0 0px 10px #808080;
}
#footer {
	clear:both;
	z-index:2;
	background-color:#262626;
	position:relative;
	-moz-box-shadow: 0 0px 10px #808080;
	-webkit-box-shadow: 0 0px 10px #808080;
	box-shadow: 0 0px 10px #808080;
}

/*********************Classes*********************************/

.container {
	width: 80%;
	max-width: 1050px;
	min-width: 950px;
	margin: auto;
	position:relative;
	background-color:#FFF;
}


.logo {
	height:100px;
}
#navcontainer ul{
	padding: 0;
	margin: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#215D61', endColorstr='#1A494D'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#215D61), to(#1A494D)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #215D61,  #1A494D); /* for firefox 3.6+ */ 
	color: White;
	float: left;
	width: 100%;
}
#navcontainer ul li { display: inline; }
#navcontainer ul li a{
	padding: 5px 20px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#215D61', endColorstr='#1A494D'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#215D61), to(#1A494D)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #215D61,  #1A494D); /* for firefox 3.6+ */ 
	color: White;
	font-size:16px;
	float: left;
}
#navcontainer ul li a:hover{
	color: Red;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #fff); /* for firefox 3.6+ */ 
}

.main{
	margin:15px 8px 15px 15px;
	float:left;
	width:67%;
	border-right:2px solid #171E4D;
}
.sidebar{
	margin:10px 15px 0 8px;
	float:right;
	width:27%;
}
.section{
	clear:both;
	padding:20px 30px 40px 15px;
}
.secImage{
	float:left;
	margin: 0 12px 0 0;
	width:30%;
}
.secCopy{
	float:right;
	width:60%;
}
.sec50L{
	float:left;
	padding: 20px;
	width:45%;
}
.sec50R{
	float:right;
	padding: 20px;
	width:45%;
}


.footL{
	float:left;
	width:30%;
}
.footC{
	float:left;
	width:30%;
	margin:auto;
}
.footR{
	float:right;
	width:30%;
}

/*****************LIGHTBOX STUFF*******************/

#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(file:///C|/Users/nico/Desktop/arconcepts/04/images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(file:///C|/Users/nico/Desktop/arconcepts/04/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; }
