/*  
Theme Name: hollyhouston Custom Theme
Theme URI: http://kyfamilylawyer.com
Description: A Custom Theme developed for A. Holland Houston
Author: Liz Eisworth - SangFroid Web Design, LLC.
Author URI: http://www.sangfroidweb.com

*/



* {
    padding: 0;
    margin: 0;
} 

body{ 
	background: #ac252c url(images/bodyBG.gif) top repeat-x;
}

a {
	text-decoration:none;
	color: #990000;
	font-weight:bold;
}
				
a:hover{
	text-decoration: underline;
	color: #999999;
	}
	
a:visited{color: #990000;
	}

.wrapper{
	overflow:hidden;
	width: 988px;			
	vertical-align: top;
	border: 0px solid #818181;
	font-family : Arial, Verdana, Helvetica, sans-serif ;
	font-weight : normal ;
	font-size:0.8em;
	margin:auto;
}

.frameTop{
	width: 988px;
	height: 32px;
	background: transparent url(images/frame-top.gif) bottom center no-repeat ;
	
	float:left;
}

.frameMiddle{
	padding: 0px 20px 0px 20px;
	width: 948px;
	background: transparent url(images/frame-fill.gif) top center repeat-y;
	float:left;
}

.frameBottom{
	width: 988px;
	height: 21px;
	background: transparent url(images/frame-bottom.gif) top center no-repeat ;
	float:left;
	clear:left;
	
}

.leftColumn{
	background: transparent url(images/leftColFill.gif) top center repeat-y;
	margin: 0px;
	float: left;
	width: 220px;
}

.pageContent ul {margin:10px 20px 10px 30px;
					}
.pageContent ul li {margin-top:4px;
					}
.rightColumn{
	margin: 0px;
	float: right;
	width: 720px;
	background: transparent;
}

.innerLeft{
	margin: 80px 0px 0px 0px;
	float: left;
}

.map{width:294px;
	margin-top:6px;
	text-align:center;}

.innerRight{
	float: right;
}

.logo{
	padding: 0px;
	margin: 0px;
	width: 214px;
	height: 111px;
	background: transparent url(images/logo.gif) bottom center no-repeat ;
}

.footerBox{
	margin: auto;
	width: 778px;
	padding: 0px;
	text-align: center;
	
}

.footerData{
	margin-top:5px;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}

.footerLegal{
	margin-top:20px;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}

.footerLinks{
	text-align:center;
	margin-top:40px;
	font-size: 11px;
}

.footerLinks ul li.page_item {
	display:inline;
	margin:10px 0px 10px 10px;
	padding-right:10px;
	border-right:1px solid #FFFFFF;
}

.leftColNav{
	text-align:right;
	margin-top:30px;
	font-size: 20px;
	font-family: "Arial Black";
	padding-bottom:100px;
}

.bottomNavCap{
	width: 220px;
	height: 50px;
	background: transparent url(images/bottomNavCap.gif) bottom center no-repeat ;
}
.leftColNav ul li.page_item {
	color: #676767;
	list-style-type: none;
	margin: 0px;
	padding: 0px 25px 0px 0px;
}

.leftColNav ul li.page_item a {
	color: #676767;
}

.leftColNav ul li.current_page_item {
	color: #ac252c;
}

.pageTitle{
	width: 400px;
	font-family: "Arial Black";
	font-size: 3.6em;
	color: #999999;
}

.pageContent{
	width: 400px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.notFound{
	margin: auto;
	padding: 100px 0px 0px 20px;
}

.alignnone{margin:15px;}
.alignright{margin: 0px 0px 15px 15px;}
.alignleft{margin:0px 15px 15px 0px;}

a img{border:none;}
a:hover img{border:none;}

p {margin: 10px 0px 8px 0px;}


.footerLinks ul li a, .footerLinks ul li a:visited {
	text-decoration:none;
	color: #ffffff;
	font-weight:bold;
}

.footerData a, .footerData a:visited {
	text-decoration:none;
	color: #ffffff;
	font-weight:bold;
}
.footerData{font-weight:bold;}

.sfData{
	text-align: center;
	margin: 20px auto 5px auto;
	width: 380px;
	font-family: arial;
	font-size: 9px;
	color: #FFFFFF;
	border-top:1px solid #C3353C;
	padding-top:15px;
}

.sfData a, .sfData a:visited, .sfData a:hover{
	font-family: arial;
	font-size: 9px;
	color: #EC7E57;
	text-decoration: none;
}


h2{margin-top:20px;
	font-size:1.4em;}

h3{margin-top:20px;
	font-size:1.2em;}

.notFound h2{margin-top:12px;
	font-size:3.6em;
	color: #999999;}

input[type="button"]{background-color:#404040;
			color:#fff;
			border:0px;
			font-weight:bold;
			font-size:.8em;
			padding:3px;}

textarea {	font-family : Arial, Verdana, Helvetica, sans-serif ;
			padding:3px;
			font-size:1.0em;}



