html {
	min-height: 100%;
}
body {
	background-color: #006BB3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#main {
	margin: auto;
	width: 853px;
	text-align: left;
}
#topbar {
	height: 99px;
	width: 853px;
}
#maincontent {
	background-color: #FFFFFF;
	clear: left;
	width: 796px;
	margin-top: 30px;
	min-height: 100%;
	padding-top: 24px;
	padding-right: 30px;
	padding-bottom: 24px;
	padding-left: 24px;
	float: left;
}
p {
	text-align: justify;
}

a:link {
	color: #0071BC;
	text-decoration: none;
}
a:hover {
	color: #46B5FF;
	text-decoration: none;
}
a:visited {
	color: #0071BC;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h3 {
	font-size: 19px;
	color: #0071BC;
}
ul {
	font-size: 14px;
	list-style-image: url(../images/list-bullet.gif);
	line-height: 20px;
	font-weight: 400;
}
ul a:link{
	color: #000000;
	text-decoration: none;
	
}
ul a:hover{
	text-decoration: underline;
	
}
ul a:visited{
	color: #000000;
	text-decoration: none;
	
}
#projectfront {
	float: right;
	width: 500px;
	background-image: url(../images/vert-divider.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	line-height: 18px;
	padding-right: 30px;
}
h4 {
	font-size: 14px;
}
.projectthumb {
	background-color: #000000;
	text-align: center;
	height: 64px;
	width: 82px;
	margin-right: 14px;
	float: left;
	padding-top: 8px;
	display: inline;
	font-size: 11px;
	padding-right: 3px;
	padding-left: 4px;
	border: 1px solid #000000;
}
.projectthumb:hover {
	border: 1px solid #FF9900;
	color: #FF9900;
}

.headingbgblue {
	background-image: url(../images/bg_blueheader.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 100%;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 9px;
	text-indent: 12px;
	background-color: #0071BC;
	background-position: left;
}
.headingbgblue a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.headingbgblue a:hover{
	text-decoration: underline;
}
.headingbgblue a:visited{
	color: #FFFFFF;
}
li {
	text-indent: 0px;
}



h1 {
	font-size: 20px;
}

#navholder {
	float: right;
	height: 26px;
	width: 600px;
	margin-right: 18px;
	margin-top: 72px;
}
.navbtn {
	float: right;
	height: 15px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #0071BC;
	text-align: center;
	padding-top: 8px;
	font-size: 11px;
	font-weight: bold;
}
.navbtn:hover {
	cursor: pointer;
	background-image: url(../images/bg_nav_hover.jpg);
	background-repeat: repeat-x;
}
.navbtn a:link {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.navbtn a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#botbar {
	min-height: 100%;
	width: 100%;
	clear: left;
	color: #CCCCCC;
	background-color: #000000;
	float: left;
	text-align: center;
	padding-top: 9px;
	font-size: 11px;
	padding-bottom: 8px;
}
#midbotbar {
	background-image: url(../images/bg_mid_botbar.jpg);
	background-repeat: no-repeat;
	height: 236px;
	width: 100%;
	margin: auto;
	background-color: #212B40;
	background-position: center;
	clear: left;
	float: left;
	text-align: center;
	color: #FFFFFF;
}
#projectthumbholder {
	width: 853px;
	margin-top: 22px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 70px;
}

#midbotbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#midbotbar a:hover {
	text-decoration: underline;
}
#midbotbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#address {
	margin-top: 118px;
}
#botbar a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#botbar a:hover {
	text-decoration: underline;
}
#botbar a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
/* tooltip styling. uses a background image (a black box with an arrow) */ 
div.tooltip { 
    background:transparent url(../images/black_arrow_big.png) no-repeat scroll 0 0; 
    font-size:14px; 
    height:153px; 
    padding:30px; 
    width:310px; 
    font-size:14px; 
    display:none; 
    color:#fff; 
} 
 
/* tooltip title element (h3) */ 
div.tooltip h3 { 
    margin:0; 
    font-size:18px; 
    color:#fff; 
}
.narrowcolumn {
	float: left;
	width: 545px;
	background-color: #FFFFFF;
}
.subnav {
	float:right;
	width:230px;
	height:241px;
	margin-top:25px;
	background-color: #FFFFFF;
	font-weight: bold;
}

