@charset "UTF-8";
/* CSS Document */



body {
margin: 0;
padding: 0;
font: 13px/22px  Helvetica, Arial, sans-serif;
color: #666;
background-color: #ddd;
}

.right { float: right; margin: 0 0 10px 10px; padding: 5px; border: 1px solid #DDD; }
.left { float: left; margin: 0 15px 10px 0; padding: 5px; border: 1px solid #DDD; }
.left:after { clear: both; }
.right:after { clear: both; }


/*
-----------------------------
NAV
-----------------------------
*/

.nav-left ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}

.nav-left ul li a{
background: #FFF;
font: normal 12px Helvetica, Arial, sans-serif;
color: #00014e;
display: block;
padding: 6px 0 3px;
padding-left: 8px;
margin-bottom: 5px;
text-decoration: none;
border-top: 1px solid #B5B5B5;
border-left: 23px solid #006699;
text-transform: uppercase;
letter-spacing: 1px;
}

#home .nav-left ul li.home a,
#biography .nav-left ul li.biography a,
#mediation .nav-left ul li.mediation a,
#whattoexpect .nav-left ul li.whattoexpect a,
#rates .nav-left ul li.rates a,
#clients .nav-left ul li.clients a,
#news .nav-left ul li.news a,
#contactus .nav-left ul li.contactus a,
#wheretostay .nav-left ul li.wheretostay a,
#calendar .nav-left ul li.calendar a,
#casestudies .nav-left ul li.casestudies a,
#adminhome .nav-left ul li.adminhome a,
#webhome .nav-left ul li.webhome a,
#clientlist .nav-left ul li.clientlist a,
#maintainthenews .nav-left ul li.maintainthenews a,
#addnewsitem .nav-left ul li.addnewsitem a,
.nav-left ul li a:hover
{
border-left: 23px solid #ffcc00;
}


/* Holly Hack for IE \*/
* html .nav-left ul li { height: 1%; }
* html .nav-left ul li a { height: 1%; }
/* End */



/*
-----------------------------
STRUCTURE
-----------------------------
*/

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 850px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color: #fff;
}

#header{
background: #EAEAEA url(http://www.jamesmorrismediator.com/dotnet/images/BannerBackground.gif) repeat;
height: 70px;
padding: 10px 0;
margin-bottom: 20px;
border-bottom: 20px solid #006699; 
}

#contentwrapper{
width: 820px;
padding: 0 15px 15px 15px ;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
}

#rightcolumn{
float: right;
width: 590px;
}


/*
-----------------------------
CONTENT
-----------------------------
*/

p, h1, h2 {
	margin: 0 0 12px 0 ;
}

h1 {
font-size: 15px;
letter-spacing: 1px;
color: #333;
}

h2  { 
letter-spacing: 2px;
text-transform: uppercase;
font: 15px Helvetica, Arial, sans-serif;
color: #006699;
}

h3 {
margin-top: 0;
font-family: Helvetica, Arial, sans-serif;
font-size: 1em;
text-align: center;
color: #006699;
}

blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}

a {
text-decoration: none;
font-weight: bold;
color: #CE565F;
background: inherit;
}
a:hover {
text-decoration: none;
color: #000;
background:  inherit;
}
a img {
border: 0;
}

ul {
	margin: 0 0 15px 20px;
	padding: 0 0 15px 20px;
}



/*
-----------------------------
FOOTER
-----------------------------
*/


#footer{
background: #000;
color: #FFF;
text-align: center;
padding: 6px 0;
}

#footer a{
color: #ccc;
}



/*
-----------------------------
CLEARFIX
-----------------------------
*/
.clearfix:after,


body #contentwrapper:after

{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
	}


