/* ===================== Main HTML Sections ===================================== */
#base {
	background: #888888;
/*	background: #214095 url(pngs/bg2.gif) repeat-x top left; /*--Enable if you want this page to look nice */
	margin: 0;
	padding: 0;
}
#shell {
	width: 740px;
	margin: 8px auto;
	padding: 0;
	border: 1px black solid;
}
#head {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background: url(pngs/headerbanner.png) no-repeat top left;
/*	background: url(pngs/headerpics1.jpg) no-repeat top left; /*--Enable if you want this page to look nice */
}
#banner {
	border: 0;
	margin: 0;
	padding: 0;
	height: 64px;
	width: 100%;
/*	background: url(pngs/trmlogo.gif) no-repeat top left; /*--Enable if you want this page to look nice */

}
	img.banner {		/* blank gif image to keep proper banner size & provide a seperate click space */
		border: 0;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
/*		background: url(pngs/trmaddress.gif) no-repeat top right; /* --Enable if you want this page to look nice */
	}
#nav {
	height: 1.5em;
	margin: 0;
	border: 0;
	padding: .5em 0 .15em 0;
}

#content {
	width: 100%;
	min-height: 360px;
	font-family: arial, helvetica, sans-serif;
}
	div.index {
		background: white url(pngs/bgIndex.jpg) top left no-repeat;
	}
	div.history {
		height: 560px;
		background: white url(pngs/bgHistory.jpg) top left no-repeat;
	}
	div.projects {
		height: 560px;
	}
	div.hosp {
		height: 500px;
		background: white url(pngs/bgHosp.jpg) top left repeat-y;
	}
	div.comm {
		height: 500px;
		background: white url(pngs/bgCom.jpg) top left repeat-y;
	}
	div.edu {
		height: 500px;
		background: white url(pngs/bgEdu.jpg) top left repeat-y;
	}
	div.civ {
		height: 500px;
		background: white url(pngs/bgCivic.jpg) top left repeat-y;
	}
	div.clients {
		background: white url(pngs/bgClients.gif) no-repeat top right;
		padding-top: 80px;
	}
	div.educate {
		background: white url(pngs/bgEducate.gif) no-repeat top left;
		padding-top: 125px;
	}
	div.career {
		height: 485px;
		background: white url(pngs/bgCareer.jpg) top left no-repeat;
	}
	div.staff {
		background: white url(pngs/bgBios.jpg) top left repeat-y;
	}

#foot {
	width: 100%;
	margin: 0;
	padding: 2px 0;
	background: url(pngs/footerbanner.png) no-repeat top left;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#support {
	width: 400px;
	margin: 50px auto 3px auto;
	padding: 5px;
	border: 1px dotted #555555;
	background: #AAAABC;
	font-family: arial, helvetica, sans-serif;
	font-size: .65em;
	font-weight: bold;
	text-align: justify;
}
	#support img {
		margin: 5px 0 0 0;
	}
/* ===================== Menu Elements ========================================= */
ul.menu {
	margin: 0;
	border: 0;
	padding: 0;
	cursor: default;
	float: left;
	clear: left;

}
  /* ------------------------ First Level Items --- */
	ul.menu li {
		list-style: none;
		display: inline;
		position: relative;
		margin: 0;
		border: 0;
		padding: 0 7px 0 7px;
    }
    ul.menu > li {
		background: url(pngs/bullet-white.gif) top right no-repeat;
	}
    ul.menu a {
		text-decoration: none;
		color: #FFFFFF;
    }
    ul.menu li.current {
		color: blue;
    }
    ul.menu > li:hover, ul.menu a:hover {
		color: #888888;
    }

  /* ----------------------- Second Level Items --- */
    ul.menu li ul {
		display: none;
		position: absolute;
		left: 0px;
		padding: 4px 0;
		margin: 0;
		background: url(pngs/bg-80blue.png) repeat top left;
		border: 1px solid #666666;
		z-index: 2;
    }

    ul.menu li:hover > ul {
		display: block;
    }

    ul.menu li ul li {
		margin: 0;
		padding: 0 6px 0 6px;
		border: 0;
		float: none;
		display: block;
		color: #FFFFFF;
    }
    ul.menu li ul li:hover {
		padding-left: 3px;
		border-left: 3px solid red;
    }

    ul.menu a li {
    	color: #000000;
    }

    ul.menu li ul a:hover {
		color: red;
    }
  /* ----------------------- Third Level Items --- */
	ul.menu li ul li > ul {
		position: absolute;
		top: 0;
		left: 85%;
	}

