@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
}


#content_main {
	width:587px; 
	float:left;
	padding: 10px 0 20px 29px;
}

#content_secondary {
	float: right;
	width: 283px;
}




p {
	line-height:160%;
}

a {
	color:#f5cd54;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.footer-nav {
	color:#6b6b6b;
	text-decoration:none;
}

a.footer-nav:hover {
	text-decoration:underline;
}

h1 {
	font-size:18px;
	color:#f5cd54;	
	margin-bottom: 2px;
	font-weight: normal;
	z-index: 1;
}

h2 { color:#F5CD54; font-size:14px;font-weight: normal;}

h3 { 
	font-size:14px; 
	color:#969696; 
	border-bottom: 1px solid #969696;
	font-weight: normal;
	margin-bottom: 5px;
}

ul { list-style-image:url(images/li_square.gif); padding-left: 30px;}
ul ul { list-style-image:url(images/red_bullet_open.jpg);}
li { margin-bottom: 3px;}
#bullet-box {width:250px; padding:20px; margin:0 0 20px 0px; background-color:#252525; float:left; font-size:12px; }
#bullet-box ul { list-style-image:url(images/li_square.gif); margin:0; padding:10px 0 0 20px; } 
#bullet-box ul ul {  margin:0; padding:0 0 0 16px;}
#bullet-box li { padding-top:5px;}




.red { color:#980007;}

#sec_who-we-are {
	display:none; 
}

#sec_what-we-do {
	display:none; 
}


#sec_where-we-work {
	display:none; 
}


#sec_project-showcase {
	display:none; 
}


.fr {
	float: right;
	margin: 0px 0 0 15px;
}

.fl {
	float: left;
	margin: 0px 15px 0 0;
}

.feature {
	width: 238px;
	margin-left: 22px;
}

.feature p {
	margin-top: 0;
	font-size: 11px;
	color: #969696;
}



/*dropdown menu styles*/

#drop-down { font-size:10px; position:absolute; width:162px; background-color:#eeeeee; margin:28px 0 0 10px; text-transform:uppercase;}

#drop-down a { display:block; width:170px; height:12px; padding:5px; border:#333333 solid; border-width:0 1px 1px 1px; text-decoration:none; background:url(images/drop-down_bg.jpg) repeat-x;}
#drop-down a:hover {background:url(images/drop-down_bg_over.jpg) repeat-x; color:#000000;}

#drop-down1 { font-size:10px; position:absolute; width:162px; background-color:#eeeeee; margin:28px 0 0 10px; text-transform:uppercase;}

#drop-down1 a { display:block; width:196px; height:12px; padding:5px; border:#333333 solid; border-width:0 1px 1px 1px; text-decoration:none; background:url(images/drop-down_bg.jpg) repeat-x;}
#drop-down1 a:hover {background:url(images/drop-down_bg_over.jpg) repeat-x; color:#000000;}



/* Secondary Nav */

#nav_secondary, #nav_secondary ul {
	list-style-image: none;
	list-style-type: none;
}

#nav_secondary {
	list-style-type: none;
	font-size: 14px;
	padding:0;
	margin: 14px 1px 0 0;
}

#nav_secondary ul {
	font-size: 11px;
	padding-left:0;
}

#nav_secondary li {
	border-top:1px solid #252525;
	margin-bottom: 0;
}

#nav_secondary a {
	display: block;
	padding: 7px 0 8px 20px;	
}

#nav_secondary ul a {
	padding-left:33px;
}

#nav_secondary ul a:link, #nav_secondary ul a:visited {
	color: #969696;
	background: #1b1b1b url(images/li_arrow.gif) no-repeat 20px 50%;

}

#nav_secondary ul a:hover {
	text-decoration: none;
	color: white;
	background: #303030 url(images/li_arrow.gif) no-repeat 20px 50%;
}
	

#nav_secondary a:link, #nav_secondary a:visited {
	color: white;
	background: #1b1b1b;
}

#nav_secondary a:hover{
	text-decoration: none;
	background: #303030;
}


#nav_secondary li a.current {
	text-decoration: none;
	color: white;
	background: #303030;
}

#nav_secondary li li a.current {
	text-decoration: none;
	color: white;
	background: #303030 url(images/li_arrow.gif) no-repeat 20px 50%;
}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
		font-size: 18px;
}





.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}


.clear {
	clear:both;
}

.big { font-size:14px;}
