
/* --- body default values --- */

body {
	margin:0;
	padding:0;
	font:62.5% Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	background:#383838 url(../images/bg.gif) top center no-repeat;
}

.bold {
	font-weight:bold;
}

.underline {
	text-decoration:underline;
}

.italicize {
	font-style:italic;
}

.redtext {
	color:#990000;
}

.redboldtext {
	color:#990000;
	font-weight:bold;
}

a:link {
	color:#1c53af;
	text-decoration:none;
}

a:visited {
	color:#1c53af;
	text-decoration:none;
}

a:hover {
	color:#1c53af;
	text-decoration:underline;
}

a:active {
	color:#1c53af;
	text-decoration:underline;
}

.textalignright {
	text-align:right;
}

.centeritem {
	text-align:center;
}

.floatright {
	float:right;
	margin-left:10px;
}

.floatleft {
	float:left;
	margin-right:10px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}

.clearfloatleft {
	clear:left;
	height:0;
	font-size:1px;
	line-height:0px;
}

.clearfloatright {
	clear:right;
	height:0;
	font-size:1px;
	line-height:0px;
}

/* this hides navigation / sitemap link so that it only displays in mobile devices */
#nav-handheld {
	display:none;
}

/* this hides footer info that only displays when printing */
#contactinfoforprint {
	display:none;
}

/* this class should be used on a div to put some vertical space such as after the last paragraph */
.verticalspacer {
	margin:0 0 5px 0;
	padding:0
}

/* acronyms, abbreviations -- changes cursor -- be sure to have a title attribute that provides the meaning of the acronym or abbreviation */
acronym {
	border-bottom:1px dotted #0000ff;
	cursor:help;
}

/* -------------------------------------------------- */

/* REMINDER:the total width of a <div> will include the padding and border in addition to the width specified in the CSS so adjust the width attribute if adjusting the padding and border attributes -- i.e. reduce width if increasing padding and/or border width sizes and vice versa */

/* main container that contains all other elements below */
#wrapper {
	position:relative;
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	width:980px;
}

#topnav {
	margin:0;
	padding:56px 0 0 0;
	height:31px;
}

#mainimage {
	border:none;
}

/* --- top buttons - rollover effect without javascript --- */

#calltoactionbutton {
	position:absolute;
	top:25px;
	right:30px;
	width:300px;
	height:20px;
	background:url(../images/free-case-evaluation-button.gif) no-repeat top left;
	_display:inline; /* this is an IE6 hack to fix the floated double-margin problem */
}

#calltoactionbutton a:link, #calltoactionbutton a:visited {
	display:block;
	position:absolute;
	width:300px;
	height:20px;
	text-decoration:none;
	background:url(../images/free-case-evaluation-button.gif) no-repeat top left;
}

#calltoactionbutton a:hover, #calltoactionbutton a:active {
	background:url(../images/free-case-evaluation-button.gif) no-repeat top right;
}

#homebutton {
	float:left;
	margin:0;
	padding:0;
	width:131px;
	height:31px;
	background:url(../images/nav/top-nav-home.gif) no-repeat top left;
	_display:inline; /* this is an IE6 hack to fix the floated double-margin problem */
}

#homebutton a:link, #homebutton a:visited {
	display:block;
	width:131px;
	height:31px;
	text-decoration:none;
	background:url(../images/nav/top-nav-home.gif) no-repeat top left;
}

#homebutton a:hover, #homebutton a:active {
	background:url(../images/nav/top-nav-home.gif) no-repeat top right;
}

#areasofpracticebutton {
	float:left;
	margin:0;
	padding:0;
	width:189px;
	height:31px;
	background:url(../images/nav/top-nav-areas-of-practice.gif) no-repeat top left;
}

#areasofpracticebutton a:link, #areasofpracticebutton a:visited {
	display:block;
	width:189px;
	height:31px;
	text-decoration:none;
	background:url(../images/nav/top-nav-areas-of-practice.gif) no-repeat top left;
}

#areasofpracticebutton a:hover, #areasofpracticebutton a:active {
	background:url(../images/nav/top-nav-areas-of-practice.gif) no-repeat top right;
}

#aboutthefirmbutton {
	float:left;
	margin:0;
	padding:0;
	width:181px;
	height:31px;
	background:url(../images/nav/top-nav-about-the-firm.gif) no-repeat top left;
}

#aboutthefirmbutton a:link, #aboutthefirmbutton a:visited {
	display:block;
	width:181px;
	height:31px;
	text-decoration:none;
	background:url(../images/nav/top-nav-about-the-firm.gif) no-repeat top left;
}

#aboutthefirmbutton a:hover, #aboutthefirmbutton a:active {
	background:url(../images/nav/top-nav-about-the-firm.gif) no-repeat top right;
}

