
/*Tabula Rasa*/
* { 
	margin:0;
	padding:0;
	}
	
body {
	background-color:#d9d9d9;
	behavior: url("includes/inc.csshover.htc");
	font-size:14px;
	color:#2f2f31;
	background:url(images/bodyBG2.jpg) repeat-y center top;
	font-family:"Times New Roman", Times, serif;
	}

ul {
	margin-left:30px;
	}
	
h1, h2, h3 {
	padding:6px 0 8px;
	color:#2f2f31;
	text-transform:uppercase;
	}
		
p {
	padding:4px 0 8px;
	line-height:22px;
	font-size: 16px;
	}

	
a:link, a:visited {
	color:#1568d3
	}
	
a:hover {
	text-decoration:none;
	}
	
a img {
	border:none;
	}
	
.divider {
	margin:25px 0;
	}
.divider2 {
	margin:4px 0 16px;
	}
	
#container {
	position:relative;
	width:986px;
	margin:0 auto;
	padding-left: 24px;
	padding-right: 24px;
	}
	
#header {
	width:960px;
	height:176px;
	margin:0 auto;
	background:url(images/headerBG.jpg) no-repeat;
	position:relative
	}
	
a#logo {
	background:url(images/logo.jpg) no-repeat top left;
	width:285px;
	height:64px;
	display:block;
	position:absolute;
	left: 42px;
	top: 34px;
	
	}
	
a#logo:hover {
	background:url(images/logo.jpg) no-repeat bottom left;
	}
a#logo:active, a#logo:focus{outline:none;} 

	
a#logo span {
	margin-left:-9999px;
	}



				/* THIS IS THE MENU 
				
				---------------------------------------------------------*/
				
				#topnav {
					position:absolute;
					bottom:9px;
					}
				
				
				/* Overall Box Properties */
				
				#menu {
					margin: 0;
					padding: 0;
					float: left;
					width:1000px
					}
				
				
				
				/* Type of Menu (Vertical vs. Horizontal) */
				
				#menu ul {
					display: block;
					list-style: none;
					margin: 0px auto;
					padding: 0;
					padding-right: 4px;
					width: 947px;
					}
				
				/* Position of menu elements */
				
				#menu ul li {
					position: relative;
					color: #CCCCCC;
					display: inline;
					padding: 0;
					float: left;
					}
				
				
				
				/* Edit look of 1st level menu items */
				
				#menu ul li a {
					display: block;
					float: left;
					color: #ccc;
					padding: 3px 20px 3px 17px;
					text-decoration: none;
					font-weight: normal;
					font-size: 13px;
					text-transform:uppercase;
					border-right:1px solid #5c2930;
					border-left:1px solid #2e090e
					}
				
				
				/* Added specifically for Internet Explorer */
				* html #menu ul li a {
					padding: 3px 20px 3px 17px;
				}
				
				
				/* Sometimes Needed to Change Internet Explorer Hover */
				
				#menu ul li a:hover {
					color: #ccc;
					}
				
				
				/* Position of Drop Down Elements */
				
				#menu ul li ul {
					position: absolute;
					display: none;
					}
				
				
				/* Hover of the Main Menu */
				
				#menu ul li:hover {
					position: relative;
					color: #ccc;
					}
				
				
				
				/* Added specifically for Internet Explorer Hover */
				#menu ul li:hover > a, #menu li a:hover, * html #menu li a:hover {
					color: #ccc;
					padding: 4px 20px 2px 17px;
					}
				
				
				/* For Top Level Hover when on the second level (I think) */
				
				#menu ul li:hover ul {
					display: block;
					position: absolute;
					left: 0;
					top: 100%;
					width: 210px;
					height: auto;
					margin: 0;
					padding: 0;
					z-index: 2000;
					border-top:dotted 1px #7a575b
					}
				
				
				/* Added specifically for Internet Explorer */
				
				* html #menu ul li:hover ul { 
					background: none; 
					}
				
				
				#menu ul li ul li, #menu ul li.more ul li {
					width: 211px;
					background: #3e0c13;
					padding: 0;
					z-index: 2001;
					}
				
				
				/* Edit look of drop down 2nd level menu items */
				
				#menu ul li ul li a {
					background: none;
					padding: 8px 0px 8px 18px;
					width: 190px;
					font-variant: normal;
					font-weight: normal;
					font-size: 11px;
					color: #ccc;
					float: none;
					border-bottom: 1px dotted #7a575b;
					z-index: 9999;
					}
				
				#menu ul li ul li:hover { 
					background: #000; 
					width: 210px;
					z-index: 9999;
					}
				
				#menu ul li ul li a:hover {
					color: #fff;
					background: none;
					padding: 8px 0px 8px 18px;
					z-index: 9999;
					}
				
				#menu ul li ul li:hover > a {
					color: #fff;
					background: none;
					padding:  8px 0px 8px 18px;
					z-index: 9999;
					}
				
				#menu ul li ul li ul, #menu ul li:hover ul li ul { 
					display: none; 
					z-index: 9999;
					}
				
				#menu ul li ul li:hover ul, #menu li.exp:hover ul, #menu ul li:hover ul li:hover ul {
					position: absolute;
					display: block;
					left: 100%;
					top: 0px;
					z-index: 300;
					border-right: none;
					width: 211px;
					z-index: 9999;
					}
				
				#menu ul li:hover ul li:hover ul li, * html #menu ul li ul li a { 
					width: 211px; 
					z-index: 9999;
					}
				
				#menu ul li:hover ul li:hover ul li a {
					z-index: 9999;
					}
				
				/* END MENU */




