/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}



.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    padding-top: 0.1em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 100%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}
#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .90em;
  line-height: 1.4em;
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}

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 25px 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;
}




/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

