@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	}
body {
	background-image: none;
	background-color: #143e70;
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	}
.body_content {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	min-width: 900px;
	}
.page_margins {
	width: 100% !important;
	min-width: 100%;
	height: 100%;
	margin: 0px !important;
	}
.page {
	width: 100%  !important;
	}

/*
========
Header
========
*/ 
#header {
	height: 90px;
	background: #143e70 url(/templates/itr_content/images/header_bg.png) scroll top left repeat-x;
	position: relative;
	width: 100%;
	}
#header_content {
	width: 900px;
	margin: 0 auto;
	position: relative;
	height: 90px;
	}
#header_logo {
	position: absolute;
	left: 20px;
	top: 20px;
	background: url(/templates/itr_content/images/header_logo.png) scroll top left no-repeat;
	height: 56px;
	width: 213px;
	}
#header_logo a {
	font-size: 0.001%;
	text-indent: -999em;
	background-image: none !important;
	padding: 0;
	display: block;
	width: 100%;
	height: 100%;
	}
#phone {
	position: absolute;
	top: 20px;
	right: 19px;
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	}


/*
========
Search bar
========
*/ 
#page_search { 
	margin: 0;
	padding: 0;
	position: absolute; /* position wherever */
	height: 23px; /* height of search bar image */
	width: 138px; /* width of search bar image */
	bottom: 20px;
	right: 15px;
	display: block;
	border: 0 none;
	}
.searchbgIE { /* put in IE specific patch file */
	background: url(/templates/itr_content/images/search_bg.png) 0 0 no-repeat;
	}
#searchform-bg { /* A hidden field that recieves a background image in Firefox et al */
	background: url(/templates/itr_content/images/search_bg.png) 0 0 no-repeat;
	width: 138px; /* width of search bar image */
	height: 23px; /* height of search bar image */
	display: block;
	border: 0 none;
	}
#searchform-submit { /* An image type input. src should be the button image */
	position: absolute;
	top: 2px; /* position inside container (in search bar itself in this case; can go anywhere) */
	right: 2px; /* position inside container (in search bar itself in this case; can go anywhere) */
	border: 0 none; /* Remove border from submit button */
	margin: 0;
	}
#searchform-query {
	float: left;
	border: 0; /* Remove border from text input */
	margin-left: 10px; /* Margin along top */
	margin-top: 5px; /* Margin along left */
	padding: 0px;
	width: 100px; /* Width of text input area */
	height:18px; /* Height of text input area */
	font: 11px "trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: transparent; /* bg color text input */
	color: #666666;
	}


/*
========
Nav & Dropmenu
========
*/
#nav {
	height: 32px;
	width: 100%;
	background: url(/templates/itr_content/images/dropmenu_bg.png) scroll top left repeat-x;
	z-index: 100;
	}
#nav_content {
	width: 900px;
	margin: 0 auto;
	}
	#nav .dropmenu {
		height: 32px;
		background-color: transparent;
		overflow: hidden;
		}
	#nav .dropmenu ul.menu {
		margin: 0 auto;
		}
	#nav .dropmenu span.header {
		font-family: "trebuchet ms", verdana, arial, sans-serif;
		font-size:14px;
		font-weight: bold;
		color: #333333;
		line-height: 32px;
		padding: 7px 35px;
		}
	#nav .dropmenu li:hover span.header {
		background: url(/templates/itr_content/images/dropmenu_bg_hover.png) scroll top left repeat-x;
		color: #FFF;
		text-decoration: none;
		}
	#nav .dropmenu li.sfhover span.header {
		background: url(/templates/itr_content/images/dropmenu_bg_hover.png) scroll top left repeat-x;
		color: #FFF;		
		}
	#nav .dropmenu a:hover,
	#nav .dropmenu a:focus,
	#nav .dropmenu a:active {
		text-decoration: none;
		}
	#nav .dropmenu a:active span.header,
	#nav .dropmenu a:focus span.header {
		background: url(/templates/itr_content/images/dropmenu_bg_hover.png) scroll top left repeat-x;
		color: #FFF;
		text-decoration: none;
		}
	#nav .dropmenu .item-1 .header, 
	#nav .dropmenu .item-7 .header {
			color: #143e70;
		}

/*
========
Teaser & Pagetitles
========
*/ 
#teaser {
	width: 100%;
	position: relative;
	margin-bottom: -20px;
	}
#teaser_content {
	width: 900px;
	margin: 0 auto;
	position: relative;
	min-height: 3px;
	}

/*	#dept_title {
		height: 1.5em;
		overflow: hidden;
		}	
	#dept_title h1 {
		font-size: 1.2em;
		position: absolute;
		bottom: -0.22em;
		right: 0;
		color: #FFF;
		z-index: 0;
		display: none;
		}
*/


/*
========
Carousel
========
*/ 
#virtual_gallery_container { 
	width: 830px;
	height: 243px; 
	margin: 0px auto; 
/*	background-image:url(../images/gallery_background.png); 
background-repeat:no-repeat; */	
	}
#virtual_gallery { 
	overflow:hidden; 
