/* ===================================== Start layout =============================== */

/* check if the page is loaded before loading swf */
#pageload {
	display: none;
} 

#header {
	background-image: url('logobanner_bgtile.jpg');
	background-repeat: repeat-x;
	background-repeat: repeat-x;
	margin: 0 auto;
	
}

#vox {
  	background: #FFFFFF;
	width: 800px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}

#columns {
	width: 800px;
	margin: 0 auto;
}

#leftcol {
  	background: #FFFFFF;
  	width: 400px;
	height: 1000px;
	float: left;
	text-align: left;
}

#rightcol {
  	background: #FFFFFF;
  	width: 400px;
	height: 1000px;
	float: left;
	text-align: left;
}

#footer {
  background: #FFFFFF;
  width: 100%;
  height: 30px;
  clear: both;
  text-align: center;
  margin: 0 auto;
}


/* =================== Main contents ======================== */

body {
	  	background-color: #FFFFFF;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 13px;
		color: #111111;
		margin: 0 auto;
		text-align: left;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.contentbg {
	background-color: #FFFFFF;
}

.maincontentstyle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #111111;
	padding: 0px 15px 0px 15px;
	text-align: left;
}

.maincontentstyle_centered {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #111111;
	padding: 0px 15px 0px 15px;
	text-align: center;
}

.sansserif {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.dropcap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:60px;
	float:left;
	color:#660000;
	line-height:40px;
	padding-top:0px;
	padding-right:2px;
} 

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #111111;
	font-size: 19px;
	margin: 5px 20px 5px 30px;
}

.quotedby {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #999900;
	font-size: 12px;
	text-align: right;
	margin: 20px 20px 20px 20px;
}

.bignumber {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	float:left;
	color: #DECCA3;
	line-height:32px;
	padding-top:10px;
	padding-right:5px;
}

.mednumber {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	float:left;
	color: #999933;
	line-height:32px;
	padding-top:10px;
	padding-right:5px;
}  


.boldface {
	font-weight: bold;
}

.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #777777;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

.contentborder {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #999999 #999999 #999999 #999999;
	border-collapse: separate;
	background-color: white;
}

.leftborder {
	/* Draw column border by drawing left-only
	border on the right TD cell of page */
	border-left: 1px solid #EFEFEF;
}

.quickfactsheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #666666;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #999999;
}

.quickfacts {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	text-align: left;
	border-style: solid;
	border-width: 2px;
	border-color: #CCCCCC;
	padding: 20px 20px 20px 20px;
	margin: 15px 15px 15px 15px;

}

.centered {
	text-align: center;
}

.photogallery {
	text-decoration: none;
	border-width: 0px 0px 0px 0px;
	padding: 15px 15px 15px 15px;
}

/* =================== Links ======================== */
/* ========== margin: top right bottom left ========= */

a.navtext:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #555555;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #DDDDDD;
	margin: 10px 0px 0px 10px;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	vertical-align: middle;
}


a.navtext:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #555555;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #DDDDDD;
	margin: 10px 0px 0px 10px;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
}

a.navtext:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	background-color: #EEEEEE;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	margin: 10px 0px 0px 10px;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
}
a.navtext:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #00CCCC;
	border-style: solid;
	border-width: 1px;
	border-color: #DDDDDD;
	margin: 10px 0px 0px 10px;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
}

/* =================== Lightbox2 ======================== */

#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(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(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
	
/* =================== Media Player alignment ======================== */
#player {
	text-align: center;
}