#subHeader {
	width:960px;
	margin:0 auto;
	height:274px;
	}
	 
#callNow {
	width:255px;
	height:251px;
	padding-top:23px;
	background:url(images/callNowBG.jpg) no-repeat #d6dbe1;
	text-align:center;
	text-transform:uppercase;
	}
	
#callNow.callLeft {
	width:255px;
	float:left;
	}
	
#callNow.callRight {
	width:255px;
	float:right;
	padding-top:10px;
	height:233px;
	}
	
#callNow h3 {
	font-size:18px;
	font-weight:bold;
	padding:0;
	margin-top:6px;
	color:#52020d;
	}
	
#callNow h5 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	color:#52020d;
	}
	
#callNow p {
	padding:9px 0 4px;
	background:url(images/divider.png) no-repeat center top;
	font-family:"Times New Roman", Times, serif;
	font-size:19px;
	color:#52020d;
	}
	
#callNow span {
	font-size:13px}
	
#homePic, #innerPic {
	float:left;
	}
	
#miniNav.miniHome {
	width:960px;
	margin:0 auto;
	}
	
#miniNav.miniInner {
	width:705px;
	float:left
	}
	
#miniNav {
	height:32px;
	line-height:32px;
	background:url(images/miniNavBG.jpg) repeat-x;
	text-align:center;
	position:relative
	z-index: -5;
	}
	
#miniNav li {
	display:inline;
	}	
	
#miniNav ul a {
	font-size:13px;
	padding:0 26px;
	text-decoration:none;
	color:#ccc;
	text-transform:uppercase;
	border-right:1px solid #5c2930;
	border-left:1px solid #2e090e;
	}
	
#miniNav ul a:hover {
	position:relative;
	top:1px;
	}

#content {
	width:920px;
	padding:30px 20px;
	background:url(images/contentBG.jpg) no-repeat;
	margin:0 auto;
	}
	
#contentInner {
	background:url(images/contentBG2.jpg) no-repeat 0px 170px;
	margin:0 auto;
	width:960px;
	z-index: 1;
	}
		
#innerColLeft {
	width:705px;
	float:left;
	}
	
#innerColRight {
	width:255px;
	float:left
	}
	
#leftColumnMain {
	width:660px;
	margin:0 auto;
	padding:20px 0 0;
	clear:both;
	z-index: 0;
	}

#homeCol1 {
	width:228px;
	float:left
	}
	
#homeCol1 p {
	}
	
#innerCol1 {
	width:228px;
	float:right
	}
	
