@charset "UTF-8";
/* CSS Document */



@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'EuroTechnic';
	src: url('fontface/eurotece-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'EuroTechnic';
	src: url(//:) format('no404'), 
	url('fontface/eurotece-webfont.woff') format('woff'), 
	url('fontface/eurotece-webfont.ttf') format('truetype'), 
	url('fontface/eurotece-webfont.svg#webfont1rc9b4VD') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'EuroTechnicBold';
	src: url('fontface/euroteeb-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'EuroTechnicBold';
	src: url(//:) format('no404'), 
	url('fontface/euroteeb-webfont.woff') format('woff'), 
	url('fontface/euroteeb-webfont.ttf') format('truetype'), 
	url('fontface/euroteeb-webfont.svg#webfontS3RFsfmf') format('svg');
	font-weight: normal;
	font-style: normal;
}


html {
	height:100%;
}
body {
	margin:0px;
	padding:0px;
	background: #808080;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
}
#container {
	width:885px;
	margin:0px auto;
	padding:0px;
	position:relative;
	z-index:100;
	height:100%;
}
#wrapper {
	width:100%;
	background: url(wrapper_bkg.jpg) repeat-y top center;
}
/* ----- header info ----- */

#header {
	width:883px;
	height: 85px;
}

*+html body #header {
	height: 83px;
	overflow: hidden !important;
}	

#logo_top {
	background:url(images/logo_top.jpg) top left no-repeat;
	height:40px;
	width: 883px;
	margin:0px;
	padding:0px;
	float: right;
}
#navigation {
	clear: both;
	float: right;
	margin: 0px;
	padding: 0px;
	width: auto;
	background: #808080;
}

*+html body #navigation {
	width: 664px;	
	position: absolute;
	right: 0;
	height: 45px;
}

#navigation li {
	background: url(http://test.designtheplanet.com/bertucci/images/navBKG.gif) repeat-x;
	display: block;
	float: left;
	font-family: EuroTechnic, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	list-style: none;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	/* rounded corners */
	-moz-border-radius: 12px 12px 0 0;
	-webkit-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
		
}

*+html body #navigation li {
		height: 45px;	
}

#navigation li:hover {
	background: url(images/navBKGon.gif) repeat-x;	
}

#navigation li a {
	color: white;
	display: block;
	height: 32px;
	overflow: hidden;
	padding: 13px 14px 0px;
	text-decoration: none;
}

#logo {
	background:url(images/logo_bottom.jpg) !important;
	left: 0px;
	position: absolute;
	text-indent: -9999px;
	width: 220px;
	z-index: 99999;
	/* rounded corners */
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius:  0 !important;	
	
}

*+html body #logo {
	left: -220px;	
}

#links_right {
	width:14px;
	height: 45px;
}

#links_right:hover {
	background: url(http://test.designtheplanet.com/bertucci/images/navBKG.gif) repeat-x !important; 	
}

#safety {
	/* rounded corners */
	-moz-border-radius: 0 12px 0 0 !important;
	-webkit-border-radius: 0 12px 0 0 !important;
	border-radius: 0 12px 0 0 !important;	
	
}

#links_right  {
	width:14px;
	/* rounded corners */
	-moz-border-radius: 12px 0 0 0 !important;
	-webkit-border-radius: 12px 0 0 0 !important;
	border-radius: 12px 0 0 0 !important;	
	
}

/* ----- left box navigation  ----- */

#left_box {
	float:left;
	width:270px;
	height:473px;
	background:url(images/links_bkg.jpg) no-repeat;
}
#left_navigation {
	
	list-style:none;
	width: 240px;
	margin:0px auto;
	padding:75px 0 0 0;
	font-size: 1.4em;
}

.subnav {
	margin: 0;
	padding: 0;	
}

.subnav  li {
	background: none !important;
	font-family: EuroTechnic, Arial, Helvetica, sans-serif !important;
	font-size: 90%;
	margin: 4px 0px !important;
	padding: 0px 0 0 4px !important;
	list-style: none;
}

.subnav li a {
	background: none !important;	
}

#left_box li {
	list-style: none;
	margin:11px 0px;
	padding: 0px 0px 0px 0px;
	font-family: EuroTechnicBold, Arial, Helvetica, sans-serif;	
}

#left_box li:hover {
		
}
#left_box li a {
	display:block;
	color: #ffffff;
	padding: 0 0 0 30px;
	text-decoration: none;
	background: url(images/bullet.gif) no-repeat 0px 3px;
}
#left_box li a:hover {
	position:relative;
	background-position: -337px 3px;
	left:5px;
	color: #74b649;
}

/* ----- background ----- */

