body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #e4e2d5;
    text-align: center;
	margin: 20px;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #ca6800;
    text-decoration: none;
}
a:hover, a:active {
    color: #e5a868;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}
img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 7px;
}
img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 7px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 860px;
	margin: 0 auto;
	text-align: left;
	padding: 0 20px 20px 20px;
	background: #FFF;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	border-top: 5px solid #ca6800;
	padding-top: 28px;
	margin-bottom: 7px;
}
	#top img {
		float: left;
	}
	
	#top #phone {
		float: right;
		width: 217px;
		height: 14px;
		background: transparent url(../_images/phone.gif) 0 0 no-repeat;
	}
		#top #phone span { display: none; }
	
/* ----------------------------------- */
/* MENU
/* ----------------------------------- */
#menu {
	background: url(../_images/menu.gif) 0 0 no-repeat;
	width: 523px;		/* Width of entire image */ 
	height: 64px;		/* Height of buttons */
	margin: 20px 0 0 337px;
}
#menu span {
	display: none;
}
#menu li, #menu a {
	height: 64px;		/* Each button must have the same height, define it here */ 
	display: block;
}
#menu li {
	float: left;
	list-style: none;
	_display: inline;		/* fixes IE/Win double margin float bug (safe) */
}

/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
/* width - width of each button, they will each most likely be unique */ 
#menu-01 	{ width: 98px; }
#menu-02 	{ width: 105px; }
#menu-03 	{ width: 100px; }
#menu-04 	{ width: 127px; }
#menu-05 	{ width: 93px; }

/* Changed values should match sum of "width" numbers specified above */ 
#menu-01 a:hover, #about #menu-01 a:visited 		{ background: transparent url(../_images/menu.gif) 0px -64px no-repeat; }
#menu-02 a:hover, #attorneys #menu-02 a:visited		{ background: transparent url(../_images/menu.gif) -98px -64px no-repeat; }
#menu-03 a:hover, #team #menu-03 a:visited 			{ background: transparent url(../_images/menu.gif) -203px -64px no-repeat; }
#menu-04 a:hover, #areas #menu-04 a:visited 		{ background: transparent url(../_images/menu.gif) -303px -64px no-repeat; }
#menu-05 a:hover, #contact #menu-05 a:visited 		{ background: transparent url(../_images/menu.gif) -430px -64px no-repeat; }

/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
#main {
	background: transparent url(../_images/main.gif) right top repeat-y;
	margin-bottom: 7px;
}
#home #main, #main.wide {
	background: none;
}

