html,body {
	text-align:center;
	margin:0px;
	font-family:verdana, arial;
}

a{
	font-size:11px;
	text-decoration:underline;
	color:#333a77;
}

a:hover{
	text-decoration:none;
}

.errors{
	color:#ff6917;
	font-weight:bold;
}

.attorney_background{
	background-color: #F0F0F0;
}

.attorney_alt_background{
	background-color: #fff;
}

strong {
	color:#333;
}

tr, td {
	font-family:verdana, arial;
	font-size:11px;
	line-height:1.6em;

}

form, input {
	padding:0px;
	margin:0px;
}

.sub-title{
	font-size:12px;
	color:#333a77;
	font-weight:bold;
}

.sub-title-bio{
	font-size:11px;
	color:#333a77;
	font-weight:bold;
}

* {margin:0;padding:0}

.clear {
	clear:both;
}

p {
	padding:5px 0;
}

fieldset{
	border:none;
}

#nav img{
	border:none;
}


/* --- BEGIN: Menu Styles ----------------------------------- */

div.dd-menu {
	background-color: #fff;
	padding: 1px 0px 0px 0px; /*Top Right Bottom Left*/
	text-align:left;
	display: block;
	width:150px;
	border: solid 1px #fff;
}
		
div.dd-menu a {
	background-color: #333a77;
	color: #fff;
	display: block ;
	font-size: 11px;
	padding: 5px 5px 5px 13px ;
	text-decoration: none ;
}

* html body div.dd-menu a { 
	width:150px; 
} 
		
div.dd-menu a img {
	visibility: hidden ;
}
		
div.dd-menu a:hover {
	background-color: #ff6917; 
}

/* --- END: Menu Styles ------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */ 

.clear {
	clear:both;
}
