body        {
	font: 0.75em Verdana, Arial, Tahoma, sans-serif;
	text-align: left;
	letter-spacing: 0.02em;
	margin: 0px;
	background-image: url(../images/back-loop.png);
}
/* --------- Links ----------- */
a:link  {
	color: #009535;
	text-decoration: none
}

a:visited  {
	color: #009535;
	text-decoration: none
}

a:hover  {
	color: #009535;
	text-decoration: underline;
	font-size: 10px;
}

/* --------- Headings --------- */
h1, h2, h3, h4 {
	font: 85%/1.5em Verdana, Tahoma, Arial, sans-serif;
	} 

h1  {
	color: #CCCCCC;
	font-size: 150%;
	text-decoration: underline;
	margin: 0;
	padding: 0
}

h2      {
	color: #009535;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

h3  {
	font-size: 100%;
	font-weight:bold;
	color:#666;
	padding: .2em 0 0 1.5em;
	margin: 0 0 .3em -1.5em;
	font-variant: small-caps;
	}

h4 {
	font-size:13px;
	color:#079136;
	font-weight: bolder;
	padding: 5 5 5 5;
	}

h4.date {
	font-size:90%;
	color:#999;
	font-weight: normal;
	line-height: .8em;
	padding: 0;
	margin: 0;
	}
/* ------ Paragraphs ------------ */
p   { font-size: 100%; line-height: 1.2em; letter-spacing: 0.04em}
p.footer     {
	color: #CCCCCC;
	font-size: 10px;
	margin: 0;
	padding: 2px 0px 0px 0
}
p.small { color: #848484; font-size: 9px; margin: 0; padding: 3px 3px 3px 0; }
p.title {
	color: #3b6cb4;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 3px 3px 3px 0;
	font-style: italic;
}
p.footer a:link, p.footer a:visited   {
	color: #CCCCCC;
	text-decoration: underline;
}
/* ------ Main Containers ------ */	
	
.line  {
	color: #3b6cb4;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 3px 3px 3px 0;
	font-style: italic;
}

.lineyellow  {
	color: #f5c000;
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin: 1px 0;
	padding-bottom: 0px;
	padding-top: 15px;
}
.linedgray { color: #000; font-size: 11px; font-weight: bold; font-stretch: narrower; background: #808080; display: block; margin: 1px 0; padding: 0; height: 3px }
.linelgray { color: #000; font-size: 11px; font-weight: bold; font-stretch: narrower; background: #b6b7b8; display: block; margin: 1px 0; padding: 0; height: 3px }

.mainli  {
	font-size: 11px;
	line-height: 15px;
	background-image: url(../images/coolabah-bullet.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 30px;
	margin-left: 0px;
	font-weight: normal;
}

.mainlinormal  {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 11px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-top: 4px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-left: 0px;
	font-weight: normal;
}


.main   {
	color: #FFFFFF;
	font-size: 0.95em;
	padding-right: 10px;
	padding-left: 10px;
}
.main2 { color: #fff; font-size: 10px; margin: 0; padding-top: 10px; padding-right: 5px; padding-left: 15px; }
.maincells {
	color: #333333;
	font-size: 10px;
}
.mainbody  {
	color: #ffffff;
	font-size: 0.95em;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	background-position: bottom right;
	background-repeat: no-repeat;
}
.mainbodyintro  {
	color: #FFFFFF;
	font-size: 0.95em;
	background-image: url(../images/a-background.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.maincell { color: #fff; font-size: 8px; margin: 0; padding: 0 0 0 0; }
.maincell a:link, .maincell a:visited     { color: #FFFFFF }
.main a:link, .main a:visited   { color: #FFFFFF; font-size: 10px; margin: 0; padding: 5px 5px 0 0 }
.main2 a:link, .main2 a:visited {
	color: #CCCCCC;
	font-size: 10px;
	margin: 0;
	padding: 5px 5px 0 0;
}

/* -------- Other -------  */
.clear {
	clear:both;
	height:0;
	}

.hide {
	display:none; }
	
.floatleft {
	float: left;
	margin: 5px 10px 5px 1px;
	position:relative;
	}

.floatright {
	float: right;
	margin: 5px 1px 10px 10px;
	position:relative;
	}

/* Form Elements */

form { font-size: 10px; margin: 0.5em 2em; padding: 0; }

fieldset { font-size: 10px; background-color: #ffffff; margin: 1em 0; padding: 0; border: dotted 1px #f0f0f0; position: relative; }

fieldset br { font-size: 10px; display: none; }

legend {
	font-weight: bold;
	color: #666;
	margin: 0 0 0 -1px;
	padding: .2em .5em;
	display: block;
	/* float: right; */
}

label {
	display: block;
}

fieldset div { font-size: 10px; padding: 0.3em 1em; }

fieldset div span { font-size: 10px; display: none; }
fieldset div:hover span, * html fieldset div span {
	font-size: 85%;
	color: #666;
	background-color: #e2e2e2;
	margin-left: 30em;
	padding: 0.2em 0.5em;
	border: dotted 1px #630;
	display: block;
	position: absolute;
	right: 3px;
}
* html fieldset div span {
	position: static;
	margin-left: 3em;
	background-color: transparent;
}

div.cr p {
	margin: 0;
}

.mandat {
	font-weight: bold;
	font-size: 90%;
	color: #FF0000;
}
.mandatblack { color: #333; font-size: 85%; font-weight: normal; }
.mandat:after {
	content: "";
}

div.buttons {
	clear: both;
}

.removed {
	display: none !important;
}
/*Form Text*/
.forms { color: #000000; font-size: 10px; margin: 0; padding-right: 2px; padding-left: 2px }
.forms a:link, .forms a:visited { color: #000000; font-size: 10px; margin: 0; padding: 0px 0px 0 0 }

#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/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
.header_box_1
{
	background-image:url(../images/image-boxes_01.png);
	background-repeat: no-repeat;
	height: 155px;
	width: 252px;
}

.header_box_2
{
	background-image:url(../images/image-boxes_02.png);
	background-repeat: no-repeat;
	height: 155px;
	width: 252px;
}

.header_box_3
{
	background-image:url(../images/image-boxes_03.png);
	background-repeat: no-repeat;
	height: 155px;
	width: 252px;
}

