html {
	overflow-y: scroll;
	}

body {
	font-family: Tahoma, Arial, Helvetica, san-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333;
	background:#000 url(../images/common/top_bkg.jpg) 50% 0px no-repeat;
	margin:0;
	padding:0;
	}

img {
	margin:0;
	padding:0;
	border: 0;
	}
	
p {
	margin: 0;
	padding: 8px 12px 0 12px;
	}
	
a {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #143D73;
	text-decoration:underline;
	font-weight: normal;
	}

a:hover{ 
	color: #069;
	text-decoration:none;
	}
	
/*------------------------------------
 Start Global Header Styling
------------------------------------*/


h1 {
	margin: 8px 0 5px 12px;
	padding-top: 0;
	color: #143D73;
	font-family: Tahoma, Arial, Helvetica, san-serif;
	font-size: 16px;
	text-transform: none;
	letter-spacing: -0.02em;
	}

h1 .subTitle {
	display: block;
	margin: 6px 0 0 0;
	font-size: 20px;
	line-height: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #867e66;
	text-transform: uppercase;
	}

h1 .subTitle2 {
	display: block;
	margin-top: 2px;
	padding-bottom: 6px;
	font-size: 20px;
	line-height: 18px;
	font-weight: bold;
	color: #867e66;
	}

h2 {
	clear: both;
	margin: 12px 12px 5px 12px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 0.25em;
	color: #867e66;
	font-size: 140%;
	}

h3 {
	margin: 12px 0 0 12px;
	padding: 0;
	color: #143D73;
	font-size: 120%;
	}

h4 {
	margin: 12px 0 0 12px;
	color: #867e66;
	font-size: 120%;
	}

h5 {
	color: #143D73;
	font-size: 110%;
	font-weight: bold;
	margin: 0 12px;
	padding: 12px 0 5px 0;
	border-bottom: 1px solid #143D73;
	}

h6 {
	color: #143D73;
	font-size: 100%;
	margin: 0 12px;
	padding: 12px 0 5px 0;
	font-weight: bold;
	}

	
/*------------------------------------
 Start Page Div Styling
------------------------------------*/
	
#container  {
	position: relative;
	width: 882px;
	margin: 0 auto;
	overflow: hidden;
	}


#header {
	position: relative;
	width: 882px;
	height: 132px;
	margin: 24px 0 0 0;
	padding: 0;
	background: #000 url(../images/common/header_bkg.jpg) repeat-x 0 0;
	text-align: right;
	}

/*** Navigation ***/
#nav {
	position: absolute;
	right: 40px;
	top: 100px;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	}

#nav li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	}

#nav li a {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #72b7fe;
	text-decoration:none;
	font-weight: normal;
	padding: 2px 30px 5px 0;
	}

#nav a:hover,
#nav a.selected,
#nav li.selected a {
	color: #fff;
	}
	
/*** Submenus ***/
#nav li ul {
	position: absolute; 
	bottom: 24px;
	left: 0;
	width: 150px;
	display: none;
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 12px;
	text-decoration:none;
	font-weight: normal;
	color: #7dbcfe;
	}
	
#nav li ul li {
	position: relative; 
	float: none;
	}

#nav li ul.selected {
	display: block;
	}
	
#nav li:hover ul, 
#nav li.over ul{ 
	display: block; 
	}
	
#nav li ul#contactList {
	width: 124px;
	}

#home a.home,
#about a.about,
#services a.services,
#projects a.projects,
#bidding a.bidding,
#news a.news,
#contact a.contact {
	color:#fff;
	}

/*** Sub-navigation ***/
#subnav {
	height: 70px;
	margin: 0;
	padding: 0;
	text-align: center;
	background:#fff;
	}

#subnav ul {
	width:288px;
	margin: 0;
	padding: 50px 0 0 0;
	list-style: none;
	}

#subnav li {
	float: left;
	margin: 0;
	padding: 2px 5px 0 13px;
	}

#subnav li.last {
	padding: 2px 0 0 13px;
	}

#subnav li a {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #7ea9cb;
	text-decoration:none;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
	} /*#7ea9cb */

#subnav a:hover,
#subnav a.selected,
#subnav li.selected a {
	color: #005497;
	} /*#005497 */

#toc li.current { text-decoration: none; } /* background: #90b8d2; */
#toc li.current a { color: #005497; font-weight: bold; text-decoration: none;} /*#005497 */

/*** content ***/

#content {
	width: 882px;
	margin: 0;
	padding: 0;
	background: #fff url(../images/common/content_bkg.gif) 0 0 repeat-y;
	}

#content_alt {
	width: 882px;
	margin: 0;
	padding: 0;
	background: #fff url(../images/common/content_alt_bkg.gif) 0 0 repeat-y;
	}

#contentWide {
	width: 882px;
	margin: 0;
	padding: 0;
	background: #fff url(../images/common/content2_bkg.gif) 0 0 repeat-y;
	}

#colLeft {
	width: 573px;
	float: left;
	margin: 0;
	padding: 0 0 0 8px;
	}

#colRight {
	width: 288px;
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	overflow:hidden;
	}

#colWide {
	width: 866px;
	float: left;
	margin: 0 0 12px 0;
	padding: 0 0 12px 8px;
	}

/*** companyBar ***/
#companyBar {
	position: relative;
	left: 0;
	top: 0;
	width: 882px;
	margin: 0;
	padding: 5px 0 8px 0 ;
	text-align: center;
	background: #fff;
	clear: both;
	}

/*** footer ***/
#footer {
	position:relative;
	left:0;
	top:0;
	width: 882px;
	margin: 0;
	padding: 6px 0 0 0;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
	clear: both;
	}

.copyright {
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	}


	
/*------------------------------------
 Start Misc. Styling
------------------------------------*/



ul.sqBullets {
	margin: 15px;
	padding: 0 0 0 12px;
	list-style: square;
}
ul.sqBullets li {
	margin: 0;
	padding: 0 0 5px 0;
	list-style: square;
}

.clearer, .clear {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
	}

.col3 {
	width: 276px;
	float: left;
	margin: 0 12px 0 0;
	padding: 0;
	}
	
.col3 p,
.noGap {
	margin: 0;
	padding: 0 12px;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}
 
.noShow {
	display: none;
	}

.borderBottom {
	margin:0;
	padding:0;
	border-top: 0;
	border-right: 0;
	border-bottom: 5px #FFF solid;
	border-left: 0;
	}

.borderTopBottom {
	margin:12px 0 0 0;
	padding:0;
	border-top: 5px #FFF solid;
	border-right: 0;
	border-bottom: 5px #FFF solid;
	border-left: 0;
	}

.propItem img {
	margin: 0;
	padding: 12px 12px 0 12px;
	border: 0;
	}

.propItem p {
	margin: 0;
	padding: 6px 12px 12px 12px;
	border-bottom: solid 1px #fff;
	}

		
#tiltup {
	width:842px;
	color: #FFF;
	margin: 12px;
	}

#tiltup td {
	text-align:center;
	margin: 12px;
	padding:12px;
	}
	
.blueBold {
	color: #143D73;
	font-weight: bold;
	}