/* CSS Document */

body {
			margin: 0;
			padding: 0;
			font-size: 95%;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #000;
			background-color:#fff;
			background: url(images/more_col_base.jpg) repeat-y right;/*for IE 6 and Safari,FF*/
			min-width: 500px;
			max-width: 1400px;
			}

/*Start banner*/
#banner {
			color: #c6b160;
			background-color: #fff;
			border-bottom: 1px solid #8f9092;
			}
		
#banner h1 {
			margin: 0;
			padding: .3em 0 0 30px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 2.2em;
			font-weight: normal;
			}
/*Add a tag line to describe the business*/
#banner h2 {
			margin: 0;
			padding: .3em 0 .9em 30px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #a4a39d;
			font-size: .75em;
			font-weight: normal;
			border-top: 1px dotted #adadae;
			}
/*End banner*/

/*Start message*/		
#message {
			margin: 0;
			padding: 0;
			border-bottom: 1px solid #8f9092;
			background: #8292b0 url(images/court.jpg) no-repeat top left;
			}
		
#message div {
			margin: 0;
			padding-right: 185px;
			background: url(images/more_col_base3.jpg) repeat-y top right;
			}
			
#message p {
			margin: 0;
			font-size: .9em;
			line-height: 1.5em;
			color: #fff;
			text-align: right;
			padding-top: 1.6em;
			padding-right: 100px;
			padding-bottom: 2em;
			font-weight: normal;
			background: url(images/circle2.jpg) no-repeat 100% 50%;
			}
	
#message p strong {
			color: #e4d990;
			}
		
#message p a {
			color: #ccc;
			line-height: 1.2em;
			list-style: none;
			text-decoration:none;
			font-weight: bold;
			}
			
#message p a:hover {
			color: #333;
			list-style: none;
			text-decoration:none;
			}
/*End message*/

/*start navigation_top*/
#intro_nav {
			margin-left: 220px;
			margin-right: 200px;
			}

#navigation_top {
			width: 100%;
			float: left;
			/*display: inline; double margin fix*/
			margin: 0;
			padding: 6px 0 0 20px;
			list-style: none;
			background: #c2c2c2 url(images/nav_bg.gif) repeat-x bottom left;
			}
#navigation_top li {
			float: left;
			/*display: inline; double margin fix*/
			margin: 0;
			padding: 0;
			font-family: "Lucida Grande", sans-serif;
			font-size: 75%;
			}
#navigation_top a {
			float: left;
			/*display: inline; double margin fix*/
			display: block;
			margin: 0 1px 0 0;
			padding: 4px 8px;
			color: #333;
			text-decoration: none;
			border: 1px solid #8f9092;
			border-bottom: none;
			background: #eae2c4 url(images/off_bg1.gif) repeat-x top left;
			}
			
/*Begin navigation hover section*/
#navigation_top a:hover, body#home #t-home a {
			color: #333;
			padding-bottom: 5px;
			border-color: #727377;
			background: #fff url(images/on_bg.gif) repeat-x top left;
			}
#navigation_top a:hover, body#firm #t-firm a {
			color: #333;
			padding-bottom: 5px;
			border-color: #727377;
			background: #fff url(images/on_bg.gif) repeat-x top left;
			}
#navigation_top a:hover, body#price #t-price a {
			color: #333;
			padding-bottom: 5px;
			border-color: #727377;
			background: #fff url(images/on_bg.gif) repeat-x top left;
			}
#navigation_top a:hover, body#practice #t-practice a {
			color: #333;
			padding-bottom: 5px;
			border-color: #727377;
			background: #fff url(images/on_bg.gif) repeat-x top left;
			}
#navigation_top a:hover, body#case #t-case a {
			color: #333;
			padding-bottom: 5px;
			border-color: #727377;
			background: #fff url(images/on_bg.gif) repeat-x top left;
			}
#navigation_top a:hover, body#results #t-results a {
			color: #333;
			padding-bottom: 5px;
			border-color: #727377;
			background: #fff url(images/on_bg.gif) repeat-x top left;
			}
#navigation_top a:hover, body#news #t-news a {
			color: #333;
			padding-bottom: 5px;
			border-color: #727377;
			background: #fff url(images/on_bg.gif) repeat-x top left;
			}
