/* CSS Document */

body {
	margin: 0px;
	background-color: #FFFFFF;
/*	background-image: url(../images/bg_purple.gif); */
	background-repeat: repeat-y;
}
html {
	overflow-y: scroll;
}
* {
	font-family: Arial;
	font-size: 12px;
	color: #330033; 
}
h1 {
	color: #993333; 
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	padding-top: 10px;
}
h2 {
	color: #D98719; 
	font-size: 14px;
	font-weight: bold;
}
p {
	line-height: 1.5;
}
.bold {
	font-weight: bold;
}
table.standard {
	border: 2px;
	border-style: solid;
	border-color: #FFFFFF;
	border-spacing: 5px;
	width: 100%;
	margin: 0px;
}
ul {
	list-style-image: url(../images/bullet_bg.gif);
	line-height: 1.5;
}
li {
	margin-bottom: 5px;
}
ul.sub {
	list-style-image: url(../images/bullet_bg_sub.gif);
	line-height: 1;
}
li.sub {
	margin-bottom: 0px;
}
div {
	margin: 0px;
	padding: 0px;
	border: 0px;
	z-index: 0;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}


a:link {
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	line-height: 1.5;
}
a:visited  {
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	line-height: 1.5;
} 
a:hover   {
	font-size: 12px;
	color: #CC0000; 
	text-decoration: underline;
	line-height: 1.5;
} 
a.nav:link {
	font-size: 12px;
	color: #330000; 
	text-decoration: none;
	line-height: 1.5;
}
a.nav:visited  {
	font-size: 12px;
	color: #330000; 
	text-decoration: none;
	line-height: 1.5;
} 
a.nav:hover   {
	font-size: 12px;
	color: #CC0000; 
	text-decoration: none;
	line-height: 1.5;
}
table {
	border: none;
}
td.label {
	width: 110px;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}
textarea.large {
	width: 400px;
	height: 400px;
}

div {
	margin: 0px;
	padding: 0px;
	border: 0px;	 
}
div.clear {
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}

/* start menu settings */
div#side-menu	{
	position: relative;
	float: left;
	width: 230px;
	overflow: hidden;
	text-align: center;
	background-color: #663366;
}
div.address {
	width:510px;
	height:22px;
	z-index: 3;
}
div.menuBtn {
	width: 156px;
	margin: 0px auto;
}
div.bgMenuBtns {
	width: 192px;
	background-image: url(../images/bgMenuMiddle.gif);
	text-align: center;
	margin: 0px auto;	
}
div#menu-address {
	width: 192px;
	margin-top: 20px;
	margin: 0px auto;
}
div#menu-address p,
div#menu-address p span {
	color: #F5E1C5;
	line-height: 15px;
	font-size: 11px;
	margin-top: 7px;
	margin-bottom: 7px;
}
div#menu-address {
	width: 192px;
	margin-top: 30px;
}
div.address-hr {
	width: 192px;
	height: 2px;
	background-image:url(../images/bg-hr.gif);
	font-size: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* start main content settings */

div#page-wrapper {
	position: relative;
	width: 780px;
	overflow: hidden;
	background-color: #e6cce6;
	background-image: url(../images/bg-page-wrapper.gif);
	background-repeat: repeat-y;
}
div#pageContainer {
	position: relative;
	float: left;
	width: 550px;
	background-color: #E6CCE6;
	background-image: url(../images/bg_books.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
div#pageTitle {
	position: relative;
	height: 70px;
	width: 550px;
	text-align: right;
	vertical-align: bottom;
}
div#headerBox {
	position: relative;
	width:510px;
	height:22px;
	margin: 0px auto;
}
div#contentBox {
	position: relative;
	width:510px;
	background-image: url(../images/bg_table_middle.gif);
	margin: 0px auto;
}
div#txt {
	position: relative;
	width: 480px;
	overflow: hidden;
	margin: 0px auto;
	text-align: left;
	background-color: none;
}
div#contentBoxBg {
	position: absolute;
	bottom: -19px;
	right: 2px;
	width:403px;
	height: 299px;
	background-image: url(../images/bg-scale.gif);
	background-repeat: no-repeat;
}
body#lawyers div#contentBoxBg {
	background-image: none;
}
div#boxFooter {
	position: relative;
	width:510px;
	height:22px;
	margin: 0px auto;
	border: solid 1px red;
}
div#pageFooter {
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #990000;
	text-align: center;
	margin: 0px auto;
	line-height: 25px;
}
div#pageFooter a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #990000;
	line-height: 25px;
}
div#setMinHeight {
	width: 1px;
	height: 400px;
	float: left;
}

