﻿body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px 0;
	padding: 0;
	text-align: center;
	background-position: center;
	background-repeat: repeat-y;
	background-image: url('../images/back.jpg');
	background-color: #A59271;
}

#wrapper {
    position:relative;
	width:800px;
	margin:0 auto;
	text-align: left;
	margin: 0 auto;
	width: 940px;
}

/*breadcrumbs */

			#breadcrumbs {
			width:930px;
			padding-left:10px;
			background-image:url('../images/Harris-Guidi-breadcrumb-back.png');
			background-repeat:repeat;
			text-align:left;
			font-size:.7em;
			text-transform:capitalize;
			}	
			
				#breadcrumbs > a.breadcrumbs {
				text-decoration:none;
				color:#fff;
				text-transform:capitalize;
				}		
		
				span.bread_knife {
				margin-right:10px;
				margin-left:10px;
				font-size:1.2em;
				color:#fff;
				}

/*end breadcrumbs */	
				
/* navigation */

	#navbar {
	position:absolute;
	top:120px;
	background-image: url('../images/neon_over.jpg');
	background-repeat: repeat-x;
	font-size:.7em;
	font-weight:bold;
	min-width:940px;
	height:40px;
	}
	
		#navbar ul, #navbar li {
		display:inline;
		}

		#navbar ul:first-child {
		margin-left:5px;
		}
		
		#navbar a {
		text-decoration:none;
		color:#000;
		border-right: 1px solid #4A4A4A;
		padding:0px 10px 0px 10px;
		}
		
			#navbar a:hover {
			color:#fff;
			}

			li.first_child {
			position:relative;
			z-index:9000;
			}
			
			#navbar > #navbartext > ul.hover_menu > li.first_child > a {
			line-height:50px;
			position:relative;
			bottom:10px;
			margin-left:-40px;
			}
	
		#navbar > #navbartext > ul.hover_menu > li > ul.hidden {
		position:relative;
		display:none;
		width:225px;
		z-index:99;
		}
		
			#navbar > #navbartext > ul.hover_menu > li:hover > ul.hidden {
			position:absolute;
			top:5px;
			left:-80px;
			display:block;
			line-height:15px;
			z-index:99;
			color:#fff;
			}

				#navbar > #navbartext > ul.hover_menu > li:hover > ul.hidden > li {
				position:relative;
				display:block;
				text-align:left;
				padding:3px 0 3px 10px;
				z-index:99;
				background:#98882e;				
				}

				#navbar > #navbartext > ul.hover_menu > li:hover > ul.hidden > li:hover {
				background:#cbb53e;
				}
			
				#navbar > #navbartext > ul.hover_menu > li:hover > ul.hidden > li > a {
				border-right:none;
				padding:5px 0 0 0px;
				position:relative;
				z-index:99;
				color:#fff;
				}
				
					#navbar > #navbartext > ul.hover_menu > li:hover > ul.hidden > li > a:hover {
					color:#000;
					}
			
		#navbarsub {
		background-color:#cbb53e;
		border-top:1px dotted #4A4A4A;
		position:relative;
		bottom:26px;
		line-height:15px;
		z-index:1;
		}
		
			#navbarsub > a, #navbar > #navbartext > ul.hover_menu > li > ul.hidden > li > a {
			color:#5F5F5F;
			}		
			
			a#active {
			color:#6C3227;
			}	
			
/*next line only applicable on the home page*/

	#home #navbar {
	top:367px;
	}
	
	#home ul.hidden {
	position:absolute;
	top:0px;
	left:0;
	}	
					
/* end hover_navigation */




/*RSS FEEDS*/

#mod_rss {
background:#f8f5ed;
position:relative;
padding:0 25px 0 25px;
height:515px;
}

	#rss {
	position:absolute;
	top:10px;
	right:10px;
	width:35px;
	}

	#mod_rss > div {
	margin-bottom:50px;
	}

	#mod_rss h2 {
	margin:25px 0 15px 0;
	color:#5f0b0d;
	font-size:1.5em;
	font-weight:100;
	border:none;
	}

	#mod_rss h3 {
	border-color:#000;
	margin:0 0 15px 0;
	}

	#mod_rss p {
	font-size:.7em;
	margin:0 0 0 0;
	}

	#mod_rss > div > a {
	font-size:.7em;
	color:#0000ff;
	margin-top:5px;
	}

	img.author {
	float:left;
	margin-right:15px;
	width:84px;
	}

