/* blue - #51778E */

/*------------------------------------------------------------------------------
 - container
* ----------------------------------------------------------------------------*/
#container {
	width: 960px;
	margin: 0 auto;
}

/*------------------------------------------------------------------------------
 - header
* ----------------------------------------------------------------------------*/

#header {
	width: 100%;
	background: url(../images/menu/bg.jpg);
	height: 120px;
}

* html #header {

}

	#logo {
		width: 100px;
		height: 80px;
		margin: 15px 0 0 10px;
		float: left;
	}
	
	#logo img {
		border: 0;
	}

	#menu {
		width: 820px;
		line-height: 1em;
		z-index: 2;
		height: 60px;
		float: right;
		margin-top: 50px;
	}
	
		* html #menu {
			width: 810px;
		}

	#menu ul {
		float: right;
		overflow: visible;
		list-style-type: none;	
		margin: 0;
		float: right;
		text-align: right;
		list-style: none;	
		padding: 0 0 0 3px;
	}
	
	#menu li {
		position: relative;
		float: left;
		display: inline;
	}	

	#menu li.first {
			
	}

	#menu li.current {
		
	}	
	
	#menu li a {
		display: block;
		height: 40px;
		width: 60px;
		background: url(../images/menu/li-off.png) no-repeat top right;
		padding: 20px 40px 0 0;
		font-size: 0.8em;
		color: #FFFFFF;
	}	

	#menu li a:link, #menu li a:visited {
		color: #9B9B9B;
		text-decoration: none;
	}

	#menu li.current a,
	#menu li a:hover, #menu li a:active {
		background: #6d9ebf url(../images/menu/li-on.jpg) no-repeat top right;
		color: #FFFFFF;
		text-decoration: none;
		z-index: 999;
	}

		*+html #menu li.current a,
		*+html #menu li a:hover, #menu li a:active {
			background-color: #6D9FC0;
		}
	
	#menu li a:hover span {
		position: absolute;
		top: 0px;
		left: -25px;
		display: block;
		width: 25px;
		height: 60px;
		z-index: 999;
		border: none;
		background: transparent url(../images/menu/li-on-corner.png) no-repeat;
	}	

	/*******************************************************************************
	* Sub Nav
	*******************************************************************************/

	#menu ul ul {
		padding: 0;
		position: absolute;
		left: -25px;
		top: 60px;
		width: 225px;
		border-top: none;
		text-align: left;
		z-index: 3;
		display:none;
	}

	#menu ul ul li {
		margin: 0;
		padding: 0;
		display: block;
		width: 225px;
		background: #6DA0BF;
		height: 30px;
	}
	
	#menu ul ul li.first {
		background: transparent url(../images/menu/sub_li_first.gif) no-repeat;
		border: none;
	}	

	#menu ul li ul li a {
		color: #FFFFFF;	
		margin: 0;
		padding: 6px 0 0 15px;
		height: 24px;
	}

	#menu ul ul li a {
		color: #FFFFFF;	
		display: block;
		width: 210px;
		border-top: 1px solid #FFF;
		text-decoration: none;
		font-weight: normal;
		background:none;
	}

	#menu ul ul li a:link, #menu ul ul li a:visited {
		text-decoration: none;
		background:none;
		color: #FFFFFF;		
	}

	#menu ul ul li a:hover, #menu ul ul li a:focus {
		text-decoration: none;
		background: #24353F;
		color: #FFFFFF;
	}

/*------------------------------------------------------------------------------
 - breadcrumb
* ----------------------------------------------------------------------------*/

#breadcrumb {
	width: 100%;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #CCCECD;
	margin-bottom: 0.5em;
}

	#breadcrumb ul {
		margin: 0.5em 0 0 250px;
	}

	#breadcrumb ul li {
		display: inline;
		background: url(../images/breadcrumb/bg.gif) no-repeat bottom right;
		padding-right: 15px;
		font-size: 0.8em;		
	}
	
	#breadcrumb ul li a {	
	}
		
/*------------------------------------------------------------------------------
 - content
* ----------------------------------------------------------------------------*/

#content {
	width: 100%;
	overflow: hidden;
	margin: 1.5em 0 1.5em 0;
}
		
#content #left {
	width: 580px;
	margin: 1em 20px 0 0;
	float: left;
	display: inline;
}

	#content #left h2 {
		color: #51778E;
		border-bottom: 1px solid #51778E; 
		margin-bottom: 0.5em;
	}

#content #right {
	width: 360px;
	float: left;
	display: inline;
	margin: 1em 0 0 0;
}
	
	#content #right h2 {
		color: #51778E;
		border-bottom: 1px solid #51778E; 
		margin-bottom: 0.5em;
	}
	
		#content #right .info {
			margin: 0em 0 1em 0;
			overflow: hidden;
		}
		
		#content #right p {		
			padding: 1em 0 0 0;
		}

        #content #right p:first-child {
            padding: 0;
        }
		