#emailhead {
	margin: 0;
	padding: 0;
	float: right;
	clear: right;
	padding-right: 5px;
	position: relative;
	right: 0px;
	font-style: italic;
	text-align: right;
}
	#emailhead a {
		text-decoration: none;
		color: #FFFFFF;
	}
	.emailat {
		color: #AAAAAA;
		/*font-size: 16px;*/
		position: relative; left: -4px;
	}
	#emailhead a:hover {
		color: #888888;
	}

/* ===================== Formatting Items ====================================== */

.normal {
	font-size: 1em;
}
.normal8 {
	margin: 0 0 .2em 0;
	padding: 0;
	font-size: .8em;
	text-align: justify;
}
.normal8bold{
	font-size: .8em;
	font-weight: bold;
	padding: 0 0 0 40px;
	border-bottom: 1px solid #214095;
}
.title {
	margin: .2em 0;
	padding: 0;
	font-size: .9em;
	font-weight: bold;
}
.title_med {
	margin: .7em 0 .2em 0;
	padding: 0;
	font-size: .75em;
	font-weight: bold;
}
.title_big {
	font-size: 1.25em;
	font-weight: bold;
}
.title_bigred {
	margin: 0;
	padding: 0;
	font-size: 1.05em;
	font-weight: bold;
	color: red;
}
.title_edu_bar {
	margin: 0 3px;
	padding: .15em .4em;
	font-size: 1em;
	background: #184B81;
	color: #FFFFFF;
}
.title_edu_section {
	margin: 1em 0 0 0;
	padding: 0 0 0 .25em;
	font-size: .9em;
	color: #184B81;
}
ul.no_deco_bold {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .9em;
	font-weight: bold;
}
ul.no_deco_bold li {
	margin: 5px 0;
}
ul.list {
	margin: 0 0 10px 5px;
	padding-left: .65em;
	list-style: circle;
}
ul.list li {
	margin-bottom: 3px;
	font-size: .7em;
}
ul.edu-list {
	padding: 0 0 0 2em;
	margin: 0;
	font-size:.85em;
}
ul.edu-list li {
	list-style-type: square;
}
ul.list-nobul {
	list-style: none;
	margin: 0 0 .2em 0;
	padding-left: 0;
}
ul.list-nobul li {
	margin-bottom: .15em;
	font-size: .8em;
}
table.clients {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: .7em;
}
tr.heading {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
tr.catagory {
	font-size: 1.25em;
	font-weight: bold;
	color: #FFFFFF;
	background: #99ADD6;
}
tr.cl-odd {
	background-color: #E6E6E6;
}

a.pdf {
	background: url(pngs/PDFicon.gif) top left no-repeat;
	padding: 0 0 0 15px;
}
a.arrow_on {
	padding: 0 0 0 10px;
	background: url(pngs/Arrow.gif) top left no-repeat;
}
a.arrow_off {
	padding: 0 0 0 10px;
}
/* ------------------------ Specific for project page ---------------------------- */
#projectIconShell {
	width: 120px;
	height: 100%;
	float: right;
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
	text-align: right;
	overflow: hidden;
}
a.pro_icons_up, a.pro_icons_down {
	position: absolute;
	right: 0;
	margin: 0;
	padding: 0;
	z-index: 2;
}
a.pro_icons_up img, a.pro_icons_down img {
	height: 30px;
	width: 24px;
}
a.pro_icons_up {
	top: 0px;
	background: url(pngs/vertscrollup3-off.gif) no-repeat top right;
}
a.pro_icons_down {
	bottom: 0px;
	background: url(pngs/vertscrolldwn3-off.gif) no-repeat top right;
}
a.pro_icons_up:hover {
	background: url(pngs/vertscrollup3-on.gif) no-repeat top right;
}
a.pro_icons_down:hover {
	background: url(pngs/vertscrolldwn3-on.gif) no-repeat top right;
}
#projectIcons {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
	#projectIcons a {
		text-decoration: none;
		margin: 0;
		padding: 0;
		border: 0;
	}
	.project_thmbs {
		margin: 0;
		padding: 0;
		border-top: 2px solid black;
		border-bottom: 2px solid white;
	}
