html, body {
	height: 100%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	color: #18428C;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 36px;
	height: 17px;
}
#panel_header {
	background-color: #1e428d;
	height: 17px;
	width: 180px;
	margin-left: 2px;
	margin-top: 10px;
}



#container
{
	width: 100%;
	margin: 0px;
	color: #333;
	border: 0px solid gray;
	height: 100%;
}
body {
	margin: 0px;
}


#top
{
	background-color: #6BAD39;
	background-image: url(img/header_bkg.jpg);
	height: 156px;
	background-repeat: repeat-x;
	overflow: hidden;
	clear: none;
}

#leftnav
{
	float: left;
	width: 167px;
	background-color: #1D3F87;
	background-image: url(img/bkg_leftnav.jpg);
	background-repeat: no-repeat;
	height: 90%;
	margin-top: 3px;
	padding-top: 37px;
	
}
a.level1:link {
	background-image: url(img/btn_level1_off.jpg);
	display: block;
	height: 33px;
	width: 167px;
	text-indent: 45px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	word-spacing: 3px;
	line-height: 30px;
	white-space: nowrap;
}
#breadcrumb {
	height: 37px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	background-image: url(img/bkg_breadcrumb.jpg);
	background-repeat: repeat-x;
}

a.level1:visited {
	background-image: url(img/btn_level1_off.jpg);
	display: block;
	height: 33px;
	width: 167px;
	text-indent: 45px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .5px;
	word-spacing: 3px;
	line-height: 30px;
	white-space: nowrap;
}
a.level1:hover {
	background-image: url(img/btn_level1_on.jpg);
	display: block;
	height: 33px;
	width: 167px;
	text-indent: 45px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .5px;
	word-spacing: 3px;
	line-height: 30px;
	white-space: nowrap;
}

#content
{
	margin-left: 167px;
	background-image: url(img/bkg_content.jpg);
	background-repeat: repeat-y;
	height: 100px;
	margin-top: 3px;
	padding: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
/*max-width: 36em;*/
}

#content h2 { margin: 0 0 .5em 0; }
#h1Box {
	background-image: url(img/bkg_h1.jpg);
	height: 37px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	color: #18428C;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 0.5px;
	word-spacing: 4px;
	background-position: center;
	display: block;
	margin-right: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p, #container #content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 20px;
	margin-left: 10px;
} 
#project_panel {
	height: 375px;
	width: 182px;
	background-image: url(img/bkg_project1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
}
#right_cal {
	height: 715px;
	width: 182px;
	float: right;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
	text-indent: 10px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;

}
#project_thumbs {
	height: 173px;
	width: 182px;
	background-image: url(img/bkg_project_thumbs.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 15px;
	float: left;
	visibility: visible;
}
.thumbnail_img {
	margin-top: 10px;
	margin-left: 10px;
}
a {
	text-decoration: none;
}
#content #project_thumbs p {
	font-size: 11px;
}
#address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	width: 165px;
	top: 90%;
	bottom: 0%;
	clear: both;
	margin: 0px;
	padding: 0px;
}

