/***** Global Settings *****/

html, body {
  border:0;
  margin:0;
  padding:0;
  background: #dcdcdc;
  text-align: center;
}

body, 
	td, th, 
	textarea, input, select, 
	h1, h2, h3, h4, h5, h6 {
    	font: .9em/1.3em myriad pro, arial, helvetica, sans-serif;
		padding: 0;
		margin: 0;
		letter-spacing: 0.15px;
}


/***** Common Formatting *****/



/***** Links *****/

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #7f7044;
  	text-decoration: underline;
}

a:active
{
	outline: none;
}

a:focus
{
	-moz-outline-style: none;
}


/***** Container *****/
#container {
	text-align: left;
    margin: 0 auto;
	width: 924px;
}

/***** Header Area *****/
#header {
	margin: 0 12px;
	width: 900px;
	height: 90px;
}

	#header h1 {
		float: left;
		width: 385px;
	}
	
	#header h1 a {
		display: block;
		height: 90px;
		margin: 0;
		text-indent: -2000em;
		z-index: 1000; /* need for FX and IE */
		background: url('/images/logo.gif') no-repeat;
	}
	
	#header h1 a:hover {
		cursor: pointer;
	}

/***** Menu *****/
#menu {
	clear: both;
	background: #b29d5f;
	height: 30px;
}

	#menu ul {
		float: left;
		list-style-type: none;
		margin: 0 0 0 12px;
		padding: 0;
		line-height: 30px;
	}
	
	#menu li {
		float: left;
		padding: 0 15px;
	}
	
	#menu li:hover {
		background: #7f7044;
	}
	
	#menu li a {
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: 600;
		display: block;
	}
	
	#menu li a.submenu {
		background: url('/images/arrow.png') 100% 60% no-repeat;
		padding: 0 15px 0 0;
	}
	
	#menu ul li ul {
		/*background: url('/images/submenu-bg.png') 100% 100% no-repeat;*/
		background: #fff;
		border-left: 1px solid #7f7044;
		border-right: 1px solid #7f7044;
		border-bottom: 1px solid #7f7044;
		position: absolute;
		width: 190px;
		left: -999em;
		z-index: 2001;
		display: block;
		margin: 0 0 0 -15px;
	}
	
	#menu ul li ul li {
		width: 190px; /* Need for IE */
		text-align: left;
		text-transform: none;
        z-index: 2001;
		height: 25px;
		line-height: 25px;
		margin: 0;
		padding: 0 0 0 15px;
	}
	
	#menu ul li ul li:hover {
		background: none;
	}

	#menu ul li ul li a {  
		background: none;           
		color: #000;
		border: 0px;
		font-size: 1.0em;
		font-weight: 600;
		padding: 0;
	}
	
	#menu ul li ul li a:hover {         
		color: #7f7044;
		text-decoration: underline;
	}
	
	#menu ul li:hover ul {
		left: auto;
	}
	
	#menu ul li:hover ul {
		left: auto;
	}
	
	#menu li:hover ul, #menu li.sfhover ul {     
		left: auto; 
	}
	
	#menu li:hover a, #menu li.sfhover a {
    	left: auto;
	}

/***** Search *****/

#search {
	float: right;
	margin: 0 12px 0 0;
	height: 30px;
	line-height: 30px;
}
	#search form {
		margin: 4px 0 0 0;
	}

	#search input {
		float: left;
		border: 1px solid #660000;
		color: #ccc;
		font-size: 0.9em;
		padding: 2px;
	}
	
	#search input.search {
		float: left;
		background: #660000 url('/images/search.gif') 50% 50% no-repeat;
		text-indent: -2000em;
		height: 22px;
		width: 22px;
		cursor: pointer;
	}

/***** Splash Images *****/	
#splash {
	clear: both;
	background: url('/images/splash-bg-black.gif') no-repeat;
	padding: 0 12px;
}

#splash-image {
	/*background: #000 url('/images/hp-splash.jpg') no-repeat;*/
	background: #000;
	width: 900px;
	height: 315px;
	position: relative;
}

	#splash-image #tagline {
		background: transparent url('/images/overlay.png') repeat scroll 0 0;
		bottom: 50px;
		position: absolute;
		text-align: right;
		width: 900px;
		z-index: 1001;
		color: #fff;
		margin: 0;
		padding: 0;
		height: 50px;
		line-height: 50px;
	}
	
	#splash-image p {
		margin: 0 20px;
		font-size: 1.2em;
		letter-spacing: 0.15px;
	}
	