#content {
	width: 600px;
	margin-left: 15px;
	margin-bottom: 7px;
}
	#home #content {
		margin-left: 0;
		width: 615px;
		float: right;
	}
	#main.wide #content {
		width: 820px;
		float: none;
	}
	#content h1 {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	#content h2 {
		font-size: 16px;
		color: #ca6800;
	}
	#content li {
		margin-left: 20px;
		list-style: square;
	}	
	
	#welcome {
		width: 360px;
		float: left;
		margin: 0 0 0 30px;
		display: inline;
	}
		#welcome h1 {
			font-size: 24px;
			line-height: 28px;
		}
	
	#intro-areas {
		background: #ddd5c0;
		padding: 15px 0;
		float: left;
		clear: left;
		width: 615px;
	}
		#intro-areas h2 {
			font-size: 18px;
			line-height: 22px;
			color: #FFF;
			margin-bottom: 10px;
		}
		#intro-areas h2, #intro-areas li {
			margin-left: 15px;
			margin-right: 15px;
		}
		#intro-areas li {
			list-style: none;
			line-height: 20px;
			margin-bottom: 4px;
			float: left;
			width: 250px;
		}
		#intro-areas li a:link, #intro-areas li a:visited {
		    color: #000;
		    text-decoration: none;
		}
		#intro-areas li a:hover, #intro-areas li a:active {
		    color: #e5a868;
		    text-decoration: none;
		}
	
	#intro-attorneys {
		width: 230px;
		float: right;
		padding-top: 15px;
	}
		#intro-attorneys li {
			list-style: none;
			margin: 0 0 15px 0;
			text-align: center;
			float: left;
			width: 115px;
			height: 150px;
			line-height: 14px;
		}
		#intro-attorneys li img {
			display: block;
			margin: 0 auto 6px auto;
		}
		
		#attorney-list {
			width: 600px;
			margin: 0 auto;
		}
		#attorney-list li {
			width: 130px;
			height: 175px;
			list-style: none;
			float: left;
			text-align: center;
			margin-bottom: 15px;
			margin-right: 20px;
			margin-left: 0px;
		}
		#attorney-list li img {
			border-bottom: none;
		}
		#attorney-list a {
	    	text-decoration: none;
			padding: 0 12px 3px 12px;
			display: block;
		}
		#attorney-list li.not-selected a {
			color: #e5a868;
		}
		#attorney-list a:link, #attorney-list a:visited, #attorney-list a:active {
		    color: #ca6800;
		}
		#attorney-list a:hover {
		    color: #e5a868;
		}
		
	
	.person {
		margin-top: 30px;
	}
	/*
	.person h2, .person p {
		margin-right: 230px;
	}
	*/
	.person h2 {
		color: #69614b !important;
	}
	.person p.title {
		color: #ca6800;
	}
	.person img.rating {
		float: right;
		margin-left: 15px;
		display: inline;
	}
	.person img.thumb {
		margin-bottom: 7px;
	}
	/*
	.person img {
		float: left;
		margin-right: 10px;
		border: 2px solid #e4e2d5;
	}
	*/
	dl {
		width: 200px;
		float: right;
		margin-left: 30px;
	}
	dt, dd {
		font-size: 11px;
		line-height: 13px;
		padding-left: 10px;
		border-left: 5px solid #e4e2d5;
	}
	dt {
		font-weight: bold;
		margin-top: 15px;
		padding-bottom: 10px;
	}
	dt.first {
		margin-top: 0;
	}
	dd {
		color: #8f9596;
		border-bottom: 1px solid #e4e2d5;
		padding-bottom: 2px;
		padding-top: 2px;
	}
	
	p.title {
		font-weight: bold;
		margin-top: -17px;
	}
	
	#attorneys .person {
		display: none;
	}
	#attorneys .clear {
		height: 1px;
	}
	
	ul.multi-col li {
		width: 250px;
		float: left;
	}
	
	.featured {
		background: #f3f2eb;
		padding: 15px 15px 10px 15px;
		margin-bottom: 20px;
	}
	
	p.top {
		text-align: right;
		font-size: 11px;
	}
	
	#content ul.areas-list li { list-style: none; margin-left: 0; }
	ul.areas-list li a {
		color: #000;
	}
	ul.areas-list li a:hover { color: #ca6800; }
	
	hr {
		border: none;
		border-top: 1px solid #e4e2d5;
		margin: 20px 0;
	}
	
	/* Headers */
	h1 {
		height: 18px;
		text-indent: -3000px;
		padding-top: 15px;
	}
	#welcome h1 { background: transparent url(../_images/header/welcome.gif) left bottom no-repeat; margin-top: 15px; }
	#about h1 { background: transparent url(../_images/header/about.gif) left bottom no-repeat; }
	#attorneys h1 { background: transparent url(../_images/header/attorneys.gif) left bottom no-repeat; }
	#team h1 { background: transparent url(../_images/header/team.gif) left bottom no-repeat; }
	#areas h1 { background: transparent url(../_images/header/areas.gif) left bottom no-repeat; }
	#contact h1 { background: transparent url(../_images/header/contact.gif) left bottom no-repeat; }
	#disclaimer h1 { background: transparent url(../_images/header/disclaimer.gif) left bottom no-repeat; }
	#false-claims h1 { background: transparent url(../_images/header/false-claims.gif) left bottom no-repeat; }
	#admiralty h1 { background: transparent url(../_images/header/admiralty.gif) left bottom no-repeat; }

	#intro-areas h2 {
		height: 15px;
		text-indent: -3000px;
		background: transparent url(../_images/header/intro-areas.gif) 0 0 no-repeat;
	}
	#intro-attorneys h2 {
		height: 15px;
		text-indent: -3000px;
		background: transparent url(../_images/header/intro-attorneys.gif) center top no-repeat;
		margin: 20px 0 15px 0;
	}
	
/* ----------------------------------- */
/* SIDE
/* ----------------------------------- */

#side {
	width: 219px;
	height: 337px;
	float: right;
}

#home #side { 
	float: left;
	background: transparent url(../_images/side/01.jpg) right top no-repeat; 
}
#about #side, #disclaimer #side { background: transparent url(../_images/side/04.jpg) right top no-repeat; }
/*#attorneys #side { background: transparent url(../_images/side/02.jpg) right top no-repeat; }*/
#team #side { background: transparent url(../_images/side/02.jpg) right top no-repeat; }
#areas #side, #false-claims #side { background: transparent url(../_images/side/05.jpg) right top no-repeat; }
#contact #side { background: transparent url(../_images/side/07.jpg) right top no-repeat; }

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	border-top: 5px solid #3c1e00;
	padding-top: 5px;
}
	#footer img {
		float: right;
	}
	#footer span {
		font-size: 11px;
		color: #999;
		text-align: right;
		line-height: 13px;
	}
		#footer span a {
			color: #999;
		}
