/*Universal*/
body 		{ background-image: url(../images/BG.gif); }

/*Template*/
.BridgeBG 		{ background-image: url(../images/BridgeBG.jpg); background-repeat: no-repeat; background-position: right bottom; background-color: #FFFFFF; }
.MainTable		{ border: 1px #CCCCCC solid; }
.NewsContainer	{ font: 11px Arial; color: #777777; padding: 10px; border:1px #CCCCCC solid; background-color: #E9E9E9; }
.NewsItem		{ width: 210px; background-color: #F3F3F3; border: 1px #DCDCDC solid; padding: 5px; }

/* Top Nav */
#top_nav				{ position:relative; top: 0; width: 756px; height: 35px; margin: 0; padding: 0; /* white-space: nowrap; */ }
#top_nav ul,#top_nav li	{ list-style: none; float: left; margin: 0; padding: 0; }
#top_nav span			{ display: none; }

#Navigation 		{ position: relative; z-index: 3; }

li#Home a				{ display: block; background: url(../images/NavHome.jpg) no-repeat 0px 0px; width: 108px; height: 35px; }
li#Home a:hover 		{ display: block; background: url(../images/NavHome.jpg) no-repeat 0px -35px; width: 108px; height: 35px; }

li#FirmOverview a		{ display: block; background: url(../images/NavFirmOverview.jpg) no-repeat 0px 0px; width: 108px; height: 35px; }
li#FirmOverview a:hover	{ display: block; background: url(../images/NavFirmOverview.jpg) no-repeat 0px -35px; width: 108px; height: 35px; }

li#Attorneys a			{ display: block; background: url(../images/NavAttorneys.jpg) no-repeat 0px 0px; width: 108px; height: 35px; }
li#Attorneys a:hover	{ display: block; background: url(../images/NavAttorneys.jpg) no-repeat 0px -35px; width: 108px; height: 35px; }

li#Practice a			{ display: block; background: url(../images/NavPracticeAreas.jpg) no-repeat 0px 0px; width: 108px; height: 35px; }
li#Practice a:hover		{ display: block; background: url(../images/NavPracticeAreas.jpg) no-repeat 0px -35px; width: 108px; height: 35px; }

li#News a				{ display: block; background: url(../images/NavNews.jpg) no-repeat 0px 0px; width: 108px; height: 35px; }
li#News a:hover			{ display: block; background: url(../images/NavNews.jpg) no-repeat 0px -35px; width: 108px; height: 35px; }

li#Publications a		{ display: block; background: url(../images/NavPublications.jpg) no-repeat 0px 0px; width: 108px; height: 35px; }
li#Publications a:hover	{ display: block; background: url(../images/NavPublications.jpg) no-repeat 0px -35px; width: 108px; height: 35px; }

li#Contacts a			{ display: block; background: url(../images/NavContactUs.jpg) no-repeat 0px 0px; width: 108px; height: 35px; }
li#Contacts a:hover		{ display: block; background: url(../images/NavContactUs.jpg) no-repeat 0px -35px; width: 108px; height: 35px; }

	
/* Links */
a:link				{ font: 11px Arial; color: #777777; text-decoration: none; }
a:hover				{ font: 11px Arial; color: #9F1817; text-decoration: underline; }
a:visited			{ font: 11px Arial; color: #777777; text-decoration: none; }

a.Footer:link		{ font: bold 10px Helvetica; color: #777777; text-decoration: none; }
a.Footer:hover		{ font: bold 10px Helvetica; color: #C82F3C; text-decoration: none; }
a.Footer:visited	{ font: bold 10px Helvetica; color: #777777; text-decoration: none; }

a.Red:link			{ font: 11px Arial; color: #9F1817; text-decoration: underline; }
a.Red:hover			{ font: 11px Arial; color: #9F1817; text-decoration: underline; }
a.Red:visited		{ font: 11px Arial; color: #9F1817; text-decoration: underline; }


/* Copy */
.CopyGray	{ font: 11px Arial; color: #777777; }
.CopyRed	{ font: 11px Arial; color: #9F1817; }
.CopyTitle	{ font: bold 16px Helvetica; color: #9F1817; }

/* Backgrounds */
.WhiteBG		{ background-color: #FFFFFF; }
.GreyBG			{ background-color: #E9E9E9; }
.FormTable		{ border: 1px solid #DADADA; }