* {margin:0;padding:0}
body {
	background: #265d7b;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

#container {
	width: 983px;
	margin: 0px auto 0px auto;
	margin-left:auto;
	margin-right:auto;	
	background: url(../_images/bgnds/shadow-bgnd.jpg) repeat-y;
}

* html #container{ /* < ie7 only */
	width: 993px; /* <= ie5.5 */
	w\idth: 983px; /* >= ie6 */
}

#wrapper {
	width: 953px;
	margin: 0px auto 0px auto;
	margin-left:auto;
	margin-right:auto;	
	border-left: 1px solid #28576f;
	border-right: 1px solid #28576f;
	background: #2e6b8a;
	text-align: left;
}
#header {
	width: 953px;
	height: 52px;
	background: #285266;
	text-align: center;
	margin-bottom: 80px;
}

.tab-spacer {
	width: 160px;
	height: 52px;
	background: #285266;
	float: left;
	border-bottom: 1px solid #2e6b8a;
	_border-bottom: 1px solid #285266; /* <ie7 only */
}

.tab {
	width: 140px;
	height: 51px;
	text-align: center;
	float: left;
	border-left: 1px solid #2c686a;
	border-bottom: 1px solid #285266;
	border-right: 1px solid #30837b;
}

.tab-selected {
	width: 140px;
	height: 51px;
	background: #2e6b8a;
	text-align: center;
	float: left;
	border-left: 1px solid #2c686a;
	border-bottom: 1px solid #2e6b8a;
	border-right: 1px solid #30837b;
}


#leftmenu {
	width: 160px;
	height: auto;
	margin: 0px 10px 0px 0px;
	background-color: #2e6b8a;
	display: inline;
	float: left;
	position:relative;
	left:-532px
}
#content {
	width: 533px;
	background: #2e6b8a;
	text-align: left;
	float:left;
	position:relative;
	left:170px;
}
#content p {
	padding-bottom: 10px;
}
.solicitor, .solicitor a:link, .solicitor a:visited  {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.solicitor a:hover {
	font-weight: bold;
}
#rightmenu {
	width: 239px;
	height: auto;
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #2e6b8a;
	background-color: #2e6b8a;
	display: inline;
	float: right;
}
* html #rightmenu{
	width: 240px;
	w\idth: 239px;
}
#logo {
	text-align: center;
}
#sideimage {
	text-align: center;
}
div.gmap-balloon {
      width: 100px;
      float: left;
	padding-top: 2px;
}
.gmap-thumb {
	background-color: white;
	border: 1px solid #555555;
	padding: 2px;
}

.minifoot {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}


#footer-inner {
	width: 953px;
	height: 15px;
	color: #fff;
	text-align: center;
	clear: both;
	background-color: #2e6b8a;
	border-bottom: 1px solid #28576f;
}

#footer-outer {
	width: 983px;
	height: 15px;
	background: url(../_images/bgnds/shadow-bottom.jpg) no-repeat;
	color: #fff;
	text-align: center;
	clear: both;
}

#footer-credit {
	width: 983px;
	height: 15px;
	background: #265d7b;
	color: #3c92bd;
	text-align: left;
	clear: both;
	margin-right: 25px;
	font-size: 10px;
}

#footer-credit p {
	color: #3c92bd;
	text-align: right;
	font-size: 10px;
	float: right;
	margin-right: 15px;
}

/* contact form */

input[type="text"]
{ width: 200px; }

textarea
{ width: 360px; }
