html, body, form
{	
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, sans-serif;	
}
body
{
	color: #333333;	
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top; 
	background-attachment: fixed;
}
img
{
	border: 0;
}
p
{
	margin: 0 0 15px 0;
	line-height: 135%;
}
ul
{
	margin-top: 0;
	margin-bottom: 15px;
}
li
{
	margin-bottom: 5px;
}
table
{
	width: 100%;
	border-collapse: collapse;
}
th
{
	text-align: left;
}
td
{
	padding: 0;
	vertical-align: top;
}
a, a.hover
{
    color: #95664C;
    text-decoration: none;
}
a:hover
{
    color: #4D7B93;
}
fieldset
{
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
legend
{
	font-weight: bold;
	padding: 0 3px 0 3px;
}

.center
{
	text-align: center;
}
.right
{
	text-align: right;
}
.bold
{
	font-weight: bold;
}
.small
{
	font-size: 11px;
}
.big
{
	font-size: 16px;
	font-weight: bold;
}
.normal
{
	font-weight: normal;
}
.italic
{
	font-style: italic;
}
.white
{
    color: #FFFFFF;
}
.floatright
{
    float: right;
}
.floatleft
{
    float: left;
}
.clear 
{
	clear: both;
}

div.cms_site_tools
{	
	margin: auto;
	padding: 0px;
}
div.cms_content_tools
{
	clear: both;
	text-align: right;
}
div.cms_content_tools a
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
div.cms_content_tools a:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
/*-------------------------------------------------------*/

/*----------------------- CLEARFIX ----------------------*/
.clearfix:after {  
   content: ".";  
   display: block; 
   clear: both;  
   visibility: hidden;  
   line-height: 0;  
   height: 0;  
}  
.clearfix {  
   display: inline-block;  
}  
html[xmlns] .clearfix {  
   display: block;  
}  
* html .clearfix {  
   height: 1%;  
   overflow: visible;  
} 
/*-------------------------------------------------------*/

/*--------------------- LOGIN FORM ----------------------*/
div.loginform
{
    width: 350px;
    margin: auto;
}
div.loginform div.formfield
{
    width: 175px;
    margin: auto;
    margin-bottom: 5px;
}
div.loginform div.formsubmit
{
    text-align: center;
}
div.loginform label
{
    font-weight: bold;
}
div.loginform input.textbox
{
    width: 175px;
}
/*-------------------------------------------------------*/

/*------------------------ LAYOUT -----------------------*/
div#header
{	
    width: 100%;
    height: 95px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3333;
    display: block;
    background-repeat: repeat-x;
}
div#header div.layout
{
    width: 1000px;
    margin: auto;
    position: relative;
    text-align: center;
}
div#header div.logos-left
{
    width: 348px; 
    float: left; 
    text-align: left;
    padding-top: 8px;    
}
div#header div.logos-right
{
    width: 348px; 
    float: right; 
    text-align: right; 
    padding-top: 8px;
}
div#header div.logos-left img.divider, div#header div.logos-right img.divider
{
    margin: 0 1px 0 1px;
}
div#header img.pfllogo
{
    position: absolute;
    top: 0;
    left: 350px;
    z-index: 4444;
}
div#mainnav
{
    width: 1000px;
    height: 20px;
    position: absolute;
    z-index: 3333;
    top: 66px;
    left: 0;
}
img#mainnav3, img#mainnav4, img#mainnav5, img#mainnav7, img#mainnav8
{
    margin-left: 25px;
}
img#mainnav6
{
    margin-left: 320px;
}

div#page
{
    width: 1000px;
    margin: auto;
    padding-top: 98px;
}
div#footer
{
    width: 1000px;
    padding: 8px 0 8px 0; 
}
div#contentlayout, table#contentlayout
{
    width: 1000px;
    margin-bottom: 8px;
}
div#contentlayout div.fullcol
{
    min-height: 650px;
	height: auto;
	_height: 650px;
	padding: 15px;
	background-color: #FFFFFF;
}
table#contentlayout td.leftcol
{
    width: 692px;
    background-color: #FFFFFF;
}
table#contentlayout td.rightcol
{
    width: 308px;
}
table#contentlayout div.leftcol-content
{
    min-height: 650px;
	height: auto;
	_height: 650px;
	padding: 15px;
}
table#contentlayout div.rightcol-content
{
    width: 300px;
    margin-left: 8px;
}

div.ad300x250
{
    width: 300px;
    height: 250px;
    overflow: hidden;
}
div.ad300x250 img
{
    width: 300px;
}
/*-------------------------------------------------------*/

/*----------------------- HEADER ------------------------*/

/*-------------------------------------------------------*/

/*----------------------- MAINNAV -----------------------*/
div.dropdown
{
	width: 180px;
	z-index: 3333;
	display: none; 
	position: absolute;
	top: 24px;
	left: 0;
	background-color: #000000;
}
div.dropdown div.pagelinkon, div.dropdown div.pagelinkoff
{
	cursor: pointer;
	text-align: left;
	padding: 4px 5px 4px 5px;
}
div.dropdown div.pagelinkon
{
	background-color: #4D7B93;
}
div.dropdown div.pagelinkoff a, div.dropdown div.pagelinkoff a:hover, div.dropdown div.pagelinkon a, div.dropdown div.pagelinkon a:hover
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
div.dropdown div.pagelinkon a, div.dropdown div.pagelinkon a:hover
{
}
/*-------------------------------------------------------*/

/*------------------------ SUBNAV -----------------------*/
div#subnav
{
}
div#subnav table
{
    width: 1000px;
}
div#subnav td.pagetitle
{
    color: #FFFFFF;
    text-align: left;
    padding: 3px 8px 6px 0;
    vertical-align: bottom;
    line-height: 100%;
}
div#subnav td.siteurl
{
    color: #FFFFFF;
    text-align: right; 
    vertical-align: bottom; 
    padding: 3px 0 6px 8px;
    line-height: 100%;
}
div#subnav span.pagename
{
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
}
div#subnav a, div#subnav a:hover
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
div#subnav a:hover, div#subnav td.siteurl a
{
    color: #82A7BD;
}
div#subnav a.pagegroupname, div#subnav a.pagegroupname:hover
{
    color: #82A7BD;
    font-size: 18px;
    font-weight: bold; 
}
div#subnav a.pagegroupname:hover, div#subnav td.siteurl a:hover
{
    color: #FFFFFF;
}
/*-------------------------------------------------------*/

/*----------------------- SIDENAV -----------------------*/
div.pagegroup
{
    height: 17px;
    color: #FFFFFF;
    font-weight: bold;   
    padding: 6px 0 0 12px;
    text-transform: uppercase;
    background-color: Transparent;
    background-image: url(/template/tab_300.png); 
    background-repeat: no-repeat; 
    border: none;   
}
ul.sidenav
{
    margin: 0 0 8px 0;
    padding: 0;
    list-style-type: none;  
    border: 2px solid #95664C; 
    background-color: #FFFFFF;
}
ul.sidenav li
{
    margin: 0;
    padding: 3px 5px 3px 5px;
}
ul.sidenav li.pagegroup
{ 
}
ul.sidenav li.on
{
    font-weight: bold;
}
/*-------------------------------------------------------*/

/*----------------------- FOOTER ------------------------*/
div#footer table
{
    width: 1000px; 
}
div#footer td.logos
{
    width: 470px;
    padding-bottom: 10px;
}
div#footer td.logos img
{
    margin-right: 50px;
}
div#footer td.members, div#footer td.contact
{
    width: 265px;
    padding-top: 15px;
}
div#footer div
{
    color: #FFFFFF;
    font-size: 11px;
    padding-right: 5px;
    text-align: right;
    border-right: 2px solid #95664C;
}
div#footer span
{
    color: #95664C;
    font-weight: bold;
    font-size: 12px;
}
div#footer td.copyright
{
    color: #FFFFFF;
    font-size: 11px;
    vertical-align: bottom;
}
div#footer td.streamline
{
    text-align: right;
    vertical-align: bottom;
}
div#footer a, div#footer a:hover
{
    color: #E3D7D1;
    font-size: 11px;
}
div#footer a:hover
{
    color: #FFFFFF;
}
/*-------------------------------------------------------*/

/*------------------- PRINT PAGE LAYOUT -----------------*/
div.printbuttons
{
	width: 700px; 
	text-align: center; 
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0; 	
}
div.printbuttons input
{
	width: 150px; 
}
@media print 
{
	div.printbuttons
	{
		display: none;
	}	
}
div.printlayout
{
	width: 700px;	
	margin: 0 auto 10px auto;
	padding: 15px;
	background-color: #FFFFFF;
}
div.printlayout div.printheader
{
	margin-bottom: 12px;
}
div.printlayout div.printcontent
{
    min-height: 600px;
	height: auto;
	_height: 600px;	
	padding: 0 0 12px 0;
	border-bottom: 2px solid #95664C;
}
div.printlayout div.printfooter
{
    font-size: 11px;
	padding-top: 15px;	
}
/*-------------------------------------------------------*/

/*--------------------- SHARE LINKS ---------------------*/
table.share
{
    margin-bottom: 0;
    border-bottom: 2px solid #95664C; 
}
table.share td.facebook
{
    padding-top: 10px;
}
table.share td.links
{
    vertical-align: middle;
}
div.sharelinks
{
    text-align: right;
}
div.sharelinks a, div.sharelinks a:hover
{
    color: #666666;
	font-size: 11px; 
	font-weight: normal;
	margin-left: 15px;
}
div.sharelinks a:hover
{
    color: #4D7B93; 
}
div.sharelinks img
{
	margin-right: 5px;
}
/*-------------------------------------------------------*/

/*--------------------- INFO CENTER ---------------------*/
div.infocenter
{ 
    font-size: 11px;
    padding: 5px 0 5px 0;
    height: 125px;
}
div.infocenter table
{
    width: 290px;
    margin: auto;
}
div.infocenter td
{
    padding: 0 5px 0 5px;
}
div.infocenter ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;    
}
div.infocenter li
{
    margin: 0;
    padding: 2px 0 2px 8px;
    background: url(/template/morenews_bullet.png) no-repeat 0 7px;
}
div.infocenter li.pdf
{
    background: url(/template/infocenter-pdf.png) no-repeat -4px 0;
}
div.infocenter a, div.infocenter a:hover
{
}
div.infocenter a:hover
{
}
/*-------------------------------------------------------*/

