@charset "UTF-8";
/* CSS Document */

@import "forms.css";

* {
	margin: 0;
	padding: 0;
}

html { background: url(/images/interface/pageTop.gif) center 25px no-repeat #d3ebfc; } /*#1f394b; }*/

body {
	position: relative;
	width: 994px;

	margin: 30px auto;
	padding: 138px 0 0 0;

	color: #001622;
	font-family: "Tahoma", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;

	background: url(/images/interface/pageBG.gif) top left repeat-y;
}

div#page {
	padding: 10px 0 0 0;

	width: 984px;
	margin: 0 auto;
}

/* Columns */
div.column {
	float: left;
	width: 690px;
	padding: 310px 0 0 10px;
}

div.column.right {
	float: right;
	padding: 0;
	margin-right: 5px;
	width: 270px;
}

div.column ul.pdfs li {
	background: url(../images/interface/pdf.gif) center left no-repeat;
	height: 20px;
	line-height: 20px;
	padding-left: 30px;
}

div.column ul.pdfs li strong {
	font-size: 10px;
	padding-right: 5px;
}

/* Auto-image floating :D */
div.column img { float: left; margin: 0 10px 10px 0; }
div.column img.right { float: right; margin: 0 0 10px 10px; }

/* Side boxes */
div.column.right ul.sideBoxes { float: left; width: 100%; list-style-type: none; }

div.column.right ul.sideBoxes li {
	float: left;
	clear: left;

	width: 260px;
	height: 128px;

	margin-bottom: 5px;
	padding: 5px;

	background: url(/images/interface/sideBox.gif) top left no-repeat;
}

div.column.right ul.sideBoxes li h3, div.column.right ul.sideBoxes li h4, div.column.right ul.sideBoxes li p, div.column.right ul.sideBoxes li a {
	float: left;
	clear: left;
	width: 170px;
}

