/* CSS Document */

/* page level elements */
body { 
font-size: 13px;
font-family: Arial, sans-serif; 
color: #000; 
background: #efefef; 
margin: 0px; 
}

img {
border: 0;
}
#container p{
	font-size:11px;
	font-family: Arial, sans-serif; 
	margin: 0px 0px 15px 0px; 
}
#Content p { 
font-size: 13px;
font-family: Arial, sans-serif; 
margin: 0px 0px 15px 0px; 
}

h5{
font-size:14px;
font-weight:bold;
color:#000;
margin:30px 0 20px 0;
}

a:link { 
text-decoration: underline; 
color: #025592;
}

a:visited { 
text-decoration: underline; 
color: #025592;
}

a:hover, a:active { 
text-decoration: none; 
color: #025592;
}

.bodylink {
font-size: 13px;
font-family: Arial, sans-serif; 
color: #000;
}

a.bodylink:link { 
text-decoration: underline; 
color: #025592;
}

a.bodylink:visited { 
text-decoration: underline; 
color: #025592;
}

a.bodylink:hover, a:active { 
text-decoration: none; 
color: #025592;
}

#container {  
width: 981px;
padding: 0px;  
margin: auto; 
//position: relative;
}

#header {
width: 981px;
height: 84px;
background-color: #fff;
} 

#header-strip {
height: 8px;
background-color: #000;
}

#header-content {
width: 981px;
height: 76px;
overflow: hidden;
background: url(http://www.central-pa-lawyer.com/images/header_bg.jpg) 0 0 repeat-x;
}

#header-logo {
/*width: 630px;
float: left;*/
width: 548px;
float: left;

}

#header-phone {
/*width: 220px;
float: left;
text-align: center;*/
width: 235px;
float: right;
margin:0 10px 0 0;
padding:0 50px 0 0;
text-align: right;
background:url(../images/phone.gif) no-repeat 100% 5px;

}

#header-phone p {
/*margin: 0;
padding: 3px 0 0 0;
font-size: 11px;*/
margin: 0;
padding: 3px 0 0 0;
font-size: 11px;
font-weight:bold;

}

#header-phone .grey {
color: #4e4e4e;
font-size: 24px;
/*font-style: italic;*/
font-weight: 700;
}

#header-phone .orange {
/*color: #db3a02;
font-size: 24px;
border-bottom: 1px solid #000;*/
color: #056b77;
font-size: 24px;
font-weight:normal;
border-bottom: 1px solid #000;

}

#navbar {
padding: 1px 0;
background-color: #bebfd6;
border-bottom: 1px solid #434758;
}

#navbar-content {
height: 25px;
background-color: #fff;
}

#navbar-content p {
padding: 4px 12px 3px 12px;
margin: 0px;
}

#navbar-content a {
display: block;
width: 30px;
text-decoration: none;
color: #000;
}

#navbar-content a:hover {
text-decoration: underline;
}

#nav ul .top {
border-left: 1px solid #D4D4E2;
background-image:url(../img/arrow_down.gif);
background-position:right;
background-repeat:no-repeat;
}
#nav ul .top a{
	padding-left:8px;
}
#nav ul .top2 {
padding-left:8px;
border-left: 1px solid #D4D4E2;
}

#nav, #nav ul { /* all lists */
padding: 0;
margin: 0;
list-style: none;
float: right;
width: 930px;
}

#nav a {
display: block;
width: 93px;
}

#nav li { /* all list items */
float: left;
width:  93px; /* width needed or else Opera goes nuts */
padding: 6px 0 6px 0;
}

#nav li ul { /* second-level lists */
position: absolute;
background: white;
margin-top: 6px;
width:  93px;
list-style:none;
left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li { /* second-level lists */
border-bottom:1px solid gray;
padding-left: -8px;
background: white;
list-style:none;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}

#login {
width:218px;
height:24px;
background-image:url(../img/login_bg.gif);
float: right;
}

#login p {
margin: 3px 6px 3px 6px;
text-align: center;
}

#content {
background: #fff url(../img/content_bg.gif) bottom center repeat-x;
border: 1px solid #CCC;
margin-top: 9px;
}

#greeting {
width: 322px;
margin: 22px 20px 17px 16px;
}

#greeting p {
line-height: 19px;
font-size: 12px;
margin-top: 10px;
margin-bottom: 0px;
}

.mainimage {
margin-top: 28px;
}

#practice_container {
width: 399px;
margin-top: 22px;
margin-right: 7px;
float: right;
}

#button_container {
width: 397px;
border-left: 1px solid #B4B6CE;
border-right: 1px solid #B4B6CE;
padding: 11px 0px 4px 0px;
background-color:#FFFFFF;
}

#row {
width: 397px;
margin: auto;
text-align: center;
}

#button_container img {
padding: 2px 0px 0px 3px;
}

#row1 {
width: 397px;
margin-top: -3px;
}

#row2 {
width: 397px;
margin-top: -3px;
}

#row3 {
width: 397px;
margin-top: -3px;
}

