/* CSS Document */

#bannermargin
{
margin-bottom:-15px;
}

#attorneybio
{
overflow:hidden;
width:700px;
padding-top:15px;
}

#attorneycolumn
{
width:150px;
border-right:thin dashed;
float:left;
}



#attorneytext
{
width:480px;
float:left;
padding-left:15px;
}

#ingraham
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-align:center;
}

#colorh
{
height:25px;
width:338px;
background-color:#E1E1E1;
}

#attcolor
{
width:338px;
background-color:#E1E1E1;

}

#floater3
{
background-color:#CCCCCC;
text-align:center;
font-family:Verdana;
font-size:11px;
color:black;
height:80px;
padding-top:20px;
line-height:15px;
width:338px;
}


#attorney
{
color:#333399;
font-size:24px;
font-family:Verdana;
font-weight:bold;
padding:15px;

}

#logopad
{
padding-left:15px;
}

#wrapper 
{
overflow:hidden;
width:338px;
background-color:#E1E1E1;
}

#floater  
{
float:left;
width:115px;
color:black;
background-color:#E1E1E1;
}

#floater2  
{
float:right;
width:155px;
color:black;
line-height:18px;
height:255px;
background-color:#E1E1E1;
}

#floater2 ul
{
list-style-image:url(images/diamond2.png);
display:compact;
width:155px;
}

#floater2 li
{
list-style-image:url(images/diamond2.png);
display:compact;
width:155px;

}

#floater2 a
{
color:#000066;
text-decoration:underline;
font-size:13px;
font-weight:normal;
}

#floater2 a:hover
{
color:#3333FF;
}



#padder
{
padding-right:11px;
padding-bottom:8px;
}

#disclaimer
{
font-size:10px;
}

.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;
}

#bottom
{
float:left;
width:800px;

}

#last
{
float:left;
width:800px;
background: #fff url(images/buttons.jpg) repeat-x;
height:27px;
border-top:thin solid black;
border-bottom:thin solid black;
}

#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;
}


.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; }