#meetourattorneysbutton {
	float:left;
	margin:0;
	padding:0;
	width:212px;
	height:31px;
	background:url(../images/nav/top-nav-meet-our-attorneys.gif) no-repeat top left;
}

#meetourattorneysbutton a:link, #meetourattorneysbutton a:visited {
	display:block;
	width:212px;
	height:31px;
	text-decoration:none;
	background:url(../images/nav/top-nav-meet-our-attorneys.gif) no-repeat top left;
}

#meetourattorneysbutton a:hover, #meetourattorneysbutton a:active {
	background:url(../images/nav/top-nav-meet-our-attorneys.gif) no-repeat top right;
}

#blogbutton {
	float:left;
	margin:0;
	padding:0;
	width:102px;
	height:31px;
	background:url(../images/nav/top-nav-blog.gif) no-repeat top left;
}

#blogbutton a:link, #blogbutton a:visited {
	display:block;
	width:102px;
	height:31px;
	text-decoration:none;
	background:url(../images/nav/top-nav-blog.gif) no-repeat top left;
}

#blogbutton a:hover, #blogbutton a:active {
	background:url(../images/nav/top-nav-blog.gif) no-repeat top right;
}

#contactusbutton {
	float:left;
	margin:0;
	padding:0;
	width:165px;
	height:31px;
	background:url(../images/nav/top-nav-contact-us.gif) no-repeat top left;
}

#contactusbutton a:link, #contactusbutton a:visited {
	display:block;
	width:165px;
	height:31px;
	text-decoration:none;
	background:url(../images/nav/top-nav-contact-us.gif) no-repeat top left;
}

#contactusbutton a:hover, #contactusbutton a:active {
	background:url(../images/nav/top-nav-contact-us.gif) no-repeat top right;
}

/* -------------------------------------------------- */

/* provides background color for the main section below the main image */
#mainareabgcolor {
	padding:10px;
	width:960px;
	background-color:#c5c5c5;
}

/* --- makes the main column seem like it extends to a height similar to the side column with faux bg column graphics, in case the main column is really shorter than the side column --- */

#maincontentcolumnrepeatingbg {
	margin:0 0 10px 0;
	padding:0;
	width:960px;
	background:url(../images/maincontent-column-repeating-bg.gif) repeat-y;
}

#maincontentcolumnbottomborder {
	margin:0;
	padding:0;
	width:960px;
	background:url(../images/maincontent-column-bottom-border.gif) no-repeat bottom right;
}

/* -------------------------------------------------- */

/* --- left section --- */

#side1 {
	float:left;
	margin-right:10px;
	padding:0;
	width:290px;
	_display:inline; /* this is an IE6 hack to fix the floated double-margin problem */
}

.sidebox {
	position:relative;
	margin-bottom:10px;
	width:288px;
	border:1px solid #525252;
	background-color:#f1f1f1;
}

.sideboxheading {
	margin:0;
	padding:5px 20px 3px 20px;
	font-family:Georgia, Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
	font-size:1.8em;
	line-height:110%;
	color:#FFFFFF;
	background-color:#1e2637;
}

.sidebox p {
	margin:0;
	padding:5px 20px;
	font-size:1.3em;
	line-height:150%;
}

.sidebox p.shortlineheight {
	font-size:1.2em;
	line-height:130%;
}

.sidebox form p img.spacer {
	margin:0 0 -7px 0;
}

.sidebox form p input.spacer {
	margin:0 0 -5px 0;
}

.sidebox .smalltext {
	font-size:1.2em;
}

.sidebox p.smallredtext {
	margin:6px 20px 0 20px;
	padding:4px 0;
	font-size:1.1em;
	color:#990000;
	border-top:1px dotted #8992a0;
	text-align:right;
}

.sidebox .bigtext {
	font-size:1.3em;
	color:#405A87;
	font-weight:bold;
	line-height:120%;
}

.sidebox img {
	border:none;
	display:block;
}

.sidebox ul {
	margin:5px 20px 5px 20px;
	padding:0;
	font-size:1.2em;
	list-style:none;
}

.sidebox ul li {
	margin:0;
	padding:0 0 2px 10px;
	background:url(../images/arrow.gif) no-repeat;
}

.sidebox ul li ul {
	margin:5px 10px 10px 2px;
	padding:0;
	font-size:0.9em;
	list-style:none;
}

.sidebox ul li ul li {
	margin:0;
	padding:0 0 0 10px;
	background:url(../images/arrow2.gif) no-repeat;
}

.coloredbox {
	background:#928b74;
}

/* -------------------------- */

/* --- main section --- */

#main {
	float:left;
	padding:0;
	width:660px;
}

#maincontent {
	position:relative;
	margin:0 0 10px 0;
	padding:0;
	width:658px;
	border-top:1px solid #525252;
	border-right:1px solid #525252;
	border-bottom:1px solid #transparent;
	border-left:1px solid #525252;
	background-color:#FFFFFF;
}