/*END RSS FEEDS*/

/*SPOTLIGHT*/

#image_rotation {
text-align:center;
}

	#image_rotation > div {
	width:80%;
	min-height:450px;
	margin:0 auto;
	border:2px solid #fff;
	position:relative;
	background:url(../images/spot_back.png)no-repeat;
	}

	#image_rotation img {
	height:93px;
	}

	#image_rotation h2 {
	font-style:italic;
	background:#dbd7cc;
	text-align:center;
	display:inline-block;
	width:100%;
	position:absolute;
	top:-25px;
	left:0;
	height:30px;
	color:#552823;
	padding-top:7px;
	font-size:1.31em;
	font-weight:200;
	margin-bottom:50px;
	}

	#image_rotation h4 {
	color:#fff;
	font-size:100;
	}

	#image_rotation p {
	color:#fff;
	font-size:.8em;
	text-align:left;
	padding:0 15px 0 15px;
	}

		#image_rotation p > a {
		color:#b7a061;
		font-weight:900;
		}

		#image_rotation > div > a.yellow {
		color:#fff200;
		font-size:.8em;
		}

/*END SPOTLIGHT*/

/*LINKLIST*/
#linkList {
margin:25px 0 0 0;
font-size:.7em;
display:inline;
text-align:left;
width:930px;
position:relative;
left:10px;
background:#DBD7CC;
}

	#footer #linkList a {
	margin:0 0 0 0;
	}

		#linkList a.first-child {
		text-decoration:underline;
		}

		#linkList a {
		text-decoration:none;
		color:#aba89f;
		display:block;
		}

		#linkList a:hover {
		color:#000;
		}

		#linkList table {
		display:block;
		width:930px;
		background:#DBD7CC;
		}

		#linkList tr {
		vertical-align:top;
		}

		#one {
		width:130px;
		}

		#two {
		width:130px;
		}

		#three {
		width:125px;
		}

		#four {
		width:112px;
		}

		#five {
		width:180px;
		}

		#six {
		width:135px;
		}
/*END LINKLIST*/


/*NEW HOME STYLES*/


#home #right {
float:right;
width:33%;
height:750px;
background:#552823;
text-align:center;
}

	#email {
	margin:30px 0 15px 0;
	width:225px;
	color:#ffffff;
	display:inline-block;
	text-decoration:none;
	font-size:.9em;
	}

	#home #right #email_img {
	position:relative;
	top:10px;
	right:15px;
	border:none;
	width:45px;
	}

#home #main {
width:67%;
float:left;
background:#ffffff;
}

#home #footer {
clear:both;
}

#home h1 {
margin:50px 0 15px 15px;
width:500px;
}

#home #main p {
margin:0 0 0 25px;
font-size:.8em;
width:500px;
}

#address {
text-align:right;
margin-right:30px;
}

	#address > li {
	list-style:none;
	color:#dbd7cc;
	font-size:.8em;
	}

	#address > li > strong {
	color:#fff;
	}

	#address > li > a {
	color:#fff;
	}

	a.yellow:before {
	position:relative;
	top:3px;
	right:5px;
	content: url(../images/buttons/yellow_arrow.png);
	}

	a.blue:before {
	position:relative;
	top:2px;
	right:5px;
	content: url(../images/buttons/blue_arrow.png);
	text-decoration:none;
	border-bottom:none;
	}

	

/*END NEW HOME STYLES*/


.attybox {
	color: #6C3227;
	background: #E8EAE7;
	padding: 10px;
	border: 1px dotted #8D7A54;
	background-image:url(images/spotlight-back.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin:10px 10px 10px 10px;

}

.practice {
	font-size:0.8em;
	font-style:italic;

}

.selected {
	color:#693827;
}


#maincontentbox {
	width: 600px;
	float: right;
	background-color: #FFFFFF;
	margin: 0;
	padding-bottom: 10px;
}

#maincontent {
	padding: 0;
	background-image: url('../images/drill_back.jpg');
	background-repeat: no-repeat;
	font-size: 0.9em;
	line-height: 1.5em;
	background-color: #FFFFFF;
	background-position: top left;
	margin: 0;
	min-height:340px;
}

#maincontent p {
	margin: 8px 60px 10px 50px;
	color: #383838;
	text-align:justify;
}


#maincontent h1 {
	
	font-size: 1.2em;
	padding:35px 40px 5px 15px;
	border-bottom:1px #6C3227 solid;
	margin-left:10px;
	margin-right:40px;
}

