@charset "UTF-8";
:focus {
	outline: 0;
}

body  {
	font-family:  "Helvetica Neue", Arial, Helvetica, sans-serif;
	background: #bebebe;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.twoColFixRtHdr #container { 
	width: 989px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/Bloomsburg-Law-content.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #revolving-banner { 
	height: 192px;
	background: #DDDDDD url(../images/Bloomsburg-Law-banner-blank.gif) no-repeat; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-indent:-1000em;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 20px;
	margin-right:20px;
	display:inline;
	
}
.twoColFixRtHdr #sidebar1 ul {
	margin:0px 0px 20px 0px;
	padding:0;
	overflow:hidden;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:100%;
	font-weight:bold;
	text-shadow:#FFF 1px 1px;
}
.twoColFixRtHdr #sidebar1 li {
	display:block;
	float:left;
	list-style:none;
	margin:0px 0px 2px 0px;
	width:280px;
	overflow:hidden;
}
.twoColFixRtHdr #sidebar1 ul li a {
	color:#666666;
	display:block;
	background:#EBEBEB;
	border:1px solid #bebebe;
	display:block;
	text-decoration:none;
	padding:2px;
	overflow:hidden;
	height:100%;
	text-transform:uppercase;		
		
}
#sidebar1 li span.image{
	background:url(../images/pareas/civil.jpg) no-repeat;
	float:left;
	height:52px;
	width:83px;
	display:block;
}
#sidebar1 li a span.text{
	display:block;
	float:left;
	margin:2px 0px 0px 8px;
	cursor:hand;
	width:181px;
	
	
	
}
#sidebar1 li a span#pi{background:url(../images/pareas/civil_litigation.jpg) no-repeat;}
#sidebar1 li a span#cl{background:url(../images/pareas/civil.jpg) no-repeat;}
#sidebar1 li a span#epp{background:url(../images/pareas/estate.jpg) no-repeat;}
#sidebar1 li a span#pea{background:url(../images/pareas/probate.jpg) no-repeat;}
#sidebar1 li a span#fl{background:url(../images/pareas/family.jpg) no-repeat;}
#sidebar1 li a span#rel{background:url(../images/pareas/realestate.jpg) no-repeat;}
#sidebar1 li a span#bcl{background:url(../images/pareas/handshake.jpg) no-repeat;}
#sidebar1 li a span#mm{background:url(../images/pareas/medical.jpg) no-repeat;}
#sidebar1 li a span#wc{background:url(../images/pareas/caution.jpg) no-repeat;}
#sidebar1 li a span#uc{background:url(../images/pareas/cast.jpg) no-repeat;}
#sidebar1 li a span#ssd{background:url(../images/pareas/social.jpg) no-repeat;}
#sidebar1 li a span#el{background:url(../images/pareas/elderlaw.jpg) no-repeat;}
#sidebar1 li a span#ml{background:url(../images/pareas/municipal.jpg) no-repeat;}
#sidebar1 li a span#sc{background:url(../images/pareas/school.jpg) no-repeat;}

.twoColFixRtHdr #sidebar1 ul a.first {
	-moz-border-radius: 0 9px 0px 0px;
	-webkit-border-radius: 0 9px 0px 0px;
}
.twoColFixRtHdr #sidebar1 ul a.last {
	-moz-border-radius: 0 0px 9px 0px;
	-webkit-border-bottom-right-radius:9px;
}
.twoColFixRtHdr #sidebar1 ul a:hover {
 	background-color: #ebebeb;
	border: 1px solid #6e2e20;
	color: #6e2e20;
	text-shadow:none;
	
}
.twoColFixRtHdr #mainContent { 
	margin: 20px 340px 0 19px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 1px solid #ddd;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD url(../images/Bloomsburg-Law-footer.gif) no-repeat;
	height: 61px; 
} 
.twoColFixRtHdr #footer p {
	margin: 0 0 0 19px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* navigation div*/