#homeCol2 {
	width:385px;
	float:left;
	margin-left:40px
	}
	
#homeCol2 p {
	text-align:justify;
	line-height:22px
	}
	
#contact input {
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#contact.contacthome {
	float:left;
	background:url(images/contactBGhome.jpg) no-repeat center bottom;
	width:223px;
	height:343px;
	margin-left:40px
	}
	
#contact.contactinner {
	float:right;
	width:223px;
	height:323px;
	margin:10px 10px 0 0
	}
	
#contact.contactinner h3 {
	margin-left:18px;
	}
	
	
.paymentplans, .paymentplan {
	font-size: 14px;
}	
	
#footer {
	clear:both;
	text-align:center;
	padding-bottom:10px
}
	
#footerDivider {
	background:url(images/footerDividerBG.jpg) no-repeat;
	height:42px;
	text-align:center;
	margin: 0px auto 14px auto;
	}
	
ul#footerNav {
	margin-bottom:4px;
	}
	
#footerNav li {
	display:inline;
	list-style:none;
	font-size: 14px;
	}
	
#footerNav li a {
	text-decoration:none;
	padding:0 6px;
	}
#footerNav li a:hover {
	text-decoration: underline;
	}
	
#footer p {
	font-size: 14px;
	}
	
#contact form p {
	padding:10px 0 0;
	}
	
#contact form p, #contact form input, #contact form textarea {
	margin-left:20px;
	width:180px
	}
	
	
/*-- Lawyers Page Begin  --*/
#lawyersLeft {
	float:left;
	width:400px;
	margin:0 30px 0 0px
	}
	
#lawyersLeft h3 {
	text-transform:uppercase;
	}

#lawyersLeft h4 {
	font-size:1.6em;
	}
	
#lawyersLeft p {
	text-align:justify;
	}

#lawyersRight {
	float:left;
	width:220px;
	text-align:right
	}
	
#lawyersRight ul {
	list-style:none;
	}
	
#lawyersRight li {
	margin:6px 0;
	}
	
#lawyersRight h4 {
	margin:40px 0 8px;
	font-size:18px
	}
	
#lawyersRight a {
	text-decoration:none;
	color:#444545
	}
	
#lawyersRight a:hover {
	color:#1568d3;
	text-decoration:none;
	}
	
#lawyersRight a.active 
	{
	color:#1568d3;
	}

/* Active Page Style for attorney pages*/
#at-taracks #taracks,
#at-gomez #gomez,
#at-rickman #rickman,
#at-foley #foley,
#at-seither #seither {
	color:#1568d3;
	cursor:default;
}

#copyright a { text-decoration: none;}
#copyright a:hover { text-decoration: underline;}
	
	
/*-- Lawyers Page End --*/

#leftColumnMain h4 {
	font-size: 1.0em;
	margin-top: 17px;
}
#leftColumnMain li {
	line-height: 22px;
	font-size: 16px;
}
#lawyersRight li, #lawyersLeft li {
	line-height: 15px;
}
.content-list { list-style-position:outside; margin-left: 29px; margin-top:7px; margin-bottom: 7px; }
.content-table { border-color: #949cbc; border-width: 0 0 1px 1px; border-style: solid; 
    border-spacing: 0;
    border-collapse: collapse;

}
.content-table td { border-color: #949cbc; padding: 4px; border-width: 1px 1px 0 0; border-style: solid;}



#home-list { 
	padding-bottom: 5px; 
	margin-top: 8px;
}
#home-list h3 { background: #f2f2f2; padding-left: 5px; }
#home-list ul {
	margin-left: 0;
	padding-left: 0px;
}
#home-list ul li { 
	background: #e5ecf7;
	color: #52020D;
	border-bottom: 1px solid #cfd7e2;
	list-style-type:none;
}
#home-list ul li:hover { background: #F4F9FF; }
#home-list ul li a { color: #52020D; text-decoration:none; display: block; padding: 3px 5px 3px 10px; }


#homeCol2 p a { color: #2F2F31; text-decoration:none;}

a.footlink {text-decoration: none;}
a.footlink:hover {text-decoration: underline;}