#maincontent h2 {
	
border-bottom:1px solid #6C3227;
font-size:1.2em;
margin-left:10px;
margin-right:40px;
padding:35px 40px 5px 15px;
color:#763931;
}

#maincontent h2 {

	
}

#maincontent li {
	list-style:none;
	background-image:url('../images/link.png');
	background-repeat:no-repeat;
	padding-left:28px;
	margin-bottom:6px;
	margin-right:50px;
	background-position: 0px 2px;
	margin-left:60px;
}
#mainlinks li {
	list-style:none;
	background-image:url('../images/link.png');
	background-repeat:no-repeat;
	padding-left:28px;
	margin-bottom:6px;
	margin-right:50px;
	background-position: 0px 2px;
}

.mainlinks li {
	list-style:none;
	background-image:url('../images/link.png');
	background-repeat:no-repeat;
	padding-left:28px;
	margin-bottom:6px;
	margin-right:50px;
	background-position: 0px 2px;
}

#callbox li {
	list-style:none;
	background-image:url('../images/star.png');
	background-repeat:no-repeat;
	padding-left:28px;
	margin-bottom:6px;
	margin-right:50px;
	background-position: 0px 2px;
}

#plainli  li{
	list-style:disc;
	padding:0;
	margin-left:50px;
	margin-right:50px;
	background-image:none;
}

.plainli  li{
	list-style:disc;
	padding:0;
	margin-left:50px;
	margin-right:50px;
	background-image:none;
}

#sidebox {
	float: left;
	width: 340px;
}

#sidenav {
	padding: 20px;
	margin: 0;
	background-repeat: no-repeat;
	background-image: url('../images/column1-back.jpg');
	background-color: #DBD7CC;
	background-position: top right;
}
#sidenav p {
	color: #666666;
	font-size: 0.9em;
	margin: 20px;
}

#sidenav h2 {
	color:#6C3227;
	font-weight:bold;
	margin-top:0;
	padding-top:0;
	border:0;	
}

#midbox {
	background-image:url('../images/midboxback.png');
	background-repeat:no-repeat;
	height:50px;
}

#picture {
	background-color:#6c3227;
}

#picturea {
	background-color:#6c3227;
	padding-left:32px;
}

#topbox {
	background-image:url('../images/topboxback.png');
	background-repeat:no-repeat;
}

.topbox {
	background-image:url('../images/topboxback.png') no-repeat;
}

#topbox h1 {

	color:#6C3227;
	font-weight:bold;
	margin-top:0;
	padding-top:35px;
	padding-left:110px;
	padding-bottom:20px;
	border:0;
	
	font-size:1.2em;	
}

.topbox h1 {

	color:#6C3227;
	font-weight:bold;
	margin-top:0;
	padding-top:35px;
	padding-left:110px;
	padding-bottom:20px;
	border:0;
	
	font-size:1.2em;	
}

#topbox-a {
	background-image:url('../images/topboxback.png');
	background-repeat:no-repeat;
}

.topbox-a {
	background-image:url('../images/topboxback.png');
	background-repeat:no-repeat;
}

#topbox-a h1 {

	color:#6C3227;
	font-weight:bold;
	margin-top:0;
	padding-top:35px;
	padding-left:80px;
	padding-bottom:20px;
	border:0;

	font-size:1.2em;
	
}

.topbox-a h2 {

	color:#6C3227;
	font-weight:bold;
	margin-top:0;
	padding-top:35px;
	padding-left:80px;
	padding-bottom:20px;
	border:0;

	font-size:1.2em;
	
}

.topbox-a h1 {

	color:#6C3227;
	font-weight:bold;
	margin-top:0;
	padding-top:35px;
	padding-left:80px;
	padding-bottom:20px;
	border:0;

	font-size:1.2em;
	
}

.boldcopy {
	color: #6C3227;
	padding: 0px;
	font-weight: bold;

}

.sidelink
{
	font-size:0.8em;
	line-height: 26px;
	
}

#callbox {
	color: #6C3227;
	background: #E8EAE7;
	padding: 10px;
	border: 1px dotted #8D7A54;
	background-image:url(images/spotlight-back.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin:10px 60px 10px 50px;
}

#callbox h2 {
	margin:10px 20px 10px 10px;
	font-weight:bold;
	color:#6C3227;
}

.picturecap {
	
	text-align:center;
	font-weight:bold;
	font-size:1em;
	padding-top:8px;
	padding-bottom:8px;
	margin:0px;
	color:#6C3227;
}