#background {
	position:absolute;
	top:0;
	z-index:1;
	width:100%
}
#header_background {
	width:100%;
	background:url(images/header_bkg.jpg) top repeat-x;
	height: 116px;
	position: absolute;
	top: 0px;
	z-index:10;
}
#color_left {
	position:absolute;
	z-index:1;
	left:0px;
	width:50%;
	top:0px;
	background:#0d0d0d;
}
#color_right {
	position:absolute;
	z-index:1;
	right:0px;
	width:50%;
	top:0px;
	background:#e6e6e6;
}
/* ----- content ----- */
#lower_box {
	background:url(images/content_bkg.gif) top left #ffffff;
	padding:0px;
	width: 870px;
	position: relative;
}
*+ html body #wrapper #container #lower_box {
	position:relative;
	top:2px;
}
#right_box {
	margin:0;
	padding:0px;
	float:right;
	width:600px;
	position: relative;
	left: 1px;
}
#content {
	width:580px;
	float:right;
}
#content p {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 1.2em;
	margin:5px 50px 7px 0px;
}
#content p a {
	color: #3069b3;
	text-decoration: none;
}
#content p a:hover {
	text-decoration: underline;
}
#content h3 {
	color: #3069B3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	letter-spacing: 1px;
	margin: 15px 15px 10px 0px;
	font-family: EuroTechnicBold, Arial, Helvetica, sans-serif;	
	font-weight: normal;
}
#content h4 {
	font-family: EuroTechnic, Arial, Helvetica, sans-serif;	
	color:#333333;
	margin:15px 0 3px 3px;
	letter-spacing:1px;
	font-size: 1.6em;
	font-weight: normal;
	clear: left;
}
#content h3 a, #content h4 a {
	color: #3069b3;
	text-decoration: none;
}
#content h3 a:hover, #content h4 a:hover {
	text-decoration: underline
}
#content h5 {
	font-family: EuroTechnic, Arial, Helvetica, sans-serif;	
	font-size: 1.3em;
	margin: 5px 0 ;
	color: #3069B3;
	font-weight: normal
}

#content .sidebar h5 {
	
	margin: 5px 0 0 0;
	color: #ffffff;
}

#content .sidebar h5 span {
color: #ffffff;
font-family: EuroTechnic, Arial, Helvetica, sans-serif;
font-size: 85%;
margin: 0px 0px 0px;
display: block;
color: #CBDAEC;
}

#content .sidebar p {
	margin: 0 0 7px 0;	
}

#content .sidebar a {
	color: #CBDAEC;	
}

#content h5 a {
	color: #3069b3;
	text-decoration: none;
}
#content h5 a:hover {
	text-decoration: underline;
}
#content ul {
	margin: 3px 35px;
	padding:0px;
	width: 75%;
	list-style:square;
}
#content li {
	margin:2px 0;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 12px;
}
#content li a {
	color: #3069b3;
	text-decoration: none;
}
#content li a:hover {
	text-decoration: underline
}
#content table td {
	font-size: 1.1em
}
#content form input, #content form textarea {
	border: 1px solid #000000
}
#content form input:focus, #content form textarea:focus {
	border: 1px solid #3069b3
}
#content form h3 {
	margin: 0px
}
#projects_list {
	color:#3069b3;
	font-size:1.2em;
	float:left;
	font-weight: bold;
}
#projects_list li {
	margin:4px;
}

.sidebar {
	background: #3069B3;
	float: right;
	padding: 10px;
	margin: 0 0 10px 10px;	
}

.agclogo {
	background: url(images/agc-logo.gif) no-repeat;
	bottom: 20px;
	display: block;
	height: 39px;
	left: 32px;
	margin: 30px auto 0px;
	position: absolute;
	text-indent: -9999px;
	width: 200px;
}

/* ----- rotating headers ----- */

.fading {
	width: 599px;	
	
}

/* ----- footer ----- */

#footer {
	background: url(images/footer_bkg.jpg) repeat-x;
	width:100%;
	height:126px;
	margin-top: -5px;
	position:relative;
	z-index:100;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
}
#footer p {
	color: #e5e5e5;
	font-size:1.1em;
	margin:3px;
	text-align:center;
	padding-top:9px;
	letter-spacing: 1px;
	line-height:1.6em;
}
#footer p a {
	color: #e5e5e5;
	text-decoration:none;
	font-weight:bold;
}
/* ----- map section -----*/

#map_section {
	background: #414041;
	padding:5px;
	border-bottom: 4px solid #a3ca40;
}
#map_section .list_items {
	font-size: 1.1em;
	padding: 2px;
	color: #ffffff
}
#map_section .list_items a {
	display:block;
	height: 100%;
	width: 100%;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	padding:2px
}
#map_section .list_items a:hover {
	display:block;
	height: 100%;
	width: 100%;
	color: #5785C1;
	background: #ffffff;
}
#map_section .list_items h3 a {
	display:inline;
}
#map_section .list_items h3 a:hover {
	display:inline;
}
#map_section .list_items h3 {
	margin: 0 0 0 10px;
	padding: 0px
}
/* ----- recent projects ----- */
#projects_gallery {
	background: #414041;
	padding:10px;
	border-bottom: 4px solid #a3ca40;
}
#myScrollContent ul {
	margin:0px;
	padding:0px;
	width: 163px
}
#myScrollContent li {
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	overflow:hidden;
}
#myScrollContent li a {
	display:block;
	height:23px;
	width:163px;
}
.breach {
	background:url(images/gallery_breach.jpg)
}
.fifi {
	background:url(images/gallery_fifi.jpg)
}
.canal {
	background:url(images/gallery_17th.jpg)
}
.clay {
	background:url(images/gallery_clay.jpg)
}
.dredg {
	background:url(images/gallery_dredg.jpg)
}
.breach a:hover {
	background:url(images/gallery_breach_on.jpg)
}
.fifi a:hover {
	background:url(images/gallery_fifi_on.jpg)
}
.canal a:hover {
	background:url(images/gallery_17th_on.jpg)
}
.clay a:hover {
	background:url(images/gallery_clay_on.jpg)
}
.dredg a:hover {
	background:url(images/gallery_dredg_on.jpg)
}
#up {
	background:url(images/up.jpg);
	width:27px;
	height:24px;
	text-indent:-9999px;
}
#down {
	background:url(images/down.jpg);
	width:27px;
	height:24px;
	text-indent:-9999px;
}
#up a {
	display:block;
	width:27px;
	height:24px;
}
#down a {
	display:block;
	width:27px;
	height:24px;
}