#project_overview {
	height: 500px;
	width: 615px;
}
	.hosp #project_overview {
		background: url(pngs/map-hosp.gif) bottom right no-repeat;
	}
	.comm #project_overview {
		background: url(pngs/map-com.gif) bottom right no-repeat;
	}
	.edu #project_overview {
		background: url(pngs/map-edu.gif) bottom right no-repeat;
	}
	.civ #project_overview {
		background: url(pngs/map-civic.gif) bottom right no-repeat;
	}
#project_viewa {
	width: 100%;
	height: 60px;
	text-align: right;
	line-height: 1.35em;
}
#project_viewa_current{
	color: #214095;
	font-weight: bold;
	padding: 10px 0 0 0;
}
#project_text {
	margin: 10px 20px;
	padding: 6px;
	background: url(pngs/bg-50white.png) repeat top left;
}
	#project_text p {
		color: #184B81;
	}
.project_list {
	margin: 0 0 0 10px;
	width: 425px;
}
.project_text_off, .project_text_on {
	float: right;
	width: 275px;
	margin: 10px 0 0 0;
	padding: 3px;
	background: url(pngs/bg-80white.png) repeat top left;
	overflow: hidden;
	font-size: .70em;
	line-height: 1.5em;
	text-align: justify;
	color: #184B81;
}
.project_text_off {
	display: none;
}
.project_text_on {
	display: block;
}
/* ------------------------ Specific for bio pane ------------------------------- */
#probio_shell {
	display: none;
	height: 464px;
	width: 620px;
	position: absolute;
	top: 120px;
	overflow: hidden;
}
#profbio_shell {
	display: block;
	height: 464px;
	width: 800px;
	position: absolute;
	top: 120px;
	overflow: hidden;
}
#probio_content {
	position: absolute;
	left: 10px;
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #214095;
	border-left: 2px solid #214095;
	border-top: 2px solid #214095;
	height: 460px;
	width: 610px;
	overflow: hidden;
	background: url(pngs/bgProjBio.jpg) no-repeat top left;
}
#profbio_content {
	position: absolute;
	left: 40px;
	padding: 0;
	margin: 0;
	border: 2px solid #214095;
	height: 460px;
	width: 640px;
	overflow: hidden;
	background: url(pngs/bgProjBio.jpg) no-repeat top left;
}
.probioimgs {
	float: right;
	position: relative;
	bottom: 0;
	width: 250px;
	padding: 5px;
	margin: 5px 5px 0 0;
	font-size: 0px;
	line-height: 0px;
	text-align: right;
}
#probioimg {
}
.probiothmb_on, .probiothmb_off {
	width: 25px;
	height: 28px;
	margin: 0;
}
.probiothmb_on {
	background: url(pngs/filmstrip-on.gif) top left no-repeat;
}
.probiothmb_off {
	background: url(pngs/filmstrip-off.gif) top left no-repeat;
}
.probiotitle {
	height: 65px;
/*	background: #214095;*/
}
.biotitle {
	font-size: 1.25em;
	padding: 6px 8px 0 20px;
	margin: 0;
	color: white;
}
.location {
	font-size: 1em;
	padding: 3px 8px 0 20px;
	margin: 0;
	color: white;
}
.probiowriteup {
	font-size: .75em;
	text-align: justify;
	margin: 5px 8px 5px 5px;
}
.probiolist {
	padding: 3px 5px;
}
.probiolistheading {
	font-size: .6em;
	padding: 0;
	margin: 0;
}
.probiolistinfo {
	font-size: .8em;
	font-weight: bold;
	padding: 0 5px 1px 10px;
	margin: 0;
}
.probioclose {
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px 6px 2px 2px;
/*	background: #214095;*/
}
.probioclose a {
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	color: white;
}
.probioclose a:hover {
	color: red;
}
/* ------------------------ Specific for career page ---------------------------- */
#career_spacer {
	width:100%;
	height:170px;
}
#career_graphic {
	float: left;
	margin: 40px 0 0 8px;
}
.career_list {
	margin: 0 0 0 200px;
	width: 175px;
	height: 310px;
}
.career_text_off, .career_text_on {
	float: right;
	width: 325px;
	margin: 20px 10px 0 0;
	overflow: hidden;
	font-size: .70em;
	line-height: 1.5em;
	text-align: justify;
	color: #184B81;
}
.career_text_off {
	display: none;
}
.career_text_on {
	display: block;
}
/* ------------------------ Specific for education pages ------------------------ */
div.educate a {
	padding: 0 0 0 1em;
}
div.educate p {
	margin: 0 0 1em 0;
	padding: 0 0 0 .5em;
	font-size: .9em;
	line-height: 1.2em;
}

