/* #### LAYOUT #### */
html {
	background:#A7A7A7 url("../images/html_bg.gif") repeat left top;
}
body {
	position:relative;
	width:750px;
	margin:10px auto;
	background:#FFF url("../images/body_bg.gif") repeat-y right top;
}
#TitleArea {
	height:110px;
	overflow:hidden;
	margin-right:2px;
	background:#690900;
}
#AddressBar {
	background:#DDD url("../images/addressbar_bg.gif") repeat-x left top;
	padding:2px;
	margin:0 2px 0 0;
	border-bottom:1px solid #9D9684;
}
#ContentArea {
	position:relative;
	width:433px;
	padding:5px 155px 10px 160px;
	margin-right:2px;
	min-height:250px;
}
#AuxiliaryArea {
	position:absolute;
	top:3px;
	right:5px;
	width:140px;
}
#Menu {
	position:absolute;
	top:0;
	left:0;
	width:150px;
}
#CopyrightArea {
	background:#690900 url("../images/copyrightarea_bg.gif") repeat left top;
	margin-right:2px;
	padding:1px;
	border-top:1px solid #9D9684;
}
#iframe_contact {
	width:140px;
	height:230px;
	background:transparent;
}
/* #### IMAGE REPLACEMENT #### */
.img_replacement {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#TitleArea {
	position:relative;
}
#TitleArea .img_replacement {
	background:#690900 url("../images/masthead.gif") no-repeat left top;
}
/* #### MAIN MENU #### */
#Menu a {
display:block;
height:30px;
text-indent:-1000em;
text-decoration:none;
cursor:pointer;
border:0 !important;
}
#Menu #Motions a {
	height:40px;
}
#Menu #Home a {
	background:#F6F6F6 url("../images/menu/home.gif") no-repeat left top;
}
#Menu #Attorneys a {
	background:#F6F6F6 url("../images/menu/attorneys.gif") no-repeat left top;
}
#Menu #Areas a {
	background:#F6F6F6 url("../images/menu/areas.gif") no-repeat left top;
}
#Menu #Business a {
	background:#F6F6F6 url("../images/menu/buslaw.gif") no-repeat left top;
}
#Menu #Estate a {
	background:#F6F6F6 url("../images/menu/estatelaw.gif") no-repeat left top;
}
#Menu #Family a {
	background:#F6F6F6 url("../images/menu/famlaw.gif") no-repeat left top;
}

#Menu #Motions a {
	background:#F6F6F6 url("../images/menu/motions.gif") no-repeat left top;
}
#Menu #Recent a {
	background:#F6F6F6 url("../images/menu/recent.gif") no-repeat left top;
}
#Menu #Resources a {
	background:#F6F6F6 url("../images/menu/resources.gif") no-repeat left top;
}
#Menu #Faqs a {
	background:#F6F6F6 url("../images/menu/faqs.gif") no-repeat left top;
}
#Menu #News a {
	background:#F6F6F6 url("../images/menu/news.gif") no-repeat left top;
}
#Menu #Directions a {
	background:#F6F6F6 url("../images/menu/directions.gif") no-repeat left top;
}
#Menu #Practice a {
	background:#F6F6F6 url("../images/menu/practice_area.gif") no-repeat left top;
}
#Menu #Collab a {
	background:#F6F6F6 url("../images/menu/collablaw.gif") no-repeat left top;
}
#Menu #Famlinks a {
	background:#F6F6F6 url("../images/menu/famlaw_link.gif") no-repeat left top;
}
/* #### CURRENT PAGE MENU STYLE #### 
#HomePage #Menu #Home a,
#AttorneysPage #Menu #Attorneys a,
#AreasPage #Menu #Areas a,
#MotionsPage #Menu #Motions a,
#RecentPage #Menu #Recent a,
#ResourcesPage #Menu #Resources a,
#FaqsPage #Menu #Faqs a,
#NewsPage #Menu #News a,
#DirectionsPage #Menu #Directions a {
	background-position:left 50px;
	cursor:default;
}
*/

/* #### TYPOGRAPHY #### */
html {
	font:82% Arial, Verdana, Helvetica, sans-serif;
	color:#000;
}
form {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Garamond, Georgia, "Times New Roman", serif;
	color:#690900;
	margin:0;
}
h1 {
/* SITE HEADING */
	font-size:2.5em;
}
h2 {
/* PAGE HEADING */
	font-size:2.25em;
	text-align:center;
	margin-bottom:0.5em;
}
h3 {
/* SECTION HEADING */
	font-size:1.75em;
	color:#880C00;
}
h4 {
/* NORMAL HEADING */
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;
	font-size:1.4em;
}
h5 {
/* MINOR HEADING */
	font-size:1.4em;
}
h6 {
/* INSIGNIFICANT HEADING */
	font-size:0.9em;
}
p {
	margin:0 0 1em 0;
	line-height: 1.25em;
}
a:link,
a:visited,
a:active {
	color:#880C00;
	text-decoration:none;	
}
a:hover,
a:active {
	color:#FFF;
	background:#880C00;
	text-decoration:none;
	border:0;
}
dt {
	font-size:1.4em;
	font-weight:bold;
}
dd {
	margin-bottom:1em;
}
#AddressBar {
	font:bold 1.2em Arial, Verdana, Helvetica, sans-serif;
	letter-spacing:0.2em;
	text-align:center;
}
#Menu ul {
list-style:none;
margin:0;
padding:0;
}
#CopyrightArea p {
	color:#FFF;
	font-size:0.85em;
	line-height:90%;
	padding:0;
	margin:5px 0;
	text-align:center;
}
/* #### SPECIAL STYLES #### */
.topOfPage {
	text-align:right;
	margin:0.25em 3em 3em 0;
}
.section {
	padding-bottom:40px;
	background:transparent url("../images/divider.gif") no-repeat center bottom;
	margin-bottom:25px;
}
.standOut {
	margin:2em 3em;
}
ul.faqs li {
	margin-bottom:1em;
}
dl.faqs {
}
a img {
	border:0;
}
/* #### PAGE-SPECIFIC #### */
/* #### ATOMZ SEARCH FORM #### */
#AtomzForm {
	width:140px;
	text-align:center;
}
#txt_Query {
	width:82px;
	font-size:11px;
	padding:1px;
	border:1px solid #441120;
	margin:0;
	vertical-align:middle;
}
#btnSearch {
	color:#441120;
	font-size:10px;
	padding:0;
	margin:0;
	vertical-align:middle;
	border:1px solid #441120;
}
#SearchPage table {
	display:none;
}
/* #### EFFECTS #### */
#Menu #Home a:hover,
#Menu #Attorneys a:hover,
#Menu #Areas a:hover,
#Menu #Business a:hover,
#Menu #Estate a:hover,
#Menu #Family a:hover,
#Menu #Motions a:hover,
#Menu #Recent a:hover,
#Menu #Resources a:hover,
#Menu #Faqs a:hover,
#Menu #News a:hover,
#Menu #Practice a:hover,
#Menu #Collab a:hover,
#Menu #Famlinks a:hover,
#Menu #Directions a:hover {
	background-position:left bottom;
}
/* #### BROWSER HACKS #### */
* html #ContentArea {
	height:250px;
}
