/* CSS for  */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 62.5% Helvetica, Arial, sans-serif;
	background: #423428 url('/images/bg.gif') repeat-x;
}
#container{
	width: 974px;
	background: url('/images/bg-body.png') repeat-y;
	margin: 0 auto;
}

a {color: #142148}
a:link { }
a:hover { }

h1 {
	color: #142148;
	font-size: 1.6em;
		font-family: Palitino, Georgia, serif;
	margin-top: 20px;
}
h2 {
	color: #142148;
	font-size: 1.4em;
	margin-top: 15px;
}
h3 {
	color: #000;
	font-size: 1.2em;
}

input { padding: 2px; }
option { padding: 1px 3px 1px 2px; }
ul { margin: 10px 0 10px 20px; }
li { margin: 0 0 5px 0; }

img { border: 0; }
img.l { margin: 0 10px 0 0; }
img.r { margin: 0 0 0 10px; }

.l { float: left; }
.r { float: right; }
.clear { clear: both; }
.clear-l { clear: left; }
.clear-r { clear: right; }

.b { font-weight: bold; }
.u { text-decoration: underline; }
.i { font-style: italic; }
.small { font-size: .89em; }
.large { font-size: 1.11em; }
.t-c { text-align: center; }
.t-r { text-align: right; }
.t-l { text-align: left; }
.blue {color: #142148;}
/*.j {text-align:justify;}*/

img{
	border: 0px;
}

img.staff { 
float:left; 
margin: 15px 15px 5px 0px;
border: 3px solid #142148;
}
img.principal { 
float:left; 
margin: 15px 15px 5px 0px;
border: 3px solid #142148;
}

#header{
	background: url('/images/bg-header.gif') repeat-x;
	height: 143px;
	width: 930px;
	margin: 0 21px;
	position: relative;
}
#header-l{
	position: absolute;
	left: 0px;
}
#header-r{
	position: absolute;
	right: 0px;
}
#logo{
	margin-top: 35px;
}
#tagline{
	margin-top: 35px;
}
#search{
	position: absolute;
	top: 11px;
	right: 13px;
	text-align: right;
	width: 250px;
}
input#search-submit{
	border: 0;
	background: url('/images/button-submit.gif') no-repeat;
	display: block;
	float: right;
	width: 73px;
	height: 24px;
	margin-left: 8px;
	cursor: pointer;
}
#copy{
	margin: 0 24px 0 22px;
	position: relative;}
	
/*------------------------------------  int  nav  -------------------------------------*/	
	

#nav { /* all lists */
	padding: 0;
	margin: 0;
	background: #b6c3ca url('/images/bg-nav-int.gif') no-repeat;
	font-size: 1.7em;
	text-align: center;
	height: 36px;	
	list-style: none;

}
#nav ul { /* all lists */
	padding: 0;
	margin: 0px 0px 0px 15px;
	list-style: none;
}

#nav a {
	display: block;
	color: #142148;
	text-decoration: none;
	font-family: Palitino, Georgia, serif;
	line-height: 36px;
	height: 36px;	
	display: block;
	padding: 0 8px 0 8px;
	text-align: center;
}
#nav a:hover{
	/*background: #E3E8EB;*/
	background: url('/images/int-nav-hover.gif') repeat-x;
}
#nav li.bull{
	width: 5px;
}

#nav li { /* all list items */
	float: left;
	line-height: 36px;
	height: 36px;
	text-align: center;
	margin: 0 3px 0 3px;
	 /* width needed or else Opera goes nuts */
}

#nav li.nav-1 {
	width: 62px;
}
		
#nav li.nav-2{
	width: 137px;
}
	
#nav li.nav-3{
	width: 77px;
}
		
#nav li.nav-4{
	width: 77px;
}
	
#nav li.nav-5{
	width: 116px;
}

#nav li.nav-6{
	width: 109px;
}
	
#nav li.nav-7{
	width: 73px;
}
	
#nav li.nav-8{
	width: 99px;
}
#nav .home-bullet { display: none; }




#nav li ul { /* second-level lists */
	position: absolute;
	width: 200px;
	left: -999em;
	margin: 0;
	padding: 0;
	z-index: 999;
}
#nav li ul li {
	float: left;
	line-height: normal;
	height: auto;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 200px;	
}
#nav li ul li a {
	margin: 0;
	padding: 8px;
	color: #142148;
	line-height: normal;
	height: auto;	
	border: 1px solid #999999;
	border-top: 0;
	background: url('/images/bg-nav-int-dd.gif') repeat-x #a3afb8;
}
#nav li ul li a:hover{
	/*background: #E3E8EB;*/
	background: url('/images/int-nav-hover.gif') repeat-x #dce1e5;
}
#nav li ul li ul { margin: -37px 0 0 200px; } /* Third-level lists */
#nav li ul li ul.tall-sub { margin: -57px 0 0 200px; }





#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.sfhover {
    position: static;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


