/*
	Primary Color: #000000
	Secondary Color: #710723
	Tertiary Color: #716f6f
	
	Background Color: #993333
*/

/*Page Element Properties*/

body
	{background-color: #000000;
	margin: 0px;
	/* background-repeat: no-repeat;
	background-position: top center;
	background-image: url(/Home/Images/BodyBackground.jpg);
	background-attachment: fixed;*/
	}
	
a
	{font-weight: bold;
	text-decoration: underline;
	color: #710723;}

table
	{border-collapse: collapse; border-spacing: 0px; width: 100%;}

th
	{background-image: url(/Home/Images/TH.jpg);
	background-color: #710723;
	color: #FFFFFF;
	font-size: 10pt; font-family: Arial; font-weight: bold; text-align: left;
	padding: 0px;
	padding-left: 5px;
	height: 18px;}
	
td
	{padding: 0px;}

ul
	{margin-top: 0px;}
	
#container
	{width: 750px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px !important;
	border-left: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	color: #000000;}
	
#header
	{width: inherit;
	text-align: center;}

#body
	{width: auto;
	background-color: #FFFFFF;
	padding: 5px;
	vertical-align: top;
	width: 750px;}

#full-body
	{width: auto;
	background-color: #FFFFFF;
	padding: 5px;
	vertical-align: top;}
	
#footer
	{width: inherit;
	background-color: #710723;
	text-align: center;
	vertical-align: middle;}
	
#HeaderTable
	{width: 750px;}
	
	
/*Font Treatment*/
.text
	{color: #000000; font-size: 10pt; font-weight: normal}
.text-second 
	{color: #710723; font-size: 10pt; font-weight: bold}
.text-third 
	{color: #716f6f; font-size: 10pt; font-weight: bold}
.text-gray 
	{color: #666666; font-size: 10pt; font-weight: bold}
.text-white 
	{color: #ffffff; font-size: 10pt;}

.text-bold
	{font-weight: bold}
.text-bold-white
	{color: #FFFFFF; font-weight: bold}

.section-title
	{font-size: 14pt; font-weight: bold}
.section-title-second
	{color:#710723; font-size: 14pt; font-weight: bold}
.section-title-third
	{color:#716f6f; font-size: 14pt; font-weight: bold}

.link-second 
	 {color: #716f6f; font-weight: bold; text-decoration: underline}
.link-white 
	 {color: #ffffff; font-weight: bold; text-decoration: underline}
	 
.text-small 
	{font-size: 8pt;}
.text-small-second 
	{color: #710723; font-size: 8pt;}
.text-small-third 
	{color: #716f6f; font-size: 8pt;}
.text-small-white 
	{color: #ffffff; font-size: 8pt;}
	
.link-small 
	{color: #710723; font-size: 8pt; text-decoration: underline}
.link-small-second
	{color: #716f6f; font-size: 8pt; text-decoration: underline}
.link-small-white
	{color: #FFFFFF; font-size: 8pt; text-decoration: underline}
	

/* Nav Menu */
.chromestyle{
width: 100%;
font-weight: bold;
font: 14px Arial;
height: 25px;}

.chromestyle:after{ /*This is commented out because it screws up Safari
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;} */ }

.chromestyle ul{
width: 100%;
background: url(/Home/Images/Toolbar/navbg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/}

.chromestyle ul li{
display: inline;}

.chromestyle ul li a{
color: #000000 !important;
padding: 4px 0px;
margin: 0;
text-decoration: none !important;
border-right: 0px solid #FFFFFF  !important; /*Removed Border*/}

.chromestyle ul li a:visited{
color: #000000  !important;
padding: 4px 0px;
margin: 0;
text-decoration: none  !important;
border-right: 0px solid #FFFFFF  !important; /*Removed Border*/}

.chromestyle ul li a:hover{
color: #FFFFFF  !important;
padding: 4px 0px;
margin: 0;
text-decoration: none  !important;
border-right: 0px solid #FFFFFF !important; /*Removed Border*/
background: url(/Home/Images/Toolbar/navbg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v"; /*uncomment this line to use an text element instead8?
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
border-bottom: 0px;
font:normal 12px Arial;
line-height:18px;
text-align: left;
z-index:100000;
background-color: #710723;
width: 150px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #000000;}


/* Special Elements */
.attorney-box
	{width: 350px;
	float: left;
	padding: 5px;}
.attorney-detail
	{width: 30%;
	float: left;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;}