@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	margin: 0px;
	background-image: url(../images/background.png);
	height: 100%;
}
#container-page {
	background-image: url(../images/mainground.png);
	background-repeat:repeat-y;
	width: 900px;
	margin:auto;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#container-content {
	padding-bottom: 45px;
}
#container-foot {
	width: 900px;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 45px;
	background-color:#3a220c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#FFF;
	text-align:center;
}
a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #6f3a16;
}
.speciallink {
	color:#600;
	font-weight:bold;
}
.PageTitles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #3A220C;
	display: block;
	border-top: 1px dotted #3A220C;
	border-bottom: 1px dotted #3A220C;
	letter-spacing: 0.2em;
	text-align: right;
	margin:10px 0 0 10px;
}
.AttorneyTitle{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #3A220C;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #3A220C;
}
.menustyle{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
}
.menustyle ul{
	margin: 10px 0 10px 15px;
	text-align: left;
}
.menustyle ul li{
	list-style: none;
	display: inline;
}
.menustyle ul li a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
}
.menustyle ul li a:hover, .menustyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-color:#6f3a16;
}

.footerstyle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#FFF;
}
.footerstyle ul{
	text-align: center;
	margin:5px;
	padding:0px;
}
.footerstyle ul li{
	list-style: none;
	display: inline;
}
.footerstyle ul li:after{
	content:" | ";
}
.footerstyle ul li:last-child:after{
	content:"";
}
.footerstyle ul li a, .footerstyle a {
	color: #FFFFFF;
	text-decoration: none;
}
.footerstyle ul li a:hover, .footerstyle a:hover, .menustyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #FF6;
}

.maintable {
	background-image: url(../images/mainground.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	padding: 10px 60px 10px 60px;
}
.mainfont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
}
.header1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.practiceLinks a {
	color: #3a220c;
	font-size: 12px;
	text-decoration:underline;
	font-style: italic;
}
.header2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

.bList {
	margin:-8px 0 0 -20px;
}

.bList li{
	list-style-type: none;
}
.bList ul li:before {
	content: "\00BB \0020";
}
.bList2 {
	margin:-8px 0 0 -20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.bList2 li{
	list-style-type: none;
}
.bList2 ul li:before {
	content: "\00BB \0020";
}
.mainleftcolumn {
	border-right: dotted 1px #3A220C; 
	width: 180px;
}
.bottomborder {
	border-bottom: dotted 1px #3A220C; 
}
.mainlefttable {
	width: 180px;
	padding:10px 5px 0 5px;
}
.mainrightcolumn {
	padding:10px 60px 0 10px;
}

