@charset "UTF-8";
/* Eric Meyer's Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;
	border-spacing: 0;}
	
/* Div styles */
body {background: #625242;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #635143;}

/* General Styles */

p {padding-bottom: 11px;}

/*.toggler {background: red;}*/

h1 {padding: 105px 0 0 0;}
#logo span {display: none;}
#logo {height: 48px;
	width: 219px;
	overflow: hidden;
	background: url(../images/logo.gif) bottom left no-repeat;
	display: block;}
	
a:link, a:visited {color: #6f959e;
	text-decoration: none;
	font-weight: bold;}
a:hover, a:active {color: #856f5d;}


/* Nav Styles */
#navBar {width: 100%;
	background: url(../images/topRepeat.gif) repeat-x;
	height: 48px;}
#navBar ul {width: 760px;
	margin: 0 auto;}
#navBar li {display: inline;
	float: left;}
#navBar li span {display: none;}
#firm:hover, #attorneys:hover, #practiceAreas:hover, #contact:hover, #logo:hover {background-position: top left;}

#firm {height: 48px;
	width: 63px;
	overflow: hidden;
	background: url(../images/navFirm.gif) bottom left no-repeat;
	display: block;}

#attorneys {height: 48px;
	width: 75px;
	overflow: hidden;
	background: url(../images/navAttorneys.gif) bottom left no-repeat;
	display: block;}
	
#practiceAreas {height: 48px;
	width: 96px;
	overflow: hidden;
	background: url(../images/navPracticeAreas.gif) bottom left no-repeat;
	display: block;}
	
#contact {height: 48px;
	width: 79px;
	overflow: hidden;
	background: url(../images/navContact.gif) bottom left no-repeat;
	display: block;}
	
	
/* Header */
#headContainer {position: relative;
	width: 760px;
	margin: 0 auto;}
#header {height: 578px;
	width: 542px;
	position: absolute;
	top: 30px;
	right: 0 !Important;
	left: 225px;}

#blueBar {height: 247px;
	background: #6e959e url(../images/blueBarRepeat.gif) repeat-x;}
	
#blueBarFixed {width: 760px;
	height: 247px;
	margin: 0 auto;
	background: url(../images/blueHighlight.gif) no-repeat;}
	
	
/* Content styles */
#contentCont {background: #ebe6d9;
	background: url(../images/indexBarRepeat.gif) repeat-x;}
#contentContFix {width: 760px;
	margin: 0 auto;}
	
#content {width: 515px;
	float: left;
	display: inline;
	padding-right: 35px;
	height: 290px;}
	
#content p {font-family: Garamond, "Adobe Garamond", Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #a98951;
	line-height: 32px;
	padding-top: 12px;}
		
address {padding-left: 35px;
	padding-bottom: 11px;
	color: #a0885a;
	line-height: 14px;
	font-style: normal;}
address span {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;}

#footer {background: url(../images/bottomRepeat.gif) repeat-x;
	color: #c9b9a0;
	line-height: normal;
	padding-top: 12px;}
#footerFix {width: 760px;
	margin: 0 auto;
	padding-top: 10px;}
#footerFix li {display: inline;
	padding-right: 8px;}

#footer a:link, #footer a:visited {color: #c9b9a0;
	text-decoration: none;}
#footer a:hover, #footer a:active {color: #70969f;}
	
#textNav {text-align: center;
	background: url(../images/textLine.gif) 50% 100% no-repeat;
	padding-bottom: 8px;
	margin-bottom: 8px;}
#textNav li {display: inline;
	font-weight: bold;
	padding-right: 8px;
	background: #ebe6d9;}

#textNav a:link, #textNav a:visited {color: #6f959e;
	text-decoration: none;}
#textNav a:hover, #textNav a:active {color: #856f5d;}

#homeTxt {height: 144px;
width: 344px;
margin-top: 20px;
overflow: hidden;
background: url(../images/homeTxt.gif) top left no-repeat;
display: block;}

#homeTxt span {display: none;}

#icon {float: right;
	display: inline;
	height: 100px;
	width: 320px;}



