#map {
	overflow: hidden;
}
.disappear {
	display: none;
}

.appear {
	display: block;
}

.main_body_team {
	padding-right: 80px;
	padding-bottom: 40px;
}

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

.hdate {
	padding-right: 15px;
}

.menu {
	padding: 0px 27px 0px 27px;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	border-top: 1px solid #F7F7F7;
	background-image: url(../images/master_nav_spacer.gif);
}

.bgDGrey {
	background-color: #CCCCCC;
}

.header_frame {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #afafaf;
	empty-cells: show;
	background-color: #FFFFFF;
}

.header_logo_cell {
	margin-left: 40px;
	margin-bottom: 20px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-top: 20px;
	background-color: #CCCCCC;
	empty-cells: show;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	empty-cells: show;
}

a {
	color: #333333;
	text-decoration: none;
}

.tblue {
	color: #000066;
}

a.blue{ 
	color: #000066;
}

a:hover {
	text-decoration: underline;
}

div.link_doc {
	background: url(../images/icon_doc_small.gif) left 15% no-repeat;
	line-height: 20px;
	padding-left: 20px;
}
div.link_pdf {
	background: url(../images/icon_pdf_small.gif) left 15% no-repeat;
	line-height: 20px;
	padding-left: 20px;
}



h1 {
	margin: 20px 0px 7px 0px;
	font-size: 12px;
	color:#66CC33;
	font-weight: bold;
}

.header_title_cell {
	margin: 40px 15px 40px 40px;
}

.header_menu_cell {
	margin-left: 15px;
	margin-right: 15px;
}
.footer_text {
	font-size: 9px;
	color: #666666;
	padding-left: 40px;
	padding-bottom: 40px;
}

.footer_header {
	font-size: 14px;
	color: #666666;
	padding-left: 40px;
	padding-top: 40px;
}
.gicontext {
	font-size: 9px;
}

.lt1white {
	border-top: 1px solid #FFFFFF;
}

.lb1white {
	border-bottom: 1px solid #FFFFFF;
}

.ll1white {
	border-left: 1px solid #FFFFFF;
}

.lr1white {
	border-right: 1px solid #FFFFFF;
}

.l1white {
	border: 1px solid #FFFFFF;
}


.lt1grey {
	border-top: 1px solid #afafaf;
}

.lb1grey {
	border-bottom: 1px solid #afafaf;
}

.ll1grey {
	border-left: 1px solid #afafaf;
}

.lr1grey {
	border-right: 1px solid #afafaf;
}

.l1grey {
	border: 1px solid #afafaf;
}

.footer_frame {
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	empty-cells: show;
	vertical-align: bottom;
	overflow: hidden;
	background-color: #FFFFFF;
}

.footer_frame a {
	color: #666666;
	text-decoration: none;
}

.footer_frame a:hover {
	text-decoration: underline;
}

p {
	margin: 8px 0px 0px 0px;
}
.main_frame {
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #FFFFFF;
	empty-cells: show;
}
.main_frame_body {
	margin-left: 40px;
	margin-top: 40px;
	empty-cells: show;
}

.main_body {
	padding-right: 50px;
}

.main_body2 {
	padding-right: 270px;
}

.main_title {
	margin-bottom: 40px;
}

.main_frame_grey {
	background-color: #eaeaea;
	empty-cells: show;
}

.mt5 {
	margin-top: 5px;
}

.mt15 {
	margin-top: 15px;
}

.mb5 {
	margin-bottom: 5px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb10 {
	margin-bottom: 10px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr32 {
	margin-right: 32px;
}