﻿*
{
	margin:0;
	padding:0;
}

body
{
	background:#fff;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}

#container
{
	width:100%;
	background:#d5e3f1 url(../img/container-bg2.jpg) center bottom no-repeat;
}

#main
{
	width:934px;
	margin:0 auto;
}

#header
{
	background:#fff url(../img/header-bg.gif) left top no-repeat;
	width:934px;
	margin:0 auto;
}

#content
{
	width:934px;
	margin:0 auto;
	background:#fff url(../img/main-bg.jpg) left bottom no-repeat;
	padding:15px 0 10px 0;
	min-height:500px;
	_height: 500px;

}

#footer
{
	color:#000;
	width:100%;
	background:#fff url(../img/footer-bg.gif) left top repeat-x;
	padding-bottom:20px;
}

div.leftCol
{
	float:left;
	width:312px;
	padding-left:10px;
}

div.rightCol
{
	width:611px;
	float:left;
}

/*** Header styles ***/

#header a#logo
{
	display:block;
	width:105px;
	height:100px;
	text-decoration:none;
	float:left;	
	margin:19px 0 0 20px;
}

#contactDetails
{
	float:right;
	margin:35px 40px 0 0;
}

#contactDetails h3
{
	font-size:1em;
	margin-bottom:7px;
	color:#990000;
}

#contactDetails h3 a
{
	display: block;
	width: 94px;
	height: 30px;
	background: transparent url(../img/btn/enquiries.gif) no-repeat top left;
}

#contactDetails p
{
	color:#1b1b42;
	font-size:1em;
	background:url(../img/tel-bg.gif) left 50% no-repeat;
	padding-left:23px;
}

#contactDetails p a
{
	background:url(../img/email-bg.gif) left 50% no-repeat;
	padding-left:23px;
	margin-left:13px;
	color:#1b1b42;
	text-decoration:none;
}

/*** Content styles ***/

#mainContent
{
	width:590px;
	margin-left:5px /* Experiment */
}

.htmlfragment
{
	padding:0 5px;
	background:#fff;
}

body.location .htmlfragment
{
	float:left;
}

h1
{
	font-size:1em;
	color:#990000;
	padding:7px 0;
	font-weight:lighter;
}

h2
{
	font-size:1em;
	color:#990000;
	padding:7px 0;
	font-weight:lighter;
}

h3
{
	font-size:0.88em;
	color:#000000;
	padding:7px 0;
	font-weight:bold;
}

h4
{
	font-size:0.88em;
	color:#000;
	padding:7px 0;
}

.htmlfragment p, .htmlfragment table td, .htmlfragment table th
{
	font-size:0.75em;
	padding:7px 0;
	text-align:left;
}

.htmlfragment ul
{
	padding:0 0 7px 5px;
}

.htmlfragment ul ul
{
	padding-bottom:0;
}

.htmlfragment ul li
{
	font-size:0.75em;
	margin:5px 0;
	list-style:none;
	background:url(../img/featurelist-li-bg.gif) left 6px no-repeat;
	padding-left:10px;
}

.htmlfragment ul li ul li
{
	font-size:1em;
	padding:0 10px;
}

a
{
	color:#990000;
	text-decoration:underline;
}

.htmlfragment .featureList
{
	float:left;
	width:48%;
}

body.location .htmlfragment .featureList
{
}

div.hr
{
	width: 95%;
	height:1px;
	overflow:hidden;
	margin:10px auto;
	background:#fff url(../img/dot-bg.gif) left top repeat-x;
	clear:both;
}

div.hr hr
{
  	display: none;
}

/*** Form style ***/

form
{
	background:url(../img/dot-bg.gif) left top repeat-x;
	margin-top:10px;
	padding:15px 23px;
}

form table td
{
	padding:5px 0;
	text-align:left;
}

form table.textboxes th
{
	width:100px;
}

form table.textboxes td input
{
	padding:4px;
	width:262px;
	border:1px solid #d1d5da;
}

.htmlfragment table.checkboxes td
{
	font-family:"Trebuchet MS", Arial;
	width:155px;
}

form table.checkboxes td input
{
	float:left;
	margin:3px 5px 10px 0;
}

form textarea
{
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #d1d5da;
	width:525px;
	height:158px;
	margin-bottom:15px;
}

form input.floatright
{
	margin-right:10px;
}

form input#subSend
{
	background:url(../img/btn/send-enquiry.gif) left top no-repeat;
	text-indent:-9999px;
	width:136px;
	height:30px;
	border:none;
	cursor:pointer;
	font-size:0;
	line-height:0;
}

/*** Top nav style ***/

ul#topNav
{
	padding-left:140px;
	float:left;
	width:762px;
}

ul#topNav li
{
	float:left;
	list-style:none;
	font-size:0.88em;
	width:125px;
	text-align:center;
	background:url(../img/tab-bg.jpg) left top repeat-y;
	margin-right:2px;
	_display:inline;
}

ul#topNav li.current
{
	background:url(../img/tab-current-bg.jpg) left top repeat-y;
}

ul#topNav li a
{
	color:#fff;
	display:block;
	background:url(../img/tab-top.jpg) left top no-repeat;
	padding:10px 0 3px 0;
	text-decoration:none;
}

ul#topNav li.current a
{
	background:url(../img/tab-current-top.jpg) left top no-repeat;
}

#subNav
{
	background:#1b1b41;
	clear:both;
	padding:3px 10px;
	margin:0 10px;
	width:894px;
	height:15px;
}

#subNav.current
{
	background:#990000;
	height: 15px;
}

#subNav p
{
	color:#fff;
	font-size:0.75em;
	padding:0 10px;
}

#subNav p a
{
	color:#fff;
	text-decoration:none;
	padding:0 3px;
}

#subNav p#offices {padding-left:250px;}
#subNav p#meetingrooms {padding-left:505px;}
#subNav p#workspace {padding-left:630px;}
#subNav p#about {text-align:right;}
#subNav p#enquiries {text-align:right;}

/*** Left column style ***/

div.leftCol h2
{
	font-size:0.88em;
	padding:11px;
	background:#979797 url(../img/h3-bg.jpg) left bottom no-repeat;
	color:#fff;
	font-weight:lighter;
}

#nav
{
	width:303px;
}

#nav ul li
{
	font-size:0.75em;
	background:url(../img/nav-li-bg.gif) left bottom repeat-x;
	list-style:none;
	padding:7px 5px;
	width:293px;
}

#nav ul li.current
{
	background:#eaeaea url(../img/nav-li-bg.gif) left bottom repeat-x;
	font-weight:bold;
}

#nav ul li a
{
	color:#000;
	display:block;
	background:url(../img/nav-a-bg.gif) left 50%  no-repeat;
	padding-left:10px;
	width:283px;
	text-decoration:none;
}

/*** Right column style ***/

#headerImage
{
	margin-left:-10px;
}

#extraInfo
{
	float:left;
	width:210px;
	padding-left:5px;
}

#extraInfo h2
{
	font-size:0.88em;
	padding:5px 11px;
	background:#979797 url(../img/h3-bg.jpg) right 50% no-repeat;
	color:#fff;
	font-weight:lighter;
}

#extraSideInfo, #extraSideInfo #address, #extraSideInfo #moreInformation
{
	width: 303px;
}

/*** Homepage style ***/

body.home #mainContent
{
	width:387px;
	/*padding-bottom:55px;*/
	padding-bottom:20px;
}

#homeFlash
{
	width:606px;
	height:340px;
	background:url(../img/flash-bg.jpg) right top no-repeat;
	margin-bottom:10px;
}

body.home .prop
{
	height:180px;
}

body.home #discount
{
	width:200px;
	margin-left:5px;
	padding-bottom:18px;
}

body.home #discount, body.home #locationsMap
{
	margin-top:0;
}

body.home #locationsMap
{
	/*padding-bottom:55px;*/
	padding-bottom:20px;
}

/*** Location style ***/

body.location #mainContent
{
}

/*** Boxes ***/
#locationsMap
{
}

#locationsMap, #logoBox, #discount
{
	margin-top:10px;
	width:303px;
}

#locationsMap-inner
{
	background:url(../img/location-map-bg.gif) right top no-repeat;
	padding:0 160px 0 10px;
	width:132px;
	float:left;
	height: 140px;
	position: relative;
}

#locationsMap-inner a
{
	position: absolute;
	bottom: 55px;
	left: 45px;
}

#locationsMap p, #discount p
{
	font-size:0.81em;
	padding:6px 0;
}

#discount
{
	width:303px;
}

#discount-inner
{
	padding: 0 10px;
	background:#fff;
}

#logoBox ul
{
	padding:0 10px;
}

#logoBox ul li
{
	float:left;
	margin-right:10px;
	list-style:none;
	padding:10px 0;
}

#logoBox ul li.last
{
	margin-right:0;
}

#address, #moreInformation
{
	width:204px;
}

#address-inner
{
	padding: 0 6px;
	background:#fff;
}
#address-map
{
	width:187px;
	height:179px;
	padding: 0 6px;
}

#address p
{
	font-size:0.81em;
	padding:4px 0;
}

#moreInformation ul li, #address ul li
{
	font-size:0.75em;
	margin:5px 0;
	list-style:none;
	padding:0 10px;
	background:url(../img/featurelist-li-bg.gif) left 7px no-repeat;
}

/*** Shadow box detail ***/

div.shadowBox
{
	background-image:url(../img/shadow/shadow-detail-large.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding:0 7px 10px 0;
	float:left;
	overflow:hidden;
	_background-image:none;
	_background-color:#fff;	
}

body.home div.shadowBox
{
	background-image:url(../img/shadow/shadow-detail.png);
	_background-image:none;
}

body.location div.shadowBox
{
	background-image:url(../img/shadow/shadow-detail-locations-wide.png);
	_background-image:none;
	padding-bottom:7px;
}

body.location #extraInfo div.shadowBox
{
	background-image:url(../img/shadow/shadow-detail-extracol.png);
	_background-image:none;
	padding-right:8px;
}

/*** Listing style ***/

#listingContainer
{
	background:url(../img/dot-bg.gif) left top repeat-x;
	margin:10px 0;
	padding-top:10px;
}

#listingContainer .listItem
{
	width:581px;
	float:left;
	margin-bottom:10px;
}

#listingContainer .listItem img
{
	display:block;
	float:left;
	width:91px;
}

#listingContainer .listItem div
{
	float:left;
	margin-left:10px;
	width:400px;
}

#listingContainer .listItem h3
{
	padding:0;
}

#listingContainer .listItem h3 a
{
	color:#990000;
}

/** Galley image styles **/

#galleryContainer
{
	float:left;
	margin:10px 0 10px 0;
}
#galleryInfo
{
	float:left;
	margin:10px 0px;
	padding-top:10px;
}


#galleryContainer .galleryItem
{
	float:left;
	margin: 10px 15px;
}

#galleryContainer .galleryItem img
{
	border: 1px solid #999;
}

#galleryInfo .galleryItem
{
	float:left;
	padding-left:27px;
	padding-bottom:10px;
}

/*** Main flash/header style ***/

#mainFlash
{
	xmargin-left:-5px;	
	
}

#careersFlash
{
	background: transparent url(../img/headers/careers-header.jpg) no-repeat left top;
	width: 568px;
	height: 176px;
}

#location-header
{
	width: 571px;
	height: 178px;
}

#location-header.barnsley{background: transparent url(../img/headers/barnsley.jpg) no-repeat left top;}
#location-header.ellesmere{background: transparent url(../img/headers/Ellesmere-Port.jpg) no-repeat left top;}
#location-header.dudley{background: transparent url(../img/headers/Dudley.jpg) no-repeat left top;}
#location-header.hull{background: transparent url(../img/headers/hull.jpg) no-repeat left top;}
#location-header.tees{background: transparent url(../img/headers/tees-valley.jpg) no-repeat left top;}
#location-header.gateshead{background: transparent url(../img/headers/Gateshead.jpg) no-repeat left top;}
#location-header.bootle{background: transparent url(../img/headers/bridgewater.jpg) no-repeat left top;}
#location-header.outskirts{background: transparent url(../img/headers/liverpool.jpg) no-repeat left top;}
#location-header.city{background: transparent url(../img/headers/corn-exchange-liverpool.jpg) no-repeat left top;}
#location-header.nottingham{background: transparent url(../img/headers/Nottingham.jpg) no-repeat left top;}
#location-header.virtual-offices{background:transparent url(../img/headers/why-dbh.gif) no-repeat left top;}

/*** Footer style ***/

#footer-inner
{
	width:934px;
	padding-top:30px;
	margin:0 auto;
	position:relative;
}

#footer a
{
	text-decoration:none;
	color:#000;
}

#footer ul
{
	float:left;
	width:278px;
	background:url(../img/footer-ul-bg.gif) right top repeat-y;
	padding-left:20px;
	font-size:0.69em;
}

#footer ul.first
{
	width:363px;
	padding-left:0;
}

#footer ul li
{
	list-style:none;
	padding:2px 0;
}

#footer ul li a
{
	background:url(../img/footer-li-bg.gif) left 50% no-repeat;
	padding-left:10px;
	display:block;
}

#footer p
{
	font-size:0.69em;
	padding-left:20px;
	float:left;
	width:250px;
}

#footer p#createdBy
{
	position:absolute;
	bottom:3px;
	right:3px;
}

/*** Generic style ***/

a
{
	outline:none;
}

.error
{
	color:red;	
}

.clear
{
	clear:both;
	height:0;
	overflow:hidden;
}

.prop
{
	float:left;
	width:1px;
}

.floatleft
{
	float:left;
}

a img
{
	border:none;
}

.floatright
{
	float:right;
}

.noshow
{
	display:none;
}

.redtext
{
	color:#990000;
}

.smalltext
{
	font-size:0.85em; /* standard p size 0.81em */
}

.strong
{
	font-weight:bold;
}
#map {
     width: 280px; /* Change to the width of your map */
	 height: 280px;
}
#map div span {
     white-space: normal;
}

#bsa-logo{
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}

#bsa-logo a{
	background: transparent url(../img/btn/bca-logo.gif) no-repeat left top;
	display: block;
	width: 72px;
	height: 28px;
}