/* homepage specific */

.homepage #content, .all-about-bridges #content {
	margin-top: 0.5em;
}

.homepage #content #left, .all-about-bridges #content #left {
	width: 470px;
}

.homepage #content #right, .all-about-bridges #content #right {
	width: 470px;
}		
	
/* main list */

	#content #main-list ul li, #front-page ul li {
		list-style: none;
		border-left: 10px solid #AFC0CA;
		margin: 10px 0;
		padding: 0 0 0 10px;
		position: relative;
		height: 30px;
		font-size: 1.3em;
	}

	#content #main-list ul li.item_1,
	#content #main-list ul li.item_5 {
		border-left: 10px solid #AFC0CA;
	}

	#content #main-list ul li.item_2,
	#content #main-list ul li.item_6,
    #front-page ul li.second {
		border-color: #6D9FC0;
	}	
	
	#content #main-list ul li.item_3,
	#content #main-list ul li.item_7,
    #front-page ul li.third {
		border-color: #50748C;
	}	
	
	#content #main-list ul li.item_4,
	#content #main-list ul li.item_8,
    #front-page ul li.fourth {
		border-color: #24353F;
	}		
	
	#content #main-list ul li a {
		text-decoration: none;
		cursor: pointer;
	}
	
	#content #main-list ul li a span,
	#front-page ul li a span {
		position: absolute;
		left: 55px;
	}	
	
	#content #main-list ul li img, #content #front-page ul li img {
		border: 0;
	}

a.pdf-link {
	background: url(../images/button.gif) no-repeat;
	display: block;
	width: 116px;
	height: 30px;
	float: left;
	color: #FFFFFF;
	font-size: 0.9em;
	padding: 6px 6px 6px 7px;
	text-decoration: none;
}

a.further-guidance {
	background: url(../images/button-long.gif) no-repeat;
	display: block;
	width: 116px;
	height: 30px;
	float: left;
	color: #FFFFFF;
	font-size: 0.9em;
	padding: 6px 6px 6px 7px;
	text-decoration: none;
}

#main-image {
	margin-bottom: 1em;
}

/*------------------------------------------------------------------------------
 - gallery
* ----------------------------------------------------------------------------*/

#gallery {
	width: 570px;
	overflow: hidden;
	margin-bottom: 1em;
}

	#gallery .image {
		margin: 0 11px 10px 0;
		width: 105px;
		float: left;
	}
	
		#gallery .last {
			margin: 0;
		}

    #content #left #gallery .image a img {
        width: 85px;
        height: 85px;
    }

    #right a img.thick {
        width: 315px;
    }

#container #content #left img {
    width: 450px;
}

#main-image {
    width: 550px !important;
}

.homepage #container #content #left img {
    width: 450px;
}

#content #main-list ul li img, #content #front-page ul li img {
    border: 0;
    width: 40px;
}

.pdf img {
    margin-right: 1em;
    width: 97%;
}

/*------------------------------------------------------------------------------
 - contact
* ----------------------------------------------------------------------------*/

#contact {
	width: 100%;
	overflow: hidden;
	margin: 0 0 0 20px;
}

	#contact .first {
		margin: 0;
		width: 300px;
	}
	
	#contact .last {
		margin: 0;
		width: 310px;
	}

	.column {
		width: 300px;
		float: left;
		margin: 0 30px 0 0;
	}

		.column h2 {
			color: #51778E;
			border-bottom: 1px solid #51778E; 
			margin-bottom: 0.5em;
		}
		
		.column .address {
			width: 150px;
			float: left;
		}

#contact textarea {
	width: 180px;
	height: 70px;	
}

#contact input {
	width: 180px;
}

#contact .button input {
	width: auto;
}

/*------------------------------------------------------------------------------
 - quotes
* ----------------------------------------------------------------------------*/		

#quotes {
	width: 100%;
	overflow: hidden;
	margin: 0 0 0 20px;
}
	
	#contact .last {
		margin: 0;
		width: 310px;
	}

	#quotes .column {
		width: 300px;
		float: left;
		margin: 0 20px 0 0;
	}

		#quotes .column h2 {
			color: #51778E;
			border-bottom: 1px solid #51778E;
			margin-bottom: 0.5em;
		}
		
		#quotes .column p {
			width: 280px;
		}

.small select {
	width: 50px;
	float: right;
	margin-right: 15px;
}	

.small label {
	width: 230px;
}

.message {
	border: 2px solid green;
	background: #aed559;
	color: #000000;
	padding: 10px;
	margin-bottom: 1em;
}

.error_message {
	border: 2px solid #FF0000;
	background: #CCCCCC;
	color: #000000;
	padding: 10px;
	margin-bottom: 1em;
}

