/*
Theme Name: JHHZ Theme
Theme URI: http://www.quickconnect.com
Description: Custom theme made for JHHZ
Version: 1.6
Author: Quick Connect Computer Services (dev: Josh Rice)
Author URI: http://www.quickconnect.com

Only licensed for Quick Connect customers. 

*/

@import url("stylesCommon.css");
body{
background: #173456 url(/wp-content/themes/jhhz/images/bodyBG.gif) repeat-x;
font-size: 100%;
line-height: 140%;
margin: 0;
text-align: center;
color: #fff;
}

h1{
color: #94c5fd;
font-family: Georgia, "Times New Roman", serif;
font-size: 30px;
line-height: 36px;
padding: 20px 0 12px 0;
}

h2{
color: #94c5fd;
font-family: Georgia, "Times New Roman", serif;
font-size: 24px;
line-height: 30px;
}

h3{
color: #94c5fd;
font-family: Georgia, "Times New Roman", serif;
font-size: 20px;
line-height: 24px;
}

h4{
color: #94c5fd;
font-family: Georgia, "Times New Roman", serif;
font-size: 16px;
line-height: 20px;
}

hr.wideLine, div.hr{
background: url(/wp-content/themes/jhhz/images/wideLine.png) repeat-x;
border: none;
clear: both;
height: 12px;
width: 990px;
margin: 0 0 12px 0;
padding: 0;
}

a{
color: #CFE6FF;
text-decoration: underline;
}

a:visited{
color: #cfcfcf;
}

a:hover, a:active{
color: #fff;
}

#wrapper{
font-size: 0.875em;
margin: 0 auto;
text-align: left;
width: 990px;
}

#header{
text-align: center;
}

#topNav{
margin-left: auto;
margin-right: auto;
margin-top: -5px;
width: 370px;
text-align: left;

}

#topNav .left{
background: url(/wp-content/themes/jhhz/images/topNavLeftBG.png) repeat-x;
float: left;
height: 39px;
width: 15px;
}

#topNav .right{
background: url(/wp-content/themes/jhhz/images/topNavRightBG.png) repeat-x;
float: left;
height: 39px;
width: 15px;
}


#topNav a, #topNav a:visited{
background: url(/wp-content/themes/jhhz/images/topNavBG.png) repeat-x;
color: #fff;
float: left;
height: 40px;
text-decoration: none;
padding: 5px 10px 0 10px;
}

#topNav a:hover, #topNav a:active{
color: #fff;
text-decoration: underline;
}


#catNav{
background: #4e6c8e;
float: left;
height: 207px;
margin: 0 0 12px 0;
padding: 10px 0 12px 7px;
width: 365px;
}

#catNav a, #catNav a:visited{
color: #fff;
display: block;
font-family: Georgia, "Times New Roman", serif;
padding: 2px 5px;
text-decoration: none;
}

#catNav a:hover, #catNav a:active{
background: #2f4e70;
color: #fff;
display: block;
padding: 2px 5px;
text-decoration: none;
}

#slideshow{
background: #2f4e70;
float: left;
height: 229px;
margin: 0 0 12px 0;
position: relative;
overflow: hidden;
width: 606px;
}

#slideshow img{
position: absolute;
top: 0;
left: 0;
z-index: 8;
}

#slideshow img.active{
z-index: 10;
}

#slideshow img.last_active{
z-index: 9;
}


#content{
float: left;
padding: 0 20px 5px 5px;
width: 689px;
}
.entry{
padding: 0 10px;
}

#sidebar{
float: left;
margin: 32px 0 0 0;
padding: 15px;
width: 235px;
}

#footer{
color: #4b6686;
text-align: center;
}

ul{
list-style: disc;
}

ol{
list-style: decimal;
}

ul, ol{
margin: 0 0 0 1.3em;
padding: .5em 0 .5em 1em;
}

ul li, ol li{
padding: 5px 5px 5px 0px;
}

table.attorney{
border-bottom: 1px solid #476A8F;
margin: 0 0 2em 0;
width: 99%;
}

table.attorney td{
padding-bottom: 10px;
}

table.attorney .attorneyImg{
width:125px;
padding: 0 12px 0 0;
vertical-align: top!important
}