div.column.right ul.sideBoxes li img { float: right; margin: 0; }
div.column.right ul.sideBoxes li h4 { font-size: 11px; padding-bottom: 5px; }
div.column.right ul.sideBoxes li a { display: block; padding: 2px 0 0 9px; text-decoration: none; color: #fff; width: 60px; }
div.column.right ul.sideBoxes li a:hover { text-decoration: underline; }
div.column.right ul.sideBoxes li p, div.column.right ul.sideBoxes li a { font-size: 10px; }

/* Custom columns */
div.column.home h2, div.column.home p { margin-left: 10px; width: 97%; }
div.column.contact { padding-top: 0; }
div.column.category { padding-top: 0; }
div.column.signup { width: auto; float: none; padding: 0 10px; }
div.column.login { padding: 0 0 0 10px; }
div.column.left.login { width: 482px; }
div.column.right.login { width: 482px; padding: 0 10px 0 0; margin: 0; }
div.column.account { padding: 0 0 0 10px; }
div.column.left.account { width: 482px; }
div.column.right.account { width: 482px; padding: 0 10px 0 0; margin: 0; }
div.column.listing { padding: 0 0 0 10px; }
div.column.left.listing { width: 26%; border-right: 1px solid #031588; }
div.column.right.listing { width: 70%; padding: 0 10px 0 0; margin: 0; }
div.column.listingBlog { padding: 0 0 0 10px; }
div.column.left.listingBlog { width: 26%; border-right: 1px solid #031588; margin-top: 10px; }
div.column.right.listingBlog { width: 70%; padding: 0 10px 0 0; margin: 0; }
div.column.image { padding: 0 10px; width: 964px; }
#galleryImage { max-width: 100%; }
.printOnly { display: none; }
div.column.category h2 span {
	float: right;
	color: #AC6D00;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 20px 0;
}
div.column.category h2 span span, div.column.category h2 span a {
	float: none;
	margin: 0 20px;
	color: #AC6D00;
}

div.column.category ul#pages {
	float: right;
	padding: 0;
	margin: 0 30px;
}
div.column.category ul#pages li {
	float: right;
	display: inline;
	margin: 0 10px;
	color: #AC6D00;
	background: none;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
div.column.category ul#pages li a {
	color: #AC6D00;
}

div.column.right .categoryBox {
	background: #F5F5F5;
	padding: 5px;
}
div.column.right .categoryBox ul {
	padding: 0;
	margin: 0;
}
div.column.right .categoryBox ul li {
	padding: 0;
	margin: 0;
	background: none;
	color: #AC6D00;
	font-size: 12px;
	font-weight: bold;
}

/* Blog page */
div.column.blog h2 { padding-bottom: 0; }
ul#blogPosts { height: 390px; overflow: auto; }
ul#blogPosts li { width: 96%; background: #f5f5f5; padding: 1%; margin-bottom: 5px; }
ul#blogPosts li a { font-weight: bold; }
ul#blogPosts li a span { display: block; padding: 2px 0 5px 0; color: #ac6d00; }

/* Misc formatting */
div.clear { clear: both; }
a { color: #021588; }
a:hover { color: #ac6d00; text-decoration: none; }
p { margin-bottom: 10px;  text-align: justify; }
h2 { font-size: 25px; padding-bottom: 15px; }
h3 { padding-bottom: 10px; font-size: 19px; font-weight: bold; }
h2, h3 { font-weight: normal; color: #031588; }
h4 { color: #ac6d00; font-size: 12px; }

div.column ul { list-style-type: none; padding: 10px 0; }
div.column ul li { margin-bottom: 5px; padding-left: 15px; background: url(/images/interface/bullet.gif) 0 3px no-repeat; }

/* Scroller */
object#scroller, div#scroller {
	position: absolute;
	left: 10px;
	top: 148px;

	width: 696px;
	height: 300px;
	z-index: 5;
}

div#scroller.blog { background: url(../images/scroller/latestNews.jpg) top left no-repeat; }
div#scroller.projects { background: url(../images/scroller/projects.jpg) top left no-repeat; }
div#scroller.business, div#scroller.business_members { background: url(../images/scroller/businesses.jpg) top left no-repeat; }
div#scroller.whatson { background: url(../images/scroller/whatson.jpg) top left no-repeat; }
div#scroller.area { overflow: hidden; }
div#scroller.area .scroller-item { width: 696px; height: 300px; position: absolute; top: 0; left: 0; }
div#scroller.area #scroller-item-1 { background: url(../images/scroller/area_pic_1.jpg) left no-repeat; }
div#scroller.area #scroller-item-2 { background: url(../images/scroller/area_pic_2.jpg) left no-repeat; }
div#scroller.area #scroller-item-3 { background: url(../images/scroller/area_pic_3.jpg) left no-repeat; }
div#scroller.area #scroller-item-4 { background: url(../images/scroller/area_pic_4.jpg) left no-repeat; }
div#scroller.area #scroller-item-5 { background: url(../images/scroller/area_pic_5.jpg) left no-repeat; }
div#scroller.area #scroller-item-6 { background: url(../images/scroller/area_pic_6.jpg) left no-repeat; }
div#scroller.area #scroller-item-7 { background: url(../images/scroller/area_pic_7.jpg) left no-repeat; }
div#scroller.area #scroller-item-8 { background: url(../images/scroller/area_pic_8.jpg) left no-repeat; }
div#scroller.area #scroller-item-9 { background: url(../images/scroller/area_pic_9.jpg) left no-repeat; }
div#scroller.area .scroller-arrow { width: 53px; height: 53px; position: absolute; top: 115px; cursor: pointer; }
div#scroller.area .scroller-arrow:hover { background-position: bottom !important; }
div#scroller.area .scroller-arrow.left { background: url(../images/scroller/scroller_arrow_left.png) top left no-repeat; left: 0; }
div#scroller.area .scroller-arrow.right { background: url(../images/scroller/scroller_arrow_right.png) top left no-repeat; right: 0; }
div#scroller.area .scroller-title { background: url(../images/scroller/area_title.png) top left no-repeat; width: 696px; height: 46px; position: absolute; bottom: 0; left: 0; }
div#scroller.aims { background: url(../images/scroller/aims.jpg) top left no-repeat; }
div#scroller.about { background: url(../images/scroller/aboutBID.jpg) top left no-repeat; }

/* Latest News Box */
div#latestNews {
	float: left;
	clear: left;

	width: 460px;
	height: 180px;

	margin: 10px 0 0 15px;
	padding: 10px;

	background: url(/images/interface/latestNewsBG.gif) top left no-repeat;
}

div#latestNews h2 { padding-bottom: 0; }
div#latestNews h4 { padding-bottom: 10px; }

/* BID Area Box */
div#bidArea {
	float: left;
	width: 195px;
	height: 190px;

	margin: 10px 0 0 5px;
	padding: 5px;

	background: url(/images/interface/bidAreaBG.gif) top left no-repeat;
}

/* Contact Link */
div#contactLink {
	position: absolute;
	bottom: 49px;
	right: 5px;

	width: 173px;
	height: 173px;

	background: url(/images/interface/contactLink.gif) top left no-repeat;
}

div#contactLink a {
	position: absolute;
	display: block;

	bottom: 0;
	right: 0;
	width: 50%;
	height: 30px;
}

