
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
body {background-image:url(http://208.106.143.214/images/bg_main2.gif); background-repeat:repeat-y; background-position: 50%; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 13px; line-height:125%; margin:0; padding:0;}

img { border:none; }
 
#pagewidth{ 
 width:780px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:100px; 
  background-color:#0E769D; 
 width:100%;
 padding:0px;
 margin:0px;
} 

#nav{
 position:relative; 
 height:40px; 
  background-color:#35C3F2; 
 width:100%;
 padding:0px;
 margin:0px;
 background-image:url(http://208.106.143.214/images/bg_nav.gif); background-repeat:repeat-x; background-position: top; height:40px;
} 

#navtop { position:absolute; top:10px; border-bottom:0px; height:10px; margin-left:20px; z-index:2;}
#navtop a:link { color:#152F4C; text-decoration:none;font-weight: bold;}
#navtop a:visited { color:#152F4C; text-decoration:none; font-weight: bold;}
#navtop a:hover { color:#fff; text-decoration:underline; font-weight: bold; }
#navtop a:active  { color:#152F4C; text-decoration:underline; font-weight: bold;}

a:link { color:#000066; text-decoration:none;font-weight: bold;}
a:visited { color:#000066; text-decoration:none; font-weight: bold;}
a:hover { color:#666666; text-decoration:underline; font-weight: bold; }
a:active  { color:#000066; text-decoration:underline; font-weight: bold;}
 
#leftcol{
 width:190px; 
 float:left; 
 position:relative;  
  padding-right:10px;
  padding-left:10px;
 }
 
#leftcol ul { list-style-type:none; margin:0; padding:0;}
#leftcol ul li { border-bottom:1px solid #ccc; padding:3px 0 3px 0; }
#leftcol ul li a { font-weight:bold; }
#leftcol ul li ul li { padding: 0 0 0 3px; border-bottom:none; }
#leftcol ul li ul li a { font-weight:normal; color:#000;  }
#leftcol ul li ul li a:hover { color:#003399;  }

 
 #leftcol img {
 margin:0px;
padding:0px;
 }
 
 #leftcolAtt {
 width:190px; 
 float:left; 
 position:relative;  
  padding-right:10px;
  padding-left:10px;
 }

 #leftcolAtt img {
border:1px solid #000066;
 }
 
#leftcolAtt ul { list-style-type:none; margin:0; padding:0;}
#leftcolAtt ul li { border-bottom:1px solid #ccc; padding:3px 0 3px 0; }
#leftcolAtt ul li a { font-weight:bold; }
#leftcolAtt ul li ul li { padding: 0 0 0 3px; border-bottom:none; }
#leftcolAtt ul li ul li a { font-weight:normal; color:#333;  }
#leftcolAtt ul li ul li a:hover { color:#003399;  }

 
 #leftcolAtt img {
 margin:0px;
padding:0px;
 }
 
#press { 
margin:0px;
padding:0px;
width:194px;
border-left:1px solid #9F433C;
border-right:1px solid #9F433C;
border-bottom:1px solid #9F433C;
background-color:#F5E6E5;
}

#press p {
padding: 10px;
}

#press img {
border: none;
display: block !important;
}

#search { 
width:195px;
border-left:1px solid #9F433C;
border-right:1px solid #9F433C;
}

#search p {
padding: 10px;
}
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:520px; 
 padding-right:20px;
  padding-left:10px;
  text-align:justify;
 }
 
 #maincol li.attorney { list-style-type:square; margin-bottom:0px; padding-bottom:0px; line-height:100%}

 #maincol ul { list-style-type:square; margin-bottom:0px; padding-bottom:0px;}
 
 #maincol h1 { 
 color:#000066;
 font-size:21px; 
text-transform:uppercase;
font-family: Georgia, Times New Roman, serif;
border-bottom:1px solid #0E769D; 
padding-bottom:5px;
margin: 30px 0 10px 0;
line-height:100%;
font-weight:normal;
  text-align:left;
 }
 
  #maincol h2 { 
 color:#000066;
 font-size:21px; 
font-family: Georgia, Times New Roman, serif;
border-bottom:1px solid #0E769D; 
padding-bottom:5px;
margin: 30px 0 10px 0;
font-weight:normal;
line-height:125%;
 }
 
   #maincol h3 { 
 color:#000066;
 font-size:21px; 
font-family: Georgia, Times New Roman, serif;
padding-bottom:0;
margin: 30px 0 0 0;
font-weight:normal;
line-height:105%;
 }
 
   #maincol p.att { 
 color:#000066;
 font-size:14px; 
font-family: Georgia, Times New Roman, serif;
border-bottom:1px solid #0E769D; 
padding-bottom:5px;
margin: 00px 0 10px 0;
font-weight:normal;
line-height:125%;
 }

 
#footer{
 height:100px; 
  background-color:#ffffff; 
  background-image:url(http://208.106.143.214/images/bg_foot.gif); background-repeat:repeat-x; background-position:top; 
 clear:both;
 
 } 
 

 #footer p { padding-top:10px; font-weight:bold; color:#666666; text-align:center;}
 
#footer a:link { color:#666666; text-decoration:none;font-weight: bold;}
#footer a:visited { color:#666666; text-decoration:none; font-weight: bold;}
#footer a:hover { color:#333333; text-decoration:underline; font-weight: bold; }
#footer a:active  { color:#666666; text-decoration:underline; font-weight: bold;}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}



/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(http://208.106.143.214/images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(http://208.106.143.214/images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(http://208.106.143.214/images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 10px 5px 5px 10px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-align:left;
}
.boxbody {
	background: url(http://208.106.143.214/images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