#subpage-image {
	width: 900px;
	height: 150px;
	position: relative;
}
	
	#subpage-image.aboutus {
		background: #000 url('/images/aboutus-bg.jpg') no-repeat;
	}
	
	#subpage-image.capabilities {
		background: #000 url('/images/capabilities-bg.jpg') no-repeat;
	}
	
	#subpage-image.careers {
		background: #000 url('/images/careers-bg.jpg') no-repeat;
	}
	
	#subpage-image.contactus {
		background: #000 url('/images/contactus-bg.jpg') no-repeat;
	}
	
	#subpage-image.services {
		background: #000 url('/images/services-bg.jpg') no-repeat;
	}
	
	#subpage-image h2 {
		float: left;
		background: transparent url('/images/overlay-40.png') repeat scroll 0 0;
		color: #fff;
		font-size: 1.5em;
		font-weight: 600;
		padding: 10px;
		top: 50px;
		left: 20px;
		position: absolute;
	}

/***** Content *****/

#content {
	margin: 0 12px;
	width: 900px;
}
	#content #content-inner {
		float: left;
		background: #fff;
		padding: 20px;
		width: 860px;
	}
	
	#content .column {
		float: left;
		width: 275px;
		margin: 0 17px 0 0;
	}
	
	#content .last {
		width: 276px;
		margin: 0;
	}
	
	#content .column h3 {
		float: left;
		background: #b29d5f;
		color: #fff;
		padding: 3px 5px;
		font-weight: bold;
		font-size: 1.1em;
		letter-spacing: 0.15px;
		margin: 0 0 20px 0;
	}
	
	#content .column p {
		clear: both;
		float: left;
		width: 275px;
		margin: 0 0 20px 0;
	}
	
	#content .column p.right {
		text-align: right;
		margin: 0;
	}
	
/***** Homepage News *****/
#news {
	width: 275px;
}

	#news dl {
		clear: both;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#news dt {
		clear: both;
		width: 75px;
		float: left;
		font-weight: 600;
	}
	
	#news dd {
		float: left;
		width: 200px;
		margin: 0 0 20px 0;
	}
	
/***** Homepage Featured Proect *****/
#featured-project {
	width: 275px;
}

	#featured-project-photo {
		float: left;
		border: 1px solid #ccc;
		padding: 1px;
		background: #fff;
		position: relative;
	}
	
	#featured-project-photo #overlay {
		background: transparent url('/images/overlay.png') repeat scroll 0 0;
		bottom: 1px;
		left: 1px;
		position: absolute;
		text-align: right;
		width: 270px;
		z-index: 1001;
		color: #fff;
		margin: 0;
		padding: 0;
		height: 20px;
		line-height: 20px;
	}
	
	#featured-project-photo #overlay p {
		font-size: 1.0em;
		letter-spacing: 0.15px;
		width: 270px;
		margin: 0;
		padding: 0;
	}
	
	#featured-project-photo #overlay p a {
		padding: 0 3px 0 0;
		color: #fff;
		text-decoration: none;
		font-size: 0.9em;
	}
	
/***** Submenu *****/

#submenu {
	width: 180px;
	float: left;
	margin: 0 20px 0 0;
}

	#submenu ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	
	#submenu li {
		border-bottom: 1px solid #ccc;
		padding: 5px 0;
	}
	
	#submenu li.active {
		padding: 5px 0;
		background: #b29d5f;
		margin: 0 0 0 -32px;
		border: 0;
		position: relative;
		zoom: 1; /* Needed for IE 6 */
	}
	
	#submenu a {
		text-decoration: none;
		padding: 0 5px;
		position: relative;
	}
	
	#submenu li.active a {
		color: #fff;
		padding: 0 0 0 35px;
	}
	
	#submenu li.active-shadow {
		background: transparent url('/images/active-shadow.gif') no-repeat scroll 0 0;
		width: 211px;
		height: 11px;
		margin: 0 0 0 -32px;
		border: 0;
		position: absolute;
	}
	
	#submenu form {
		padding: 5px;
		margin: 20px 0 0 0;
		border: 1px solid #ccc;
		background: #e1e1e1;
	}
		
		#submenu form h3 {
			padding: 0;
			margin: 5px 0;
			font-weight: bold;
		}
		
		#submenu form p {
			padding: 0;
			margin: 0;
		}
		
		#submenu form label {
			margin: 0 0 0 10px;
			font-size: 0.9em;
		}
	
	
	
