@charset "utf-8";
/* CSS Document */

html { 
	height: 100%;
	min-width: 950px; /* for background alignment in narrow windows */
}

body {
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: black;
	background-color: white;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-position: center top;
	background-image: url('bg_home.jpg'); /* default */
	background-color: #005280;
}

	body.home { 		background-color: #005280; background-image: url('bg_home.jpg'); }
	body.services { 	background-color: #374855; background-image: url('bg_services.jpg'); }
	body.projects,
	body.projectArchives { 	background-color: #9c1d30; background-image: url('bg_projects.jpg'); }
	body.project { 		background-color: #db4b34; background-image: url('bg_project.jpg'); }
	body.people { 		background-color: #b5b55b; background-image: url('bg_people.jpg'); }
	body.contact { 		background-color: #36262a; background-image: url('bg_contact.jpg'); }
	body.news { 		background-color: #668d3c; background-image: url('bg_news.jpg'); }

img { border: 0px; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

div.contents {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

.boxed {
	background-image: url('sixthBlack.png');
	width: 300px;
	padding: 10px;
}

h1 {
	/* font-weight: normal; */
	font-weight: bold;
	font-size: 20px;
	/* font-family: Impact, "Arial Black", sans-serif; */
	font-family: Verdana, sans-serif;
	text-align: center;
}

strong {
	/* font-weight: normal; */
	font-weight: bold;
	font-size: 14px;
	/* font-family: Impact, "Arial Black", sans-serif; */
	font-family: Verdana, sans-serif;
}

.note {
	font-style: italic;
	text-align: center;
}

.clear {
	clear: both;
}

#header {	
	height: 135px;
	position: relative;
	color: #425968;
	background-position: center top;
	background-image: url('bg-header_home.jpg'); /* default */
	background-color: #f0f0f0;
}

	body.home #header {		background-image: url('bg-header_home.jpg'); }
	body.services #header { 	background-image: url('bg-header_services.jpg'); }
	body.projects #header,
	body.projectArchives #header { 	background-image: url('bg-header_projects.jpg'); }
	body.project #header { 		background-image: url('bg-header_project.jpg'); }
	body.people #header { 		background-image: url('bg-header_people.jpg'); }
	body.contact #header { 		background-image: url('bg-header_contact.jpg'); }
	body.news #header { 		background-image: url('bg-header_news.jpg'); }

	#header a { color: #425968; }
	#header div.contents { height: 100%; }

	#logo {
		padding-left: 15px;
		padding-top: 7px;
		font-family: Impact, sans-serif;
		font-size: 66px;	
		width: 161px;
		height: 75px;
		display: -moz-inline-box; /* for FF2 */
		display: inline-block;
		vertical-align: middle;
		zoom: 1;
	}
		#logo:hover { text-decoration: none; }
		
	#logoAnim {
		width: 782px;
		height: 82px;
		display: inline;
		vertical-align: middle;
	}
	
	#tagline {
		vertical-align: bottom;
		margin-bottom: 4px;
		font-style: italic;
	}

	#nav {
		position: absolute;
		margin: 0;
		padding: 0;
		list-style: none;
		bottom: 0;
		right: 90px;
	}
	
		#nav li {
			/* font-family: Impact, "Arial Black", sans-serif; */
			font-family: Verdana, sans-serif;
			/* font-size: 15px; */
			font-size: 14px;
			font-weight: bold;
			display: inline-block;
			float: left;
			margin: 0 4px;
			padding: 9px 15px;
			margin: 0 0 0 13px;
			filter: alpha(opacity=60);
			opacity: 0.6;
		}
	
			#nav li a {
				display: block;
				padding-bottom: 3px;
				text-decoration: none;
			}
			
				#nav li img {
					background-repeat: no-repeat;
					background-position: left 3px;
					padding-top: 3px;
					height: 16px;
					display: block;
				}
			
				/*
				#nav li.home img 	{ width: 35px; }
				#nav li.services img 	{ width: 55px; }
				#nav li.projects img 	{ width: 53px; }
				#nav li.people img 	{ width: 43px; }
				#nav li.contact img 	{ width: 50px; }
				#nav li.news img 	{ width: 33px; }
				#nav li.client img 	{ width: 37px; }
			
				#nav li.home img 	{ background-image: url('nav_home.png'); }
				#nav li.services img 	{ background-image: url('nav_services.png'); }
				#nav li.projects img 	{ background-image: url('nav_projects.png'); }
				#nav li.people img 	{ background-image: url('nav_people.png'); }
				#nav li.contact img 	{ background-image: url('nav_contact.png'); }
				#nav li.news img 	{ background-image: url('nav_news.png'); }
				#nav li.client img 	{ background-image: url('nav_client.png'); }
			
				body.home		#nav li.home img 	{ background-image: url('navOver_home.png'); }
				body.services		#nav li.services img 	{ background-image: url('navOver_services.png'); }
				body.projects		#nav li.projects img,
				body.projectArchives	#nav li.projects img,
				body.project		#nav li.projects img 	{ background-image: url('navOver_projects.png'); }
				body.people		#nav li.people img 	{ background-image: url('navOver_people.png'); }
				body.contact		#nav li.contact img 	{ background-image: url('navOver_contact.png'); }
				body.news		#nav li.news img 	{ background-image: url('navOver_news.png'); }
				body.client		#nav li.client img 	{ background-image: url('navOver_client.png'); }
				*/
				
			body.home 		#nav li.home,
			body.services 		#nav li.services,
			body.projects 		#nav li.projects,
			body.projectArchives 	#nav li.projects,
			body.project	 	#nav li.projects,
			body.people 		#nav li.people,
			body.contact	 	#nav li.contact,
			body.news 		#nav li.news,
			body.client 		#nav li.client {
				filter: alpha(opacity=100);
				opacity: 1.0;
			}
			
				body.home 		#nav li.home { 
					background-image: url('bg_home.jpg'); 
					background-position: -719px -95px;
					background-color: #005280;
				}
				
				body.services 		#nav li.services { 
					background-image: url('bg_services.jpg');
					background-position: -678px -95px;
					background-color: #374855;
				}
				
				body.projects 		#nav li.projects,
				body.projectArchives 	#nav li.projects { 
					background-image: url('bg_projects.jpg');
					background-position: -804px -95px;
					background-color: #9c1d30;
				}
				
				body.project 		#nav li.projects { 
					background-image: url('bg_project.jpg');
					background-position: -896px -95px;
					background-color: #db4b34;
				}
				
				body.people 		#nav li.people { 
					background-image: url('bg_people.jpg');
					background-position: -853px -95px;
					background-color: #b5b55b;
				}
				
				body.contact 		#nav li.contact { 
					background-image: url('bg_contact.jpg');
					background-position: -987px -95px;
					background-color: #36262a;
				}
				
				body.news 		#nav li.news { 
					background-image: url('bg_news.jpg');
					background-position: -1186px -95px;
					background-color: #668d3c;
				}
	
			body.home 		#nav li.home a,
			body.services 		#nav li.services a,
			body.projects 		#nav li.projects a,
			body.projectArchives 	#nav li.projects a,
			body.project 		#nav li.projects a,
			body.people 		#nav li.people a,
			body.contact 		#nav li.contact a,
			body.news 		#nav li.news a,
			body.client 		#nav li.client {
				color: white;
				border-bottom-style: solid;
				border-bottom-width: 2px;
				padding-bottom: 1px;
			}
			
				body.home 		#nav li.home a { border-bottom-color: #048ce1; }
				body.services		#nav li.services a { border-bottom-color: #8a8f99; }
				body.projects 		#nav li.projects a,
				body.projectArchives 	#nav li.projects a { border-bottom-color: #ed1b2f; }
				body.project 		#nav li.projects a { border-bottom-color: #ac131c; }
				body.people 		#nav li.people a { border-bottom-color: #768242; }
				body.contact 		#nav li.contact a { border-bottom-color: #7b5e61; }
				body.news 		#nav li.news a { border-bottom-color: #8d9c47; }
	
			#nav li a:hover {
				/* border-bottom: 2px solid #425968; from when they were HTML text */
				border-bottom: 2px solid #87959e;
				padding-bottom: 1px;
			}