#navigation_top a:hover, body#contact #t-contact a {
			color: #333;
			padding-bottom: 5px;
			border-color: #727377;
			background: #fff url(images/on_bg.gif) repeat-x top left;
			}
#navigation_top a:hover, body#cities #t-cities a {
			color: #333;
			padding-bottom: 5px;
			border-color: #727377;
			background: #fff url(images/on_bg.gif) repeat-x top left;
			}
/*End navigation_top*/
	
#outer_wrapper {
	background: url(images/nav_col_base_c5.jpg) repeat-y left;
	/*border: #0000CC solid 1px;*/
	}
#wrapper {
	/*background: url(images/more_col_base.jpg) repeat-y right;
	border: #000 solid 1px;*/
	}

#container {
	width: 100%;
	float: left;
	display: inline; /*double margin fix*/
	margin-right: -220px;/*was -220px*/
	}
/* Target IE7 only */
	html>body #container {
	*background: url(images/more_col_base.jpg) repeat-y right;
	}
/* end */
	
	
	
#content {
	margin-right: 190px;/*was 190px*/
	/*background: url(images/nav_col_base_c5.jpg) repeat-y left;
	border: #CC6600 solid 1px;*/
	}

/*#left {
	width: 220px;
	float: left;
	border: #CC0000 solid 1px;
}*/
#sidebar {
	width: 180px;
	float: right;
	/*display: inline;double margin fix*/
	}

h1 {
	margin-top: 0;
	}
.last {
	margin-bottom: 0;
	}
.clearing {
	height: 0;
	clear: both;
	}

/*Start navigation-side*/
#left {
			width: 190px;
			float: left;
			margin-left: 30px;
			display: inline;/*double margin fix*/
			}
		
#left h3 {
			margin-top: 0;
			color: #8292b0;
			font-size: 1em;
			padding: .5em 1em;
			border-bottom: 1px solid #a3a3a4;
			border-top: 1px solid #a3a3a4;
			}
#left img {
			float: left;
			display: inline;/*fix?*/
			margin: 30px 0 0 30px;
			padding: 0 4px 4px 0;
			background: url(images/photo-frame_c.gif) no-repeat bottom right;
			}
a img {
			border: none; 
			}
		
/*Start content*/
#main {
			margin-left: 220px;
			/*border: #FF0000 solid 1px;*/
			}
		
#main h2 {
			padding-left: 25px;
			padding-top: .2em;
			font-size: 1.3em;
			color: #c6b160;
			margin-top: 0em; /*removed to even out spacing in IE*/
			font-weight: normal;
			line-height: 160%; /*added to even out spacing in IE*/
			}
			
#main h3 {
			padding: .5em 0 .5em 25px;
			font-size: 1em;
			color: #6a7b9b;
			margin: 0;
			font-weight: normal;
			border-top: 1px dotted #8f9092;
			border-bottom: 1px dotted #8f9092;
			}
#main h4 {
			padding: 0 0 0 25px;
			font-size: .8em;
			color: #8292b0;
			font-weight:bold;
			margin: 0;
			/*border-top: 1px dotted #8f9092;
			border-bottom: 1px dotted #8f9092;*/
			}
		
#main p {
			padding-left: 25px;/*was 35px*/
			padding-right: 25px;/*was 35px*/
			font-size: .9em; 
			line-height: 150%;
			text-align: justify; 
			}
#main p.locations {
			padding-left: 35px;
			padding-right: 35px;
			font-size: .8em; 
			line-height: 140%;
			text-align: justify; 
			}
#main img {
			float: right;
			display: inline;/*fix?*/
			margin: 0 40px 10px 20px;
			padding: 0 7px 7px 0;
			background: url(images/photo-frame_c.gif) no-repeat bottom right;
			} 
			
#main .activities  {
			color: #666;
			font-size: .8em; 
			line-height: 140%;
			margin-left: 20px; 
			margin-right: 20px; 
			}
#main .activities a {
			color: #8292b0;
			list-style: none;
			text-decoration: none;
			font-weight: bold;
			}
			
#main .activities a:hover {
			color: #000;
			list-style: none;
			text-decoration: none;
			font-weight: bold;
			}	