div#contactLink a:hover { text-decoration: underline; }

/* Google map */
div#googleMap {
	clear: both;
	width: 686px;
	height: 400px;
	border: 1px solid #ccc;
	padding: 2px;
	margin: 10px auto;
}

/* Logos on right */
div.logos {
	float: right;
	padding: 20px 0 0 0;
	margin-right: 5px;
	width: 250px;
}

div.logos img {
	float: left;
	width: 100px;
	margin: 0 10px 20px 0;
	border: 0;
}

/* Masthead */
ul#masthead {
	position: absolute;
	top: 0;
	left: 5px;

	width: 724px;
	height: 30px;

	z-index: 10;
	list-style-type: none;
	padding: 108px 0 0 260px;

	background: url(/images/interface/masthead.jpg) top left no-repeat;
}

ul#masthead li {
	float: left;

	height: 30px;
	min-width: 75px;

	margin: 0 8px;
	text-align: center;
	line-height: 30px;
	position: relative;
}

ul#masthead li a {
	display: block;
	width: 100%;
	height: 100%;

	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0 4px;
}

ul#masthead li a:hover, ul#masthead li a.active, ul#masthead li:hover a {
	color: #fff;
	text-decoration: underline;
	background: url(/images/interface/activeItem.gif) top left repeat-x;
}

ul#masthead li a span { font-size: 17px; font-weight: normal; color: #444; }

ul#masthead li ul {
	position: absolute;
	top: 30px;
	left: -1px;
	background: #005172;
	border: 1px solid #00354A;
	border-top: 0;
	width: 83px;
	display: none;
	z-index: 8;
	max-height: 400px;
	overflow: auto;
}
ul#masthead li ul.news {
	width: 91px;
}
ul#masthead li ul.business {
	position: absolute;
	top: 30px;
	left: -26px;
	background: #005172;
	border: 1px solid #00354A;
	border-top: 0;
	width: 178px;
	display: none;
	z-index: 8;
}
ul#masthead li:hover ul {
	display: block;
}
ul#masthead li ul li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	background: none;
	width: auto;
	height: auto;
	line-height: 15px;
	list-style: none;
}
ul#masthead li ul li a, ul#masthead li:hover ul li a {
	display: block;
	float: none;
	background: none;
	margin: 0;
	padding: 8px 0;
	width: 100%;
	text-decoration: none;
	outline: 0;
}
ul#masthead li ul li a:hover, ul#masthead li ul li a.active, ul#masthead li ul li:hover a {
	background: #00354A;
}
	
/* Footer */
ul#footer {
	clear: both;
	width: 984px;
	height: 49px;

	line-height: 43px;

	list-style-type: none;
	margin: 0 auto 20px auto;
	padding-top: 10px;
	background: url(/images/interface/footerBG.gif) bottom left repeat-x;
}

ul#footer li {
	float: left;
	margin-left: 2%;
	color: #fff;
}

ul#footer li a { color: #fff; }

/* Webcentreplus Branding */
ul#footer li#webcentreplus span {
	padding: 1px 5px 1px 3px;

	font-size: 11px;

	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-style: oblique;

	color: #0043f3;
	background-color: #fff;

	cursor: default;
}

