
/* CSS Document */

body {
	margin: 0px;
	font: 12px/140% Arial, Helvetica, sans-serif;
	color: #111;
	background-color: #444;
	padding: 0px;
	margin: 0px;
}
/*--------------- Tags ---------------
--------------------------------------------------------------------------------------------------------- */
h1 {
	font-size: 200%;
	line-height: 140%;
	font-weight: normal;
	color: #6699FF;
}
h2 {
	font-size: 150%;
	line-height: 140%;
	color: #6699FF;
}
h3 {
	font-size: 120%;
	color: #444;
}
p {
	font-size: 110%;
}
ul {
	margin: 0px 30px;
	padding: 0px 0px 0px 5px;
	text-align: left;
}
li {
	line-height: 130%;
	margin-bottom: 15px;
	list-style: square;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #2761B4;
}
a:hover, a:active {
	color: #FF9405;
}
/*--------------- header ---------------
--------------------------------------------------------------------------------------------------------- */
#headerwrap {
	width: 760px;
	margin: 0px auto;
	padding: 30px 0px 12px 0px;
}
#logolink {
	background: url(images/logo.gif) no-repeat;
	text-indent: -9000px;
	float: left;
	width: 444px;
	height: 44px;
	display: block;
}
#phone {
	margin: 8px 0px 0px 580px;
	width: 190px;
	text-align: right;
}
#phone p {
	color: #B2CCFF;
	font-size: 120%;
	margin: 0px;
	text-align: left;
	word-spacing: 10px;
	letter-spacing: 1px;
}
/*--------------- top line ---------------
--------------------------------------------------------------------------------------------------------- */
#toplinewrap {
	background-color: #FFF;
	width: 100%;
	padding: 2px 0px 2px 0px;
}
#topline {
	border-top: 2px solid #30338b;
	height: 0px;
	margin: 0px auto;
}
/*--------------- top navigation ---------------
--------------------------------------------------------------------------------------------------------- */
#topnavwrap {
	background-color: #4969A1;
	width: 100%;
	height: 60px;
	border-bottom: 20px solid #B2CCFF;
}
#topnav  {
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	
	width: 760px;
}
.bullet {
	color: #FF9405;
}
#topnav li {
	float: left;
	position: relative;
	list-style: none;
}
#topnav a {
	display: block;
	text-decoration: none;
	float: left;
	padding: 0px 30px 0px 0px;
	margin-top: 36px;
	font-weight: bold;
	height: 24px;
}
#topnav a:link, #topnav a:visited {
	color: #B2CCFF;
}
#topnav a:hover, #topnav a:active {
	color: #FFF;
	background: url(images/nav_tri.gif) no-repeat left -24px;
}
#body_home #home a, #body_firm_overview #firm_overview a, #body_counsel #counsel a, #body_practice_areas #practice_areas a, #body_industry_expertise #industry_expertise a, #body_contact #contact a {
	color: #FFF;
	background: url(images/nav_tri.gif) no-repeat left top;
}
/*--------------- banners ---------------
--------------------------------------------------------------------------------------------------------- */
#banner {
	width: 760px;
	height: 199px;
	margin: 0px auto;
	padding: 0px;
}
#banner h1 {
	margin: 0px;
	padding: 20px;
	color: #B2CCFF;
}
#banner h2 {
	margin: 0px;
	padding: 0px 350px 20px 20px;
	color: #FFF;
}
#body_home #banner {
	background: url(images/homebanner.jpg) no-repeat;
}
#body_counsel #banner {
	background: url(images/counselbanner.jpg) no-repeat;
}
#body_practice_areas #banner {
	background: url(images/practicebanner.jpg) no-repeat;
}
#body_contact #banner {
	background: url(images/contactbanner.jpg) no-repeat;
}
/*--------------- content ---------------
--------------------------------------------------------------------------------------------------------- */
#maincontentwrap {
	background-color: #FFF;
	width: 100%;
	padding: 0px;
}
#maincontent {
	width: 760px;
	margin: 0px auto;
	padding: 8px 0px 30px 0px;
}
#content {
	margin: 20px auto;
}
.clear {
	clear: both;
}
/*--------------- footer ---------------
--------------------------------------------------------------------------------------------------------- */
#footerwrap {
	width: 760px;
	margin: 0px auto;
	padding-bottom: 10px;
}
#footer {
	padding: 15px 0px 15px 0px;
	font-size: 90%;
	color: #999;
}
#footer a {
	float: right;
	margin: 0px 0px 0px 15px;
	text-decoration: underline;
}
#footer a:link, #footer a:visited {
	color: #999;
}
#footer a:hover, #footer a:active {
	color: #FF9405;
}
/*--------------- miscellaneous ---------------
--------------------------------------------------------------------------------------------------------- */
#contactinfo {
	width: 760px;
}
#contactinfo td {
	padding: 10px 10px 5px 0px;
	vertical-align: top;
	border-bottom: 1px dotted #CCC;
}
.pinline {
	border-top: 1px dotted #CCC;
}