/* Default CSS Stylesheet for a new Web Application project */

#image
{
	border-right: whitesmoke thin outset;
	border-top: whitesmoke thin outset;
	left: 5px;
	border-left: whitesmoke thin outset;
	width: 164px;
	border-bottom: whitesmoke thin outset;
	position: absolute;
	top: 5px;
	height: 500px;
	background-color: white;
}

#title
{
	left: 179px;
	position: absolute;
	top: 5px;
}



#menu
{
	padding-right: 1px;
	border-top: #000099 1px;
	padding-left: 1px;
	z-index: 3;
	left: 179px;
	padding-bottom: 0px;
	width: 595px;
	padding-top: 2px;
	border-bottom: #000099 1px;
	font-family: Arial;
	border-right-style: none;
	border-left-style: none;
	position: absolute;
	top: 160px;
	height: 18px;
	background-color: #0066cc;
}

#content
{
	border-right: whitesmoke thin;
	padding-right: 5px;
	border-top: whitesmoke thin;
	padding-left: 5px;
	text-justify: inter-word;
	z-index: 2;
	left: 179px;
	padding-bottom: 5px;
	border-left: whitesmoke thin;
	width: 595px;
	padding-top: 5px;
	border-bottom: whitesmoke thin;
	font-family: 'Times New Roman' , Helvetica, sans-serif, Arial, Verdana;
	position: absolute;
	top: 210px;
	text-align: justify;
}

#contactInfo
{
	z-index: 4;
	left: 470px;
	position: absolute;
	top: 225px;
	background-color: whitesmoke;
}

#attorneys
{
	padding-right: 5px;
	padding-left: 5px;
	z-index: 4;
	left: 650px;
	padding-bottom: 5px;
	padding-top: 5px;
	position: absolute;
	top: 225px;
	background-color: whitesmoke;
}

.certified
{
	font-size: 0.75em;
}

BODY, td
{
	font-weight: normal;
	font-size: 0.9em;
	word-spacing: normal;
	text-transform: none;
	font-family: 'Times New Roman', Helvetica, sans-serif, Arial, Verdana;
	letter-spacing: normal;
	/*background-color: white;*/
}


A:link
{
	color: #3333cc;
	font-family: 'Times New Roman' , Helvetica, sans-serif, Arial, Verdana;
	text-decoration: none;
}	
		
A:visited	{	
	text-decoration:	none;
	font-family: 'Times New Roman' , Helvetica, sans-serif, Arial, Verdana;
	color:	#3333cc;
	}	
		
A:active	{	
	text-decoration:	none;
	font-family: 'Times New Roman' , Helvetica, sans-serif, Arial, Verdana;
	color:	#3333cc;
	}	
		
A:hover
{
	text-decoration:	underline;
	font-family: 'Times New Roman' , Helvetica, sans-serif, Arial, Verdana;
	color: #3333cc;
}
	
