
/* --- 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:underline;
}

a:visited {
	color:#1c53af;
	text-decoration:underline;
}

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;
	width:980px;
}

#mainimage {
	border:none;
	background-color:#FFFFFF;

}

/* --- 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;
}

/* 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.3em;
	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.3em;
	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, #articleblock {
	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, #articleblock 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 h3 {
	margin:0 0 10px 0;
	padding:10px 20px 0 20px;
	font-family:Georgia, Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
	font-size:1.7em;
	font-weight:normal;
	line-height:110%;
	color:#420000;
}

#maincontent p, #articleblock 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, #articleblock 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;
}

/* -------------------------- */



/* --- for Facebook recommend button --- */



#facebookbutton {
	padding-left:20px;
}

#youtubevideo {
	width:600px;
	margin:20px 0 0 20px;
}

/* For City & County Pages */

#map {
	width:298px;
	border: 1px solid #420000;
	margin:0 20px 20px 20px;
	padding:0;
	font: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	float:right;	
}

#map h2 {
	padding:10px 20px 8px 20px;
	font-family:Georgia, Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
	font-weight:normal;
	font-size:2.4em;
	text-align:center;
	line-height:110%;
	background:#420000;	
	color:#ffffff;
}

#map #graybox {
	background:#dbdbdb;
	color:#000000;
}

#map #graybox p {
	padding:10px 24px 10px 10px;
}

#map #contentarea {
	background:#FFFFFF;
}
