

body {
	padding: 0px;
	margin: 0px;
	background-image: url("../coreimages/tile.gif");
	font-family: verdana, arial, sans-serif;
}
h1 {
	font-family: Times, Georgia, serif;
	font-size: 2.0em;
	font-weight: 800;
	color: rgb(255,89,0);
}
h2 {
	font-size: 1.25em;
	font-weight: 100;
	text-transform: capitalize;
	width: 500px;
	height: 20px;
	padding-left: 10px;
	background-image: url("../coreimages/tabs.jpg");
	color: #fff
}
h3 {
	font-size: 1.25em;
	font-weight: 100;
	text-transform: capitalize;
	width: 500px;
	height: 38px;
	padding-left: 10px;
	padding-top: 2px;
	background-image: url("../coreimages/tabs.jpg");
	color: #fff
}
h4 {
	color: rgb(255,89,0);
	font-size: 1.0em;
	font-weight: 600;
	padding: 0px;
	margin: 0px;
}
a {
	color: rgb(0,63,177);
	text-decoration: none;
}
a:hover {
	color: rgb(255,89,0);
	text-decoration: none;
}
.headerback {
	height: 110px;
	background: url("../coreimages/header_tile.jpg") repeat-x top;
	padding: 0px;
	margin: 0px;
}
.headercontainer {
	width: 765px;
	height: 110px;
	padding: 0px;
	margin: 0px;
}
.headerlogo {
	width: 185px;
	float: left;
}
.headerimage {
	width: 580px;
	float: left;
}
.contentwrapper {
	width: 830px;
	background: url("../coreimages/menu_bg_tile.jpg") repeat-y left;
}
.menuleft {
	width: 180px;
	float: left;
	padding: 0px;
	margin: 0px;
}
.contentright {
	width: 630px;
	margin-left: 10px;
	font-size: .8em;
	float: left;
	padding-bottom: 20px;
}
.contentright em {
	font-size: .8em;
	margin-left: 10px;
	color: rgb(255,89,0);
}
.contentright a, a:visited {
	text-decoration: underline;
	color: rgb(0,63,177);
}
.contentright a:hover {
	color: rgb(255,89,0);
	text-decoration: underline;
}
.clearme {
	clear: both;
}
.footer {
	height: 18px;
	background: rgb(149,149,149);
	margin: 0px;
	padding: 5px 10px 3px 185px;
	font-size: 12px;
}
.infoblock {
	width: 500px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	clear: left;
}
.ibleft {
	width: 70px;
	padding: 3px 0px 5px 0px;
	margin: 0px;
	border: 1px hidden;
	float: left;
}
.ibright {
	width: 410px;
	padding-top: 3px;
	margin: 0px;
	border: 1px hidden;
	float: right;
}
.refcol {
	width: 250px;
	margin: 0px 0px 10px 0px;
	padding: 0;
	float: left;
}
.refcolr {
	width: 350px;
	margin: 0px 0px 10px 0px;
	padding-left: 10px;
	float: left;
}
.contcol {
	width: 150px;
	margin: 5px 0px 5px 0px;
	padding: 0;
	float: left;
}
.contcol img {
	border: none;
}
.contcolr {
	width: 450px;
	margin: 5px 0px 5px 0px;
	padding: 0;
	float: left;
}
.spacer {
	width: 625px;
	height: 15px;
	float: left;
}
.projcol {
	font-size: .85em;
	width: 345px;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 5px;
	float: left;
}
.award {
	position: relative;
	z-index: 0;
	float: left;
}
.award:hover {
	background-color: transparent;
	z-index: 50;
}
.award span { /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 5px;
	left: -1000px;
	border: 2px solid rgb(255,89,0);
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.award span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.award:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 60px; /*position where enlarged image should offset horizontally */
}

/* common styling for Fly out menu from CSS Play */
.menu {font-family: arial, sans-serif; width:186px; height:150px; position:relative; font-size:14px; margin:0px 0px 5px 0px;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#FFF; width:181px; height:24px; text-align:center; background:url("../coreimages/nav.jpg") no-repeat left top; line-height:24px; font-size:14px;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#000; background:rgb(255,89,0);}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:181px; width:185px;}
.menu ul li:hover ul li a.hide {background:rgb(0,63,177); color:#fff;}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:rgb(0,63,177); color:#fff; width:150px; border-bottom: 1px solid #FFF;}
.menu ul li:hover ul li a:hover {background:rgb(255,89,0); color:#000; }
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff;}