#main {
	color: white;
	padding-top: 13px;
	padding-bottom: 116px;
}

	#main p {
		margin: 13px 18px;
		line-height: 1.7em;
	}
	
	#main a {
		color: white;
	}
	
	
			
#footer {
	margin: 0;
	width: 100%;
	clear: both;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 21px;
	background-color: white;
	color: #425968;
	line-height: 1.8em;
}

	#footer .logo {
		font-family: Impact, "Arial Black", Verdana, sans-serif;
		font-size: 11px;
	}
	
	#footer a {
		color: #425968;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
	#footerLogo {
		position: absolute;
		right: 20px;
		top: -70px;
		width: 76px;
		height: 63px;
	}

#slideshow {
	background-image: url('sixthBlack.png');
	width: 440px;
	height: 440px;
	padding: 10px;
	margin-left: -10px;
	position: relative;
}

	#slideshow .slide {
		position: absolute;
		top: 10px;
		z-index: 1;
		width: 440px;
		height: 440px;
		overflow: hidden;
	}

	#slideshow .new {
		display: none;
		xfilter: alpha(opacity=0);
		xopacity: 0.0;
	}
		

#introBlurb {
	background-image: url('sixthBlack.png');
	width: 455px;
	margin-top: 40px;
	padding: 25px 0 20px 20px;
	float: right;
	color: #0488db;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.8em;
}

	#introBlurb strong {
		font-size: 38px;
		font-family: Impact, Verdana, sans-serif;
		font-weight: normal;
	}
	
