@charset "utf-8";
body {
	font: 18px 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;
	line-height:100%;
}

#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: 18pt;
}
p {line-height: 1.5em;}

.postcodeForm {display:inline;margin:0px;padding:0px;}

.dbws {color:#600;}
.dbws a{color:#600;}
#footNote{font-family:Tahoma, Geneva, sans-serif;font-size:10px;width:800px;margin:auto;}

#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;} 

ul#slider1 li a h2 {text-decoration: none !important}

#practiceAreasTable td{ vertical-align:top;}
.invis {
	margin: 0px;
	padding: 0px;
	display: none;
}

.resourceList li {
	padding-bottom:10px;
}
table.contactForm {
	border: 1px solid #999;
	padding: 10px;
	background-color: #F9F0F1;
	
}

table.contactForm th {
	text-align:right;
	font-weight:bold;
	font-family:Arial,Tahoma, Geneva, sans-serif;
	font-size:12px;
}
	
table.contactForm td,table.contactForm td textarea {
	font-family:Arial,Tahoma, Geneva, sans-serif;font-size:12px;
}
.smallfont {
	font-size: 9px;
}
#mainContent a {
	color: #900;
}

ul.spacedList li {
	padding-bottom:8px;
	list-style-type: disc;
}
ol.spacedList li {
	padding-bottom:8px;
}#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}


/* messages */
div.msg {
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	border: 1px solid; margin: 0 0 15px 0; padding: 8px 10px 0 10px;
	font-size:18px;
}
div.msg p {margin: 0 0 8px 0; padding-left: 25px;}
div.success {border-color: #a6d877; background: #d2ecba repeat-x; color: #336801;}
div.success p {background: url("/images/information.png") 0 50% no-repeat;}
div.error {border-color: #f3abab; background: #f9c9c9; color: #8d0d0d;}
div.error p {background: url("/images/exclamation.png") 0 50% no-repeat;}

