html,body{margin:0;padding:0}

body{font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #D3D3D3;
	font-size:1em;
	margin-top:0px;
}

a {
	color: #000000;
}
a:hover{text-decoration: none;}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-bottom: -12px;
	
}
h2{font-size: 1.1em;
	margin-bottom: -12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#F0EFEE;
	display:inline;
	border:1px solid #666666;
	padding-left: 4px;
	padding-right: 4px;
}
h3{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: -12px;
}
#container #header img{border:none;}	
div#container{
	text-align:left;
	width:788px;
	margin:0 auto;
	background-color:#19477C;
}

div#navigation{
	background:#19477C;
	float:left;
	width:180px;
}

div#footer{
	clear:both;
	width:100%;
	background-color:#505151;
	height: 18px;
	margin-top:-12px;
	border-bottom:1px #000000 solid;
}
div#footer p{
	margin:0;
	padding:5px 10px;
	border-top: 1px solid #FFFFFF;
}


div#content{
	float:right;
	width:608px;
	background-color:#FFFFFF}

div#extra{
	float:left;
	clear:left;
	width:180px;
	background-color:#19477C;
	height:170px;

}


ul {
	padding: 0;
	list-style: none;
	font-weight: 500;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-left: 0px;
	margin-top: 1px;/*reset this to zero when new courses link not present*/
}
ul li {
	position: relative;
}
	
ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #19477C;
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
}
a.current{background-color:	#143862}/*the navigation bar link that is current*/ 

li:hover ul, li.over ul { 
	display: block; 
}
 
ul li a:hover{background-color:#143862;}/*the rollover effect*/


	/* the hacks ########Fix IE. Hide from IE Mac -the 'holly-hack', thanks holly!\*/
* html ul li { float: left; height:: 1%;}
* html ul li a { height: 1%; }
html>body #header {margin-bottom: -5px}/* eliminates the gap in non-IE browsers*/

/* End hacks*/


.pageheading{
	font-size:1.1em;
	display:block;
	background-color:#FFCC00;
	width:588px;
	padding-top:4px;
	text-align:left;
	margin-top:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 20px;
	height: 25px;
}
.panel1 {/*the small panels on the home page*/
	width: 550px;
	margin-left: 30px;
	margin-top:-12px;
	padding-right: 40px;
	padding: 10px;
	padding-top:10px;
	background-image: url(images/panel-1.gif);
	background-repeat: no-repeat;
	height: 130px;
	font-size: 0.9em;
}
.panel_img {/*the image in the small panels on the home page*/
	float: right;
	margin-top:-6px;
	margin-right:20px;
	border:1px solid #000000;
}
.panel2 {/*the content panel*/
	width: 529px;
	margin-left: 30px;
	margin-top:5px;
	padding: 10px;
	font-size: 0.9em;
	background-image:url(images/panel-2.gif);
	background-repeat: no-repeat;
	background-color:#E6E5E5
}
.lg_img {/*the large image in the content page panel*/
	float: right;
	border: 1px solid #666666;
	margin-left: 5px;
}
.profile_img{
	float:right;
	margin-left:10px;
	margin-top:20px;
	margin-right:20px}
	
.bottom_img{/*the image at the bottom of the content page panel*/
	margin-left: 30px;
	margin-bottom:15px;
}
#w3c{margin-left: 220px;
	margin-top:15px;}

#container #extra #contact li {
	border-top: 1px solid #FFFFFF;
	
}
#container #extra #contact #bottom {
	border-bottom: none;
	border-top:none;
	}

.top_img {
	margin-left: 5px;
}
.jon_img {
	float: right;
	margin-right: 3px;
}

/*the website credits*/
div#designer{
	width: 840px;
	margin-left:auto;
	margin-right:auto;
	border:none;}
#designer a{
	font-size:0.8em;
	color: #19477C;
	margin-left:355px;
	text-decoration:none;
	
}
#designer a:hover{
	text-decoration:underline;
	
}

/*the gallery lightbox stuff///////////////////////////////////////*/

#lightbox{
	position: absolute;
	top: 40px;
	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;background: url(../images/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right;background: url(../images/nextlabel.gif) right 15% no-repeat; }
/*#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;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
.thumb{/*the thumbnail images in the gallery page	*/
	margin-left:20px;
	margin-bottom:10px;
	margin-top:5px}
	
	/*
	formatting on the new course page###########################*/
	ul.newcourse{
	list-style: disc;
	text-align:left;
	margin-left:10px;	
}
#newlink{
background-image: url(images/new_tab.jpg);
background-repeat: repeat-x;
}
#newlink:hover{
background-image: url(images/new_tab_over.jpg);
background-repeat: repeat-x;}
#newlinkover{/*the over state stays the same on current page*/
background-image: url(images/new_tab_over.jpg);
background-repeat: repeat-x;}