/*--------------------- CROSS LINKS ---------------------*/
div.crosslinks
{
    padding: 2px 0px 0px 0px; 
}
/*-------------------------------------------------------*/

/*---------------------- SIDE LIST ----------------------*/
div.sidelist
{
    margin-bottom: 8px;    
    background-color: #FFFFFF;
    border: 2px solid #95664C; 
}
div.sidelist div.listname
{
    height: 17px;
    color: #FFFFFF;
    font-weight: bold;   
    padding: 6px 0 0 12px;
    text-transform: uppercase;
    background-image: url(/template/tab_300.png); 
    background-repeat: no-repeat;    
}
div.sidelist div.listinfo
{
    padding: 0px 7px 7px 7px;
}
div.sidelist div.archives
{
    color: #EAEAEA;
    line-height: 135%;
    padding: 7px 7px 5px 7px;
    background-repeat: repeat-x;
}
div.sidelist div.listsection
{    
    color: #FFFFFF; 
    font-weight: bold;
    padding: 4px 7px 4px 7px; 
    background-color: #151617;
    border-bottom: 1px solid #000000;
    background-repeat: repeat-x;
}
div.sidelist div.listitem, div.sidelist div.listitem_on
{
    padding: 4px 7px 4px 7px;
    background-color: #151617;
    border-bottom: 1px solid #EAEAEA;
    background-repeat: repeat-x;
}
div.sidelist div.listitem_on
{    
    color: #FFFFFF;
    font-weight: bold;
}
table.sidelist
{
    color: #333333;
}
table.sidelist td
{
    padding: 4px 5px 3px 5px;
    background-repeat: repeat-x;
    border-bottom: 1px solid #EAEAEA;     
}
table.sidelist tr.listitem_on td
{
    font-weight: bold;
}
div.sidelist div.listend
{
    text-align: right; 
    padding: 4px 7px 3px 7px;     
    background-color: #000000;
}
div.sidelist a, div.sidelist a:hover
{
}
div.sidelist a:hover
{
}
div.sidelist a.on, div.sidelist a.on:hover, div.sidelist div.listitem_on a, div.sidelist div.listitem_on a:hover, table.sidelist tr.listitem_on a, table.sidelist tr.listitem_on a:hover
{
    color: #FFFFFF;
    font-weight: bold;
}
div.sidelist div.listend a, div.sidelist div.listend a:hover
{
    font-weight: bold;
}
/*-------------------------------------------------------*/

