
html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, 
a, img, dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; }

body {
margin: 0;
padding: 0;
font: 68.8% Verdana, Arial, Helvetica, sans-serif;
color: #000;
background: #9F6203 url(images/bk1_woodgrain.jpg) 0 0 repeat;
padding-bottom: 20px;
}

#container {
width: 880px;
margin: 20px auto 0 auto;
background: #FFF url(images/main_content.jpg) 0 0 repeat-y;
}

#top { height: 193px; }

#top .left h1 { margin: 0; font-size: 3em; background: transparent; padding: 0; border: none; }
#top .left h1 a { color: #FFF; text-decoration: none; }

#logo {display: none; }

#content {
width: 844px;
padding: 0;
margin: 0 18px;
position: relative;
}


#content h1 {
font: 18px arial, Verdana, Helvetica, sans-serif;
text-transform: uppercase;
margin: 0 0 15px 0;
color: #666;
}

#content p {
font: 14px/20px arial, Verdana, Helvetica, sans-serif;
color: #666;
}

#content a:link, #content a:visited {color: #666; text-decoration: underline; }

#content a:hover {text-decoration: none; }

#content .quotes {
position: absolute;
left: 21px;
background: url(images/side_top.jpg) 0 0 no-repeat;
top: -79px;
width: 183px;
height: 130px;
}



#content .quotes p {
	margin: 144px 18px 0 18px;
	font: italic 18px/28px georgia, arial, Verdana, Helvetica, sans-serif;
	background-color: #F4F1E8; /* for IE */
	width: 147px;
	text-align: center;
	color: #666666;
}

#content .quotes p.nope { display: none; }

#content .quotes p a:link {
	font: normal 13px georgia, arial, Verdana, Helvetica, sans-serif;
	background-color: #F4F1E8; /* for IE */
	width: 163px;
	text-align: center;
	text-decoration: underline;
	color: #666666;
}





#content .main { margin: 0 30px 0 255px; padding: 40px 0; }




#content .main .left { width: 172px; float: left; }

#content .main .left a:link, #content .main .left a:visited {color: #666; text-decoration: underline; }

#content .main .left a:hover {text-decoration: none; }
.main .left img {border: 1px solid; color:#333333; padding: 5px; margin-bottom: 10px;}

.mailprint {display: none;}
.attyemail a, .attyemail a:link { margin: 0 auto 10px auto; width: 150px; height: 25px; display: block; background: url(images/atty_email.gif) no-repeat; }
.attyemail a:hover { background: url(images/atty_email2.gif) no-repeat; }


.attyvcard a, .attyvcard a:link { margin: 0 auto 10px auto; width: 150px; height: 25px; display: block; background: url(images/atty_vcard.gif) no-repeat;}
.attyvcard a:hover { background: url(images/atty_vcard2.gif) no-repeat; }







#content .main .right { margin-left: 200px; padding: 0 5px;  }

#content .main .small { font: 12px/18px arial, Verdana, Helvetica, sans-serif;
color: #666;}






#footer {
width: 880px;
background: url(images/footer.jpg) 0 0 no-repeat;
margin: 0 auto;
height: 37px;
}

#footer p {
font: normal 1em arial, Verdana, Helvetica, sans-serif;
margin: 0;
color: #D4CCB0;
padding: 12px 0 0 60px;
}

#footer p a:link, #footer p a:visited { color: #D4CCB0; text-decoration: underline; }
#footer p a:hover, #footer p a:focus, #footer p a:active { color: #FFF; text-decoration: none; }

#testclick1 { text-decoration: underline; cursor: pointer; }
#testclick1:hover { color: #FFF; text-decoration: none; }

/*--------------------- for form on Contact Us page----------------------*/

fieldset#contactform { margin: 20px 0 0 0; padding: 0 10px 6px 10px; }

#contactform div.row { clear: both; }

#contactform div.row label {
float: left;
width: 15%;
text-align: right;
margin: 8px 0 5px 0;
}

#contactform div.row span.formw {
float: right;
width: 84%;
text-align: left;
}

#contactform .entry, #contactform .comments {
margin: 4px 2px;
width: 95%;
}
/* stuffarooni
============================================================================= */
ul { 
margin-left: 30px;
list-style-type: none;

 }
 
 li {
font: 14px/20px arial, Verdana, Helvetica, sans-serif;
margin: 0 0 8px 0;
color:#666666;
}


p {
font: 1em/1.54em Verdana, Arial, Helvetica, sans-serif;
margin: 0 0 15px 0;
}

.clr {
clear: both;
height: 0;
line-height: 0;
font-size: 0;
}

