/* CSS Document */

#articlebody
{
width:800px;
overflow:hidden;
padding-top:20px;
}

#articlestext
{
width:480px;
float:left;
border-right: thin dotted;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
padding-right:15px;
padding-left:15px;
text-align:left;
}

#articlestext a
{
color:#4561AE;
}

#articlestext a:hover
{
color:#333333;
}

#name
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 22px;
color:#666699;
border-bottom: thin dashed #666699;
line-height:40px;
text-align:center;
}

#articletype
{
width:250px;
float:left;
margin-left:18px;
text-align:center;
}

#articletype a
{

color:#4561AE;
display:block;
line-height:25px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
text-decoration:none;
border-bottom: thin dotted #4561AE;
}

#articletype a:hover
{
background-color:#4561AE;
color:white;
display:block;
line-height:25px;
border-bottom:2px solid black;
}

#articles 
{
width:800px;
min-height:400px;
line-height:25px;
overflow:hidden;
text-align:center;
}

#articles a
{
color:#4561AE;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}

#articles a:hover
{
color:#333333;
}

#articlespad
{
width:200px;
float:right;
}


h1
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:24px;
color:#333333;
text-align:center;
text-transform:capitalize;
font-weight:500;
}


#textlist
{
	width:750px;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#attwidth
{
margin:0 auto;
overflow:hidden;
width:180px;
}

#textlist2
{
width:180px;
line-height:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
padding-left:12px;
text-align:left;
margin:0 auto;
float:left;
}

#textlist3
{
width:210px;
line-height:25px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
text-align:left;
margin:0 auto;
}

#textlist4
{
width:380px;
line-height:25px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
text-align:center;
margin:0 auto;
}


#attorneyimage
{
width:115px;
float:left;
}

#bottom
{
padding-top:20px;
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;
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;
}




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; }

