@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image:url(../back2.jpg);
	background-repeat: repeat-x;
	background-color:#dde7f1;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
}

#cms_content{
	width: 500px;
}

#wrapper{
	margin: 0 auto;
	padding: 0px;
	width: 965px;
}

#header{
	margin: 0px;
	padding: 0px;
	padding-top: 145px;
	height: 42px;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
}

#nav{
	margin: 0px;
	padding: 0px;
	width: 512px;
	float: right;
}

#flash{
	clear: both;
	margin: 0px;
	padding: 0px;
}

#middle{
	margin: 0px;
	padding: 0px;
	background-image:url(../images/middle_back.jpg);
	background-repeat:repeat-y;
}

#content{
	margin: 0px;
	padding: 10px;
	width: 688px;
	float: left;
	color:#333;
	line-height: 18px;
}

#side{
	margin: 0px;
	padding: 10px;
	width: 237px;
	float: right;
	color:#666;
}

#side ul {
	margin-left: 0px;
	padding-left: 0px;
}

#side ul li {
	list-style-type: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

#side ul li ul {
	margin-left: 25px;
	margin-top: 10px;
	padding-left: 0px;
	margin-bottom: -20px;
}

#side ul li ul li {
	border:none;
}
	

#footer {
	clear: both;
	margin: 0px;
	margin-top: -27px;
	padding: 10px;
	border-top:1px solid #a7bbd1;
	background-color:#cad6e3;
	text-align: right;
	color:#515961;
	font-size: 11px;
}

#footer a{
	color:#515961;
	text-decoration: none;
}

#footer a:hover{
	color:#000;
}

#footer_text{
	position: relative;
	margin: 0 auto;
	padding: 0px;
	width: 945px;
}

h1{
	font-family:"Baker Signet BT", "Trebuchet MS", Georgia, Palatino, serif;
	font-size: 21px;
	font-weight: normal;
	color:#052c50;
	margin-bottom: 0px;
	padding-bottom: 3px;
	border-bottom:1px solid #cbd2da;
}

h2{
	font-family:"Baker Signet BT", "Trebuchet MS", Georgia, Palatino, serif;
	font-size: 18px;
	font-weight: normal;
	color:#052c50;
	line-height: normal;
}

h3{
	font-family:"Baker Signet BT", "Trebuchet MS", Georgia, Palatino, serif;
	font-size: 12px;
	font-weight: normal;
	color:#052c50;
}

a{
	color:#052c50;
	text-decoration: none;
}

a:hover {
	color:#999;
}

form p b {
	display: block;
	float: left;
	width: 180px;
	text-align: right;
	margin-right: 5px;
	font-style: normal;
	padding-top: 5px;
}

form input{
	width: 200px;
	border: 1px solid #999;
	background-color:#CCC;
	padding: 2px;
}

.gray {
	background-color:#CCC;
	padding: 5px;
}



/*NAV*/

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	display: block;
	float: left;
	list-style-type: none;
}

#nav a{
	background-image:url(../images/nav.jpg);
	height: 42px;
	display: block;
	overflow: hidden;
	float: left;
}

#nav .hidden {
	display: none;
}

a#home {
	background-position: 0px 0px;
	width: 75px;
}

a#home:hover {
	background-position: 0 -42px;
}

a#scheduling {
	background-position: -75px 0px;
	width: 96px;
}

a#scheduling:hover{
	background-position: -75px -42px;
}

a#latest{
	background-position:-171px 0px;
	width: 105px;
}

a#latest:hover{
	background-position: -171px -42px;
}

a#student{
	background-position: -276px 0px;
	width: 142px;
}

a#student:hover{
	background-position: -276px -42px;
}

a#references{
	background-position: -418px 0px;
	width: 94px;
}

a#references:hover {
	background-position: -418px -42px;
}

#schedulingnav {
	display: none;
}

.side.current-scheduling #schedulingnav {
	display: inline;
}

#latestnav {
	display: none;
}

.side.current-latest #latestnav {
	display: inline;
}


#referencesnav {
	display: none;
}

.side.current-references #referencesnav {
	display: inline;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu {
  width:512px;
  height:42px;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
padding: 0px;
text-decoration: none;
color: navy;
display:inline;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
}
  /*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/* Sub level menu links style */
#nav .suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #052c50;
background-color:#fff;
text-decoration: none;
padding: 3px 5px;
background-image:none;
height: auto;
font-size: 11px;
}

#nav .suckertreemenu ul li ul li a:hover{
display: block;
width: 160px; /*width of sub menu levels*/
color:#fff;
background-color:#052c50;
text-decoration: none;
}

#nav .suckertreemenu ul li ul li ul {
	margin-top: -7px;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
  /* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */


#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;
	}

#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	