.picturecap a:hover {
	color:#333;
}

#firmaddress
{
	font-size:0.6em;
	color:#666666;
	padding-top:10px;
	margin-left: 30px;
}

#specialreport {
	margin:20px 20px 20px 20px;
	text-align:center;
}

#specialreport p {
	border: 1px dashed #666666;
	font-size:.9em;
	font-weight:bold;
	text-align:center;
	padding:8px;
	margin:5px 20px 5px 20px;
	background-color:#cbb53e;
	
}

#specialreport a {
	color:#000000;
}

#specialreport a:hover {
	color:#6C3227;
}


.sidehr {
	width:70%;
	color:gray;
	
}

/*Footer styles*/
#footer {
	clear: both;
	margin: 0;
	padding: 16px 0 0 0;
	font-size: 0.75em;
	text-align: center;
	color:white;
}
#footer p {
	margin: 0 0 3px 0;
	color: #763A32;
}

p.copyright > a {
	margin-left:15px;
	margin-right:8px;
}

#footer a:link {
	color: #381C18;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #C8B33A;
}

#footerinfobox {
	width:840px;
	margin-bottom:25px;
	margin-top:20px;
	margin-left:50px;

}
.copyright {
	font-size:0.80em;
	font-style:normal;
	font-weight:normal;

}

#last {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-style:normal;
	font-weight:normal;
	color:#6B3322;
}

#last a {
		font-size:0.8em;
	font-style:normal;
	font-weight:normal;
	color:#6B3322;
	text-decoration:underline;
}
	

.smallitalics
{
	font-size:0.80em;
	font-style:italic;
	font-weight:normal;
	margin-left:100px;
	margin-right:100px;
}


a:link {
	color: #6C3227;
}
a:visited {
	color: #6B3322;
}
a:hover, a:active, a:focus {
	color: #CBB53E;
}

.mainlink {
	font-weight:bold;
}

#maincontent a {
	color:#00C;
	text-decoration:underline;
}

#maincontent a:hover, a:active, a:focus {
	color: #CBB53E;
}

#maincontent a:visited {
	color:#6B3322;
	}
	
	


h1, h2, h3 {
	font-size: 1.3em;
	
	color: #763931;
	text-align: left;
	line-height: normal;
	font-weight: bold;
	margin: 0;
}
h2, h3 {
	margin: 24px 0 0 0;
	font-size: 1em;
	color: #8D7A54;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid;
	border-bottom-color: #DBD7CC;
	padding-bottom: 3px;
}
h3 {
	font-size: 1em;
	margin: 20px 20px 0 40px;
	padding: 0;
	color: #6C3227;
}

.header {
	margin:0px;
	padding-top:45px;
	
	
}

.header h1 {
	border:none;
	
}

#numberedli li {
	list-style:decimal;
	margin-left:50px;
	margin-right:50px;
	background-image:none;
	padding-left:10px;
}

.numberedli li {
	list-style:decimal;
	margin-left:50px;
	margin-right:50px;
	background-image:none;
	padding-left:10px;
}

.callbox {
background:#FFFFFF;
border:1px dotted #8D7A54;
color:#6C3227;
padding:10px;
margin-right:20px;
margin-bottom:20px;
}

#map {
	margin:20px 0px 30px 35px;
	
	padding:10px;
}

#contact {
	margin:30px 30px 30px 35px;
}

#sl {
	float:right;
	width:200px;
	padding-bottom:20px;
}

#bullet {
	float:left;
	width:400px;
}

/* SITEMAP */

#sitemap {
margin-left:75px;
text-transform:capitalize;
}

	#sitemap #criminal > li:first-child, #sitemap #personal > li:first-child, #sitemap #criminal > li:first-child , #sitemap #family > li:first-child, #sitemap #admiralty > li:first-child, #sitemap #worker > li:first-child, #social > li:first-child, #sitemap #corporate > li:first-child {
	margin-left:30px;
	}
	
		#sitemap #criminal > li {
		margin-left:60px;
		}

/* FORM ELEMENTS */

#contact label {
margin-top:15px;
margin-left:50px;
}

#contact input, #contact select, #contact textarea {
display:block;
margin-bottom:15px;
margin-left:50px;
}

#mainareas h2 {
	font-size: 1.1em;
	color: #763931;
	text-align: left;
	line-height: normal;
	font-weight: bold;
	margin: 0;
	border-bottom:none;
}
