
Table of Contents:

	1.  BASIC FORMATTING

	2.  TOP CONTENT

	3.  TOP NAVIGATION

	4.  MAIN CONTAINER

	5.  LEFT COLUMN FORMATTING

	6.  RIGHT COLUMN FORMATTING

	7.  BOTTOM FORMATTING
    

/* ********************************************************************************** */


/* ---------------------------- 1. BASIC FORMATTING --------------------------------- */
*{
padding: 0px;
margin: 0px;
font-family:"Trebuchet MS";
overflow: hidden;
}

html{
overflow: -moz-scrollbars-vertical;
height: 100%;
}

body{
background-color: #ECEAE3;
background-image: url(img/background.png);
color: #000000;
margin: 0px;
height: 100%;
}

img{
border: none;
}

hr {
width: 99%;
margin-left: 0px;
}

h1 {
font-family: "Georgia";
font-size: 1.3em;
margin: 0px;
}

h2 {
font-family: "Verdana";
font-size: 0.8em;
margin: 0px;
}

/* -------------------------------- 2 TOP CONTENT ------------------------------------ */
#header{
width: 766px;
/*margin: 30px auto 0px auto;*/
}

#logo{
margin: 0px;
height: 180px;
overflow: hidden;
}



/* ----------------------------- 3. TOP NAVIGATION ---------------------------------- */
#mainNavigation{
background-image: url(img/mainnavigation.png);
background-repeat: repeat-x;
background-position: left top;
width: 766px;
height: 40px;
margin: 0px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 1em;
text-align: center;
padding-top: 20px;
}

#mainNavigation a{
height: 40px;
color: #FFFFFF;
text-decoration: none;
margin-left: 10px;
margin-right: 10px;
}
/*
#TopNavigation a:hover{
color: #000000;
float: left;
text-decoration: none;
}
*/
#mainNavigation ul{
list-style-type: none;
display: inline;
margin: 0px;
padding: 0px;
}

#mainNavigation ul li{
list-style-type: none;
display: inline;
margin: 0px;
padding: 0px;
}

.selected {
background-color: #e5ca4c;
color: #000000;
}

#subNavigation{
background-image: url(img/subnavigation.png);
background-repeat: repeat-x;
background-position: left top;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
width: auto;
height: 30px;
margin: 0px;
padding-top: 3px;
}

#subNavigation a{
height: 30px;
color: #FFFFFF;
text-decoration: none;
margin-left: 10px;
margin-right: 10px;
}
/*
#subNavigation a:hover{
color: #000000;
float: left;
text-decoration: none;
}
*/
#subNavigation ul{
list-style-type: none;
display: inline;
margin: 0px;
padding: 0px;
}

#subNavigation ul li{
list-style-type: none;
display: inline;
margin: 0px;
padding: 0px;
}


#thirdNavigation{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
width: auto;

margin: 0px;
}

#thirdNavigation a{
height: 30px;
color: #FFFFFF;
text-decoration: none;
}
/*
#thirdNavigation a:hover{
color: #000000;
float: left;
text-decoration: none;
}
*/
#thirdNavigation ul{
list-style-type: none;
margin: 0px;
padding: 0px;
}

#thirdNavigation ul li{
list-style-type: none;
margin: 0px;
padding: 0px;
}



/* ----------------------------- 4. MAIN CONTAINER ---------------------------------- */
#layout{
width: 766px;
background-color: #FFFFFF;
margin: 20px auto 0px auto;
border: 10px solid #FFFFFF;
}

#clear{
clear: both;
}

div#MainContainerLeft{
background: #FFFFFF;
width: 68%;
float: left;
height: auto;
padding-left: 10px;
}

div#MainContainerRight{
background: #FFFFFF;
width: 30%;
float: right;
height: auto;
border-left: 1px dotted #000000;
}

div#MainTitle{
background: #FFFFFF;
width: 100%;
height: 30px;
margin: 0px;
padding-top: 10px;
color: #000000;
}




/* ----------------------- 5. LEFT COLUMN FORMATTING ---------------------------- */
div#LeftColumn{
background: #FFFFFF;
width: 100%;
height: auto;
margin: 0px;
}

#LeftColumn p{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: #000000;
margin: 10px 15px 10px 0px;
text-align: justify;
}

#LeftColumn hr{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}




/* ---------------------- 6. RIGHT COLUMN FORMATTING --------------------------- */
div#RightColumn{
background: #FFFFFF;
height: auto;
margin: 0px;
padding-top: 10px;
}

.RightColTitle{
height: 20px;
margin: 0px;
padding: 3px 5px 0px 7px;
color: #000000;
font-family: "Verdana";
font-size: 0.8em;
font-weight: bold;
border-bottom: 1px #000000 dotted;
}

div#RightColumnContent{
width: auto;
height: auto;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 0.8em;
background-color: #FFFFFF;
color: #000000;
margin: 4px 0px 20px 10px;
}

#RightColumnContent a{
color: #000000;
text-decoration: none;
}




/* --------------------------- 7. BOTTOM FORMATING -------------------------------- */
div#bottomWrapper{
width: 766px;
height: auto;
margin: 0px auto 0px auto;
}

div#BottomContainer{
background: transparent;
width: 766px;
height: 62px;
margin: 0px auto 0px auto;
padding: 10px 0px 20px 0px;
text-align: center;
}

#BottomContainer p{
font-family:"Trebuchet MS";
font-size: 0.8em;
color: #ffffff;
}

#BottomContainer a{
color: #A2B1DA;
text-decoration: none;
}




/* Lightbox */
#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: #000000;
	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(../../../libs/lightbox/img/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(../../../libs/lightbox/img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../../libs/lightbox/img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #000000; }
#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;	background-color: #000000;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
