/*------------------------------------------------------------------
[Table of contents]

1. Body
	2. Top Bar / #top-bar
		2.1. 
	3. Header / #header
		3.1. Navigation / #navbar
	4. Content / #content
		4.1. Left column / #leftcolumn
		4.2. Right column / #rightcolumn
		4.3. Sidebar / #sidebar
			3.3.1. RSS / #rss
			3.3.2. Search / #search
			3.3.3. Boxes / .box
			3.3.4. Sideblog / #sideblog
			3.3.5. Advertisements / .ads
	5. Footer / #footer
-------------------------------------------------------------------*/



html {
    min-width: 900px;
} /*IE7*/

body {
    color: #000;
    margin: 0;
    padding: 0;
    text-align: center;
	background: #fff;
}

body, 
	td, th, 
	textarea, input, select, 
	h2, h3, h4, h5, h6 {
    	font: 83%/1.4 Arial;
		padding: 0;
		margin: 0;
}

input {
    line-height: 1;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
	margin: 10px 0;
}

h5 {
	font-size: 1.0em;
	font-weight: bold;
	padding: 0;
	margin: 10px 0;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #cc0033;
	text-decoration: underline;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

.container {
    text-align: left;
    margin: 0 auto;
	width: 900px;
}

.corners-top {
	display: none;
}

.corners-bottom {
	display: none;
}

.corners-content {
	float: left;
	width: 900px;
	display: inline;
	background: none;
}

.three-col {
	float: left;
	margin: 0 0 0 20px;
	padding: 0 20px 0 0;
	width: 260px;
	min-height: 220px;
	display: inline;
}

.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}

#top-bar {
	display: none;
}

	
#header {
	float: left;
	height: 65px;
	background: #ffcc33;
	width: 100%;
}

	#header h1 {
		float: left;
		width: 215px;
	}
	
	#header h1 a {
		display: block;
		height: 45px;
		margin: 10px 0 10px 20px;
		text-indent: -2000em;
		z-index: 1000; /* need for FX and IE */
		background: url('/images/kiewit-logo.gif') no-repeat;
	}
	
	#header h1 a:hover {
		cursor: pointer;
	}

#navigation {
	display: none;
}


#splash {
	clear: both;
	background: #fff;
}

	#splash #careers {
		display: none;
	}
	
#tag {
	position: absolute;
	float: left;
	z-index: 1001;
	text-align: justify;
}

	#tag div {
		margin: 300px 20px 0;
	}

	#tag h2 {
		color: #fff;
		font-size: 1.8em;
		font-weight: bold;
	}
	
	#tag p {
		font-size: 1.0em;
		color: #fff;
	}
	
#splash-right {
	display: none;
}
	
	
#markets {
	clear: both;
	width: 900px;
}


	#markets p {
		float: left;
		margin: 0 0 0 20px;
		line-height: 50px;
		display: inline;
	}
	
	#markets ul {
		float: right;
	}
	
	#markets ul li {
		/*list-style-type: none;*/
		float: left;
		line-height: 50px;
		width: 50px; 
		height: 50px;
		margin: 0 25px 0 0;
	}
	
	/*	
	#markets ul li.transportation {
		background: url('/images/icons/transportation.gif') no-repeat;
	}
	
	#markets ul li.oil-gas {
		background: url('/images/icons/oil-gas.gif') no-repeat;
	}
	
	#markets ul li.electrical {
		background: url('/images/icons/electrical.gif') no-repeat;
	}
	
	#markets ul li.power {
		background: url('/images/icons/power.gif') no-repeat;
	}
	
	#markets ul li.federal {
		background: url('/images/icons/federal.gif') no-repeat;
	}
	
	#markets ul li.marine {
		background: url('/images/icons/marine.gif') no-repeat;
	}
	
	#markets ul li.water-resources {
		background: url('/images/icons/water-resources.gif') no-repeat;
	}
	
	#markets ul li.mining {
		background: url('/images/icons/mining.gif') no-repeat;
	}
	
	#markets ul li.underground {
		background: url('/images/icons/underground.gif') no-repeat;
	}
	
	#markets ul li.building {
		background: url('/images/icons/buildings.gif') no-repeat;
	}
	
	
	#markets ul li a {
		display: block;
		text-indent: -2000em;
		height: 52px; 
		width: 52px;
	}
	*/
#content {
	margin: 0 10px 10px 20px;
	width: 860px;
	display: inline;
	float: left;
	position: relative;
	overflow: hidden;
	min-height: 400px;
}

#content-full {
	margin: 0 20px 10px 20px;
	width: 860px;
	display: inline;
	float: left;
	position: relative;
	overflow: hidden;
	min-height: 400px;
}

#content h4 {
	margin: 0 0 10px 0;
	padding: 0;
}

#content img.careers {

}

#content img.careers-bottom {
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0;
}

#content ul, #content-full ul {
	list-style-image: url('/images/bullet.gif');
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#content ul li, #content-full ul li {
	margin: 0 0 0 20px;
}