#introLinks {
	float: right;
	clear: right;
	/*font-family: Impact, "Arial Black", sans-serif;*/
	font-family: Verdana, "Arial Black", sans-serif;
	font-weight: bold;
	color: #a8b8c2;
	font-size: 18px;
	width: 453px;
	/* letter-spacing: 0.025em; */
	list-style-image: url('bullet.png');
	margin: 20px 0;
	padding-left: 20px;
}

	#introLinks li {
		margin: 15px 0 30px 0;
		padding: 0;
	}

	#introLinks a {
		color: #a8b8c2;
		text-decoration: none;
	}
	
#newsButton {
	position: absolute;
	left: 790px;
	top: 375px;
}
	
#newsBG {
	position: absolute;
	z-index: -1;
	top: 447px;
	left: -18px;
}
	
#newsItems {
	position: relative;
	list-style: none;
	line-height: 2.4em;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	padding-left: 65px;
	margin: 18px 0;
	z-index: 2;
}

	#newsItems a {
		text-decoration: none;
		padding-left: 0;
		margin-left: 0;
	}
	
#services {	
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

	#services thead a { text-decoration: none; }

	#services thead td {
		/* font-family: Impact, "Arial Black", sans-serif; */
		font-family: Verdana, sans-serif;
		font-weight: bold;
		/* font-size: 18px; */
		font-size: 16px;
		/* padding: 0 50px; */
		padding: 0 35px;
		white-space: nowrap;
		width: 25%;
		height: 22px;
		/* padding-bottom: 2px; */
		background-image: url('halfBlack.png');
	}
	
	#services thead a:hover,
	#services thead a.selected {
		border-bottom-width: 2px;
		border-bottom-style: solid;
	}
	
		#services td.projectServices a { 
			color: #c10536;
			border-bottom-color: #c10536;
		}
	
		#services td.designServices a { 
			color: #ff6a48;
			border-bottom-color: #ff6a48;
		}
	
		#services td.projectManagement a { 
			color: #6b9744;
			border-bottom-color: #6b9744;
		}
	
		#services td.eventManagement a { 
			color: #d1d05f;
			border-bottom-color: #d1d05f;
		}
		
		#services td.projectServices div.serviceBox,
		#services td.projectServices img.servicesPics,
		#services td.designServices div.serviceBox,
		#services td.designServices img.servicesPics { 
			float: left;
			/* margin-left: 49px; */
			margin-left: 34px;
			display: inline; /* for IE6 */
		}
		
		#services td.projectManagement div.serviceBox,
		#services td.projectManagement img.servicesPics,
		#services td.eventManagement div.serviceBox,
		#services td.eventManagement img.servicesPics { 
			float: right; 
			/* margin-right: 49px; */
			margin-right: 34px;
			display: inline; /* for IE6 */
		}
		
		#services thead td.projectServices,
		#services thead td.designServices { text-align: left; }
		
		#services thead td.projectManagement,
		#services thead td.eventManagement { text-align: right; }
		
	#services div.serviceBox {
		width: 475px;
		background-image: url('quarterBlack.png');
		border-width: 2px;
		border-style: solid;
	}
	
	#services div.serviceBox h2 {
		margin: 23px 18px 0 18px;
		font-weight: normal;
		font-size: 15px;
		/* font-family: Impact, "Arial Black", Verdana, sans-serif; */
		font-family: Verdana, sans-serif;
	}
	
	#services div.serviceBox ul {
		margin: 13px 18px 23px 18px;	
		line-height: 1.7em;
		padding: 0;
		list-style: none;
	}
	
	#services div.serviceBoxLeader {
		/* margin: -2px 49px 0 49px; */
		margin: -2px 34px 0 34px;
		height: 50px;
	}
	
	#services td.projectServices div.serviceBox { border-color: #c10536; }
	#services td.projectServices div.serviceBoxLeader { border-left: 2px solid #c10536; }
	
	#services td.designServices div.serviceBox { border-color: #ff6a48; }
	#services td.designServices div.serviceBoxLeader { border-left: 2px solid #ff6a48; }
	
	#services td.projectManagement div.serviceBox { border-color: #6b9744; }
	#services td.projectManagement div.serviceBoxLeader { border-right: 2px solid #6b9744; }
	
	#services td.eventManagement div.serviceBox { border-color: #d1d05f; }
	#services td.eventManagement div.serviceBoxLeader { border-right: 2px solid #d1d05f; }
	
	
