/***********************************************/     
/* CSS code Copyright 2006-2007 Shire Enterprises, 
/* Inc.*/
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #FF99FF url(../images/bg-grad2.jpg) fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #65008B;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #EAEAF6;
	background: #83349F;
}

/************** header tag styles **************/

h1{
	color: #65008B;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}

h2{
	color: #68068F;
	margin: 0px;
	padding-top: .5em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}

h3{
 font: bold 1.2em Arial, sans-serif;
 color: #68068F;
 margin: 0px;
 padding: 0px;
}
h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

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

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

/********* form and related tag styles *********/

form {
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	width:950px;
	float: left;
	margin-top: 3px;
	background-color: #ffffff;
	background-image: url(../images/top-curve-purple.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#masthead{
	width:950px;
	float: left;
	height: 126px;
	background-color: #EAEAF6;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(http://www.pfrpc.com/images/pfrpc-mast-back.gif);
	
}
#wrapper {
	width: 950px;
	margin:0 auto;
	height: auto;
	padding:0px;
	position:relative;
	top:0px;
	min-height:100% ;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	background: #EAEAF6;
}

#content{
	margin:0px;
	border-left: 1px solid #ccd2d2;
	float: left;
	width: 760px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 5px 0px 0px;
	padding: 0px 0px 8px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

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

#pageName{
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	padding: 8px 0px 6px 10px;
}

#pageName h1{
	font: bold 1.4em Arial, sans-serif;
	color: #65008B;
	display: inline;
	margin: 0px;
	padding: 7px 0px 0px 5px;
}
#pageName h2{
	font: bold 1.2em Arial, sans-serif;
	color: #65008B;
	display: inline;
	margin: 0px;
	padding: 6px 0px 0px 0px;
}

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

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(../glbnav_background.gif);
}

.skipLinks {display: none;}

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

#search{
	float: left;
	margin-right: 1px;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


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

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


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

.feature{
	min-height: 200px;
	padding-top: 0px;
	font-size: 80%;
	margin-left: 7px;
}
html>body .feature {height: auto;}

.feature img{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


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

.story {
	padding: 0px;
	font-size: 80%;
	margin-top: 10px;
	margin-left: 0.5em;
	width: auto;
	clear: both;
}

.story h3{
	color: #65008D;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 3px;
}

.story p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.story a.capsule{
	font: bold 1.1em Arial, sans-serif;
	color: #65008B;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

td.storyLeft{
	padding-right: 12px;
}


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

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #666666;
	padding: 10px;
	margin-top: 0px;
}

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


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

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: none;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #65008D;
	background-color: #EAEAF6;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-decoration: none;
	color: #EAEAF6;
	background: #61038F url(none);
}


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

.relatedLinks{
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
	color: #68038F;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	color: #65008B;
}

.relatedLinks a{
	display: block; 
}


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

#advert{
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/
#siteName img {
	margin-right: 7px;
}
#turtle {
	float: left;
	margin-top: 22px;
	margin-left: 25px;
}
#title {
	height: 95px;
	float: left;
	text-align: center;
	margin-left: 10%;
	margin-top: 15px;
}

#valid {
	float: right;
}
#valid img {
	float: right;
}
a[href$=".pdf"] {
	color: #65008D;
	background: url(../images/pdf.gif) no-repeat right top;
	padding-right: 17px;
}
.clr{
	clear: both;
}
.top {
	background: url(../images/tip-top-curve-purple.jpg);
	height: 15px;
	margin: 0px;
	padding: 0px;
}
.photoLeft {
	float: left;
	width: 300px;
	margin-right: .5em;
}
.photoRight {
	float: right;
	width: 403px;
	margin-left: .8em;
}
.feature table {
	font-weight: bold;
	border-collapse: collapse;
}
.photoRight img {
	float: left;
}
.story table {
	font-weight: bold;
	border: none;
	width: 750px;
}
.story td {
	padding-left: 3px;
	vertical-align: top;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #65008D;
	border-right-color: #65008D;
	border-bottom-color: #65008D;
	border-left-color: #65008D;
}
#pageTitle {
	width: 400px;
}
.photocaption {
	float: left;
	font-weight: bold;
	padding-right: 0px;
	width: 402px;
	margin-top: 4px;
}
.imgleft{
	padding-right: 8px;
}

.imgright{
	padding-left: 8px;
}
#image-div p{
	clear: both;
}
.clr {
	clear: both;
}
.google-bottom{
	width: 350px;
	padding-left: 10px;
}
.google-map{
	width: 425px;
	height: 380px;
	margin: 0 auto;
}
/***********************************************/     
/* CSS code Copyright 2006-2007 Shire Enterprises, 
/* Inc.*/
/***********************************************/
#advert .purple {
	color: #6500B5;
	font-size: 10px;
	margin-top: -8px;
}
