html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	background: #001e49;
}

#wrapper {
	width: 936px;
	margin: 0px auto;
	height: 436px;
}

#bg {
	background: #00275e;
	width:100%;
}

#center {
	width:100%;
	position:absolute;
	top:50%;
	margin:-300px auto auto 0px;
}

#leftcolumn {
	float: left;
	width: 329px;
}

#centercolumn{
	width:179px;
	float:left;
	height: 436px;
	background: url(../images/homepage/center_column_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#offices{
	height:357px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}#offices, #offices a {
	color:#b8c9e1;
	text-decoration:none;
}#offices strong{
	color:#e7f0f9;
}#offices .header{
	background: url(../images/homepage/office_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:271px;
	height:114px;
}#offices .cities{
	background: url(../images/homepage/office_cities.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:271px;
	height:85px;
}#offices .cities .london{
	float:left;
	width:63px;
	height:85px;
}#offices .cities .london.selected, #offices .cities .london:hover{
	background: url(../images/homepage/london_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}#offices .cities .glasgow{
	width:69px;
	float:left;
	height:85px;
}#offices .cities .glasgow.selected, #offices .cities .glasgow:hover{
	background: url(../images/homepage/glasgow_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}#offices .cities .dublin{
	width:67px;
	float:left;
	height:85px;
}#offices .cities .dublin.selected, #offices .cities .dublin:hover{
	background: url(../images/homepage/dublin_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}#offices .details {
	width:271px;
	height:158px;
	background: url(../images/homepage/office_details.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}#offices .details a{
	display:block;
	width:271px;
	height:158px;
}#offices .details .london {
	height:158px;
	background: url(../images/homepage/london_details.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}#offices .details .glasgow, #offices .details .dublin {
	display:none;
}

#header {
	margin: 0px auto;
	width: 936px;
}

#footer {
	background: #001e49;
	width: 100%;
	text-align: center;
}

#searchbg {
	background: url(../images/homepage/searchbg.jpg);
	float: left;
	width: 271px;
	height: 79px;
}

#office-container {
	float: right;
	width: 271px;
}

#rightcolumn {
	float: right;
	width: 450px;
}

#content { 
	float: left;
	width: 157px;
}

#newswrapper {
	background: url(../images/homepage/newsbg.jpg);
	float: left;
	width: 450px;
	height: 262px;
}

#newscontent {
	float: left;
	width: 375px;
	height: 244px;
	font: 12px/1.4em Arial, Helvetica, sans-serif;
	color: #b9cde8;
	overflow: auto;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
}


#newscontent a {
	color: #B5C8FB;
	text-decoration: underline;
}

.newstitle {
	background: #002453;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #e9bb10;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.newsheading {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #E2EBF5;
	padding: 0px;
	margin-bottom: 10px;
}


.leftimg {
	float: left;
}

input.textfield {
	float: left;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}

.copyright {
	font: 11px Arial, Helvetica, sans-serif;
	color: #80a3c1;
	padding-top: 10px;
}

.login {
	font: 11px Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #80a3c1;
} .login a {
	color: #80a3c1;
}