div.projectFilters {
	text-align: center;
}

	div.projectFilters input {
		margin-left: 15px;
	}

	div.projectFilters label {
		font-weight: bold;
		font-size: 14px;
		/* font-family: Impact, "Arial Black", Verdana, sans-serif; */
		font-family: Verdana, sans-serif;
		margin-right: 30px;
		margin-right: 25px;
	}
	
#search {
	float: right;
}

#main div.featuredProject {
	clear: both;
	margin: 17px 0;
}

	/* stuff to handle auto-clearing of elements with floats without the need for a clearing div */				
	/* thanks to: http://www.positioniseverything.net/easyclearing.html */	
	#main div.featuredProject:after {
		content: ".";
		display: block;
		visibility: hidden;
		clear: both;
		height: 1%;
		font-size: 0.1em;
		line-height: 0;
	}			

	/* patch to make easyclearing hack work in IE7 */
	/* thanks to: http://www.tanfa.co.uk/archives/show.asp?var=300 */
	#main div.featuredProject { display: inline-block; }
	#main div.featuredProject { display: block; }

	#main div.featuredProject a.teaser {
		float: left;
		width: 440px;
		min-height: 100px;
		background-image: url('thirdBlack.png');
		display: block;
		
		/* for alt text */
		text-align: center;
		line-height: 3.0em;
		font-family: Impact, "Arial Black", Verdana, sans-serif;
		font-size: 14px;
	}

	#main div.featuredProject img.teaserImage {
		display: block;
	}

	#main div.featuredProject div.projectSummary {
		width: 493px;
		background-image: url('quarterBlack.png');
		float: right;
		min-height: 100px;
	}

		#main div.featuredProject div.projectSummary h2 {
			/* font-family: Impact, "Arial Black", Verdana, sans-serif; */
			font-family: Verdana, sans-serif;
			/* font-size: 14px; */
			font-size: 15px;
			/* font-weight: normal; */
			font-weight: bold;
			margin: 13px 36px 3px 18px;
			/* letter-spacing: 0.03em; */
		}

		#main div.featuredProject div.projectSummary p {
			margin: 0 36px 3px 18px;
			font-size: 11px;
			text-align: justify;
		}

		#main div.featuredProject div.projectSummary .more {
			float: right;
			margin: 3px 28px 3px 0;
			text-transform: uppercase;
			color: #ed1b2f;
			/* font-family: Impact, "Arial Black", Verdana, sans-serif; */
			font-family: Verdana, sans-serif;
			font-weight: bold;
			/* font-size: 14px; */
			font-size: 13px;
			text-decoration: none;
			/* letter-spacing: 0.03em; */
		}

			#main div.featuredProject div.projectSummary .more:hover {
				color: white;
			}
			
	#featuredProjects p.note,
	#projectsArchive p.note {
		margin: 50px 0;
	}
			
	a.projectArchives,
	span.projectArchives {
		text-decoration: none;
		text-align: center;
		border-bottom: 2px solid #570918;
		padding-bottom: 2px;
		/* font-family: Impact, "Arial Black", Verdana, sans-serif; */
		font-family: Verdana, sans-serif;
                font-weight: bold;
		font-size: 16px;
		line-height: 1.0em;
		/* width: 60px; */
		width: 75px;
		display: block;
	}
	
		span.projectArchives { margin: auto; }
		
		span.projectArchives .project,
		a.projectArchives .project { color: white; }
		
		span.projectArchives .archives,
		a.projectArchives .archives { color: #ed1b2f; }
		
		a.projectArchives:hover { border-bottom-color: white; }
		a.projectArchives:hover .archives { color: white; }
		


#projectsArchive {
	margin: 10px 0 30px 0;
}

	/* stuff to handle auto-clearing of elements with floats without the need for a clearing div */				
	/* thanks to: http://www.positioniseverything.net/easyclearing.html */	
	#projectsArchive:after {
		content: ".";
		display: block;
		visibility: hidden;
		clear: both;
		height: 1%;
		font-size: 0.1em;
		line-height: 0;
	}			

	/* patch to make easyclearing hack work in IE7 */
	/* thanks to: http://www.tanfa.co.uk/archives/show.asp?var=300 */
	#projectsArchive { display: inline-block; }
	#projectsArchive { display: block; }
	
	#main a.archivedProject {
		float: left;
		width: 237px;
		height: 211px;
		overflow: hidden;
		text-decoration: none;
		display: block;
		text-align: center;
		margin: 20px 0 0 0;
	}

		#main a.archivedProject img {
			width: 150px;
			height: 150px;
			background-image: url('quarterBlack.png');
			padding: 10px;
			display: block;
			margin: 0 auto 5px auto;
		}

		#main a.archivedProject span.projectTitle {
			display: block;
			/* font-family: Impact, "Arial Black", Verdana, sans-serif; */
			font-family: Verdana, sans-serif;
			font-size: 13px;
		}

			#main a.archivedProject:hover span.projectTitle { text-decoration: underline; }



