/* STYLESHEET SECTIONS
   CSS Flags marked with [=]
	 
	 HTML STYLES
	 MAIN STRUCTURE STYLES
	 HOMEPAGE STYLES	 
	 ....................................... */

/* =HTML STYLES
   ....................................... */
*:focus {
       outline:none;
}
html {
	background: #00223E url(../images/background-inner-tile.png) repeat-x 0 0;
}
body {
	background: transparent url(../images/background-inner.jpg) no-repeat 50% 0%;
}

/* =MAIN STRUCTURE STYLES
   ....................................... */
.master {
	width: 976px; /*main page size*/
	margin: 0 auto;
}
.masthead {
	width: 928px;
	height: 63px;
	padding: 28px 24px 13px 24px;
	position: relative;
	*position: relative;
	*z-index: 10000;
}

/* =HOMEPAGE STYLES
   ....................................... */

.logo {
	display: block;
	float: left;
	width: 183px;
	height: 61px;
	background: transparent url(../images/logo.png) no-repeat 0 0;
	text-indent: -10000px;
}
.logo:hover, .logo:focus {
	background-position: 0 -61px;
	outline: none;
}
.searchbar {
	width: 311px;
	height: 38px;
	background: url(../images/searchbar.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
.searchfield {
	margin: 3px 0 0 14px;
	width: 216px;
	height: 22px;
	float: left;
	background: url(../images/search-field.png) no-repeat;
}
.searchfield p {
	padding: 3px 10px 1px 25px;
}
a.search {
	margin: 3px 0 0 10px;
	float: left;
	display: block;
	width: 60px;
	height: 22px;
	background: transparent url(../images/btn-search.png) no-repeat 0 0;
	text-indent: -10000px;
}
a.search:hover {
	background-position: 0 -22px;
}
.banner {
	width: 976px;
	height: 306px;
	overflow: hidden;
	position: relative;
	background: #464241;
}
.slideshow-overlay {
	position: absolute;
	top: 50px;
	left: 510px;
	padding-right: 24px;
}
.slideshow-overlay h1 {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -1px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.slideshow-overlay p {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.slideshow-overlay a {
	display: block;
	float: right;
	width: 160px;
	height: 42px;
	background: transparent url(../images/btn-learn-more.png) no-repeat 0 0;
	text-indent: -10000px;
	outline: none;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 6px;
}
.slideshow-overlay a:hover {
	background-position: 0 -42px;
}
a.view {
	display: block;
	/*float: right;*/
	width: 160px;
	height: 42px;
	background: transparent url(../images/btn-view-images.png) no-repeat 0 0;
	text-indent: -10000px;
	outline: none;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 6px;
}
.slideshow-overlay a:hover {
	background-position: 0 -42px;
}
.featured {
	width: 976px;
	height: 100px;
	padding: 13px 0;
}
.featured ul {
	width: 976px;
	margin: 0;
	padding: 0;
	position: relative;
}
.featured li {
	display: block;
	height: 100px;
	list-style-type: none;
	float:left;
}
.featured .bridges {
	width: 333px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
}
.featured .options {
	width: 376px;
	position: absolute;
	top: 0;
	left: 293px;
	z-index: 9999;
}
.featured .contact {
	width: 347px;
	position: absolute;
	top: 0;
	left: 629px;
	z-index: 9998;
}
.featured span {
	display: block;
	text-decoration: none;
	height: 88px;
	padding-top: 12px;
	outline: none;
}

.featured .bridges span {
	width: 158px;
	padding-left: 125px;
	padding-right: 50px;
	background: transparent url(../images/featured-bridges-bg.png) no-repeat 0 0;
}
.featured .options span {
	width: 186px;
	padding-right: 50px;
	padding-left: 140px;
	background: transparent url(../images/featured-options-bg.png) no-repeat 0 0;
}
.featured .contact span {
	width: 190px;
	padding-left: 157px;
	background: transparent url(../images/featured-contact-bg.png) no-repeat 0 0;
}
.featured h3 {
	margin-bottom: 3px;
	color: #003966;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	font-size: 108%;
}
.featured p {
	color: #333333;
	font-size: 93%; /* 12px */
	margin-bottom: 3px;
}
.featured strong {
	display: block;
	width: 85px;
	height: 16px;
	background: transparent url(../images/btn-see-more.jpg) no-repeat 0 0;
	text-indent: -10000px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 5px;
}
.featured a:hover strong {
	background-position: 0 -26px;
}
.content {
	background: #fff url(../images/content-tile.png) repeat-y 0 0;
	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.content .top {
	background: transparent url(../images/content-top.png) no-repeat 0 0;
}
.content .btm {
	padding: 24px;
	background: transparent url(../images/content-btm.png) no-repeat 0 100%;
}
.content a.more {
	display: block;
	width: 95px;
	height: 16px;
	background: transparent url(../images/btn-read-more.png) no-repeat 0 0;
	text-indent: -10000px;
}
.content a.more:hover,
.content a.more:active,
.content a.more:focus {
	background-position: 0 -16px;
}
.callout-light {
	display: block;
	float: right;
	width: 624px; /*300px;*/
	height: 217px; /*200px;*/
	background: transparent url(../images/image-bridge.jpg) no-repeat 0 0;
	text-indent: -10000px;
	outline: none;
}
.callout-estimate {
	display: block;
	width: 250px;
	height: 150px;
	background: transparent url(../images/callout-estimate.jpg) no-repeat 0 0;
	text-indent: -10000px;
	outline: none;
}
.footer {
	width: 976px;
	padding: 20px 0;
}
.footer .logo {
	width: 55px;
	height: 33px;
	background: transparent url(../images/logo-footer.png) no-repeat 0 0;
}	
.footer .logo:hover,
.footer .logo:active,
.footer .logo:focus {
	background-position: 0 -33px;
}
.footer p {
	float: left;
	font-size: 85%;
	color: #999999;
	padding-top: 0;
	margin-bottom: 0;
}
.footer p a {
	color: #fff;
	text-decoration: none;
}
.footer p a:hover,
.footer p a:active,
.footer p a:focus {
	text-decoration: underline;
}
.footer ul {
	float: right;
	margin: 0;

}
.footer ul li {
	margin:0;
	float: left;
	padding: 0 10px;
	line-height: 1em;
	border-right: 1px solid #00467F;
	list-style-type: none;
}
.footer ul li.lastLi {
	padding: 0 0 0 10px;
	border-right: 0;
	.margin:0 0 0 0;
}
.footer ul li.lastLi.parent {
    padding: 0 10px;
	border-right: 1px solid #00467F;
	.margin:-2px 0 0 0;
}
.footer ul li a {
	color: #fff;
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
}
.footer ul li a:hover {
    color:#3A8DD1;
}
.editable-region {
	float: right;
	width: 660px;
}
.sidebar {
	width: 250px;
	float: left;
}
.side-menu {
	width: 250px;
	background: transparent url(../images/sidemenu-tile.png) repeat-y 0 0;
	margin-bottom: 13px;
}
.side-menu .top {
	width: 250px;
	background: transparent url(../images/sidemenu-top.png) no-repeat 0 0;
}
.side-menu .btm {
	width: 250px;
	padding: 15px 0;
	background: transparent url(../images/sidemenu-btm.png) no-repeat 0 100%;
}
.side-menu ul {
	margin: 0;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
}
.side-menu ul li {
	list-style-type: none;	
}
.side-menu ul li a {
	display: block;
	width: 205px;
	padding: 0 15px;
	background: #00467F;
	border-bottom: 1px solid #316A98;
	color: #fff;
	font-size: 16px;
	line-height: 2;
	text-decoration: none;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
.side-menu ul ul li a {
	width: 220px;
	color: #003966;
	font-size: 14px;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: none;
}
.side-menu ul ul li a:hover,
.side-menu ul ul li a:active,
.side-menu ul ul li a:focus {
	color: #0071CC;
}
.bcrumb {
	color: #666;
	/*border-bottom: 1px solid #E1E1E1;*/
	line-height: 1;
	padding-bottom: 0.5em;
	margin: -20px 0 13px 0;
}
/*.bcrumb span,
.bcrumb a:link {
	color: #3381C0;
	text-decoration: none;
}*/
#ctl00_ContentWindow_ctl00_uxReturnToAdminImg {
	margin-top: 20px;
}



/* ----------------- CONTACT FORM ----------------- */
table.contact {margin: 0; padding: 0; width: 640px; border-collapse: collapse; float: left;}
table.contact tr {}
.contactform {margin: 0; padding: 0 0 0 5px; width: 160px; text-align: left; font: .9em/1em Arial, Helvetica, sans-serif; text-align: left;}
.instructions {margin: 0; padding: 10px 0 20px 106px; width: 160px; text-align: left; font: bold .9em/1em Arial, Helvetica, sans-serif;}

span.extrapadding {padding: 0 10px 0 0;}
textarea.getsmall {margin: 0 0 0 5px; padding: 0; width: 490px; height: 100px;}
select.modified {margin: 0 0 10px 0; width: 160px; vertical-align: top;}
input.enhanced {margin: 0 0 10px 0; width: 154px;}
input.narrow {margin: 0 0 10px 10px; padding: 0; width: 15px;}



/* ----------------- POLL ----------------- */
h3.sf_pollQuestion {font-size: 15px; line-height: 1; margin-bottom: 1em;}
.RadioButtonListCssClass {list-style: none;}
.RadioButtonListCssClass li label {padding: 0 0 0 15px;}




/* ----------------- NEWS ----------------- */
.sf_postBookmark {display: none;}
div.sf_singleNews p {padding: 5px 0;}
p.sf_newsDate {margin: 0; padding: 0; border-top: 1px solid #DDD;}
p.sf_newsAuthor {margin: 0; padding: 0; border-top: 1px solid #DDD;}
p.sf_postCategory {margin: 0; padding: 0; border-top: 1px solid #DDD;}