@charset "utf-8";
/* CSS Document - EHS */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000033;
	font-size: 80%;
	background-color: #7171c9;
	background-image: url(../images/general/repeat-x.jpg);
	background-repeat: repeat;
}
#container {
	width: 760px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #6666cc;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	background-color: #ccccff;
	background-image: url(../images/general/container_bg_hybrid.jpg);
} 
#container-1col {
	width: 760px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #6666cc;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	background-color: #ccccff;
} 
#header {
	width: 760px;
	margin: 0 auto;
	padding: 0px;
	background: #6766cc no-repeat;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 360px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px;
	color: #FFF;
}
.firsth2 {
	margin-top: 0px;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 391px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
} 
#mainContent-1col {
	margin: 0;
	padding: 0px 15px;
} 
#footer {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background:#6766cc;
	color: #000033;
	font-size: 90%;
	text-align: center;
}
#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: 10px 15px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#prefoot {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background:#6766cc;
	color: #000033;
	text-align:left;
}
#prefoot p h2 {
	margin: 0;
	padding-left: 15px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.imageright {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;	
}
.imageleft {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}
.center {text-align: center;}
.dashed { border-bottom-style:dashed;
	border-bottom-width:thin;
}
.red-underline {
	color:#e64528;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;
}

.right-align {text-align:right;}
hr.eighty {width:80%; height:2px; border-style:solid; border-color:#AFEEEE ; text-align:center; background-color:#ccccff ; }
p.noTopMar {margin-top: 0;}
p.noBotMar, hr.noBotMar {margin-bottom: 0;}
ul.noTopMar, ol.noTopMar {margin-top: 0;}

/* Table markup */
.bold-padded-caption{
	font-size:large;
	color:#e64528;
	font-weight:bold;
	padding-top:15px;
}
.ltgreenCaption{
	font-size:large;
	color:#66FF66;
	font-weight:bold;
	padding-top:15px;
}

tr.r1 { background-color:#d5e3e6; }
tr.r2 { background-color:#bcbcbc; }

.TableQuote{
	border-style:outset;	
	border-top-color:#66FF66;
	border-top-width:medium;
	border-bottom-color:#00FF00;
	border-bottom-width:medium;
	border-right-color:#00FF00;
	border-right-width:medium;
	border-left-color:#66FF66;
	border-left-width:medium;
}

.TableCommonStyles {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.95em;
 vertical-align: bottom;
}
.TableRow1Col0 { text-align: left; }
.TableStyle2 {
 font-style: italic;
 font-weight: bold;
 text-align: center;
}
/* table columns */
td.c1 { background-color:#d5e3e6; }
td.c2 { background-color:#bcbcbc; }
/* table in prefooter */
.precaption{
	font-size:large;
	color:#000033;
	font-weight:bold;
	padding-top:15px;
}
.pretable {
	padding-left:15px;
}
.prehdg {
	padding-left:15px;
}

/* backgrounds */
.ruledpaper {
	background-image:url(../images/bg/rulepaper.gif);
	background-repeat:repeat-y;
}
.visualart {
	background-image:url(../images/bg/visArt.jpg);
}

/* Emphasis */
.whiteonblack {color:#FFF; background-color:#000033;}
.orangeRed{color:#e64528;}
.boldOrangeRed{color:#e64528; font-weight:800;}
.bold-emph{ font-weight:bold; font-style:italic;}
.blue{color:blue; }
.schoolageText, .matricCount { background-color:#ccccfe; color: #000033;}

/* Hit Counter invisibilty */
.counterTextLt {color: #ccccff; }
.counterTextDk {color: #6766cc; }

/* Lightbox markup and 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/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; }

/* Text countdown styles */
#countdown1_complete, #countdown2_complete, #countdown3_complete, #countdown4_complete, #countdown6_complete {color:#000033; font-style:italic; font-weight:800;}