.orange {color: #D9D0B9;}

a:link, a:visited { color: #CC0000; text-decoration: none; }
a:hover, a:focus, a:active { color: #009933; }

.spacer {padding: 5px 0;}
.spacer2 {padding: 10px 0;}
.spacer3 {padding: 15px 0;}
.spacer4 {padding: 25px 0;}


/* main top nav menu
============================================================================= */
#navigation {
width: 880px; position: relative; 
background: url(images/menu_bkgrd.jpg) 0 0 no-repeat;
}

#nav {
padding: 0 20px;
height: 30px;
margin-left: 233px;
}

#nav li { float: left; position: relative; margin: 0; }

#nav li a {
display: block;
padding: 8px 20px;
text-decoration: none;
font: bold 12px arial, Verdana, Helvetica, sans-serif;
text-transform: uppercase;
color: #D9D0B9;
}

#nav li a:hover, #nav li a:focus, #nav li a:active { color: #FF9933; }

#nav li ul {
margin: 0;
display: none;
position: absolute;
top: 30px; left: 0;
width: 139px;
background: #999;
}

#nav li:hover ul { display: block; }
#nav li ul li { float: none; }
#nav li ul li a { font-weight: normal; padding: 6px 10px; display: inline-block; border-bottom: 1px solid #fff; text-transform: none; color: #515151; }
#nav li ul li a { display: block; }
#nav li ul li a:hover { background: #FF9933; color: #FFF; }


/* home page
============================================================================= */
#content .mainhome {
margin: 0 0 0 255px;
padding: 30px 0;
background: url(images/building.jpg) 100% 100% no-repeat;
height: 1%; /* for explorer */
}

#content .mainhome .text {
float: left;
width: 370px;
border-right: 2px dotted #999;
padding-right: 20px;
}

#content .mainhome .text h1 {
font: 18px arial, Verdana, Helvetica, sans-serif;
text-transform: uppercase;
margin: 0 0 15px 0;
color: #666;
}

#content .mainhome .text p {
font: 14px/20px arial, Verdana, Helvetica, sans-serif;
color: #666;
}

#content .mainhome .right {
	float: right;
	width: 197px;
	font: 12px/18px arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	padding-top: 5px;
	color: #666;
}


/* attorney table ==================================================================*/


.attorneytable { width: 100%; margin: 20px auto 0 auto; }
.attorneytable td { font: normal 1.10em/1.45em verdana, helvetica, arial, sans-serif; color: #666;
margin: 0 0 12px 0;padding: 8px 0; vertical-align: bottom; border-bottom: 1px solid #FF9933; }
.attorneytable td .email {text-align: center;}

.attorneytable td .telephone {text-align: right; }

.attorneytable a:link, .attorneytable a:visited {
color: #666;
text-decoration: underline;
} 

.attorneytable a:hover {
color: #666;
text-decoration: none;
} 





/* -------------------- for the info window contents -------------------- */

#balloon { width: 240px; }

#balloon h1{
font: bold 13px arial, "trebuchet ms", verdana, san-serif;
text-align: left;
border-bottom: 1px solid #339900;
padding: 0 0 3px 0;
color: #339900;
margin: 0 0 10px 0;
}

#balloon p {
font: normal 11px verdana, helvetica, arial, sans-serif;
margin: 0 0 10px 0;
}

#balloon img {border: none; float: left; margin-right: 10px; border: 1px solid #666; }

input#saddr, input#daddr {
width: 200px;
padding: 2px;
margin: 0 0 5px 0;
font: 12px verdana, arial, helvetica, sans-serif;
vertical-align: middle;
}

p.js { padding: 10px 0 0 0; }

span.js2 { display: block; color: #999; font-size: .92em; }

#map .js3 {
background-color: #D81D2C;
letter-spacing: .1em;
padding: 1px 2px 2px 2px;
color: #FFF;
border: 1px solid #000;
height: 22px; /* used in tandem with other rules to get elements same height, would be nice if it actually worked */
cursor: pointer; }


/*--------------------- google map page  ----------------------*/

#google { margin: 10px 19px 10px 19px; font: normal 12px verdana, helvetica, arial, sans-serif; }

#google h2 {
font: normal 13px "arial black", arial, "trebuchet ms", verdana, sans-serif;
color: #339900;
margin: 0 0 14px 0;
}


#map {
width: 100%;
height: 400px;
border: 1px solid #000;
}

/*disclaimer===================================================== */
#disclaimer {
padding: 10px;
}

#disclaimer p {
font: 10px/13px arial, Verdana, Helvetica, sans-serif;
color: #666;
}

/* pavia
============================================================================= */

.ctr { text-align: center; }
.mailprintpage { text-align: center; margin: 20px 0 0 0;}
.mailprintpage p { margin: 20px 0 0 0; }

