@charset "utf-8";
body {
	font: 100% Tahoma,Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #fff;
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/content_BG.jpg);
	background-repeat: repeat-y;	
}
@media print {
	#img {display:none;}
	#header {display:none;}	
	#languageImages a img{display:none;}	
}
@media print {h1.invis {display:block;}}

#header {
	height:233px;
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat-x;	
	width:800px;
}
#header #headerLogo {
	float:left;
	display:block;
	width:790px;
	height:54px;
	}
#header #headerImg {
	height:179px;
	float:left;
	background-repeat: no-repeat;
	background-image: url(images/header_image.jpg);
	width:800px;	
}

.header_image2 {
	background-image: url(images/header_image2.jpg) !important;
}

#header #menu {
	width:201px;	
	height:179px;
}

#header #menu ul{ margin:0px; padding:2px;list-style:none;margin-left:20px;}
#header #menu ul li{
	width:150px;border-bottom:1px solid #FFC;
	padding-bottom: 0px;
	}
#header #menu ul li a{
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
#header #menu ul li a:hover{
	font-weight: bolder;
	color: #FF0;
}
#mainContent {
	clear:both;

	width:800px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent #leftArea {
	float:left;
	width:201px;
	padding:0px;
}
#leftContent,#rightContent {padding:5px 20px 5px 20px;}

#leftContent {font-family:Tahoma, Geneva, sans-serif;font-size:14px;}

#mainContent #rightArea {
	float:left;	
	width:589px;
	padding-left:0px;
	border-left: 1px solid #BBB;
}

#footer {
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	text-align:center;
}

#footer ul {
	margin:0px;
	padding:0px;
	padding-bottom:20px;
}
#footer ul li {display:inline;}
#footer ul li a{
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px 15px 0px 15px;
	color: #600;
	font-weight: bold;
	text-transform: lowercase;
}
#footer ul li a:hover{color:#F60;}

.clearAll {clear:both;}

.oneColFixCtr #container #header #headerImg #menu ul .noBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul {list-style:none;}
h3 {color:#666;font-weight:normal;}
th {font-weight:normal; text-align:left;padding:6px;}
h1 {
	color:#600;
	font-weight:normal;
	text-decoration:none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 25pt;
}
p {line-height: 130%;}

.postcodeForm {display:inline;margin:0px;padding:0px;}

.dbws {color:#600;}
.dbws a{color:#600;}
#footNote{font-family:Tahoma, Geneva, sans-serif;font-size:10px;}

#languageImages {
	position:absolute;
	right: 0px;
	top: 2px;
	width: 85px;
	border:none;
	height: 24px;
}

#languageImages a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#linksList li {
	margin-bottom:5px;
}

ul.practiceAreas {
	margin:0px; 
	padding:0px;
}

ul.practiceAreas li.area {color:#600;margin-bottom:20px; margin-right:10px;} 
ul.practiceAreas li ul {margin-top:10px;}
ul.practiceAreas li ul li{color:#000;list-style-type:square;} 

#practiceAreasTable td{ vertical-align:top;}
.invis {
	margin: 0px;
	padding: 0px;
	display: none;
}

.resourceList li {
	padding-bottom:10px;
}
#contactFormTable {
	border: 1px solid #999;
	padding: 10px;
	background-color: #F9F0F1;
}

#contactFormTable th {text-align:right;font-weight:bold;font-family:Arial,Tahoma, Geneva, sans-serif;}
#contactFormTable td,#contactFormTable td textarea {
	font-family:Arial,Tahoma, Geneva, sans-serif;
}
.smallfont {
	font-size: 9px;
}
#mainContent a {
	color: #900;
}

ul.spacedList li {
	padding-bottom:8px;
	list-style-type: disc;
}
ol.spacedList li {
	padding-bottom:8px;
}