body {
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-left: 10px;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333333;
}

.news_head {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #333333;
}

/* START - 15/07/2010 - NEW CSS STYLES FOR MENU ////////////////////////////////////////////////////////////*/

#menupos { position: absolute; top: 22px; left: 30px; }
#titlepos { position: absolute; top: 22px; left: 510px; }

hr.side {
	border: 0;
	width: 220px; 
	background-color: #333333;
	height: 1px;
	position: absolute;
	top: 75px;
	left: 510px;
}

hr.main {
	border: 0;
	width: 460px; 
	background-color: #333333;
	height: 1px;
	position: absolute;
	top: 75px;
	left: 30px;
}

.menu {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 102%;
	font-weight: bold;
	display: inline;
	color: #666666;
	cursor: pointer;
	
}

.title {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 102%;
	font-weight: bold;
	display: inline;
	color: #333333;
	
}

.menu a:link { color:#666666; }
.menu a:active { color:#666666;}
.menu a:visited { color:#666666;}
.menu a:hover { color:#FF9900;}



div.popup { display: none;  }
div.menu:hover div.popup { display: inline;  }
div.popup div, div.popup a { display: inline; text-decoration: none; color: #666666; }
div.popup div, div.popup a:hover { display: inline; text-decoration: none; color: #FF9900; }

.workinformation { color: #666666; }
.workinformation:hover { color: #333333; }

/* END - 15/07/2010 - NEW CSS STYLES FOR MENU ////////////////////////////////////////////////////////////*/
	
.heading {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333333;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.menu_heading {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #999999;
	letter-spacing: 0.05em;
	font-weight: bold;
}

.watermark {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
.dotted_line{
	border-bottom: 1px dotted #3D2011;
}
.clear {
	clear:both;
}





/* LIGHTBOX CSS /////////////////////////////////////// \*/



#lightbox{
	position: absolute;
	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/prev01.jpg) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next01.jpg) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Georgia, Times New Roman, Times, serif;
	background-color: none;
	margin: 0 auto;
	line-height: 1.4em;
	padding-top: 5px;
	}

#imageData{	padding:0 10px; color: #333333; }
#imageData #imageDetails{ width: 80%; float: left; text-align: left; }	
#imageData #caption{ font-style:italic; 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: #FF9900;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: -790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