div.project div.projectMedia {
	float: left;
	width: 440px;
	position: relative;
}

	div.project #projectMedia,
	div.project #projectMedia img {
		width: 440px;
		height: 440px;
	}
	
	div.project a.projectThumb {
		float: left;
		width: 76px;
		height: 76px;
		background-image: url('quarterBlack.png');
		margin: 10px 6px 0 6px;
		display: block;
		cursor: pointer;
	}
	
		div.project a.projectThumb.selected {
			background-color: white;
		}
	
		div.project a.projectThumb:hover {
			background-image: url('halfBlack.png');
		}

		div.project a.projectThumb img {
			width: 56px;
			height: 56px;
			margin: 10px;
		}
		
	div.project div.projectMedia .arrow {
		position: absolute;
		display: block;
		width: 27px;
		height: 41px;
		top: 200px;
		outline: none;
		cursor: pointer;
	}
	
		div.project div.projectMedia #rightArrow { 
			right: -37px; 
			background-image: url('arrow_right.png'); 
		}
		
		div.project div.projectMedia #leftArrow { 
			left: -37px; 
			background-image: url('arrow_left.png'); 
		}
	
		div.project div.projectMedia #rightArrow:hover { background-image: url('arrow_right_over.png'); }		
		div.project div.projectMedia #leftArrow:hover  { background-image: url('arrow_left_over.png'); }

div.project div.projectDescription {
	/* width: 493px; /* pre prev/next arrows */
	width: 456px;
	float: right;
	background-image: url('quarterBlack.png');
}

	div.project div.projectDescription h2 {
		/* font-family: Impact, "Arial Black", Verdana, sans-serif; */
		font-family: Verdana, sans-serif;
		font-size: 18px;
		/* font-weight: normal; */
		margin: 13px 36px 3px 18px;
		/* letter-spacing: 0.03em; */
	}
	
	div.project div.projectDescription h1,
	div.project div.projectDescription h3,
	div.project div.projectDescription h4,
	div.project div.projectDescription h5,
	div.project div.projectDescription h6 {
		margin: 13px 36px 3px 18px;
	}

	div.project div.projectDescription div.baamsRole {
		text-align: right;
	}
	
		div.project div.projectDescription div.baamsRole h3 {
			font-family: Verdana, sans-serif;
			font-size: 12px;
			font-weight: bold;
			display: block;
			margin: 23px 18px 0 18px;
			line-height: 1.7em;
		}
	
		#main div.project div.projectDescription div.baamsRole p {
			margin: 0 18px 13px 18px;
		}


