/* ------------------------------ MAIN LAYOUT  ------------------------------ */
body {
	background-color: #093a6d;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #363636;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 1em;
}
h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
img {
	border: 0;
}
#wrapper {			/* full screen container */
	width: 1003px;
	margin: 0 auto;
	padding: 0;
}
#header-left { 			/* left header "wrap-around" image */
	width: 12px;
	float: left;
	margin: 0;
	padding: 0;
}
#content {				/* "main" content div */
	width: 979px;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}
#header-right { 		/* right header "wrap-around" image */
	width: 11px;
	float: left;
	margin: 0;
	padding: 0;
}
/* ------------------------------  FEATURE PHOTO  ------------------------------ */
#header-image {
	width: 779px;
	float: right;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background: url(../img/header.jpg); 
	height: 180px;
}
.headertext {
	background: transparent url(../img/textbackground.png) repeat scroll 0 0;
	color: #fff;
	font-size: 32px;
	height: 40px;
	margin: 140px 0 0;
	padding: 1px 15px 0 15px;
	text-align: right;
	overflow: hidden;
	white-space: nowrap;
}
.header-alert {
	background-position: 12px center;
	background-repeat: no-repeat;
	opacity: .90; /* Non-IE */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE 8 (must be before IE 5-7) */
	filter: alpha(opacity=90); /* IE 5-7 */
	border: 1px solid #333;
	
	-moz-border-radius: 4px;
	border-radius: 4px;
		
	-moz-box-shadow: 2px 3px 1px #333;
	-webkit-box-shadow: 2px 2px 1px #333;
	box-shadow: 2px 2px 1px #333;

	margin: 24px;
	font-size: 16px;
	padding: 12px 12px 12px 12px;
	text-align: left;
	
	min-height: 38px;
	
	position: absolute;
	width: 645px;
}
.header-alert strong {
	clear: both;
	display: block;
	margin: 0 0 6px 0;
}
/* ------------------------------  NAVIGATION COLUMN  ------------------------------ */

#navigation {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
}
#navigation, #navigation * {
	z-index: 600; /* if you change this make sure fancypan (currently 500) is smaller and the topbanner flydowns are greater (currently 9999) */
}
#navigation ul#navigation-menu, #navigation ul#navigation-menu li, #navigation ul#navigation-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#navigation ul#navigation-menu li {
	display: block;
	float: left;
	position: relative;
}
#navigation ul#navigation-menu li a {
	display: block;
	line-height: 1.4em;
	padding: 8px 12px;
	text-decoration: none;
	/*
	border-bottom: 1px solid #ccc;
	background: #006599;
	color: #fff;
	*/
}
#navigation ul#navigation-menu li a.navselected {
	/* background: #C0A975; */
	color: #fff;
}
/*
#navigation ul#navigation-menu li li a.navselected {
	background: #FFF;
	color: #C0A975;
}
#navigation ul#navigation-menu li li li a.navselected {
	background: #004E81;
	color: #C0A975;
}
*/
#navigation p {
	margin: 8px 0 0 8px;
}
#navigation-contact {
	overflow: hidden;
	padding: 0 0 8px 0;
}
#navigation-contact-socialMedia {
	overflow: hidden;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #CCC;
}
#navigation-search {
	overflow: hidden;
	margin: 0;
}
#navigation-footer {
	overflow: hidden;
	margin: 8px 0;
	padding: 8px;
}
#navigation .navparent {
	background-position: bottom right;
	background-repeat: no-repeat;
}

/* ------------------------------  NAVIGATION POP OUT  ------------------------------ */

/* Root = Vertical, Secondary = Vertical */

#navigation ul#navigation-menu:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
#navigation ul#navigation-menu li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For non-IE browsers*/
  display: inline; /*For IE*/
}
/* Root Menu */
#navigation ul#navigation-menu a {
  display: block;
  height: auto !important;
  .height: 1%; /*For IE*/
}
/* This tidbit was added on 09/14/2009 to make the new blue-strip header float over top of the nav */
#navigation ul#navigation-menu:hover li,
#navigation ul#navigation-menu li.iehover {
  position: relative;
}
ul#navigation-menu li li {
	position: relative;
}
#navigation ul#navigation-menu ul,
#navigation ul#navigation-menu ul ul,
#navigation ul#navigation-menu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
}
/* Do Not Move - Must Come Before display:block for Gecko */
#navigation ul#navigation-menu li:hover ul ul,
#navigation ul#navigation-menu li:hover ul ul ul,
#navigation ul#navigation-menu li.iehover ul ul,
#navigation ul#navigation-menu li.iehover ul ul ul {
  display: none;
}
#navigation ul#navigation-menu li:hover ul,
#navigation ul#navigation-menu ul li:hover ul,
#navigation ul#navigation-menu ul ul li:hover ul,
#navigation ul#navigation-menu li.iehover ul,
#navigation ul#navigation-menu ul li.iehover ul,
#navigation ul#navigation-menu ul ul li.iehover ul {
  display: block;
}

