/* 
----------------------------------------------------------------------------- 
GLOBAL RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a{text-decoration:none;}
a:hover {text-decoration: underline;}
.left, #left {
	float:left;
}
.right, #right {
	float:right;
}



/* 
----------------------------------------------------------------------------- 
GENERIC STLES
-----------------------------------------------------------------------------*/
body {
	font: 0.70em/1.7em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 66px 0px 0px;
	padding: 0px;
	background: #231F20;
}
body#int {
	color: #333333;
	margin: 0px;
	background: #FFFFFF;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background: url(../../img/bg-gray.gif) repeat-y right top;
}
#int #container {
	background: url(../../img/bg-white.gif) repeat-y right top;
	padding-top: 46px;
}
#logo {
	height: 46px;
	margin-bottom: 60px;
}




/* 
----------------------------------------------------------------------------- 
LEFT
-----------------------------------------------------------------------------*/
#left {
	width: 688px;
	height: 246px;
	padding-top: 200px;
	padding-left: 50px;
}
#int #left {
	width: 658px;
	height: auto;
	padding-top: 0px;
	padding-left: 25px;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
#left h1 a {
	background: url(../../img/logo-gray.gif) no-repeat left top;
	height: 73px;
	display: block;
}
#int #left h1 a {
	background: url(../../img/logo-white-new.gif) no-repeat;
	display: block;
	height: 46px;
	width: 305px;
}
#int #left h2 {
	margin-bottom: 30px;
	letter-spacing: 0.1em;
	font-size: 20px;
}
#int #left .attorneys-title h2 {
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 20px;
}
#int #left h3 {
	letter-spacing: 0.25em;
	font-size: 14px;
}
#int #left h4 {
	letter-spacing: 0.25em;
	font-size: 12px;
}
#left h5 {
	letter-spacing: 0.25em;
	font-size: 11px;
}
#left h6 {
	margin-top: 1em;
	border-bottom: 1px solid #000000;
	font-size: 11px;
	margin-bottom: 0.5em;
}
#left h1 strong, #int #left h3 strong {
	display: none;
}
#left p {
	margin-bottom: 1em;
}
#left ul {
	margin-bottom: 1em;
	margin-left:1em;
	margin-right: 1px;
}
#left ul ul {
	margin-top: 0.5em;
	margin-bottom: 0em;
	margin-right: 2em;
}
#left li {
	/*background: url(../../img/dash.gif) no-repeat left 7px;*/
	list-style: disc;
	/*margin-left: 10px;*/
	padding-bottom: 8px;
	/*padding-left: 10px;*/
	line-height: 1.3em;
}
#left ul ul li {
	font-size: 95%;
	color: #333333;
	padding-bottom: 5px;
	background: url(../../img/dash-grey.gif) no-repeat left 6px;
}
#left .news {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
}
#left .news p {
	margin: 0px;
	padding: 0px;
}
#left .news .date {
	font-size: 10px;
	color: #666666;
	line-height: 1em;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
#left .attorneys-title {
	padding-bottom: 15px;
}
#left .attorney-photo {
	padding-right: 20px;
	font-size: 95%;
	width: 150px;
	line-height: 1.3em;
}
#left .attorneys-title .areas {
	font-size: 90%;
	line-height: 1.3em;
}
#left a {
	color: #009DDC;
}






/* 
----------------------------------------------------------------------------- 
RIGHT
-----------------------------------------------------------------------------*/
#right {
	width: 200px;
	text-transform: uppercase;
	padding-left: 15px;
	font: bold 105% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#right a {
	color: #FFFFFF;
}
#right .on a {
	color: #009EDD;
}
#right ul li {
	padding-bottom: 15px;
}
#right ul ul {
	margin-left: 15px;
	margin-bottom: -15px;
	margin-top: 15px;
}



/* 
----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	font-size: 90%;
	margin-left: 50px;
	padding-top: 40px;
	background: #231F20;
	padding-bottom: 10px;
}
#int #footer {
	background: #FFFFFF;
	margin-left: 25px;
	width: 658px;
}