/* ------------------------ Specific for staff pages ---------------------------- */
#staff_row {
	margin: 0;
	border: 0;
	padding: 100px 0 10px 0;
	width: 100%;
	text-align: center;
}
.staff_cell {
	width: 19%;
	display: inline;
	float: left;
}
.staff_cell a {
	text-decoration: none;
}
.staff_cell H5 {
	margin: 3px 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}
.staff_cell img {
	border: 1px solid #214095;
}
.staff_name {
	color: #184B81;
}
.staff_title {
	color: black;
}
#staff_points {
	width: 100%;
	padding: 5px;
	clear: both;
}
/* ------------------------ Specific for staff bios pages ----------------------------- */
#bio_pic {
	margin: 100px 0 0 30px;
	padding: 0;
	border: 1px solid #214095;
	float: left;
}
#bio_info {
	margin: 0 0 0 160px;
	padding: 80px 5px 10px 5px;
}

/* ------------------------ Specific for history pages -------------------------- */
#history_spacer {
	width: 100%;
	height: 227px;
	padding: 0 5px;
	margin: 0;
	overflow: hidden;
}
a.hist_pic {
	position: absolute;
	left: -15px;
	float: right;
	top: 3px;
	height: 16px;
	width: 16px;
	background: url(pngs/iconcamera.gif) top left no-repeat;
}
a:hover.hist_pic {
	background: url(pngs/iconcameradark.gif) top left no-repeat;
}
a.hist_li {
	position: absolute;
	left: -16px;
	float: right;
	top: 1px;
	height: 16px;
	width: 16px;
	background: url(pngs/li-box.gif) top left no-repeat;
}
#history_list {
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
	border-top: 1px solid #BBBBBB;
	height: 333px;
	width: 520px;
	overflow: auto;
}
#history_list ul {
	margin: 0;
	padding: 0 0 10px 20px;
	border: 0;
	list-style: none;
	font-size: .8em;
	font-weight: normal;
}
#history_list ul li {
	position: relative;
	padding-bottom: 3px;
}
#history_graphic {
	float: left;
	margin: 40px 0 0 5px;
	padding: 0;
}

/* ------------------------ Specific for index pages ----- */

.pagelist {
	float: right;
	width: 220px;
	height: 90%;
	margin: 0;
	padding: 15px;
}
.pagephoto {
	margin: 80px 0 2px 220px;
	text-align: right;
}
.pageparagraph {
	margin: 0;
	padding: 5px 20px;
	text-align: justify;
}
.pagephotoindex {
	margin: 180px 0 0 0;
}
.pagemottos, .pagemottos table {
	width: 100%;
	font-family: times;
	font-weight: bold;
	line-height: 1.1em;
}
.mR {
	width: 40%;
	text-align: right;
}
.mC {
	width: 20%;
	text-align: center;
	font-size: 1.4em;
	color: #184B81;
}
.mL {
	width: 40%;
	text-align: left;
}
.index p {
	font-size: .8em;
	margin: 0;
	padding: 2px 0 0 0;
}
.index H4 {
	font-size: .9em;
	margin: 0;
	padding: 5px 0 0 0;
}
.index ul {
	font-size: .8em;
	margin: 5px 0 0 15px;
	padding: 0;
}
.index img {
	border: 2px solid #888888;
}
.indexroll_off, .indexroll_on {
	width: 100%;
	height: 460px;
}
.indexroll_off {
	display: none;
}
.indexroll_on {
	display: block;
}
#iroll0 {background: url(pngs/wt-trmarchitect.gif)	no-repeat top	 right;
		text-align: center;}
#iroll1 {background: url(pngs/wt-profile.gif)		no-repeat bottom right;}
#iroll2 {background: url(pngs/wt-teamtrm.gif)		no-repeat top left;}
#iroll3 {background: url(pngs/wt-projects.gif)		no-repeat top right;}
#iroll4 {background: url(pngs/wt-clients.gif)		no-repeat bottom left;}
#iroll5 {background: url(pngs/wt-educate.gif)		no-repeat bottom right;}
#iroll6 {background: url(pngs/wt-career.gif)		no-repeat bottom left;}

/* ===================== General Items ========================================= */
img {
	border: 0;
	margin: 0;
	padding: 0;
}