/* ------------------------------  PAGE CONTENT AREA  ------------------------------ */
#page-content {
	width: 739px;
	margin: 220px 20px 20px 220px; /* for Safari, (FF kind of considers this too, but works without it) */
	.margin: 40px 20px 20px 220px; /* for only IE7, IE6 would work with either this line or the one above, since it seems to disregard the top-margin */
	overflow: hidden;
}
* html #page-content {
	width: 739px;
	margin: 20px 10px 20px 220px; /* for IE8, FF */
	overflow: hidden;
}
#page-content-toolbar {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 248px;
	right: 0;
}
#page-content-toolbar ul {
	float: right;
	margin: 6px 18px 16px 0;
	.margin: 6px 12px 16px 0;
	padding: 0;
}
#page-content-toolbar ul li {
	float: left;
	list-style: none;
	margin: 0 0 0 18px;
	text-transform: lowercase;
	font-size: 90%;
}
#page-content-toolbar ul li a {
	text-decoration: none;
	padding: 0 0 0 14px;
}
#page-content-toolbar ul li#page-content-toolbar-print a {
	background: transparent url(../img/toolbar-print.gif) no-repeat scroll left center;
}
#page-content-toolbar ul li#page-content-toolbar-siteindex a {
	background: transparent url(../img/toolbar-siteindex.gif) no-repeat scroll left center;
}
#page-content-toolbar ul li#page-content-toolbar-contact a {
	background: transparent url(../img/toolbar-contact.gif) no-repeat scroll left center;
}
#page-content-toolbar ul li#page-content-toolbar-facultydirectory a {
	background: transparent url(../img/toolbar-facultydirectory.gif) no-repeat scroll left center;
}
#page-content-boxes {
	float:right;
	width:200px;
	height:auto;
}
.sb_development {
	background: red;
	color: #FFF;
	padding: 16px;
	border: 3px dashed #FFF;
	margin-bottom: 16px;
}
.sb_development strong.sb_development_header {
	text-decoration: blink;
	font-size: 120%;
	color: yellow;
}
.sb_development hr {
	border: 2px solid #FFF;
}
/* ------------------------------  HOMEPAGE MODULES  ------------------------------ */
.box {
	background: transparent url(../img/div-bottom3.gif) repeat scroll left bottom;
	width: 180px;
	float: right;
	margin: 0 15px 15px 15px;
	clear: right;
}
* html .box {
	margin: 0 10px 15px 15px;
}
.box h3 {
	background: transparent url(../img/h3-bg.gif) no-repeat scroll left top;
	border-bottom: 1px solid #C4C4C4;
	color: #fff;
	font-size: 130%;
	margin: 0;
	padding: 6px 8px 4px 10px;
}
.box h3 a {
	color: #fff;
	text-decoration: none;
}
.box ul {
	list-style: none;
	margin: 0;
	padding: 14px 10px 6px 10px;
}
.box li {
	padding-bottom: 8px;
}
.box img {
	border: 0;
}
.box div {
	margin: 14px 10px;
}
.box .box-bottom {
	background: transparent url(../img/div-bottom2.gif) no-repeat scroll left bottom;
	margin: 0;
}
.box .box-date {
	font-size: 80%;
	color: #636363;
}
.box .box-photogallery {
	margin: 0;
	padding: 0;
}
.box .box-photogallery div {
	width: 50px;
	height: 50px;
	padding: 0;
	float: left;
	margin: 0 3px 3px 0;
	background-position: center center;
	background-repeat: no-repeat;
}
.box .box-photogallery div img {
	width: 50px;
	height: 50px;
}
/* ------------------------------ FOOTER ------------------------------ */
#footer {
	background: transparent url(../img/footer-bg.jpg) no-repeat top center;
	height: 159px;
	width: 919px;
	margin: 5px auto 0;
	padding: 0 0 10px;
	color: #fff;
	clear: both;
}
#footer-left { 				/* left column of the footer */
	width: 165px;
	height: 159px;
	margin: 0;
	padding: 0;
	float: left;
}
#footer-left ul {
	margin: 11px 0 0;
	padding: 0;
	list-style-type: none;
}
#footer-left ul li {
	padding: 4px 15px 3px 30px;
	margin: 0;
}
#footer-left a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#footer-center { 			/* center column(s) of the footer */
	float: left;
	width: 305px;
	margin: 0;
	padding: 4px 15px;
	font-weight: bold;
}
* html #footer-center {
	padding: 12px 15px;
}
#footer-center ul {
	float: left;
	width: 150px;
	margin: 8px 0 5px;
	padding: 0;
	list-style: none;
	list-style-type: none;
}
#footer-center li {
	width: 100%;
	padding: 4px 0 3px;
}
#footer-center a {
	color: #fff;
	text-decoration: none;
}
#footer-center li img {
	padding-right: 4px;
}
#footer-center img.footer-icon {
	vertical-align: middle;
}
#footer-right { 		/* right column of the footer, with the copyright statement, etc. */
	float: left;
	width: 376px;
	height: 119px;
	margin: 20px;
	padding: 0;
	font-size: .9em;
	position: relative;
}
#footer-right a {
	color: #fff;	
}.clear {
	clear:both;
}
