html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

html {
	background: url(../images/bg.gif) top center no-repeat #ebebeb;
}

body {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin-top: 30px;
}

p {
	margin-bottom: 14px;
	text-align: justify;
}

a {
	color: gray;
	text-decoration: underline;
}
a:hover,
a:focus,
a:active {
	color: #ffd204;
	text-decoration: underline;
}

img {
	border: none;
}

.clear {
	clear: both;
	overflow: hidden;
	margin: 0;
	height: 0;
}

h1 {
	font-size: 1.3em;
	color: black;
	font-weight: bold;
	margin-bottom: 30px;
}

h2 {
	font-size: 1.1em;
	color: black;
	font-weight: bold;
	margin-bottom: 10px;
}

ul {
	margin: 10px 20px;
}

li {
	margin: 5px 10px;
}

#page {
	width: 960px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
}

#main {
	min-height: 570px;
	height: auto !important;
	height: 570px;
}

.left {
	float: left;
	width: 228px;
}

.right {
	float: right;
	width: 700px;
}

#footer {
	float: left;
	width: 960px;
	height: 30px;
}

#footer .left {
	background: #ffd204;
	height: 30px;
}

#footer .right {
	font-size: 0.8em;
	padding-top: 1px;
}

#header-images {
	float: left;
	background: black;
	width: 700px;
	height: 127px;
	color: white;
	text-align: center;
}

.content {
	float: left;
	margin-top: 30px;
}


.left .nav-items {
	float: left;
	width: 228px;
	margin-top: 30px;
}
.right .proj-items {
	float: left;
	width: 228px;
}
.nav-items ul, .proj-items ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-items li {
	float: left;
	width: 228px;
	margin: 8px 0;
	font-weight: bold;
}
.nav-items a {
	display: block;
	padding: 4px 0 0 48px;
	float: left;
	text-decoration: none;
	height: 25px;
	width: 180px;
	color: white;	
	background: url(../images/nav-bg.gif) no-repeat;
}
.nav-items a:hover,
.nav-items a:focus,
.nav-items a:active {
	background: url(../images/nav-bg-over.gif) no-repeat;
	color: black;
}

.proj-items li {
	float: left;
	width: 320px;
	margin: 8px 0;
	font-weight: bold;
}
.proj-items a {
	display: block;
	padding: 4px 0 0 48px;
	float: left;
	text-decoration: none;
	height: 25px;
	width: 272px;
	color: white;	
	background: url(../images/proj-bg.gif) no-repeat;
}
.proj-items a:hover,
.proj-items a:focus,
.proj-items a:active {
	background: url(../images/proj-bg-over.gif) no-repeat;
	color: black;
}

.map {
	float: right;
	text-align: center;
}

.map img {
	border: solid black 2px;
}

.project-image {
	float: right;
}

.project-items {
	float: left;
	width: 628px;
}
.project-items ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.project-items li {
	float: left;
	width: 628px;
	margin: 8px 0;
	font-weight: bold;
}
.project-items a {
	display: block;
	padding: 4px 0 0 50px;
	float: left;
	text-decoration: none;
	height: 25px;
	width: 580px;
	color: white;	
	background: url(../images/project-bg.gif) no-repeat;
}
.project-items a:hover,
.project-items a:focus,
.project-items a:active {
	background: url(../images/project-bg-over.gif) no-repeat;
	color: black;
}
.project-items span {
	display: block;
	padding: 4px 0 0 50px;
	float: left;
	text-decoration: none;
	height: 25px;
	width: 580px;
	color: black;	
	background: url(../images/project-bg-over.gif) no-repeat;
}

#project {
	float: left;
	width: 960px;
}

#project #header-images {
	float: left;
	background: none;
	width: 960px;
	text-align: left;
	height: 460px;
}

#project #header-images .main {
	float: left;
	padding-bottom: 10px;
}

#project #header-images .sub {
	float: right;
	padding-bottom: 10px;
}

#project #details {
	float: left;
	background: white;
	width: 600px;
	min-height: 270px;
	height: auto !important;
	height: 270px;
}

#project #details .content {
	float: left;
	padding: 20px;
	margin: 0;
}

#project #details h1 {
	color: #919396;
}

#project #details h2 {
	font-weight: normal;
	font-size: 1.2em;
}

#project #info {
	float: right;
	background: #919396;
	width: 350px;
	color: white;
	min-height: 270px;
	height: auto !important;
	height: 270px;
}

#project #info .content {
	float: left;
	padding: 20px 10px;
	margin: 0;
}

#project #info .row {
	float: left;
	width: 325px;
	margin-bottom: 10px;
}

#project #info .leftcol {
	float: left;
	width: 150px;
}

#project #info .rightcol {
	float: right;
	width: 175px;
}

#project .title {
	float: left;
	width: 550px;
	height: 20px;
	background: url(../images/bg-M-yellow.gif) no-repeat #ffd204;
	margin-bottom: 10px;
	padding: 5px 0 0 50px;
	font-weight: bold;
	color: white;
}

#project .back {
	float: right;
	width: 300px;
	height: 20px;
	background: url(../images/bg-M-grey.gif) no-repeat #919396;
	margin-bottom: 10px;
	padding: 5px 0 0 50px;
	font-weight: bold;
	color: white;
}

#project .back a {
	color: white;
	text-decoration: none;
}

#project .back a:hover,
#project .back a:focus,
#project .back a:active {
	color: black;
}

#project #details-dup {
	float: left;
	background: white;
	margin-bottom: 10px;
	width: 600px;
	height: 130px;
}

#project #info-dup {
	float: left;
	background: #919396;
	margin: 0 0 10px 10px;
	width: 350px;
	text-align: center;
	height: 130px;
}

#project #info-dup img {
	padding-top: 2px;
}

#project-footer1 {
	float: left;
	width: 960px;
	font-size: 0.9em;
	margin-top: 5px;
}

#project-footer2 {
	float: left;
	width: 960px;
	height: 20px;
	margin-top: 10px;
}

#project-footer2 .blank {
	float: left;
	width: 716px;
	height: 20px;
}

#project-footer2 .yellow {
	float: left;
	width: 138px;
	height: 20px;
	background: #ffd204;
}

#main-print-logo {
	display: none;
}