#maincontent h1 {
	margin:0 0 10px 0;
	padding:10px 20px 8px 20px;
	font-family:Georgia, Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
	font-size:2.4em;
	font-weight:normal;
	line-height:110%;
	color:#FFFFFF;
	background-color:#420000;
}

#maincontent h2 {
	margin:0 0 10px 0;
	padding:10px 20px 0 20px;
	font-family:Georgia, Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
	font-size:1.8em;
	font-weight:normal;
	line-height:110%;
	color:#420000;
}

#maincontent p {
	margin:10px 0;
	padding:0 20px;
	font-size:1.3em;
	line-height:140%;
}

#maincontent .smalltext {
	font-size:1.2em;
}

#maincontent .smallredtext {
	font-size:1.2em;
	color:#990000;
}

#maincontent .bigtext {
	font-size:1.4em;
	color:#420000;
	font-weight:bold;
}

#maincontent ul {
	margin:5px 10px 5px 40px;
	padding:0;
	font-size:1.3em;
	list-style:disc;
}

#maincontent ul li ul {
	margin:2px 10px 2px 16px;
	padding:0;
	font-size:1em;
	list-style:disc;
}

#maincontent ol {
	margin:5px 10px 5px 46px;
	padding:0;
	font-size:1.3em;
}

#maincontent ol li ol {
	margin:2px 10px 2px 22px;
	padding:0;
	font-size:1em;
}

#maincontent img {
	border:none;
}

/* -------------------------- */

/* use in a div to create a horizontal gray dotted line that stretches to 100% of the width minus 20px of margins on the left and right sides */
.dottedline {
	margin:4px 20px;
	border-top:1px dotted #8992a0;
}

/* --- light gray box which can be used in main content area; for example, an RSS feed box --- */

#maincontent .box {
	margin:40px 20px;
	padding:10px 0;
	border:2px solid #c5c5c5;
	background-color:#f1f1f1;
	width:616px;
}

#maincontent .box h2 {
	margin:0;
	padding:10px 20px 0 20px;
	font-family:Georgia, Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
	font-size:1.8em;
	font-weight:normal;
	line-height:110%;
	color:#420000;
}

#maincontent .box p {
	margin:10px 0;
	padding:0 20px;
	font-size:1.4em;
	font-variant:small-caps;
	font-style:italic;
	line-height:140%;
}

/* -------------------------- */

/* --- general all-purpose table with borders; use <th></th> for the table heading cells which have a bg color of light gray --- */

.tablewithborders {
	border-collapse:collapse;
	margin:10px 20px;
	padding:0;
	border:2px solid #c5c5c5;
}

.tablewithborders tr th {
	background-color:#f1f1f1;
	border:1px solid #c5c5c5;
	text-align:left;
	vertical-align:top;
}

.tablewithborders tr td {
	margin:0;
	padding:0;
	border:1px solid #c5c5c5;
	text-align:left;
	vertical-align:top;
}

/* -------------------------- */

/* --- blog items pulled into side column box --- */

.sidecolumnrssfeedbox {
	padding:10px;
}

.sidecolumnrssfeedbox h2 {
	margin:0;
	padding:0;
	font-family:Georgia, Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
	font-size:1.8em;
	font-weight:normal;
	line-height:110%;
	color:#420000;
}

.sidecolumnrssfeedbox p {
	margin:10px 0;
	padding:0;
	font-size:1.4em;
	font-variant:small-caps;
	font-style:italic;
	line-height:140%;
}

/* hides the rss feed retweet image */
.tweetmeme_button {
	display:none;
}

/* -------------------------- */

/* --- back to top button - rollover effect without javascript --- */

.backtotopbutton {
	margin:20px auto 20px auto;
	padding:0;
	width:67px;
	height:20px;
	background:url(../images/nav/back-to-top.gif) no-repeat top left;
}

.backtotopbutton a:link, .backtotopbutton a:visited {
	display:block;
	width:67px;
	height:20px;
	text-decoration:none;
	background:url(../images/nav/back-to-top.gif) no-repeat top left;
}

.backtotopbutton a:hover, .backtotopbutton a:active {
	background:url(../images/nav/back-to-top.gif) no-repeat top right;
}

/* -------------------------- */

/* ShareThis button container */
#sharethisbuttoncontainer {
	position:absolute;
	bottom:0px;
	right:20px;
}

/* turns text letters into all caps with first letter as large caps followed by small caps */
.smallcapstext {
	font-variant:small-caps;
	font-style:italic;
}

/* Super Lawyers badge container */
.superlawyersbadgecontainer {
	float:right;
	margin:20px;
	padding:0;
	width:150px;
}

/* --- bottom box section --- */