#content ol {
	margin: 0 0 10px 10px;
	padding: 0;
}

#content ol li {
	margin: 0 0 0 20px;
}

.content-left {
	float: left;
	width: 425px;
}

.content-right {
	float: right;
	text-align: center;
	margin: 0 0 0 10px;
}

.photo {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px;
	margin: 0 0 20px 0;
}

.photo img {
	border: 1px solid #333;
}

.photo p {
	font-size: 0.8em;
	text-align: center;
	padding: 5px 0 0 0;
	margin: 0;
	width: 220px;
}

.district-menu {
	width: 860px;
}
.district-menu ul {
	float: left;
	width: 33%;
	margin: 0 0 10px 0;
}

#kieways img {
	border: 1px solid #ccc;
	float: left;
	padding: 1px;
	margin: 0 10px 0 0;
}

#offices {
	width:100%;
	margin-top:1.5em;
	border-top: 1px #ccc solid;
	clear: both;
}

#offices a {
	text-decoration:none;
}

#offices a:hover {
	text-decoration:underline;
}

#offices h3 {
	margin-top:1.2em;
}

#offices ul, #offices dl {
	float:left;
	display:block;
	width:33%;
	margin:0;
	list-style: none;
	list-style-image:none;
}

#offices li, #offices dd   {
	margin-bottom: 0.4em;
	line-height:1.5em;
}

#offices dt {
	margin-top:0.8em;
	margin-bottom: 0.6em;
	font-weight:900;
	line-height:1.3em;
}

#offices dd {
	line-height:1.1em;
}


#districts {
	width: 580px;
	margin: 0 0 0 20px;
	float: left;
	display: inline;
}

	#districts ul {
		width: 190px;
		margin: 0 0 20px 0;
		padding: 0;
		float: left;
	}
	
	#districts ul li {
		list-style-type: none;
		line-height: 1.6em;
	}
	
	#districts ul li a {
		color: #333;
		text-decoration: none;
	}
	
	#districts ul li a:hover {
		text-decoration: underline;
	}
	
#news {
	width: 260px;
	margin: 0 20px;
	float: right;
	display: inline;
}

	#news ul {
		list-style-image: url('/images/bullet.gif');
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	
	#news ul li {
		margin: 0 0 15px 15px;
	}
	
#recent-projects ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

	#recent-projects li {
		float: left;
		width: 260px;
		margin: 0 0 10px 0;
	}
	
	#recent-projects li h5 {
		padding: 0;
		margin: 0;
	}
	
	#recent-projects li img{
		float: left;
		border: 1px solid #333;
		margin: 0 10px 0 0;
	}
	
	#recent-projects li a{
		font-weight: bold;
	}
	
	#recent-projects li span{
		color: #999;
		font-size: 0.8em;
	}
	

#business-with-us ul {
	list-style-image: url('/images/bullet.gif');
	list-style-type: none;
}
	
	#business-with-us ul li {
		margin: 0 0 10px 15px;
	}
	
#bottom {
	margin: 0 10px;
}

#section {
	clear: both;
	height: 150px;
	line-height: 150px;
	background-color: #000;
	display: none;
}

#breadcrumbs {
	display: none;
}
	
#project { 
	float: left;
	width: 700px;
}

	#project h4 {
		margin: 0 0 10px 20px;
		padding: 0;
	}
	
	#project #project-description {
		width: 450px;
		float: left;
		margin: 0 10px 0 20px;
		display: inline;
	}
	
	/*#project-description-inner {
		margin: 0 20px;
	}*/
	
	#project #project-description p {
		margin: 0 0 10px 0;
		padding: 0;
		text-align: justify;
	}
	
	#project #project-photo {
		width: 450px;
		height: 338px;
		position: relative;
		background-color: #000;
		margin: 0 0 20px 0;
	}
	
	/*#project #project-photo img {
		margin: 0 0 20px 0;
	}*/
	
		#project #project-photo #photo-prev a{
			left: 0;
			top: 159px;
			position: absolute;
			background: transparent url('/images/arrows.png') no-repeat 0 0;
			z-index: 1001;
			width: 20px;
			height: 40px;
		}
		
		#project #project-photo #photo-prev a:hover{
			background: transparent url('/images/arrows.png') no-repeat -40px 0;
		}
		
		#project #project-photo #photo-next a{
			right: 0;
			top: 159px;
			position: absolute;
			background: transparent url('/images/arrows.png') no-repeat -20px 0;
			z-index: 1001;
			width: 20px;
			height: 40px;
		}
		
		#project #project-photo #photo-next a:hover{
			background: transparent url('/images/arrows.png') no-repeat -60px 0;
		}
	
	#project #project-photo #photo-details {
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1001;
		background: transparent url('/images/overlay.png');
		behavior: url('/scripts/iepngfix.htc');
		padding: 10px 0;
		margin: 0;
		width: 450px;
		color: #fff;
		font-size: 0.8em;
	}
	
	html > body #project #project-photo #photo-details {
		bottom: 0;
	}
	
	#project #photo-details span {
		padding: 0 0 0 10px;
		font-weight: bold;
		float: left;
	}
	
	#project #photo-details p {
		padding: 0;
		margin: 0 10px;
		float: left;
	}
	
	#project #project-thumbs {
		float: left;
		width: 210px;
	}
	
	#project #project-thumbs ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	#project #project-thumbs ul li {
		float: left;
		margin: 0 1px 5px 0;
		padding: 0;
	}
	
	#project #project-thumbs ul li a{
		display: block;
	}
	
	#project #project-thumbs ul li img {
		border: 2px solid #fff;
	}
	
	#project #project-thumbs ul li img.current {
		border: 2px solid #ffcc33;
	}
	