/*para link styling*/
#main p a {
			color: #8292b0;
			list-style: none;
			text-decoration: none;
			font-weight: bold;
			}
			
#main p a:hover {
			color: #000;
			list-style: none;
			text-decoration: none;
			font-weight: bold;
			}
/*End para link styling*/	
#main .disclaimer {
			border-top: 1px solid #8f9092;
			border-bottom: 1px solid #8f9092;
			background-color: #D9D8F5;
			clear: both;
			}
			
#main p.disclaimer {
			padding: 10px 20px 10px 20px;
			font-size: .7em;
			color: #666; 
			line-height: 120%;
			 }
			 
#main .links {
			clear: both;
			margin: 0;
			padding: 0 20px 10px 10px;
			text-align: center;
			list-style: none;
			}
		
#main .links li {
			padding: 0;
			margin: 0;
			display: inline;
			line-height: 100%;
			}
			
#main .links li a {
			font-size: .7em;
			margin-right: .5em;
			text-decoration: none;
			color: #333;
			}
			
#main .links li a:hover {
			color: #8292b0;
			list-style: none;
			text-decoration: none;
			}

/*Start Table*/
table {
  	width: 92%;
  	margin: 0 30px 0 30px;
  	border: 1px solid #8f9092;
  	background: #fff;
	font-size: 80%;
  	}

table th, table td {
  	margin: 0;
  	padding: 5px 15px;
  	text-align: left;
  	border-bottom: 1px solid #b5b5b5;
  	}
table th {
  	color: #999;
  	}
table .name {
  	text-align: left;
  	}
table tr {
  	background: #e6e6e6;
  	}
table tr.alt {
  	background: #f1f1f1;
  	}


/*Start more(right-side)*/
#sidebar {
			width: 180px;
			float: right;
			display: inline; /*double margin fix*/
			margin-top: 2em;
			}
		
#sidebar h3 {
			margin-top: 0;
			color: #fff;
			font-size: 1em;
			padding: .5em 1em;
			border-bottom: 1px solid #8f9092;
			border-top: 1px solid #8f9092;
			}
		
#sidebar p {
			margin-top: 0;
			color: #666;
			font-size: .7em;
			padding: 0 1.4em;
			line-height: 140%;
			
			}
			
#sidebar p.cities {
			color: #666;
			font-size: .7em;
			line-height: 130%;
			padding-top: 1.5em;
			border-top: 1px solid #8f9092;
			}
			
#sidebar p.cities a {
			color: #8292b0;
			list-style: none;
			text-decoration: none;
			font-weight: bold;
			}
			
#sidebar p.cities a:hover {
			color: #fff;
			list-style: none;
			text-decoration: none;
			font-weight: bold;
			}
			
#sidebar p.quote {
			color: #8292b0;
			font-size: .7em;
			padding: .6em 1.4em;
			line-height: 140%;
			font-weight: bold;
			padding-top: 1.5em;
			border-top: 1px solid #8f9092;
			}
			
#sidebar p.quote em {
			color: #fff;
			font-size: 1em;
			padding-left: 10px;
			}
#sidebar p.quote strong {
			color: #fff;
			font-size: 1.5em;
			}

/*End more(right-side)*/

/*Start footer)*/
#footer .disclaimer {
			margin: 0;
			border-bottom: 1px dotted #fff;
			clear: both;
			}
			
#footer p.disclaimer {
			padding: 10px 30px 10px 30px;
			font-size: .9em;
			color: #333; 
			line-height: 120%;
			 }
			 
#footer .links {
			margin: 0;
			padding: 10px 30px 10px 30px;
			text-align: center;
			list-style: none;
			border-bottom: 1px dotted #fff;
			}
		
#footer .links li {
			padding: 0;
			margin: 0;
			display: inline;
			line-height: 130%;
			}
			
#footer .links li a {
			font-size: 1em;
			margin-right: .5em;
			text-decoration: none;
			color: #e4d990;
			font-weight: bold;
			}
			
#footer .links li a:hover {
			color: #fff;
			list-style: none;
			text-decoration: none;
			font-weight: bold;
			}

#footer {
			clear: both;
			background-color: #8292b0;
			padding: .5em 1em;
			border-top: 1px solid #999;
			font-size: .7em;
			color: #FFF;
			text-align: center;
			}