/* All Pools main CSS Document */

body {
	background-image:url(../images/AP_bg1.jpg);
	background-repeat: no-repeat; 
	background-position: 0px 0px; 
	background-attachment: fixed; 
	color:#0A5470;
	font-family: Helvetica, sans-serif, Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.clear{clear:both;}

/*------------Footer--------------------*/

html{
	height: 100%;
	margin: 0;
}

.footer{
	padding:5px 0px 5px 20px;
	margin: 0;
	font-size:11px;
	font-weight:normal;
	background-color:#F7D8A2;
	height: 15px; /* .push must be the same height as .footer */
	width: 900px;
}

.push {
	height: 15px; /* .push must be the same height as .footer */
}

/*--------------------------Page Containers ----------------------------*/

#maincontainer {
	position:relative;
	text-align: left;
	width: 900px;
	min-height: 100%;
	margin: 0 auto -40px 0; /* subtract height of footer and push */
}

/* - IE min height work around hack */
* html #maincontainer { height: auto; height: 100%;}


#header {
	margin: 0px 0px 0px 0px;
	width:900px;
	height:281px;
	position:relative;
	overflow:hidden;
}

#leftmenu {
	position: absolute;
	left: 0px;
	top: 281px;
	width: 216px;
	padding: 0;
	margin: 0;
	background-image:url(../images/leftmenu_bg.gif);
	background-repeat:repeat-y;
	
}

#pagecontent {
	position:relative;
	top:0px;
	left: 217px;
	overflow:visible;
	padding: 0px 10px 10px 10px;
	width: 670px;

}


/*--------------------General Styles -------------------*/


a{
	color: #19404F;
	text-decoration:underline;
}

a:hover{
	color: #0D2B36;
}


.pagetitle{
	font: bold 18px Arial, Helvetica, sans-serif; 
	color: #1A6885;
	text-decoration: none;
} 

.sectiontitle{
	font: 14px Arial, Helvetica, sans-serif; 
	font-weight:bold;
	color: #614412;
	text-decoration: underline;
}


.yellowboldtext{
	font: bold 14px Arial, Helvetica, sans-serif; 
	color: #EDBE62;
	text-decoration: none;
}

.boldtext{
	text-decoration: none;
	font: bold 14px Arial, Helvetica, sans-serif; 
	
}	

.boldwarning{
	font: bold 14px Arial, Helvetica, sans-serif; 
	color: #ff0000;
	text-decoration: none;

}	

.redtext{
	color: #ff0000;
	text-decoration: none;

}	


.title{
	font: bold 14px Arial, Helvetica, sans-serif; 
	color: #EDBE62;
	text-decoration: none;
}

.bulletlist{
	margin-left: 15px;
	line-height: 22px;
}

.sublist{
	margin-left: 45px;
	margin-top:0px;
	line-height: 22px;
	list-style-image:none;
	list-style-type:none;
}

.pagelink{
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

.pagelink:hover{
	color:#666666;
}


.projectgrid{
	width:650px;
	text-align:left;

}

.projectgridcell{
	padding-left:30px;
}

.regtext{
	font-weight:normal;
}	

.largetext{
	font-size:14px;
}	

/* ------------------- Individual Components -------------------------------- */

.pageimage{
	border: solid 3px #FFFFFF;
}	


.thumb_selector{
	border: solid 1px #FFFFFF;
	margin: 0px 0px 1px 1px;
	cursor: pointer;
	padding: 0;
}

.thumb_highlight{
	border: solid 1px #FFFFFF;
	margin: 0px 0px 1px 1px;
	cursor:pointer;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

.large_selector{
	padding:2px;
	border: solid 1px #CCCC99;
	margin: 6px;
	cursor: pointer;
}

.large_highlight{
	margin: 6px;
	padding:2px;
	border: solid 1px #CCCC99;
	cursor:pointer;
	opacity:.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
}

#img_chooser{
	width:500px;
	height:350px;
}

#preload{
	display:none;
}


/*--------------Lightbox CSS --------------------------*/

#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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/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; }