ul#footer li#webcentreplus span span { border: 0; padding: 0; color: #fd1824; }


ul.thirds {
	float: left;
	clear: none;
	width: 22%;
	padding: 0;
	margin: 1%;
}

ul#gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#gallery li {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 152px;
	height: 150px;
	margin: 10px;
	background: #F5F5F5;
}
ul#gallery li img {
	max-width: 152px;
	max-height: 130px;
	margin: 0;
}
ul#gallery li a {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 20px;
}

table.business-blog { width: 100%; margin: 20px 0; }
table.business-blog th { text-align: left; }

.userMenu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -23px;
	right: 10px;
	z-index: 500;
}
.userMenu li {
	display: inline;
	padding: 0 5px 0 0;
	margin: 0;
	border-right: 1px solid #021588;
}
.userMenu li#logout {
	border: 0;
}

div.column ul.advertisers {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div.column ul.advertisers li {
	float: left;
	height: 150px;
	margin: 0 0.5% 5px;
	padding: 0;
	overflow: hidden;
	text-align: center;
	width: 32%;
	background: none;
}
div.column ul.advertisers li img {
	max-width: 100%;
	max-height: 115px;
	border: 0;
	margin: 0;
	float: none;
}
div.column ul.advertisers li h3 {
	font-size: 12px;
	font-weight: bold;
}
div.column ul.advertisers li h3 span {
	display: block;
	font-weight: normal;
	padding-bottom: 20px;
}

ul#actionLinks {
	padding: 0;
	margin: 0;
	list-type: none;
}
ul#actionLinks li {
	padding: 0;
	margin: 0 8% 0 0;
	background: none;
	float: left;
	height: 16px;
}
ul#actionLinks li#print {
	padding-left: 28px;
	background: url(../images/print.gif) left no-repeat;
}
ul#contactDetails {
	padding: 0;
	margin: 0;
	list-type: none;
}
ul#contactDetails li {
	padding: 0;
	margin: 0;
	background: none;
}
ul#contactDetails li strong, ul#contactDetails li span {
	display: block;
}
ul#contactDetails li span {
	margin-bottom: 10px;
}
.listing h2 {
	padding: 0;
}
.listing h3 {
	margin-top: 20px;
	clear: left;
}

div.column.listing.left {
	padding-right: 10px;
}
.listing.left form fieldset {
	padding: 10px;
}
.listing.left form ol li {
	padding: 0 0 10px;
}
.listing.left form ol li label {
	display: block;
	float: none;
	text-align: left;
	width: 95%;
	margin: 0 auto;
}
.listing.left form ol li input, .listing.left form ol li textarea {
	display: block;
	float: none;
	width: 95%;
	margin: 0 auto;
}
.listing.left form ol li#captcha label {
	display: inline;
	width: auto;
}
.listing.left form ol li#captcha input {
	display: inline;
}
.listing.left form ol li#captcha img {
	display: block;
	float: none;
	max-width: 100%;
	margin-right: 0;
}

.listing h3 a {
	float: right;
	font-size: 12px;
}
ul#imageGallery {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
ul#imageGallery li {
	float: left;
	width: 172px;
	height: 100px;
	background: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
ul#imageGallery li img {
	max-width: 96%;
	max-height: 96%;
	border-width: 1%;
	display: inline;
	float: none;
	margin: 0;
}

div#interactiveMap {
	border: 1px solid #777777;
	height: 300px;
	margin: 0 auto 10px;
	width: 97%;
}

div.column.listingBlog ul { list-style: none; padding: 0; margin: 0; }
div.column.listingBlog ul li { background: none; padding: 0; margin: 0 0 10px 0; }
div.column.listingBlog ul li span { display: block; font-weight: bold; }

#currentLogo {
	margin-left: 17px;
	max-height: 100px;
	max-width: 300px;
}
#listingLogo {
	margin: 30px auto 0;
	max-width: 100%;
	float: none;
	display: block;
}

.projects .image {
	float: left;
	width: 230px;
	height: 200px;
	text-align: center;
}
.projects .image img {
	float: none;
	margin: 0;
	width: 171px;
	height: 164px;
	border: 0;
}