/*---------------------- LIST HEADER --------------------*/
div.listheader
{
    margin-bottom: 0;
    padding-bottom: 4px;
    border-bottom: 2px solid #95664C;
}
table.listheader
{
    margin-bottom: 0;
    border-bottom: 2px solid #95664C;
}
table.listheader td.listname
{
    padding-bottom: 5px;
}
table.listheader td.right
{
    text-align: right;
    padding-bottom: 10px;
    vertical-align: bottom;
}
div.listheader div.listname, table.listheader div.listname
{
    font-size: 20px;
    font-weight: bold;
}
/*-------------------------------------------------------*/

/*------------------------- LIST ------------------------*/
table.list
{
}
table.list th
{
    color: #FFFFFF;           
    font-size: 11px;
    font-weight: bold;    
    padding: 2px 5px 0px 5px;
    text-transform: uppercase;
    background-color: #016986;
}
table.list td
{
	padding: 3px 3px 3px 3px;
}
table.list td.column, table.list tr.column
{
    background-color: #CECCD1;  
}
table.list td.column
{
    color: #000000;
    font-size: 11px;  
    font-weight: bold;
    padding: 2px 3px 2px 3px;        
}
table.list td.cell, table.list tr.row
{
}
table.list td.nohighlight
{
}
table.list tr.shaded, table.list td.shaded
{
	background-color: #EBEAEC;
}
table.list tr.highlight
{
}
table.list tr.rowon, table.list tr.rowoff
{
}
table.list tr.rowoff
{
}
table.list tr.groupstart
{
	background-color: #C1D72E;
	border-top: 2px solid #FFFFFF;
}
table.list td.groupstart
{
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 2px 5px 2px 5px;	
}
table.list tr.groupend
{
	background-color: #C1D72E;
	border-bottom: 2px solid #FFFFFF;
}
table.list td.groupend
{ 
	height: 2px;
	font-size: 1px; 
	padding: 0px;
}
/*-------------------------------------------------------*/