/*Universal*/
body 		{ background-image: url(../images/bg.gif); }

/*Template*/
#Outer				{ position: relative; width: 802px; margin: 0 auto 0 auto; border: 1px solid #bd944c; }
#Template			{ position: relative; width: 800px; margin: 0 auto 0 auto; font: 12px Arial; color: #49240b; border: 1px solid #f0e6cd; }
#Header				{ position: relative; width: 800px; height: 82px; background-image: url(../images/header_bg.jpg);  }
#Picture			{ position: relative; width: 800px; height: 387px; background-image: url(../images/middle_picture.jpg); }
#PictureSub			{ position: relative; width: 800px; }
.ContentArea		{ position: relative; width: 756px; padding: 22px; background-color: #f2e4cf;}
.ContentArea p		{ margin-left: 15px;}

.Panel			{ position: relative; width: 236px; float:right; border: 1px solid #bd944c; margin-left: 10px;}
.PanelHeader	{ position: relative; width: 226px; padding: 5px; background-color:#bd944c; color:#FFF;}

#TitleContainer		{ position: relative; width: 715px; height: 41px; background-image: url(../images/TitleBG.png); margin-top: 4px; font: 18px Helvetica; color: #FF9C00; }
#Title				{ position: absolute; width: 710px; margin-top: 10px; font: 18px Helvetica; color: #FF9C00; text-align: right; }

/* Top Nav */
#top_nav				{ position:relative; top: 0; width: 478px; height: 82px; 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: absolute; width: 478px; float: right; right: 11px; top: 0px;}

li#Home a			{ display: block; background: url(../images/nav_home.jpg) no-repeat 0px 0px; width: 85px; height: 82px; }
li#Home a:hover 	{ display: block; background: url(../images/nav_home.jpg) no-repeat 0px -82px; width: 85px; height: 82px; }
li#Home a:active 	{ display: block; background: url(../images/nav_home.jpg) no-repeat 0px -82px; width: 85px; height: 82px; }

li#About a			{ display: block; background: url(../images/nav_about.jpg) no-repeat 0px 0px; width: 123px; height: 82px; }
li#About a:hover 	{ display: block; background: url(../images/nav_about.jpg) no-repeat 0px -82px; width: 123px; height: 82px; }

li#Attorneys a		{ display: block; background: url(../images/nav_attorneys.jpg) no-repeat 0px 0px; width: 83px; height: 82px; }
li#Attorneys a:hover{ display: block; background: url(../images/nav_attorneys.jpg) no-repeat 0px -82px; width: 83px; height: 82px; }

li#LegalLinks a			{ display: block; background: url(../images/nav_legallinks.jpg) no-repeat 0px 0px; width: 93px; height: 82px; }
li#LegalLinks a:hover 	{ display: block; background: url(../images/nav_legallinks.jpg) no-repeat 0px -82px; width: 93px; height: 82px; }

li#Contact a		{ display: block; background: url(../images/nav_contact.jpg) no-repeat 0px 0px; width: 93px; height: 82px; }
li#Contact a:hover 	{ display: block; background: url(../images/nav_contact.jpg) no-repeat 0px -82px; width: 93px; height: 82px; }


/* Sub Nav */
#SubNav		{ position: absolute; width: 41px; right: 11px; top: 6px; z-index: 2; }

/* Links */
a:link				{ font: 12px Arial; color: #49240b; text-decoration: underline; }
a:hover				{ font: 12px Arial; color: #49240b; text-decoration: underline; }
a:visited			{ font: 12px Arial; color: #49240b; text-decoration: underline; }

a.Footer:link		{ font: 10px Arial; color: #C6B59C; text-decoration: none; }
a.Footer:hover		{ font: 10px Arial; color: #FFFFFF; text-decoration: underline; }
a.Footer:visited	{ font: 10px Arial; color: #C6B59C; text-decoration: none; }


/* Copy Nav */
h1			{ font: bold 16px Arial; color: #49240b; margin: 0px; }
.CopyGray	{ font: 10px Arial; color: #777777; }


#Footer				{ position: relative; width: 780px; background-color: #2c2c24; padding: 10px; font: 10px Arial; color: #C6B59C; }