/* ensr_struct.css structure.css CSS Document */

HTML { font-size:100% /* IE Hack - used for text resizing graceful clagnut.com/blog/348 */}
HTML>body { font-size: 14px; /*IE can't read this - used for Mozilla/Safri; clagnut.com/blog/348 */
	/*12px seems to match 10px in IE*/ }
	
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	background-color: #FeFeFe; 
	width: 100%;
	margin:0px; 
	margin-bottom: 25px;
	padding:0px;
	min-width: 600px;
}

#header {
	margin:0;
	padding:0px;
	width:100%;
	background-color: #C60;
	height:4.3em; /* 58px */
	overflow:hidden;
	background-image: url(../images/header_main.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
}
	

#globalNav a { 
	color:#fff; 
	font-size:.9em; 
	font-weight:bold; 
	text-decoration:none;
}

#globalNav ul  {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

#globalNav li {
	background-image: url(../images/whitebullet.gif);
	background-repeat: no-repeat;
	background-position: 100% .5em;
	padding-right: .9em;
}

ul#globalNav { 
	position: absolute;
	text-align:right;
	padding:0px;
	margin: 0;
	top: 0px;
	right: 10px;
	width: 30%;
	list-style-type: none; 
	text-align: right;
}

#nav {
	margin:0;
	padding:0px;
	width:100%;
	background-color:#000;
	margin-bottom: 18px;
	height: 1.4em; /* 18px */
	text-align: left;
}

#nav ul { margin: 0; padding:0; }
#nav li { 
	list-style-type:none; 
	margin:0; 
	padding: 0 14px 0 0; 
	display: inline; 
 }
#nav li.inline {  
	display: inline;  
	padding: 0 20px 0 0;  
 }
#nav li.first {
	display: inline;
	margin-top: 0px;
	padding: 0 16px 0 41px;
}

#nav a:link {
	color:#fff;
	font-size:12px;
	text-decoration:none;
	padding-top: 0;
	margin-top: 0;
}	
#nav a:visited { color:#fff; font-size:12px; text-decoration:none;	}	
#nav a:hover {
	color: #FC6;
	font-size:12px;
	text-decoration:none;
	padding-top: 0px;
}	
#nav a:active { color:#fff; font-size:12px; padding-top:0px; text-decoration:none;	}

#container { width: 100%; padding: 0px;	}

#content {
	margin: 0 2% 20px 160px;
	position: relative;
}

#contentWrap { 
	float: left; 
	width: 65%;
}

#footer {
	clear:both;
	margin: 0 2% 0 160px;
	padding-bottom:25px;
	border-top: 1px solid #999;
	color:#666;
	font-size: 0.9em;
}
	
#leftSidebar {
	float: left;
	text-align: right;
	padding: 0;
	width: 140px;
	vertical-align: top;
}
#leftSidebar h1 {
	color:#900;
	font-size:12px;
	margin:8px 0px 5px 0px;
	padding:0px;
	font-family: "Trebuchet MS", Arial, "MS Sans Serif";
}
#leftSidebar p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; margin: 0px; padding: 2px 0px 4px 0px; }
#leftSidebar a:link { font-size:11px; color: #355372; text-decoration: none; }
#leftSidebar a:visited { text-decoration: none; color: #355372;}
#leftSidebar a:hover { text-decoration: none; color: #678598;  }
#leftSidebar a:active { text-decoration: none; color: #355372;}

#content h1 { font-size: 20px; font-weight: normal; color: #900}
#content h2 {
	background-color: #333;
	color: #fff;
	font-weight: bold;
	padding-left: 1.2%;
	font-size: 0.9em;
	height: 1.5em;
}
#content h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #455f9b;
	margin: 0 0 8px 0;
}
#content h4 { font-size: 13px; font-weight: bold; color: #900}
	
#leftSidebar ul { margin:0; padding: 0 0 0 .25em; font-size:11px; text-align: right; } /*** Added padding-left ***/
#leftSidebar ul li {
	margin:0 0 8px 0;
	padding: 3px 0 0 0;
	list-style-type: none;
	text-align: right;
	line-height: 14px;
}
#leftSidebar ul li a:link {  color: #036; text-decoration: none; font-size: 11px; padding: 0; }
#leftSidebar ul li a:visited { text-decoration: none; color: #355372; font-size: 11px;padding: 0; }
#leftSidebar ul li a:hover { text-decoration: underline; color: #C60; font-size: 11px; padding: 0;  }
#leftSidebar ul li a:active { text-decoration: none; color: #036; font-size: 11px; padding: 0; }

#content p { margin-bottom: 6px; }


/**************************************NEW***************************/

#nav .lastNav {
	padding-right: 0px;
}
#container #content #contentWrap #formArea #item .topmarg {
	margin-top: 0px;
}
.resetBtn { margin-top: 0; margin-bottom: 10px; }

#content #news {
	float: left;
	width: 65%;
}

#content #rightCol {
	float: right;
	width: 30%;
}

/* used on home page for each news item */

#content .newsItem { margin: 1em 0; padding: 0 0 2em 0; border-bottom:1px dashed #ccc; min-height: 2em; clear: both; 
}

#content .newsItem p { margin-left:70px; font-size:90%; margin: 0 0 0 70px; margin-bottom: 0px; padding-bottom: 0px; 
}

#content .newsItem a {font-size:100%; }

#content .newsItem a:hover {
	color: #C60;
	/* background-color:#FFC */
}

#content .newsItem img { float:left; margin-right:10px; border: none; }
#content img.inlinePDF { padding: .15em .25em 0 0; margin: 0; float: none; }

.smalltext {
	font-size: 85%;
}

#content .newsItem .imgBord {
	border: 1px solid #232524;
}

#content .newsItemLast {
	margin: 1em 0; 
	padding: 0 0 1em 0; 
	min-height: 2em;
}

#content .newsItemLast p {
	margin-left:70px; 
	font-size:90%;
}

#content .newsItemLast img {
	float:left; 
	margin-right:10px;
}

#content .newsItemLast a:hover {
	color: #C60;
	/* background-color:#FFC */
}

/* used in top 10 list on engineering home page */

#topTen {font-size:90%; margin-top:5px; }

#topTen li {
	margin-left:-10px;
	line-height:17px;
	padding:3px 0;
}

#topTen a:hover {
		color: #C60;
	/* background-color:#FFC; */
}

/* used in GVTV list on engineering home page */

#gvtv {font-size:90%; margin-top:5px; }

#gvtv li {
	margin-left:-10px;
	line-height:17px;
	padding:3px 0;
	list-style-image:url(../images/icon_video.jpg);
}

#gvtv a:hover {
	color: #C60;
	/* background-color:#FFC;*/
}

/*This is the default link style for any links that you do not apply a class to.  These are the City standard and should not be changed.*/

a:link { color: #006; text-decoration: underline}
a:visited { color: #4781C7; text-decoration: underline}
a:hover { color: #006; text-decoration: underline}
a:active { color: #006; text-decoration: underline}

#footer  {
	padding-top: 1.5em;
}

#footer p {
	font-size:.9em; 
	margin: 0 0 .4em 0;
}
#news h3 { margin: 0 0 25px 70px; padding: 0px; margin-bottom: 0px; padding-bottom: 5px; font-size: 1em; font-weight: normal; }
.boldTxt { font-weight: bold; }
#content .nopadding { padding-bottom: 1.2em; }


a img { border: none; }