#bottombox {
	width:958px;
	border:1px solid #525252;
	background-color:#FFFFFF;
}

.bottomboxheading {
	margin:0;
	padding:5px 20px 3px 20px;
	font-family:Georgia, Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
	font-size:2.4em;
	line-height:110%;
	color:#FFFFFF;
	background-color:#1e2637;
}

.bottomboxheading2 {
	margin:0;
	padding:0 20px 3px 20px;
	font-family:Georgia, Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
	font-size:2.1em;
	line-height:110%;
	color:#420000;
}

#bottombox p {
	margin:0;
	padding:5px 20px;
	font-size:1.3em;
	line-height:150%;
}

#bottombox .smalltext {
	font-size:1.2em;
}

#bottombox .smallredtext {
	font-size:1.2em;
	color:#990000;
}

#bottombox .bigtext {
	font-size:1.4em;
	color:#405A87;
	font-weight:bold;
}

#bottombox img {
	border:none;
	display:block;
}

.longblock {
	margin:20px 20px;
	padding-bottom:20px;
	border-bottom:1px dotted #8992a0;
}

#attorneyboxcontainer {
	padding-left:29px;
	width:918px;
}

.attorneybox {
	float:left;
	margin-right:40px;
	width:110px;
	font-size:1.3em;
	text-align:center;
	_display:inline; /* this is an IE6 hack to fix the floated double-margin problem */
}

#attorneyboxcontainer .attorneybox img {
	margin:0 0 4px 0;
	padding-left:10px;
	text-align:left;
}

/* -------------------------- */

/* --- footer section --- */

#footer {
	margin:15px auto 15px auto;
	padding:0;
	width:918px;
	font-size:1em;
	color:#c5c5c5;
}

#footer a:link {
	color:#c5c5c5;
	text-decoration:none;
}

#footer a:visited {
	color:#c5c5c5;
	text-decoration:none;
}

#footer a:hover {
	color:#c5c5c5;
	text-decoration:underline;
}

#footer a:active {
	color:#c5c5c5;
	text-decoration:underline;
}

.footerleft {
	float:left;
	margin:0;
	padding:0;
}

.footerright {
	float:right;
	margin:0;
	padding:0;
	text-align:right;
}

/* -------------------------- */

/* --- ZOOM search engine attributes --- */

#searchboxform {
	height:50px;
}

#zoom_query {
	position:absolute;
	padding:3px;
	width:170px;
	top:13px;
	left:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	border:1px solid #525252;
}

#findbutton {
	position:absolute;
	width:52px;
	height:28px;
	top:11px;
	right:20px;
	border:none;
}

/* -------------------------- */

/* --- form attributes --- */

form {
	margin:0;
	padding:0;
}

form table.grid {
	margin:0;
	padding:0;
	border-collapse:collapse;
}

form table.grid tr td {
	margin:0;
	padding:0 20px 0 0;
}

#realname, #email, #phone, #fax, #address, #city, #besttimetocontact, #natureofproblem, #referral {
	margin:0;
	padding:3px;
	width:240px;
	background-color:#FFFFFF;
	border:1px solid #525252;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#security_code {
	margin:0 12px;
	padding:3px;
	width:100px;
	color:#990000;
	background-color:#FFFFFF;
	border:1px solid #525252;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align:middle;
}

#security_code2 {
	margin:0 12px 0 0;
	padding:3px;
	width:100px;
	background-color:#FFFFFF;
	border:1px solid #525252;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align:middle;
}

#securitycodedigits {
	display:inline;
	vertical-align:middle;
}

#apt, #state, #zipcode {
	margin:0;
	padding:3px;
	width:80px;
	background-color:#FFFFFF;
	border:1px solid #525252;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#comments {
	margin:0;
	padding:3px;
	width:240px;
	height:80px;
	background-color:#FFFFFF;
	border:1px solid #525252;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#comments2 {
	margin:0;
	padding:3px;
	width:240px;
	height:40px;
	background-color:#FFFFFF;
	border:1px solid #525252;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}

#details {
	margin:0;
	padding:3px;
	width:600px;
	height:100px;
	background-color:#FFFFFF;
	border:1px solid #525252;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#sendbutton {
	width:57px;
	height:28px;
	border:none;
	vertical-align:middle;
}

/* -------------------------- */

/* --- pop-up window attributes --- */

/* make the background for pop-up windows white */
body#popups {
	background:#FFFFFF;
}

#popup h1 {
	margin:10px 0;
	padding:0;
	font-family:Georgia, Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
	font-size:1.6em;
	font-weight:normal;
	line-height:110%;
	color:#420000;
	text-align:center;
}

#popup p {
	margin:10px 0;
	padding:0;
	font-size:1.3em;
	text-align:center;
}

#popup img {
	border:#000000 solid 1px;
}

/* -------------------------- */
