.page-navigation {
	text-align: center;
	margin: .75em auto;
}

.pageNavButton {
	min-height: 24px;
	background: #CCC url(data:image/gif;base64,R0lGODlhAQAXANUAAAAAAP///+7u7u3t7ezs7Ovr6+rq6unp6ejo6Ofn5+bm5uXl5eTk5OPj4+Li4uHh4eDg4N/f397e3t3d3dzc3Nvb29ra2tnZ2djY2NfX19bW1tXV1dTU1NPT09LS0tHR0dDQ0M/Pz87Ozs3NzczMzFFRUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACUALAAAAAABABcAAAYWQAHBgEAoGA0HRDKhWDAZDcfjAYlIQQA7) 0 0 repeat-x;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid white;
	border-left: 1px solid white;
	color: #333;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-shadow: 0 1px 0 #EEE;
	font-weight: 400;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding: 2px 6px;
	color: #000 !important;
	text-decoration: none;
}
.pageNavButton:hover, .pageNavButton:active, .pageNavButton:focus {
	color: #000 !important;
	text-decoration: none;
	background:#ddd url(data:image/gif;base64,R0lGODlhAQAXAPcAAAAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXV5eXl9fX2BgYGFhYWJiYmNjY2RkZGVlZWZmZmdnZ2hoaGlpaWpqamtra2xsbG1tbW5ubm9vb3BwcHFxcXJycnNzc3R0dHV1dXZ2dnd3d3h4eHl5eXp6ent7e3x8fH19fX5+fn9/f4CAgIGBgYKCgoODg4SEhIWFhYaGhoeHh4iIiImJiYqKiouLi4yMjI2NjY6Ojo+Pj5CQkJGRkZKSkpOTk5SUlJWVlZaWlpeXl5iYmJmZmZqampubm5ycnJ2dnZ6enp+fn6CgoKGhoaKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq6ysrK2tra6urq+vr7CwsLGxsbKysrOzs7S0tLW1tba2tre3t7i4uLm5ubq6uru7u7y8vL29vb6+vr+/v8DAwMHBwcLCwsPDw8TExMXFxcbGxsfHx8jIyMnJycrKysvLy8zMzM3Nzc7Ozs/Pz9DQ0NHR0dLS0tPT09TU1NXV1dbW1tfX19jY2NnZ2dra2tvb29zc3N3d3d7e3t/f3+Dg4OHh4eLi4uPj4+Tk5OXl5ebm5ufn5+jo6Onp6erq6uvr6+zs7O3t7e7u7u/v7/Dw8PHx8fLy8vPz8/T09PX19fb29vf39/j4+Pn5+fr6+vv7+/z8/P39/f7+/v///ywAAAAAAQAXAAAIHQC7cdumTVs2bNiuWatWjdo0adKiQXvmzFkzZgEBADs=) 0 0 repeat-x;
}