#row4 {
width: 397px;
margin-top: -3px;
}

#button_container ul {
margin-bottom: 12px;
width: 397px;
margin: 0px;
padding: 0px;
list-style: none;
}

#button_container li{
width: 180px;
display: list-item;
float: left;
margin-left: 12px;
padding: -3px 0 0 0px;
line-height: 18px;
background-position:left;
background-repeat:no-repeat;
}

#button_container li.categorysub{
background-image:url(../img/ladder.gif);
}

#button_container li a {
margin-left: 12px;
}

#list_container {
background-image:url(../img/mailing_list.gif);
width: 397px;
height: 54px;
float: right;
margin-top: 6px;
font-size: 11px;
}

#news_container {
background-image:url(../img/news_bg.gif);
width: 397px;
height: 54px;
float: right;
margin-top: 6px;
font-size: 11px;
}

#news_container  p {
margin-top: 32px;
margin-bottom: 0px;
font-size: 11px;
}

#mContainer {
position:relative;
width:397px;
height:20px;
}

.zContent {
position:absolute;
padding:5px;
font-family:verdana;
font-size:8pt;
top:0px;
left:0px;
width:397px;
height:20px;
margin-top: 25px;
-moz-opacity:0.0;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

html > body #news_container {
right: 7px;
}

#footer {
height: 45px;
background:#fff url(../img/footer_bg2.gif) top center repeat-x;
margin-top: 8px;
color: #666;
line-height: 19px;
}

#footer a {
color: #666;
}

#footer p {
margin: 3px 6px 0px 6px;
}

#disclaimer {
float: right;
color: #666;
}
#disclaimer a {
color: #666;
}

#disclaimer p {
margin: 3px 6px 0px 6px;
}

#popup {
padding: 20px;
background: #ffffff; 
}
#popupheader {
height: 54px;
background-image:url(../img/popup_bg.gif);
}
.popup {
font-size: 12px;
font-family: Arial, sans-serif; 
color: #000; 
}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



html > body #footer p {
padding-top: 3px;
margin-top: 0px;
}

.footer_grey {
font-family: Helvetica, Arial, sans-serif;
color:#cccccc;
}

#wm_disclaimer {
color: #666;
}
#wm_disclaimer a {
color: #666;
}

#h-outer, #h-outer2{
width:555px !important;
display:inline-block;
background:url(../images/grid2.png) repeat 0 0;
}

#h-outer2{
background:url(../images/grid2.png) repeat 0 0;
}

.hlist{
width:175px;
height:20px; 
float:left;
display:inline-block;
padding:4px 2px 3px 8px;
}

#h-outer2 .hlist{
width:545px;
height:20px;
}

.hlist p{
font-weight:normal;
margin: 0px 0px 1px 0px;
padding:0 !important;
}

/* table styles */
.restable{
width:550px;
margin-bottom:30px;
}

.restable td{
min-width:45px;
min-height:20px;
text-align:center;
font:normal 10px Arial, Helvetica, sans-serif;
line-height:11px;
color:#000;
padding:4px 2px;
vertical-align:bottom;
}

.fl1{
text-align:left !important;
}

.fl2{
text-align:right !important;
padding-right:2px;
}

.to1, .ri1, .bo1, .le1, .al1{
border-color:#ccc !important;
}

.to1{border-top:1px solid;}
.ri1{border-right:1px solid;}
.bo1{border-bottom:1px solid;}
.le1{border-left:1px solid;}
.al1{border:1px solid;}

.wid1{width:120px;}
.wid2{width:60px;}
.wid3{width:45px;}
.wid4{width:110px;}

.restable .hed1{width:258px;}
.restable .hed2{width:140px;}
.restable .hed1, .restable .hed2{font:bold 13px Arial, Helvetica, sans-serif; text-transform:uppercase; line-height:14px; margin:0; padding:0; vertical-align:middle;}
html body .restable .loc1{font:normal 12px Arial, Helvetica, sans-serif; line-height:13px; margin:0; padding:0 0 3px 2px;}
.restable td.reg1{padding-top:10px; font-style:italic; color:#706e6e;}
.restable td.gr1{color:#706e6e;}
.dot{width:17px; height:13px; margin:0 auto !important; padding:0 !important;}
.ma0{margin:0 0 10px 0;}

#tkey1{width:168px !important; margin:10px 0 0 6px; padding:2px; clear:both; float:none;}
#tkey1 p, #tkey2 p{font:10px Arial, Helvetica, sans-serif; line-height:11px; margin:2px 0; padding:2px 0 0 0; float:none; clear:both; display:inline-block;}
#tkey1 p span, #tkey2 p span{width:143px; float:left; clear:both; margin:-10px 0 0 25px;}
#tkey2{width:295px !important; margin:5px 10px 0 0; padding:4px; clear:none; float:right;}
#tkey2 p span{width:270px;}

#formb{width:301px; height:25px !important; float:right; clear:left; margin:6px 10px 4px 0;}
.preload{margin:0; padding:0; height:0; width:0;}