/* overwrites */
body 
{
	margin:0;
	padding:0;
	border:0;
	text-align: center;
	background: fff;
	text-align: center;
	color: #353535;
	font-size: 12px;
	font-family: "Century Gothic";
	line-height: 14px;
}

a
{
	text-decoration: none;
	color: #064675;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: 0px;
}
ul
{
	padding-left: 1em;
	list-style-image: url(../images/bulletarrow.png);
}

/* main layouts */
#container 
{
	margin:0px auto;
	padding: 0px;
	width:796px;
	border:0px;
	background: URL('../images/mainbg.png') repeat-y;
	text-align: left;
	overflow: hidden;
}

#content
{
	margin: 0 4px;
}

#horizontalnav
{
	background: URL('../images/horizontalnavbg2.jpg') no-repeat;
	width:788px;
	height:29px;
	padding: 0px 0px 0px 12px;
	text-align: left;
}

#mainsection
{
	margin: 1px 2px;	
}

#maincolumn
{
	float:left; 
	width:567px; 
	background: #f0e9e3; 
}

#maincolumntxt
{
	padding: 0px 10px 1px 10px;
	background: URL('../images/horizontaldots.gif') repeat-x bottom;
}

#maincolumnpanels
{
	padding: 10px 0;
	background: URL('../images/bottommainpanelbg.jpg') repeat-x bottom;
}

#maincolumnpanelleft
{
	float:left;
	width: 283px;
}
#maincolumnpanelleftbody
{
	padding-right: 10px;
	margin: 0 10px;
	background: URL('../images/verticaldots.gif') repeat-y right;
}
#maincolumnpanelright
{
	margin-left: 283px;
}
#maincolumnpanelrightbody
{
	width: 273px;
}

#rightcolumn
{
	margin-left: 566px;
	/*width: 219px;*/
	background: URL('../images/sidepanelbg.gif') repeat-y;
}

#rightcolumnmain
{
	margin-left: 1px;
	padding-top: 90px;
	width: 217px;
	background: URL('../images/sidepaneltop2.jpg') no-repeat;
}

#rightcolumnmaintxt
{
	padding: 0 7px 10px 7px;
	margin-right: 10px;
	background: URL('../images/horizontaldots.gif') repeat-x bottom;		
}

#footer
{
	margin: 15px 10px;
	font-size: 11px;	
}

#clear 
{
	clear: both;
	margin: 0px;
}

/* non homepage layout */
#nonhomefooter
{
	margin: 15px 10px;
	padding-top: 5px;
	background: URL('../images/horizontaldots.gif') repeat-x top;
	font-size: 11px;	
}
#leftcolumn
{
	float: left;
	width: 165px;
	padding-top: 0px;
}
#maincolumn_nonhome
{
	margin-left: 175px;
	background: URL('../images/verticaldots.gif') repeat-y left;
}
#maincolumntxt_nonhome
{
	margin: 10px;
}

#leftcolumntxt
{
	margin: 0 0 0 5px;	
}
#nonhomebanner
{
	background: URL('../images/homebanner-2.jpg') no-repeat;
	width: 784px;
	height: 142px;
	margin: 1px 2px 30px 2px;
}
#nonhometitle
{
	padding: 80px 0 0 180px;
}

/* Links */

.aboutuslink
{
	background: URL('../images/aboutuslink.png') no-repeat;
	outline: none;
}

	
.aboutuslink:hover
{
	background: URL('../images/aboutuslinkover.png') no-repeat;
	-moz-outline-style: none;
}
.practiceareaslink
{
	background: URL('../images/practiceareaslink.png') no-repeat;
	outline: none;
}


.practiceareaslink:hover
{
	background: URL('../images/practiceareaslinkover.png') no-repeat;
	-moz-outline-style: none;
}

.contactuslink
{
	background: URL('../images/contactuslink.png') no-repeat;
	outline: none;
}

.contactuslink:hover
{
	background: URL('../images/contactuslinkover.png') no-repeat;
	-moz-outline-style: none;
}

/* text styles */
#leftcolumntitle
{
	background: URL('../images/horizontaldots.gif') repeat-x bottom;
	padding-bottom: 3px;
	margin-bottom: 15px;
}
.size11
{
	font-size: 11px;
}
.headertitle
{
	color: #666666;
	margin-bottom: 3px;
	font-weight: bold;
	font-size:13px;
}
.headertitle2
{
	color: #000666;
	margin-bottom: 3px;
	font-weight: bold;
	font-size:20px;
}
.nobold
{
	font-weight: normal;
}
.em
{
	font-style:italic;
}
.nodecoration
{
	text-decoration: none;
}
.dottedunderline
{
	background: URL('../images/horizontaldots.gif') repeat-x bottom;
}
.bold
{
	font-weight: bold;
}
/* COLOUR */

.black
{
	color: black;
}
.darkblue
{
	color: #333;
	font-size: 16px;
}

/* MISC styles */
.noborder
{
	border: 0px;
}
.horizontalruler
{
	background: URL('../images/horizontaldots.gif') repeat-x;
	width: 100%;
	height: 1px;
}
#container #content #horizontalnav #links {
	color: #FFF;
}