/***** Main *****/

#main {
	width: 660px;
	float: right;
	min-height: 500px;
}

	#main h3 {
		font-size: 1.3em;
		font-weight: bold;
		margin: 0 0 10px 0;
	}
	
	#main h4 {
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 10px 0;
	}
	
	#main p {
		margin: 0 0 15px 0;
	}
	
	#main a {
		color: #7f7044;
		font-weight: 500;
		text-decoration: underline;
	}
	
	#main ul {
		padding: 0;
		margin: 0 0 15px 0;
		list-style-type: none;
	}
	
	#main li {
		margin: 0;
		padding: 0 0 0 15px;
		background: url('/images/bullet.gif') 0% 50% no-repeat;
		line-height: 20px;
	}
	
	#main dl {
		padding: 0;
		margin: 0 0 10px 0;
		list-style-type: none;
	}
	
	#main dt {
		float: left;
		font-weight: bold;
		width: 75px;
		text-align: right;
		margin: 0 10px 0 0;
	}
	
	#main dd {
		margin: 0 0 0 85px;
	}
	
	#main table {
		width: 100%;
		border: 1px solid #ccc;
		padding: 1px;
		background: #fff;
		margin: 0 0 10px 0;
	}
	
	#main thead td {
		background: #b29d5f;
		color: #fff;
		font-weight: bold;
		padding: 5px;
	}
	
	#main tbody td {
		padding: 5px;
	}
	
	#main .alert {
		border: 1px solid #ff0000;
		background: #ffcccc;
		margin: 0 0 15px 0;
	}
	
	#main .alert p {
		margin: 10px;
	}
	
	#main .two-col {
		width: 50%;
		float: left;
	}
	
	#main .underline {
		border-bottom: 1px solid #000;
		font-weight: bold;
	}
	
	#main .photo {
		float: right;
		border: 1px solid #DCDCDC;
		padding: 4px;
	}
	
#projects {
	margin: 0;
	padding: 0;
}

	#projects .row {
		clear: both;
		border-bottom: 1px solid #ccc;
		float: left;
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		width: 100%;
	}
	
	#projects .row img {
		border: 1px solid #ccc;
		padding: 3px;
		float: left;
		margin: 0 10px 0 0;
	}
	
	#projects .row h4 {
		font-size: 1.0em;
		font-weight: bold;
	}
	
	#projects .row p {
		font-size: 0.9em;
		margin: 0 0 10px 0;
		padding: 0;
	}
	
	#projects .project-desc {
		width: 480px;
		float: left;
	}
	
	#projects .project-desc h4 {
		font-size: 1.0em;
		font-weight: bold;
	}
	
	#projects .project-desc dl {
		margin: 0;
		padding: 0;
	}
	
	#projects .project-desc dt {
		text-align: left;
		width: 85px;
		margin: 0;
	}
	
	#projects .project-desc ul {
		margin: 0;
	}
	
#capabilities {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}

	#capabilities ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#capabilities ul li {
		border: 1px solid #ccc;
		padding: 4px;
		margin: 0 5px 10px 0;
		float: left;
		background: none;
	}
	
	#capabilities ul li a {
		display: block;
		font-weight: bold;
	}
	
	#capabilities ul li p {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
/***** 25th Anniversary *****/
#anniversary {
	position: absolute;
	top: 20px;
	right: 20px;
}

	#anniversary a {
		display: block;
		text-indent: -2000px;
		background: transparent url('/images/25-years.png') 0 0 no-repeat;
		width: 150px;
		height: 100px;
	}

/***** Footer *****/

#footer {
	clear: both;
	float: left;
	padding: 0 12px;
}

	#footer p {
		width: 900px;
		margin: 10px 20px;
	}

/***** Global Classes *****/

.clear { clear:both; }