.pageList > a, .pageList > span.currPg {
	background-image: none;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset,0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset,0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset,0 1px 2px rgba(0,0,0,0.05);
	cursor: pointer;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	line-height: 16px;
	padding: 4px 10px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	background-color: #eee;
	border-color: #c8c8c8 #c8c8c8 #bbb;
	color: #222!important;
	text-shadow: white 0 1px 1px;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#eee),color-stop(100%,#d4d4d4));
	background-image: -webkit-linear-gradient(#eee,#d4d4d4);
	background-image: -moz-linear-gradient(#eee,#d4d4d4);
	background-image: -o-linear-gradient(#eee,#d4d4d4);
	background-image: linear-gradient(#eee,#d4d4d4);
}
.pageList > span.currPg {
	background-color: #eee;
	border-color: #e1e1e1;
	background: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: default;
	font-style: italic;
	text-shadow: none;
}

TABLE.searchResults {
	margin: .5em auto;
}

UL.relSubList .was-sub-leadin {
	display: block;
}
UL.relSubList > LI {
	margin-bottom: .5em;
}
UL.relSubList > LI > a:first-child {
	font-weight: bold;
}



.framed-sections {
	padding: 10px;
	border: 1px solid #C2C2C2;
	border-bottom: 3px solid #C2C2C2;
	margin: 10px;
}
#wb-main h1, #wb-main h2, #wb-main h3 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#wb-main .framed-sections > h1 {
	color: #78246F;
	font-weight: normal;
	font-size: 220%;
	border: none;
}
#wb-main .framed-sections > h2 {
	background-color: #78246F;
	color: #fff;
	font-weight: normal;
	font-size: 140%;
	padding: 5px 15px;
}
.framed-sections > div.image-box:after {
	display: block;
	content: ".";
	width: 0;
	height: 0;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	clear: both;
}
#wb-main .framed-sections > div.image-box > .details > h3 {
	color: #333;
	font-weight: bold;
	font-size: 110%;
	margin: 0;
	padding: 10px 0 0 0;
}
.framed-sections > div.image-box > img:first-child {
	float: left;
	padding: 10px 10px 10px 10px;
}
.framed-sections > div.image-box > .details {
	margin-left: 120px;
}
.framed-sections > div.image-box > .details a.read-more {
	text-decoration: none;
	font-weight: bold;
	color: #78246F;
	padding: 2px 5px;
}
#wb-main .details a.read-more:hover, #wb-main a.read-more:focus {
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
	background-color: #78246F;
	color: #FFF;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}


.sector-wrap {
	position: relative;
	width: 100%;
}
.sector-text {
	color: #333;
}
.sector-text > p {
	color: #333;
	text-align: center;
}
.rotator-wrap {
	display: none;
}
@media screen and (min-width: 320px) {
	.sector-text {
		background: #FFF no-repeat -300000px center;
		width: auto;
		position: static;
		left: auto;
		top: auto;
	}
	.sector-text > h1 {
		color: #000;
	}
	.sector-image {
		margin-left: 0px;
		height: auto;
	}
}
@media screen and (min-width: 768px) {
	.rotator-wrap {
		display: block;
		position: absolute;
		left: 0px;
		top: 0px;
		width: 260px;
		height: 260px;
	}
	.rotator {
		width: 260px;
		height: 255px;
		position: absolute;
		left: 0px;
		top: 0px;
	}
	.rotator > img {
		width: 260px;
		height: 255px;
		padding: 0;
		margin: 0;
		position: absolute;
		overflow: hidden;
		left: 0px;
		top: 0px;
	}
	.sector-text {
		margin-left: 260px;
		padding: 20px 120px 20px 20px;
		min-height: 215px;
		background: #e2e2e2 no-repeat right bottom url();
	}
	.sector-text > h1 {
		color: #333;
		margin-top: 0px;
		font-size: 220%;
		line-height: normal;
		font-weight: normal;
		text-align: left;
		border: none;
	}
	.sector-text > p {
		margin-top: 10px;
		font-size: 110%;
		color: #333;
		text-align: left;
	}
	.sector-name {
		display: none;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 240px;
		color: #FFF;
		padding: 5px 10px;
		font-size: 22px;
		font-weight: normal;
	}
}


.tabs .aviation, .aviation .sector-name { background-color: #832339 !important; }
.tabs .marine, .marine .sector-name   { background-color: #2b3c84 !important; }
.tabs .rail, .rail .sector-name     { background-color: #47842b !important; }/* was #6fc148 */
.tabs .tunnels, .tunnels .sector-name  { background-color: #b4510f !important; }/* was #db7833 */
.tabs .bridges, .bridges .sector-name  { background-color: #5f5f5f !important; }/* was #959595 */
.aviation .sector-text { background-image: url(../../images/sectors/icons/aviation.jpg); }
.marine .sector-text   { background-image: url(../../images/sectors/icons/marine.jpg); }
.rail .sector-text     { background-image: url(../../images/sectors/icons/rail.jpg); }
.tunnels .sector-text  { background-image: url(../../images/sectors/icons/tunnels.jpg); }
.bridges .sector-text  { background-image: url(../../images/sectors/icons/bridges.jpg); }
.aviation-text { color: #832339 !important; }
.marine-text   { color: #2b3c84 !important; }
.rail-text     { color: #47842b !important; }/* was #6fc148 */
.tunnels-text  { color: #b4510f !important; }/* was #db7833 */
.bridges-text  { color: #5f5f5f !important; }/* was #959595 */

.rotator {
	margin: 0;
	padding: 0;
}




