p, h3, h4, h5, h6, ul, li {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
border: 0px;
margin: 0px;
}

a {
text-decoration: bold;
color: #0079C1;
}

a:hover {
text-decoration: bold underline;
color: #0079C1;
}

p {
line-height: 200%;
margin-bottom: 2em;
}

h2 {
font-size: 14pt;
font-weight: bold;
color: #0079c1;
}

h3 {
font-size: 14pt;
font-weight: bold;
color: #777;
margin-bottom: -0.5em;
}


#container {
position: absolute;
width: 1024px;
background-color: #fff;
left: 50%;
margin-left: -512px;
}

#head {
width: 1024px;
height: 220px;
}

#textish {
float:left;
width: 954px;
padding: 25px 35px 0px 35px;
margin: 0px 0px 0px 0px;
}

#bottom-nav {
width: 1024px;
background-color: #0079C1;
float: left;
}

#footer {
width: 1024px;
height: 50px;
float: left;
}

#footer p {
font-size: 8pt;
}

/*BELOW THIS LINE IS NAVIGATION DROP-DOWN STUFF */
	body {font-family:arial; font-size:11px;}
	
	/* remove the list style */
	#nav {
		margin:0; 
		padding:0; 
		list-style:none;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
			float:left; 
			display:block; 
			width:188px; 
			background:#eee; 
			position:relative;
			z-index:500; 
			margin:0 34px;
		}
		
		/* this is the parent menu */
		#nav li a {
			display:block;  
			height:105px; 
			text-decoration:none; 
			color:#fff; 
			text-align:center; 
		}

		#nav li a:hover {
			color:#fff;
		}
	
		/* you can make a different style for default selected value */
		#nav a.selected {
			color:#f00;
		}
	
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -35px; 
			padding:0; 
			list-style:none;
		}
		
		#nav ul li {
			width:188px; 
			float:left; 
			border-top:1px solid #ccc;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block;  
			height:15px;
			padding: 8px 5px; 
			color:#666;
		}
		
		#nav ul a:hover {
			color: #0079C1;	
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -2px;
		}


#slider {
    width: 944px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 350px;
    width: 924px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    }

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 924px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}


.scrollButtons {
    position: absolute;
    top: 100px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;;
}

.scrollButtons.right {
    right: -20px;
}


.hide {
    display: none;
}

/* LIGHTBOX STUFF */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