#quotes .double-column {
	width: 615px;
	float: left;
}

		#quotes .column p {
			margin: 1.5em 0;
		}

		#quotes .double-column h2 {
			color: #51778E;
			border-bottom: 1px solid #51778E;
			margin-bottom: 0.5em;
		}
		
		#quotes .double-column .column {
			margin: 0;
			overflow: hidden;
		}
		
		#quotes .double-column .second {
			margin: 0 0 0 15px;
            overflow: visible;
		}		
		
		#quotes .double-column .second .button {
			padding-left: 210px;
		}
		
		#quotes .double-column .second h2 {
			margin-bottom: 1.5em;
		}
		
#quotes table {
	border: 1px solid #CCCECD;
	border-right: 0;
	width: 300px;
}

#quotes table th {
	font-weight: normal;
}

#quotes table th.measurement {
	border-left: 1px solid #CCCECD;
	border-right: 1px solid #CCCECD;
	padding: 5px;
	
}

#quotes table td.box {
	padding: 0 15px;
	border-right: 1px solid #CCCECD;
}

	#quotes table td.box input {
			width: 29px;
	}


#quotes table td.title {
	color: #51778E;
	font-size: 0.8em;	
}

#quotes table th {
	font-size: 0.8em;
}

#quotes table .border-bottom {
	border-bottom: 1px solid #CCCECD;
}

#quotes table .border-right {
	border-right: 1px solid #CCCECD;
	padding: 0.3em 0;
}

#quotes .parapet-pdf-button {
	float: right;	
	margin-right: 0.7em;
}

#quotes .parapet-pdf-button .pdf-link {
	text-align: center;
	width: 105px;
}
		
/*------------------------------------------------------------------------------
 - news
* ----------------------------------------------------------------------------*/		

#news #left {
	width: 610px;
}

#news #right {
	width: 300px;
}

.news-item {
	width: 100%;
	overflow: hidden;
}

.news-item img {
	float: left;
}

.news-item .intro {
	float: left;
	width: 320px;
	margin-left: 15px;
}

.news-item .intro h3{
	color: #51778E;
	border-bottom: 1px solid #51778E; 
	margin-bottom: 0.5em;
}

/*------------------------------------------------------------------------------
 - further guidance
* ----------------------------------------------------------------------------*/

#full-width {
	width: 100%;
}

	#full-width h2 {
		color: #51778E;
		border-bottom: 1px solid #51778E; 
		margin-bottom: 0.5em;
	}
	
	.pdf {
		width: 100%;
		overflow: hidden;
		margin-top: 1em;
	}
	
	.pdf h3 {
		color: #51778E;
		margin-bottom: 0.5em;
	}	
	
	.pdf img {
		margin-right: 1em;
	}


/*------------------------------------------------------------------------------
 - footer
* ----------------------------------------------------------------------------*/

#footer {
	width: 100%;
	overflow: hidden;
	background: url(../images/footer/bg.gif) repeat-x;
	clear: both;
	padding: 30px 0 0 0;
	font-size: 0.8em;
}

#footer #copyright {
	float: left;
}

#footer img {
	border: 0;
}

#footer ul {
	float: right;
	list-style-type: none;
}

#footer ul li {
	display: inline;
}

#front-page ul {
    float: left;
    width: 190px;
}

#scrolling-container {
    float: right;
    width: 276px;
    position: relative;
}

#scrolling-prev {
    float: left;
    width: 25px;
    height: 223px;
    cursor: pointer;
    background: url(../images/prev.gif) no-repeat 0px 52px;
}

#scrolling-next {
    float: left;
    width: 25px;
    height: 223px;
    cursor: pointer;
    background: url(../images/next.gif) no-repeat 9px 53px;
}

#scrolling-news {
    float: left;
    width: 226px;
    height: 242px;
    /*background: #f5f6f7;*/
}

#scrolling-news a {
    text-decoration: none;
}

#content #scrolling-news h2 {
    padding: 0;
    margin: 0px 0px 10px 0px;
    border: 0;
}

#content #scrolling-news h3 {
    padding: 12px 0px 2px 0px;
    margin: 0px 0px 2px 0px;
    border-bottom: 1px solid #dddddd;
    font-size: 0.75em;
}

#scrolling-news img {
    display: block;
    margin: auto;
    border: 0;
}

.scrolling-img-container {
    background: #f5f6f7;
}

#scrolling-news .pdf-link {
    float: right;
    padding: 6px 0px 0px 7px;
    margin: 4px 0px 0px 0px;
    width: 109px;
}

#content #scrolling-news p {
    margin: 0;
    padding: 0;
}

#news_image img {
    display: block;
    margin: 0 auto 1.5em auto;
}

.news_links a {
    float: right;
}

.email1 {
    display: none;
}
