/* CSS Document */

#bannermargin
{
margin-bottom:-15px;
}

#name
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 22px;
color:#666699;
border-bottom: thin dashed #666699;
}

#attorneybio
{
overflow:hidden;
width:800px;
padding-top:25px;
float:center;
text-align:center;
}



#attorneycolumn
{
width:250px;
float:left;
text-align:center;

}

#attorneycolumn ul
{
list-style:outside circle;
width:150px;
}

#attorneycolumn li
{
list-style:outside circle;
width:150px;
}

#attorneycolumn img
{
padding-top:15px;
padding-bottom:10px;

}

#attorneycolumn a
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#666699;
}

#attorneytext
{
width:480px;
float:left;
padding-left:15px;
text-align:left;
border-left:thin dotted black;
min-height:370px;
}

#attorneytext a
{
color:#4561AE;
}

#attorneytext a:hover			
{
color:#333333;
}


#bottom
{
padding-top:20px;
float:center;
width:800px;
}

#last
{
background: #fff url(images/buttons.jpg) repeat-x;
height:27px;
border-top:thin solid black;
border-bottom:thin solid black;
}


#padder
{
padding-right:11px;
padding-bottom:8px;
}

#disclaimer
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
padding:15px;
font-weight:bold;
}

#disclaimer a
{
color:#3333FF;
}

#disclaimer a:hover
{
color:#333333;
}

.buttonbg
{
background: #fff url(images/buttons.jpg) repeat-x;
text-align:center;
border:black thin solid;
color:white;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
padding-top:5px;
padding-bottom:5px;
}

.buttonbg a
{
text-decoration:none;
color:white;
}

.buttonbg a:hover
{
color:black;
}

#bottomlinks
{
border-top: medium ridge #46599E;
padding-top:10px;
padding-left:10px;
text-align:center;
}

div
{
background-color:white;
}



#bottomlinks a
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666699;
text-decoration:none;
font-weight:bold;
text-align:center;
float:center;
padding-top:10px;

}


#bottomlinks a:hover
{

text-decoration:underline;
}

body
{
width:800px;
background-color:#CCCCCC;
}

.line 
{
background: #fff url(images/buttons.jpg) repeat-x;
width:180px;
padding:5px;
border-left: thin inset black;
border-right: thin groove black;
border-bottom: thin groove black;

}

.line a:hover
{
color:black;
}

.line2
{
background: #fff url(images/buttons.jpg) repeat-x;
width:150px;
padding:5px;
border-left: thin inset black;
border-right: thin groove black;
border-bottom: thin groove black;

}

.line2 a:hover
{
color:black;
}



p
{
font-family:Verdana;
font-size:14px;
text-align:left;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px; /* Width of Menu Items */
	/*border-bottom: 1px solid #ccc;*/
	
	
	}
	
ul li {
	position: relative;
	
	}
	
li ul {
	position: absolute;
	left: 0px; 
	top: 13px;
	display: none;
	text-align:left;
	
	}

/* Styles for Menu Items */

ul li a {
	display: block;
	text-decoration: none;
	/* padding: 5px; */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:white;
	font-size:11px;
	font-weight:bold;
	border: 0px solid #ffffff; /* IE6 Bug */
	border-bottom: 0;
	}
	
ul li a:visited
{
color:white;
}	

	
/* IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; }