#subnav {
	float: right;
	margin: 33px 20px 0 10px;
	width: 170px;
	background: url('/images/verticle-divide.gif') repeat-y top left;
	display: none;
}

	
#footer {
	width: 900px;
	text-align: center;
	float: left;
}

#footer p {
	color: #666;
	font-size: 0.9em;
	margin: 10px 0;
}

#footer p a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#content .row{
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0;
	float: left;
}

#content a, #content-full a{
	font-weight: bold;
	text-decoration: underline;
}

#content .row .thumb{
	float: left;
	margin: 0 10px 10px 0;
}

#content .row .thumb img{
	border: 1px solid #ccc;
	padding: 2px;
	background: #fff;conta
	margin: 0 0 10px 0;
}

#content .row .short-desc{
	float: left;
	width: 550px;
}

#content .row h5{
	font-size: 1.0em;
	font-weight: bold;
	margin: 0; 
	padding: 0;
}

#pagination {
	display: none;
}

ul#eras {
	clear: both;
	height: 50px;
	list-style-type: none;
}

ul#eras li {
	width: 75px;
	height: 50px;
	float: left;
	text-align: center;
	font-size: 0.8em;
	background-color: #dcdcdc;
	margin: 0 10px 0 0;
}

ul#eras li.active {
	border-left: 1px solid  #ccc;
	border-right: 1px solid  #ccc;
	border-top: 1px solid  #ccc;
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

#history {
	border: 1px solid  #ccc;
	overflow: hidden;
	width: 668px;
}

#history #history-wrapper{
	width: 4620px;
	position: relative;
	overflow: hidden;
}

#history .section{
	width: 660px;
	float: left;
}

#history .section p{
	margin: 10px;
}


#district-news {
	clear: both;
}
#district-news dl {
	display: inline;
	line-height: 1.5em;
}
#district-news dt {
	font-weight: bold;
	float: left;
	width: 20%;
}
#district-news dd {
	float: left;
	width: 80%;
	margin-bottom: 10px;
}
#district-news dd a {
	float: left;
}


#media-contact {
	float: right;
	text-align: right;
	margin: 25px 0 25px 10px;
}

#media-contact dt {
	border-bottom: 1px solid #ccc;
}

ul#market-types	{
	margin: 15px 0 15px 0;
	height: 140px;
	width: 510px;
	background:url('/images/markets.jpg') no-repeat left top;
	list-style: none;
	padding: 0;
	}

ul#market-types li {
	margin: 0;
	padding: 0;
	}

ul#market-types li {margin-right:18px;}
ul#market-types li, ul#market-types a {
	height: 50px;
	float:left;
	}

ul#market-types li a {
	text-indent: -9999px;
	text-decoration: none;
	}

#transportation, #transportation a {width: 95px;}
#oilgas, #oilgas a {width: 75px;}

#electrical, #electrical a {width: 75px;}
ul#market-types li#electrical {margin-left:10px;}

#power, #power a {width: 65px;}
ul#market-types li#power {margin-left:12px;}

#federal, #federal a {width: 65px;}
ul#market-types li#federal {margin-left:12px; margin-right:0px;}

#marine, #marine a {width: 55px;}
ul#market-types li#marine {margin-top:29px; margin-left:8px;}

#waterresources, #waterresources a {width: 115px;}
ul#market-types li#waterresources {margin-top: 29px;}

#mining, #mining a {width: 65px;}
ul#market-types li#mining {margin-top: 29px;}

#underground, #underground a {width: 95px;}
ul#market-types li#underground {margin-top: 29px;}

#buildings, #buildings a {width: 70px;}
ul#market-types li#buildings {margin-top: 29px; margin-right:0px;}

fieldset {
	border: 0;
}

fieldet label {
	display: block;
}

.right {
float: right;
margin: 0;
padding: 0 0 0 20px;
}

.right img {
text-align: right;
margin: 0;
padding: 0;
}

.apply {
	display: block;
	width: 225px;
	height: 65px;
	background: url('/images/apply-today.gif') no-repeat;
	margin: 10px 0 0 0;
}

.apply a {
	display: block;
	width: 225px;
	height: 65px;
	line-height: 65px;
	text-decoration: none;
}

.apply a h6 {
	font-size: 1.6em;
	text-transform: uppercase;	
	font-weight: bold;
	padding: 15px 0 0 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */
