/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */

/* CSS Document */



body{
	background-image: url(images/bg.jpg);
	top: 0px;
	color: #333333;
	width: 952px;
	background-color: #CCCCCC;
	margin: 0px auto;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .90em;
	line-height: 1.4em;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .90em;
	line-height: 1.4em;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .90em;
	line-height: 1.4em;
}

a:link, a:visited, a:hover {
	color: #790808;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #334d55;
	padding-bottom: 2.5 em;
	padding-top: 0em;
}

h2{
	font-size: 0.85em;
	color: #FF0000;
	padding: 2em 0 1em 0;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
 font-family: Arial, Helvetica, sans-serif;
 font-size: .90em;
 line-height: 1.4em;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px;
	width: 952px;
	margin: 0px auto;
}
#wrapper {
	margin: 0;
	background: #FFFFFF;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}

#navBar{
	padding: 0px;
	margin-top: 20px;
	margin-right: 1%;
	margin-bottom: 0;
	margin-left: 70%;
	border-right-style: none;
	height: 100%;
	background: #efe7d6 url(images/sideback.png);
}

#content{
	float:left;
	width: 60%;
	margin: 20px 0 0 4%;
	padding: 0px 0 0 0;
	height: 100%;
}

#contentNav{
   width: 950px;
   margin: 0 auto;
   padding: 0;
   height: 100%;
}
#attorney-03_ {
	background: url(images/attorney_03.png);
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 70%;
	padding: 0px 0px 0px 0px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 20px 10px;
	font-size: 80%;
	line-height: 140%;
}

.feature h3{
	padding: 0px 0px 5px 0px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 0px 10px 20px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 65%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	background-color: #006D6B;
	width: 930px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 15px 0px 25px 10px;
	border-bottom: 0px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

/*#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}


/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
/*#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
/*html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 20px 0px 2px 0px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 0px;
	width: auto;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 0px solid #cccccc;
	padding: 2px 0px 2px 0px;
}

#sectionLinks a:hover{
	border-top: 0px solid #cccccc;
	background-color: #e9e9e9;
	padding: 2px 0px 2px 0px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 30px 0px 30px 10px;
	font-size: 80%;
	border-top: 0px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 0px 0px 0px 0px;
}


.phonenumber {
	float: right;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	vertical-align: middle;
}
#attorney-03_ {
	position:absolute;
	top:302px;
	width:948px;
	height:42px;
	background: url(images/attorney_03.png) top;
	margin: 0px auto;
}
#attorney-03_bio {
	position:absolute;
	top:272px;
	width:950px;
	height:42px;
	background: url(images/attorney_bio_03.png) top;
	margin: 0px auto;
}
#contact-03_ {
	position:absolute;
	top:272px;
	width:950px;
	height:42px;
	background: url(images/contact_03.png) top;
	margin: 0px auto;
}
#direction-03_ {
	position:absolute;
	top:272px;
	width:950px;
	height:42px;
	background: url(images/direction_03.png) top;
	margin: 0px auto;
}
#email {
	width: 65%;
	margin-left: 4%;
	padding-top: 5px;
	margin-top: 20px;
}
.SideText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 150%;
	Width: 94%;
	list-style: circle;
	color: #EFE394;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	clip: rect(auto,auto,auto,auto);
	padding-left: 15px;
	border-bottom: 1px dotted #999999;
	background: #006D6B;
}
#logo {
	font-size: 70%;
	padding: 5px;
	width: 125px;
	background: #003663 url(images/PL_logo.png) no-repeat 100% 50%;
	height: 25px;
	float: right;
	margin: 0px 0px -15px 0px;
	text-transform: none;
	text-decoration: none;
	position: relative;
}
#logo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 137px;
    height: 40px;
}
#logo a h1 {
	display: none;
}
.SideText1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 150%;
	Width: 85%;
	margin-left: 15px;
	padding-left: 0px;
	margin-top: 5px;
}
#textwhole {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .90em;
}
/* End of 'Accessibility and cross-browser tools' */