.home #nav {
	background: url('/images/bg-nav.gif') repeat-y;
	float: left;
	margin: 0;
	height: 437px;
}
.home #nav ul, .home #nav li{
	margin: 0;
	padding: 0;
	width: 198px;
	list-style-type: none;
}
.home #nav li{
	height: 51px;
}
.home #nav .home-bullet { display: inline; }
.home #nav li.bull { display: none; }
.home #nav a{
	height: 41px;
	line-height: 41px;
	padding-left: 20px;
	margin: 0;
	padding: 0 0 0 20px;
	margin: 5px;
	text-align: left;
}
.home #nav a:hover{
	background: url('/images/home-nav-hover.gif') center repeat-y;
}
.home #nav .last span{
	display: none;
}
.home #nav li{
	border-bottom: 1px solid #919ead;
}

.home #nav li.last{
	border: 0;
}
.home #main-img{
	position: absolute;
	right: 0px;
	width: 730px;
	background: url('/swf/projects-flash/images/FredHartman_bridge.jpg') top left no-repeat;
}


.home #nav li ul { /* second-level lists */
	margin: -46px 0 0 196px;
	padding: 0;
	height: auto;
	line-height: normal;
	width: 210px;
}
.home #nav li ul li {
	width: 210px;	
	padding: 0;
	margin: 0;
	height: auto;
	line-height: normal;
	border: 0;
}
.home #nav li ul li a {
	margin: 0;
	padding: 9px 9px 10px 9px;
	height: auto;
	line-height: normal;
	border: 1px solid #999999;
}
.home #nav li ul li a:hover{
	/*background: #E3E8EB;*/
	background: url('/images/int-nav-hover.gif') repeat-x #dce1e5;
}
.home #nav li ul li ul { margin: -41px 0 0 210px; } /* Third-level lists */
.home #nav li ul li ul.tall-sub { margin: -61px 0 0 210px; }


#site-overlay{
	background: url('/images/bg-overlay.png') repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
	height:75px;
	color: #ffffff;
	padding: 0 10px 0 30px;
	font-size: 1.3em;
	line-height: 1.3em;
}
#site-overlay h3{
	color: #ffffff;
	margin: 10px 0 .3em 0 ;
	font-size: 1.2em;
	padding: 0px;
}
#overlink{
	border-left: 1px solid #ffffff;
	margin: 15px 0px 0 20px ;	
	height: 50px;
	text-align: center;
}
#overlink span{
	display: block;
	margin-top: 10px;
	width: 100px;
}
#overlink:hover{
	text-decoration: none;
}
#site-overlay p{
	margin: 0px;
	padding: 0px;
}
#site-overlay a{
	color: #ffffff;
}
#content{
	border-top: 2px solid #B1AA96;
	clear: both;
	padding-left: 40px;
}
#content p#home-left{
	float: left;
	color: #142148;
	text-align:left;
	font-family: Palitino, Georgia, serif;
	font-size: 1.6em;
	line-height: 1.8em;
	font-weight: bold;
	width: 275px;
	margin: 50px 30px 0 5px;
}
.home #content p{
	color: #3A2C1F;
	font-size: 1.4em;
	line-height: 1.6em;
	/*text-align:justify;*/
	width: 490px;
	float: right;
	margin: 20px 0 20px 0 ;
}
#content p{
	color: #3A2C1F;
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 405px 20px 0;
	/*
	margin: 0px 0 20px 0 ;
	width: 480px;
	*/
}
#content p.blue{
	color: #142148;
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 20px 0 20px 0 ;
	width: 480px;
}
#content ul li{
	color: #3A2C1F;
	font-size: 1.2em;
	line-height: 1.2em;
}

#content p.intro {
	color: #5b5d66;
	font-size: 1.6em;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	margin-top: 20px;
}
#right{
	float: right;
	display: inline;
	width: 308px;
	margin: 0 40px 0 0;
	padding-bottom: 20px;
}
#right h1{
	background: #a5a7ae;
	color: #142148;
	font-size: 1.4em;
	padding:4px 0 4px 25px;
	margin: 0;
}
#right #blue-box{
	background: #c5c5c5;
}
#right ul{
	margin: 0;
	padding: 25px 25px 25px 35px;
}
#right ul li{
	color: #142148;
	font-family: Palatino, Georgia, serif;
	font-size: 1.2em;
	font-weight: bold;
}
#right a{
	color: #142148;
}
#right a:hover{
	text-decoration: none;
}
#footer{
	background: url('/images/bg-footer.gif') repeat-x;
	height: 53px;
	clear: both;
	font-family: Palatino, Georgia, serif;
	color: #000000;
	text-align: center;
}
#footer a{
	text-decoration: none;
	line-height: 1.7em;
	padding: 0 10px 0 10px ;
	color: #000000;
}
#footer a:hover{
	text-decoration: underline;
}
#copyright a{
	padding: 0;
}

#blueline {
border-bottom: solid 1px  #898b92;
margin-top: 15px;
margin-right: 400px;
}
#gallery { 
margin: 0px 0px 5px 15px
}
#gallery img { 
margin: 0px 15px 8px 0px;
border: 2px solid #142148;
}
#gallery1{ 
margin: 0px 0px 5px 15px
}
#gallery1 img { 
border: 2px solid #142148;
margin-right:20px;
}
#muvee { 
padding:0;
width:204px;
height:154px;
}

