/* CSS Document */
*{padding:0;margin:0;outline:0;}

body {
	background: #141413 url("../_img/body-background.jpg") top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #dedede;
	margin:0;
	}
a {
	color: #edc070;
	text-decoration: underline;
	}
a:hover {
	color: #ca9f52;
	}
#wrapper {
	position: relative;
	margin: 10px auto 0 auto;
	width: 760px;
	background: #000;
	}
#navHolder {
	width: 760px;
	background: #282828 url("../_img/nav-bg.jpg") no-repeat;
	height: 30px;
	padding-top:2px;
	}
#nav, #nav ul { /* all lists */
	width: 460px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin: 0 0 0 340px;
	list-style: none;
	z-index: 12;
	line-height: 30px;
	height: 30px;
	text-transform: uppercase;
	letter-spacing: 0px;	
}

#nav a {
	display: block;
	margin-left: 20px;
	margin-bottom:0;
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	color: #edc070;
	}
#nav li { /* all list items */
	float: left;
	margin: 0;
	/*width: 120px;  width needed or else Opera goes nuts */
}
#nav li li {
	display: block;
	float: none;
	width: 140px;
	color: #000;
	padding: 4px 4px 4px 20px;
	margin: 0;
	background: #ccc;
	border-bottom: 2px solid #fff;
	}
#nav li li:hover {
	background: #edc070;
	margin:0;
	}
	
#nav li li a {
	color: #000;
	margin:0;
	}
#nav li li a:hover {
	color: #000;
	margin: 0;
	}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 164px;
	background: #ccc;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 14;
	margin:0;
	line-height:1;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
	z-index: 13;

}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	background: #CCC;
	color: #000;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background: #CCC;
	color: #000;
}
#nav li li.sfhover {
	background: #edc070;
	}
#nav li:hover, #nav li.hover {
    position: static;
}

#promo {
	width: 760px;
	height: 280px;
	background: #000;
	z-index: 2;
	}
#logo {
	position: absolute;
	z-index: 20;
	top: 7px;
	left: 27px;
	}

/******* CONTENT *******/
#container {
	position: relative;
	width: 702px;
	border: 5px solid #000;
	border-top: 0;
	background: #000 url("../_img/content-bg.jpg") top center repeat-x;
	min-height: 250px;
	padding: 0 24px 70px 24px;
	}
#content {
	color: #ccc;
	}
#content p {
	margin: 14px 0 14px 0;
	line-height: 150%;
	}
h1.who {
	margin:0 0 16px 0;
	background: url("../_img/who-we-are.gif") no-repeat;
	text-indent: -9999px;
	font-size: 7px;
	height: 41px;
	border-bottom: 1px solid #2c2c2c;
	}
h1.welcome {
	margin:0 0 16px 0;
	background: url("../_img/welcome.gif") no-repeat;
	text-indent: -9999px;
	font-size: 7px;
	height: 41px;
	border-bottom: 1px solid #2c2c2c;
	}
h1.services {
	margin:0 0 16px 0;
	background: url("../_img/what-we-do.gif") no-repeat;
	text-indent: -9999px;
	font-size: 7px;
	height: 41px;
	border-bottom: 1px solid #2c2c2c;
	}
h1.projects {
	margin:0 0 16px 0;
	background: url("../_img/past-projects.gif") no-repeat;
	text-indent: -9999px;
	font-size: 7px;
	height: 41px;
	border-bottom: 1px solid #2c2c2c;
	}
h1.contact {
	margin:0 0 16px 0;
	background: url("../_img/contact-us.gif") no-repeat;
	text-indent: -9999px;
	font-size: 7px;
	height: 41px;
	border-bottom: 1px solid #2c2c2c;
	}
h1.sitemap {
	margin:0 0 16px 0;
	background: url("../_img/site-map.gif") no-repeat;
	text-indent: -9999px;
	font-size: 7px;
	height: 41px;
	border-bottom: 1px solid #2c2c2c;
	}
h2 {
	font-size: 18px;
	letter-spacing: -1px;
	color: #edc070;
	border-bottom: 1px solid #666;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 10px;
	}
.bullet {
	margin-left: 20px;
	}
ul.bullet li {
   list-style-type: none;
   background-image: url(../_img/arrow.gif);
   background-repeat: no-repeat;
   background-position: left center;
   padding-left: 15px;
   margin-top:3px;
   }
.divide {
	margin: 0 12px 0 12px;
	}
.location {
	font-size: 10px;
	text-transform: uppercase;
	margin-right: 10px;
	}
#mapContainer {
	height: 280px;
	width: 760px;
	}
#footer {
	position: absolute;
	bottom:4px;
	width: 702px;
	font-size: 9px;
	text-transform: uppercase;
	color: #7b7b7b;
	margin-bottom: 20px;
	}
#footer a {
	color: #7b7b7b;
	text-decoration: underline;
	}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}
#footer .copyright {
	width: 500px;
	float: left;
	}
#footer .bottomNav {
	width: 200px;
	float: right;
	text-align: right;
	}
strong.seo, em.seo {
	font-weight: normal;
	font-style: normal;
	}