#navigation {
	height: 30px;
	background: url(../images/Bloomsburg-Law_05.gif) no-repeat;
}
/* navigation unordered list*/
ul#nav{margin: 0 0 0 19px;}
/* navigation  list elements*/
ul#nav li {
	float:left;
	list-style-type:none;
	position:relative;
 	margin-right:1px;
	height:30px;
	
}
/* navigation  list elements links */
ul#nav li a{
	display:block;
	 height:30px; 
 	text-indent:-9999px;
}
/*	
	This is for each menu item
	Did it this way so it can ramin active on hover

*/
ul#nav li#home {
	width: 90px;
	background: url(../images/Bloomsburg-Law-home.gif) no-repeat 0 -30px;
}
ul#nav li#home:hover, ul#nav li#home.hover, ul#nav li#homec {
	width: 90px;
	background: url(../images/Bloomsburg-Law-home.gif) no-repeat 0 0px;
}
ul#nav li#team {
	width: 125px;
	background: url(../images/Bloomsburg-Law-team.gif) no-repeat 0 -30px;
}
ul#nav li#team:hover, ul#nav li#team.hover, ul#nav li#teamc {
	width: 125px;
	background: url(../images/Bloomsburg-Law-team.gif) no-repeat 0 0px;
}
ul#nav li#practice {
	width: 188px;
	background: url(../images/Bloomsburg-Law-practice.gif) no-repeat 0 -30px;
	
}
ul#nav li#practice li{/* width:188px; */}
ul#nav li#practice:hover, ul#nav li#practice.hover, ul#nav li#practicec {
	width: 188px;
	background: url(../images/Bloomsburg-Law-practice.gif) no-repeat 0 0px;
}
ul#nav li#resource {
	width: 189px;
	background: url(../images/Bloomsburg-Law-resource.gif) no-repeat 0 -30px;
}
ul#nav li#resource:hover, ul#nav li#resource.hover, ul#nav li#resourcec {
	width: 189px;
	background: url(../images/Bloomsburg-Law-resource.gif) no-repeat 0 0px;
}
ul#nav li#faq {
	width: 76px;
	background: url(../images/Bloomsburg-Law-faq.gif) no-repeat 0 -30px;
}
ul#nav li#faq:hover, ul#nav li#faq.hover, ul#nav li#faqc {
	width: 76px;
	background: url(../images/Bloomsburg-Law-faq.gif) no-repeat 0 0px;
}
ul#nav li#media {
	width: 90px;
	background: url(../images/Bloomsburg-Law-media.gif) no-repeat 0 -30px;
}
ul#nav li#media:hover, ul#nav li#media.hover, ul#nav li#mediac {
	width: 90px;
	background: url(../images/Bloomsburg-Law-media.gif) no-repeat 0 0px;
}
ul#nav li#contact {
	width: 186px;
	background: url(../images/Bloomsburg-Law-contact.gif) no-repeat 0 -30px;
}
ul#nav li#contact:hover, ul#nav li#contact.hover, ul#nav li#contactc {
	width: 186px;
	background: url(../images/Bloomsburg-Law-contact.gif) no-repeat 0 0px;
}
/*Level Two*/

ul#nav li ul.sub{
	visibility:hidden;
	position:absolute;
	top:100%;
	left:0;
	margin:0;
	width:15.5em;
	border:1px solid #bebebe;
	border-top:none;
	
}
ul#nav li ul.sub li {
	text-indent:0px;
	float:left;
	clear:left;
	position:relative;
	width:100%;
	padding:0;
	margin:0;
	height:auto;
	display:block;
	/*line-height:1em;*/

	


}
ul#nav li ul.sub li a{
	text-indent:0px;
	background: #f5f5f5;text-decoration:none;color:#6e2e20;padding:.5em .75em;
	height:auto;
	height:100%;

}

ul#nav li ul.sub li a.fly{background:url('http://eastlandhosting.com/lawsite/SpryAssets/SpryMenuBarRight.gif') no-repeat 95% 50% #f5f5f5;}
ul#nav li ul.sub li a:hover.fly{background:url('http://eastlandhosting.com/lawsite/SpryAssets/SpryMenuBarRight.gif') no-repeat 95% 50% #FFCC33;color:#55181E;}

ul#nav li ul.sub li a:hover{background:#f8b208;color:#55181E;}
/* makes menu visible */
ul#nav li:hover > ul{
	visibility:visible;
}


/*third layer*/
ul#nav li ul.sub li ul.third{
	visibility:hidden;
	position:absolute;
	top:0;
	left:100%;
	
	margin-left:0;
	border:1px solid #bebebe;

}
ul#nav li ul.sub li ul.third{

	width:100%;
}
ul#nav li ul.sub li ul.third li{
	text-indent:0px;
	float:left;
	display:block;
	width:inherit;
}

ul#nav li ul.sub li:hover > ul{
	visibility:visible;
}
img {
float:left; padding:2px; border:1px solid #bebebe; margin-right:10px;
}

hr {background:#ddd;color:#ddd;clear:none;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
#dropdownmenu ul li {
float:none;
text-indent:0px;
display:block;

}
a {
color: #6e2e20;
}
a:hover {
color: #f8b208;
}
#bookmenu ul{
	list-style-type:none;
	margin:0;
	padding:0;
	width:975px;
}
#bookmenu ul li {
	display:block;
	height:243px;
	margin-bottom:10px;
	width: 243px;
	float:left;
}
ul#books li{
	height:auto;
	text-align:center;
	margin-bottom:0;
	}
p.article:first-letter { font-size: 400%;

padding: 5px;
padding-left:0;
padding-bottom:0;
float: left;
line-height:0;
font-family:hoefler text;
}
h4, h3, h1, h2{color:#6e2e20;
font-weight:bold;
	}
h6{color:#6e2e20;
	}
	
h4{color:#6e2e20;
font-weight:bold;
	}	
.twoColFixRtHdr #sidebar1  li.now a
{border:1px solid #6E2E20;
}	
li.now span.text
{
color:#6e2e20;
}	
p{
	}

#revolving-banner img, #sb-body-inner img {
	border:none;
	padding:0;
	}
	
#revolving-banner img{
	display:none
	}

#header{display:none;}	

#footer p{font-family:Arial, Helvetica, sans-serif;}

.floatrightp{
	text-align:right;
	font-size:0.8em;
line-height:1.875em;
margin-bottom:1.875em;
	
	}
	
.shadowstyle a {color:#ffffff;
	}	