/*PAGE LAYOUTS*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #464646;
 min-height: 640px;
}
#wrapper { 
 margin: 0 auto;
 width: 840px;
 padding: 20px;
 margin-bottom: 20px;
}
#header {
 width: 800px;
 float: left;
 padding: 20px;
 
 height: 65px;
 margin: 0;
}
#leftcolumn { 
 margin: 0;
 padding: 20px;
 padding-top: 5px;
 min-height: 350px;
 width: 220px;
 float: left;
}
#rightcolumn { 
 float: right;
 margin: 0px 0px 20px 0px;
 padding: 20px;
 padding-left: 0;
 width: 560px;
 display: inline;
 
 
}



.clear{
clear: both;}


/*HEADER STYLES*/
#header h1 a{
background: url(../i/logo06.gif) top left no-repeat;
width: 222px;
height: 62px;
display: block;
text-indent: -2999px;
}
#header h2,
#header h3{
text-indent: -2999px;}

#header h3{
display: none;}

#projectHeader{
position: relative;
}
.image h4{
	padding-top: 0;
}



/*TEXT STYLES*/

h4{
color: #095AA5;
padding-top: 10px;
padding-bottom: 5px;
border-bottom: 1px solid  #095AA5;
font-size: 100%;
}



#content h4,
#content p{
width: 495px;
text-align:justify;
}


p{
line-height: 150%;
padding: 10px 0px;
}

a{
text-decoration: none;
color: #524d52;}

a:hover{
color: #095AA5;
text-decoration: none;
}

a.active{
color: #095AA5;
text-decoration: none;
font-weight: bold;
}

a:focus{
outline: none;}

a.back{
color: #095AA5;
padding-top: 10px;
padding-bottom: 0px;
margin-top: 2px;
border-bottom: 1px solid  #0079c2;
font-size: 100%;
background: url(../i/backicon.gif) top right no-repeat;
display: block;
height: 17px;
width: 45px;
font-weight: bold;
position: absolute;
top: 0;
right: 0;

}

a:hover.back{
color: #524d52;
border-bottom: 1px solid  #524d52;
background: url(../i/images/backicon.gif) bottom right no-repeat;
}


/*NAVIGATION*/

ul#nav{
list-style: none;
}

ul#nav li ul{
list-style: none;}

ul#nav li{
text-align: right;
line-height: 150%;
}

ul#nav li.topLevel{
text-transform: uppercase;
display: block;
margin-bottom: 20px;
}

ul#nav li ul li{
text-transform: none;
}
ul#nav li.topLevel h4{
border-bottom:1px solid #095AA5;
margin-bottom: 5px;
padding: 0;

}

ul#nav li.topLevel h4 a{
	color: #464646;
}

.selected{
	font-weight: bold;
	color: #095AA5;
}

.ulpractice li a, .ulprojects li a{
	color:#464646;

}

.ulpractice li a.selected, .ulprojects li a.selected {
	font-weight: bold;
	color: #095AA5;
}

/*IMAGE GALLERIES*/

ul#thumbimages{
display: block;
height: 80px;
clear: left;
padding-bottom: 10px;
list-style: none;
}

ul#thumbimages li{
float: left;

}

ul#thumbimages li a img{
	text-decoration: none;
	border: 0;
	padding-right: 1px;
}

ul#thumbimages li img.padded{

	padding-right: 1px;
}

ul#thumbimages li img.paddedmore{

	padding-right: 5px;
}

ul#thumbimages li a:hover img{

}

ul#thumbimages li.whiteline{

	padding-right: 1px;
}

/*PROJECT LISTS*/

ul#projectlist{
list-style: none;
padding-top: 5px;
}

ul#projectlist li{
line-height: 200%;
}
ul#projectlist li a{

}

.image{
	margin-top: 10px;
}

table.clientlist {}

table.clientlist td{
	width: 185px;
	vertical-align: text-top;
}


table.clientlist td ul{
	margin-left:0;
	
}
table.clientlist td ul li{
	list-style-type:none;
}


.staticpage ul{
	margin-left: 15px;
	
}

dl{
	padding-top: 10px;
	
}

dt{
	font-weight: bold;
	float: left;
	width: 15px;
}

dt.coloured{
	font-weight: bold;
	color: #095AA5;
	float: left;
	width: 20px;
}

dd{
	margin-left: 20px;
}

.backbutton{	
	color: #095AA5;
	
	padding-top: 2px;
	
	font-size: 90%;
	display: inline;
	text-align:right;
	margin-right: 60px;
	float: right;
	
	
}


.previous, .next{
	float: left;
	background-image: url(../i/previous.gif);
	background-repeat:no-repeat;
	
	
	
	margin:0;
	padding:0;
	
	
	}
	
.next{
	background-image: url(../i/next.gif);
}

.previous a, .next a{
	padding:5px;
}

.backbutton a{
	background-image:url(../i/back.gif);
	background-position: right;
	background-repeat:no-repeat;
	padding-right: 20px;
}

#mapholder{
	margin-top: 24px;
	}
	
#mapholder h4{
	width:auto;
	}