/** CSS Jan Dequidt **/

body{
	background-color:#d4d600;
	margin:0;
	padding:0;
}

div#outer{
	width:910px;
	margin:auto;
	border:0px solid red;
}

div#pagehead{
	height:177px;
	width:910px;
	clear:both;
}

div#pagehead-top{
	clear:both;
	width:909px;
	height:29px;
	padding-right:1px;
	text-align:right;
}

div#pagehead-mid{
	clear:both;
	width:910px;
	height:79px;
	margin-top:25px;
	margin-bottom:22px;
}

div#pagehead-nav{
	clear:both;
	width:906px;
	padding-right:4px;
	height:21px;
	text-align:right;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#aaab00;
}

span.pagehead-nav-item{
	/*float:left;*/
}

span.pagehead-div{
	/*float:left;*/
	width:32px;
	text-align:center;
}

a.menuitemlink:link,a.menuitemlink:active,a.menuitemlink:visited{
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#aaab00;
	text-decoration:none;
}


a.menuitemlink:hover{
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#575759;
	text-decoration:none;
}

a.menuitemlink-sel{
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#575759;
	text-decoration:none;
}
a.contentlink:link,a.contentlink:active,a.contentlink:visited{
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#3f63a1;
	text-decoration:none;
}

a.contentlink:hover{
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#3f63a1;
	text-decoration:underline;
}

div#content{
	width:910px;
	clear:both;
	margin-top:4px;
	border:0px solid green;
}

div#content-top{
	clear:both;
}

div .content-pic{
	float:left;
}

div#content-mid{
	border:0px solid blue;
	clear:both;
	background-image:url("../images/bgrep.jpg");
	background-repeat:repeat-y;
	width:734px;
	padding-left:88px;
	padding-right:88px;
	padding-top:57px;
	font-family:myriad,arial,verdana,helvetica,sans-serif;
	font-size:12px;
	color:#7f7f7f;
	line-height:16pt;
	padding-bottom:57px;
	float: left;
	display: block;
}

div .cleardiv{
	clear:both;
	overflow:hidden;
	margin:0;
	font-size:0;
	height:0;
}


div.left
	{
	width: 380px;
	float: left;
	display: block;
	}

div.right
	{
	width: 354px;
	float: left;
	display: block;
	}
	
h1{
	color:#cccccc;
	font-family:myriad,arial,verdana,helvetica,sans-serif;
	font-size:25px;
}

div#footer{
	background-image:url("../images/footer.jpg");
	background-repeat:no-repeat;
	width:910px;
	height:10px;
	clear:both;
}

div#footersynaptech{
	width:910px;
	clear:both;
	margin-top:20px;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	color:#666666;
	text-align:center;
	margin-bottom:25px;
}

div#footersynaptech a{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	color:#666666;
	text-decoration:none;
}

div#footersynaptech a:hover{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	color:#666666;
	text-decoration:underline;
}

/*LIGHTBOX SCRIPT*/
#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: #fbfae6;
	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 { background: url(../images/prev.gif) left 15% no-repeat; }
#nextLink { background: url(../images/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fbfae6;
	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: #666;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}
	

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