/*	margin:30px 45px 0px; 
*/	}
#virtual_gallery img { 
	margin:0px auto; 
	}
.stepcarousel {
	position:relative; /*leave this value alone*/
	border:0px;
	overflow:scroll; /*leave this value alone*/
	width: 830px; /*Width of Carousel Viewer itself*/
	*width: 830px; /*Width of Carousel Viewer itself*/ /* IE7 HACK -- IE7 part */
	_width: 830px; /*Width of Carousel Viewer itself*/ /* IE7 HACK -- IE6 part */
	height: 243px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .belt {
	position:absolute; /*leave this value alone*/
	height:243px;
	/*margin-left:20px;
	margin-right:20px;*/
}
.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0 25px; /*margin around each panel*/
	width: 830px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height: 243px;
	text-align: center;
	}
.stepcarousel .panel * {
	margin: 0 auto;
	}
.left-nav-button {
	position: absolute;
	top: 50%;
	left: 0px;
	background: transparent url(/templates/itr_content/images/navArrow_left.png) scroll top left no-repeat;
	width: 11px;
	height: 32px;
	}
.right-nav-button {
	position: absolute;
	top: 50%;
	right: 0px;
	background: transparent url(/templates/itr_content/images/navArrow_right.png) scroll top left no-repeat;
	width: 11px;
	height: 32px;
	}


/*
========
Fisheye
========
*/ 
.fisheye {
	text-align: center;
	height: 50px;
	position: relative;
	}
a.fisheyeItem {
	text-align: center;
	color: #000 !important;
	font-weight: bold;
	text-decoration: none;
	width: 150px;
	position: absolute;
	display: block;
	bottom: 0;
	font-size: 11px;
	}
.fisheyeItem img {
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
	-ms-interpolation-mode:bicubic;
	}
.fisheyeItem span {
	display: block !important;
	/*position: absolute;*/
	}
.fisheyeContainter {
	/*background-color: #f00;*/
	height: 125px;
	width: 950px;
	left: 100px;
	position: absolute;
	}



/*
========
Main divs & Columns
========
*/ 
#main {
	background: #FFF;
	border-bottom: 1px solid #888;
	}
#main_content {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 50px;
	}
	#col1 {
		display: none;
		}
	#col2 {
		width: 35%;
		}
	#col2_content {
		margin: 0 15px 0;
		padding-top: 2em;
		}
	#col3 {
		margin-right: 35%;
		margin-left: 0px;
		}
	#col3_content {
		margin: 0 30px 0 20px;
		padding-top: 2em;
		}


/*
========
Content & Text styles
========
*/ 
#pagetitles {
	font-size: 1.85em;
	color: #143e70;
	margin: 0 0 0 20px;
	padding: 30px 0 10px;
	font-family: "trebuchet MS", "Lucida Sans Unicode","Century Gothic",Verdana,Arial,sans-serif;
	}
#pagetitles h1, #pagetitles h2 { font-weight:bold; }
#pagetitles .pagetitle {
	font-size: 1.5em;
	color: #143e70;
	margin-left: 0px;
	}
#pagetitles .pagesubtitle {
	color: #FF6600;
	font-size: 1em;
	margin-left: 0px;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: -1em;
	text-transform: capitalize;
	}
#col3 h1,
#col2 h1 {
	color: #143e70;
	margin-top: 2em;
	}
#col3 h2,
#col2 h2 {
	color: #333333;
	}
#col3 h3,
#col2 h3 {
	color: #939393;
	}
#col3 a,
#col2 a {
	color: #FF6600;
	font-weight: normal;
	}
#col3 a:hover,
#col3 a:focus,
#col2 a:hover,
#col2 a:focus {
	color: #0065ef;
	font-weight: normal;
	}
#col3 a:visited,
#col2 a:visited {
	color: #AD2900;
	font-weight: normal;
	}
.rowhover tbody tr:hover th[scope="row"],
.rowhover tbody tr:hover tbody th.sub { 
	background-color: #EEEEEE; 			/* background-color on hover for table.tablehover */
	}
.rowhover tbody tr:hover td { 
	background: #EEEEEE; 			/* background-color on hover from table.tablehover */
	}
.cellhover:hover {
	background-color: #EEEEEE; 			/* background-color on hover for table.tablehover */
	}
.introtext {
	margin-top: 1.85em;
	}
.featuregrid td {
	padding: 5px 3px 5px 3px; 			/* override standard table padding for feature grid*/
	}
.featuregrid p {
	margin-bottom: 0px					/* remove normal padding for feature grid*/
	}
	
/*
========
Footer
========
*/ 
#footer {
	width: 100%;
	background: url(/templates/itr_content/images/footer_bg.png) scroll top left repeat-x;
	height: 51px;
	padding: 0;
	}
#footer_content {
	width: 900px;
	margin: 0 auto;
	color: #FFF;
	padding-top: 15px;
	}
#footer a {
	color: #FFF;
	}
#footer a:hover {
	color: #3b86ed;
	}
#footer_links {
	float: right;
	}

/*
 * For the Our Team page (#514)
 */
.bios { display:none; }
#intro { display:block; }