#mapFrame {
	width: 480px;
	height: 360px;
	padding: 18px;
	background-image: url('thirdBlack.png');
	float: right;
	margin-right: 55px;
	display: inline; /* for IE6 */
}

	#map {
		width: 480px;
		height: 360px;
		overflow: hidden;
	}
	
	#map div.infoWindow {
		color: black;
	}
	
		#map div.infoWindow strong { font-size: 15px; letter-spacing: 0.025em; }

#address {
	width: 243px;
	padding: 5px 13px 8px 13px;
	margin-left: 55px;
	display: inline; /* for IE6 */
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 2.5em;
}

	#address h2 {
		font-family: Impact, "Arial Black", Verdana, sans-serif;
		font-size: 22px;
		font-weight: normal;
		margin: 80px 0 0 0;
	}
	
#dirFrame {
	width: 490px;
	padding: 0 13px 8px 13px;
	background-image: url('thirdBlack.png');
	float: right;
	margin-right: 55px;
	display: none;
}


#main div.person {
	width: 144px;
	height: 580px;
	float: left;
	padding-bottom: 10px;
	margin: 20px 23px 30px 23px;
	display: inline; /* for IE6 */
	background-image: url('halfOlive.png');
	position: relative;
}

	#main div.person a,
	#main div.person a:hover {
		text-decoration: none;
	}

	#main div.person img.narrowImage {
		position: absolute;
		top: 12px;
		left: 12px;
		display: none;
		z-index: 2;
		width: 120px;
		height: 440px;
	}

	#main div.person img.silhouetteNarrow {
		margin: 12px 12px 10px 12px;
		width: 120px;
		height: 440px;
		z-index: 1;
	}
	
	#main div.person span.personName,
	#main div.person span.personTitle {
		/* font-family: Impact, "Arial Black", Verdana, sans-serif; */
		font-family: Verdana, sans-serif;
		font-weight: bold;
		/* font-size: 14px; */
		font-size: 13px;
		text-align: center;
		line-height: 1.1em;
		display: block;
		margin: 0 3px;
	}
	#main div.person span.personTitle { color: #c9c961; }
	
	#main div.person span.personBioLeadIn {
		position: absolute;
		top: 515px;
		left: 8px;
		right: 6px;
		height: 57px;
		overflow: hidden;
		font-size: 10px;
		font-weight: bold;
		line-height: 1.1em;
		display: block;
	}
	
	#main div.person span.more {
		position: absolute;
		bottom: 3px;
		right: 3px;
		display: block;
		text-align: right;
		text-transform: uppercase;
		color: #dcd142;
		/* font-family: Impact, "Arial Black", Verdana, sans-serif; */
		font-family: Verdana, sans-serif;
		font-weight: bold;
		/* font-size: 11px; */
		font-size: 10px;
		text-decoration: none;
		/* letter-spacing: 0.03em; */
	}
	
		#main div.person a:hover span.more { color: white; }
		
#main div.bioPage {
	background-image: url('halfOlive.png');
	padding: 20px 17px 20px 17px;
	text-align: justify;
	margin-bottom: 10px;
	width: 878px;
	position: relative;
}

	#main div.bioPage img.personMainImage {
		float: left;
		width: 296px;
		margin-right: 17px;
		/* margin-bottom: -20px; */
		margin-bottom: 5px;
	}
	
	#main div.bioPage h1 {
		/* font-size: 17px; */
		font-size: 18px;
		/* letter-spacing: 0.03em; */
		margin-top: 0;
		text-align: left;
	}
	
		#main div.bioPage h1 span.personTitle { 
			color: #c9c961; 
			margin-left: 5px;
		}
	
	#main div.bioPage p {
		margin-right: 0;
		margin-left: 0;
	}
	
	#main div.bioPage a.more {
		/* font-size: 17px; */
		/* font-family: Impact, "Arial Black", Verdana, sans-serif; */
		font-family: Verdana, sans-serif;
		font-weight: bold;
		/* font-size: 16px; */
		font-size: 17px;
		/* letter-spacing: 0.03em; */
		text-transform: uppercase;
	}
	

	/* stuff to handle auto-clearing of elements with floats without the need for a clearing div */				
	/* thanks to: http://www.positioniseverything.net/easyclearing.html */	
	#main div.bioPage:after {
		content: ".";
		display: block;
		visibility: hidden;
		clear: both;
		height: 1%;
		font-size: 0.1em;
		line-height: 0;
	}			s

	/* patch to make easyclearing hack work in IE7 */
	/* thanks to: http://www.tanfa.co.uk/archives/show.asp?var=300 */
	#main div.bioPage { display: inline-block; }
	#main div.bioPage { display: block; }
	
