/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #455879;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0px;
	
}
h1
{
	font-size: 16px;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #004566;	
	margin: 5px 5px 5px 10px;
}
table.body
{
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;	
}
table.main
{
	background-color: #ECECEC;
}
table.logo
{
	background-image: url(images/logo_bg.gif);
	background-repeat: repeat;	
}
table.nav
{
	background-image: url(images/topnav_bg.jpg);
	background-repeat: repeat;	
}
table.news
{
	background-image: url(images/news_bg.jpg);
	background-repeat: repeat;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
}
table.mainright
{
	background-color: #A7A6A5;
}
table.mainbottom
{
	background-color: #3B7280;
}
table.mainbottomsub
{
	background-color: #213049;
	color: #ffffff;
	font-size: 12px;
}
table.mainbottomsub td.left
{
	background-image: url(images/bottomtblleft_bg.gif);
	background-repeat: repeat-y;
}
table.mainbottomsub td.right
{
	background-image: url(images/bottomtblright_bg.gif);
	background-repeat: repeat-y;
	background-position: right;

}
table.mainbottomsub td.left2
{
	background-image: url(images/bottomtblleft2_bg.gif);
	background-repeat: repeat-y;
}
table.mainbottomsub td.right2
{
	background-image: url(images/bottomtblright2_bg.gif);
	background-repeat: repeat-y;
	background-position: right;

}
table.footer td
{
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
}
td.leftnav
{
	background-color: #427388;
}

table.practiceareas
{
	font-size: 12px;
	font-family: Verdana, Helvetica, Sans-Serif;
	background-color: #E4E4E4;	
}
table.leftnav
{
	background-color: #427388;
	color: #ffffff;

}
table.leftnav td p
{
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #ffffff;
}
table.copy
{
	background-color: #ECECEC;
}
table.bio td
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}
table.copy h1
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 15px;
    FONT-WEIGHT: bold;
	color: #455879;
	margin: 10px 0px 0px 10px;
	padding: 4px 0px 4px 0px;
}
table.copy h2
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
	color: #9C2829;
	margin: 6px 0px 0px 10px;
	padding: 2px 0px 2px 0px;
}
table.copy h4
{
	/*Should Only Follow h1*/
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
	color: #455879;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
table.copy h5
{
	/*Should Only Follow h1*/
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.copy p
{
	margin: 10px 15px 10px 15px;
	padding: 2px 2px 2px 2px;
	font-size: 12px;
}
table.copy ul
{
	font-size: 12px;
}
td.indent
{
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 15px;
}
a
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;	
}
a:visited
{
	color: #000000;
}
a:hover
{
	text-decoration: none;
}
a.rev
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;	
}
a.rev:visited
{
	color: #000000;
}
a.rev:hover
{
	text-decoration: underline;
}

a.whitelinks
{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;	
}
a.whitelinks:visited
{
	color: #ffffff;
}
a.whitelinks:hover
{
	text-decoration: none;
}
a.whitelinksrev
{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;	
}
a.whitelinksrev:visited
{
	color: #ffffff;
}
a.whitelinksrev:hover
{
	text-decoration: underline;
}
ul.resources
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 25px;
}
ul.resources li
{
	list-style-type: none;
	padding: 2px 0px 2px 0px;
}
ul.attorneys
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 25px;
}
ul.attorneys li
{
	list-style-type: none;
	padding: 2px 0px 2px 0px;
}
.unhidelink
{
	font-weight: bold;
	font-size: 10px;
}
.popupdiv
{
	border: 1px solid #c7c7c7;
	background-color: #ffffff;
}