@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
.honeycomb #container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: static;
	z-index: 0;
}
.honeycomb #header {
	background-image: url(images/headerbox.gif);
	height: 73px;
	padding-right: 10px;
	padding-left: 35px;
	background-repeat: no-repeat;
	
}
.honeycomb #headerbox {
	float: right;
	padding-top: 10px;
	padding-right: 30px;
}

.honeycomb #navbar {
	background-image: url(images/navbarbg.gif);
	height: 33px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 30px;
	background-repeat: no-repeat;
}

/* Box Styles */
.honeycomb #boxtop {
	background-image: url(images/boxtop.gif);
	background-repeat: no-repeat;
	height: 20px;
	background-position: top;
}
.honeycomb #boxtopbig {
	background-image: url(images/boxtopbig.gif);
	background-repeat: no-repeat;
	height: 188px;
	background-position: top;
	padding-top: 12px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.honeycomb #boxtopbiginner {
	background-image: url(images/homebanner.jpg);
	background-repeat: no-repeat;
	height: 185px;
	background-position: top;
	padding-top: 20px;
	padding-left: 20px;
}
.honeycomb #boxtopbiginner h3 {
	color: #FFF;
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.honeycomb #boxtopbiginner ul {
	color: #FFF;
	list-style-image: url(images/tick.gif);
}
.honeycomb #boxtopbiginner ul li {
	line-height: 22px;
	font-size: 16px;
}
.honeycomb #homebanner {
	margin: 0;
	background-image: url(images/homebanner.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.honeycomb #boxbottom {
	background-image: url(images/boxbottom.gif);
	background-repeat: no-repeat;
	height: 25px;
	background-position: top;
}
/* End Box Styles */

.honeycomb #mainContent {
	background-image: url(images/boxmid.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	color: #003;
}
.honeycomb #mainContent h1 {
	margin: 0;
	color: #48928A;
	font-size: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.honeycomb #mainContent h1 sup{
	margin: 0;
	color: #48928A;
	font-size: 9px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.honeycomb #mainContent h2 {
	margin: 0;
	color: #400040;
	font-size: 16px;
	margin-bottom: 8px;
	margin-top: 15px;
}
.honeycomb #mainContent h3 {
	margin: 0;
	color: #B4255B;
	font-size: 13px;
	margin-bottom: 8px;
	margin-top: 15px;
}
.honeycomb #mainContent p {
	margin: 0;
	font-size: 13px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.honeycomb #mainContent a {
	text-decoration: none;
  color:#555555;
}
.honeycomb #mainContent a:hover {
	color: #F0AB20;
	text-decoration: none;
}
.honeycomb #mainContent ul {
	padding-left: 20px;
	list-style-image: url(images/tick_main.gif);
	color: #006666;	
}
.honeycomb #mainContent ul li {
	line-height: 18px;
	
}
.honeycomb #subContent {
	padding-top: 0px;
	padding-bottom: 0px;
}
.honeycomb #rightcolumn460 {
	float: right;
	width: 460px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
}
.honeycomb #rightcolumn350 {
	float: right;
	width: 350px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
}
.honeycomb #rightcolumn300 {
	float: right;
	width: 300px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
}
.honeycomb #rightcolumn300borderless {
	float: right;
	width: 300px;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
}
.honeycomb #rightcolumn300boxout {
	float: right;
	width: 302px;
	margin-left: 0px;
	margin-right: 8px;
	margin-top: 125px;
	
}
.honeycomb #footer {
	background-image: url(images/boxmid.gif);
	text-decoration:none;
	clear: left;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
}
.honeycomb #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0;
	text-align: center;
	font-size: 10px;
}
.honeycomb #footer a {
	color: #8B1741;
}
.honeycomb #footer a:hover {
	color: #F0AB20;
	text-decoration: none;
}
.honeycomb #boxout300top {
	background-image: url(images/boxout300top.png);
	background-repeat: no-repeat;
	height: 20px;
	background-position: bottom;
	margin-top: 5px;
}
.honeycomb #boxout300mid {
	background-image: url(images/boxout300mid.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
.honeycomb #boxout300mid a {
	color: #8B1741;
}
.honeycomb #boxout300mid a:hover {
	color: #F0AB20;
	text-decoration: none;
}
.honeycomb #boxout300mid h1 {
	font-size: 14px;
	color: #47213F;
	margin: 0px;
	padding-top: 10px;
}
.honeycomb #boxout300mid p {
	font-size: 11px;
	color: #666;
	margin: 0px;
	padding-top: 10px;
}
.honeycomb #boxout300bottom {
	background-image: url(images/boxout300bottom.png);
	background-repeat: no-repeat;
	height: 20px;
	background-position: top;
	margin-bottom: 10px;
}

/* Home Page boxes */

.honeycomb #homeboxout310top {
	width: 312px;
	background-image: url(images/homeboxout310top.png);
	background-repeat: no-repeat;
	height: 20px;
	background-position: bottom;
	margin-top: 5px;
	margin-right: 4px;
	margin-left: 4px;	
}
.honeycomb #homeboxout310mid {
	background-image: url(images/homeboxout310mid.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 4px;
	margin-left: 4px;
	height: 150px;
}
.honeycomb #homeboxout310mid h1 {
	font-size: 14px;
	color: #47213F;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.honeycomb #homeboxout310mid p {
	font-size: 11px;
	color: #666;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.honeycomb #homeboxout310mid a {
	color: #8B1741;
}
.honeycomb #homeboxout310mid a:hover {
	color: #F0AB20;
	text-decoration: none;
}
.honeycomb #homeboxout310mid ul {
	list-style-image: url(images/tick2.gif);
}
.honeycomb #homeboxout310mid ul li {
	font-size: 12px;
	color: #666;
	padding-bottom: 5px;
}
.honeycomb #homeboxout310bottom {
	width: 312px;
	background-image: url(images/homeboxout310bottom.png);
	background-repeat: no-repeat;
	height: 20px;
	background-position: top;
	margin-bottom: 10px;
	margin-right: 4px;
	margin-left: 4px;
}
/* End Home Page Boxes */

.formboxes1 {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tdbg { 
background-image: url(images/homebanner.jpg);
}

.honeycomb #standard ul {
	color: #FFF;
	list-style-image: none;
}
.honeycomb #standard ul li {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding-left: 8px;
	padding-bottom: 5px;
}

.honeycomb #standard ol {
	color: #FFF;
	list-style-image: none;
}
.honeycomb #standard ol li {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding-bottom: 5px;
}

.honeycomb #standard ol p {
	font-size: 12px;
	color: #333;
	padding-bottom: 8px;
}

/* Lightbox Styles */

#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/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; 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; }