.personThumb {
	display: block;
	padding: 8px;
	float: left;
	background-image: url('halfOlive.png');
	margin: 30px 33px 0 0;
}

	a.personThumb:hover {
		background-image: url('quarterBlack.png');
	}

	.personThumb img {
		display: block;
		width: 86px;
		height: 86px;
	}
	
	
#main div.cvPage {
	background-image: url('halfOlive.png');
	padding: 20px 17px 50px 17px;
	text-align: justify;
	margin-bottom: 10px;
	width: 878px;
	position: relative;
}
	
	#main div.cvPage h1 {
		/* font-size: 17px; */
		font-size: 18px;
		/* letter-spacing: 0.03em; */
		margin-top: 0;
		text-align: left;
	}
	
		#main div.cvPage h1 span.personTitle { 
			color: #c9c961; 
			margin-left: 5px;
		}

	#main div.cvPage p {
		margin-right: 0;
		margin-left: 0;
	}
	
	#main div.cvPage table {
		margin: 13px 0 0 0;
	}
	
		#main div.cvPage table td {
			padding: 0 15px 0 0;
			line-height: 1.7em;
		}
	
	#main div.cvPage h3 {
		margin: 25px 0 -10px 0;
		font-size: 14px;
	}
	
	#main div.cvPage a.more {
		/* font-size: 17px; */
		/* font-family: Impact, "Arial Black", Verdana, sans-serif; */
		font-family: Verdana, sans-serif;
		font-weight: bold;
		/* font-size: 16px; */
		font-size: 17px;
		/* letter-spacing: 0.03em; */
		position: absolute;
		bottom: 18px;
		text-transform: uppercase;
	}


#main div.newsArticle {
	width: 564px;
	padding: 18px;
	background-image: url('quarterBlack.png');
	float: left;
	margin-bottom: 18px;
}

	#main div.newsArticle.wide {
		width: 914px;
	}

	#main div.newsArticle p {
		margin-right: 0;
		margin-left: 0;
	}

	#main div.newsArticle h2 {
		font-size: 18px;
		/* font-weight: normal; */
		/* font-family: Impact, "Arial Black", Verdana, sans-serif; */
		font-family: Verdana, sans-serif;
		font-weight: bold;
		/* letter-spacing: 0.03em; */
		margin: 0 0 13px 0;
	}

	#main div.newsArticle a {
		color: #c9c961; 
		font-weight: bold;
	}

#main div.newsEmbed {
	padding: 18px;
	background-image: url('quarterBlack.png');
	width: 296px;
	float: right;
	margin-bottom: 18px;
}

	#main div.newsEmbed img {
		width: 296px;
	}

	a.newsArchives,
	span.newsArchives {
		text-decoration: none;
		text-align: center;
		border-bottom: 2px solid #1d471a;
		padding-bottom: 2px;
		/* font-family: Impact, "Arial Black", Verdana, sans-serif; */
		font-family: Verdana, sans-serif;
                font-weight: bold;
		font-size: 16px;
		line-height: 1.0em;
		/* width: 60px; */
		width: 75px;
		display: block;
	}
	
		span.newsArchives { margin: auto; }
		
		span.newsArchives .news,
		a.newsArchives .news { color: #b7d432; }
		
		span.newsArchives .archives,
		a.newsArchives .archives { color: #1d471a; }
		
		a.newsArchives:hover { border-bottom-color: #b7d432; }
		a.newsArchives:hover .archives { color: #b7d432; }
		
#main div.newsArchiveItem {
	margin: 0 auto 18px auto;
	width: 400px;
}

	#main div.newsArchiveItem h2 {
		font-size: 18px;
		/* font-weight: normal; */
		/* font-family: Impact, "Arial Black", Verdana, sans-serif; */
		font-family: Verdana, sans-serif;
                font-weight: bold;
		/* letter-spacing: 0.03em; */
		margin: 0;
	}
	
	#main div.newsArchiveItem span.dateline {
		font-style: italic;
	}

#player.newsMedia {
	width:296px;
	/* height:296px; */
	height:246px;	
}

#main div.person div.personBioLeadIn {
display:block;
font-size:10px;
font-weight:bold;
height:57px;
left:8px;
line-height:1.1em;

position:absolute;
right:6px;
top:515px;
}


#main iframe {
	border: none;
}