@charset "UTF-8";
@import url("dropdown.css");
/* CSS Document */

/* THIS IS TO RESET EVERYTHING BEFORE WE BEGIN ----- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/* vertical-align: baseline; */
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong{font-weight:bold;}

/* END RESET ------------------------------------------ */

html, body {
	height:100%;
	text-align:center;
}

/* the following is only for the body tag. Whatever percent you put in there will end up being below. based on normal sizing being 16px */
/* font-size: 100%; equivalent to 16px */
/* font-size: 87.5%; equivalent to 14px */
/* font-size: 75%; equivalent to 12px */
/* font-size: 69%; equivalent to 11px */
/* font-size: 62.5%; equivalent to 10px */

body{
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:1.43em;
	background:url(../images/page_bg.jpg) repeat-x top left #FFFFFF;
	color:#333333;
}

/* So for Text Formatting since we are at 12pt base ------------------------------------------------------ */
/* .75em = 9px; */
/* .833em = 10px; */
/* .916em = 11px; */
/* 1em = 12px; */
/* 1.16em = 14px; */
/* 1.33em = 16px; */
/* 1.5em = 18px; */
/* 1.66em = 20px; */

/* links */
a {
	text-decoration:none;
	color:#3c6c9d;
}

#mainNavHold a {
	color:#1b2650;
}
.rightColBox a{
	color:#FFFFFF;
}
ul.accessibility {
	position: absolute;
	top: -100%;
}

/* structure */
#pageTop{
	background:url(../images/page_top.jpg) no-repeat top center;
	width:100%;
	height:66px;
	overflow:hidden;
	margin:0 auto;
}
#mainContainer{
	margin:0 auto;
	width:940px;
	padding:0 15px;
	text-align:left;
	overflow:hidden;
}
#header{
	overflow:visible;
	position:relative;
	height:100px;
	margin-bottom:20px;
	border-bottom:4px solid #becddb;
}
.hdLvl2{
	border-bottom:none!important;
}
#logo{
	background:url(../images/PF_logo.gif) no-repeat top left;
	width:271px;
	height:110px;
	position:absolute;
	bottom:0;
	left:0;
	clear:both;
	z-index:100;
}
#logo a{
	display:block;
	width:271px;
	height:110px;
}
#mainNavHold{
	position:absolute;
	padding:30px 0 0 0;
	font-size:.916em;
	color:#1b2650;
	top:0;
	right:0;
	z-index:110;
}
#homeContentMain{
	padding:0 15px;
	border-bottom:4px solid #becddb;
	overflow:hidden;
}
#homeLeft{
	float:left;
	display:inline;
	width:390px;
}
#homeFeature{
	float:right;
	display:inline;
}
#homeBottom{
	overflow:hidden;
}
#homeModsContainer{
	overflow:hidden;
	/*margin-left:38px;*/
}

/* News */
.news{
	padding-bottom:20px;
}
#news a{
	color:
}
.newsitem p, .newsitem h4{
	margin-bottom:0;
}
.newsitem p{
	display:inline;
}
.news_summary h2{
	display:none;
}


/* LVL 2 pages */

#ContentMain{
	background:url(../images/leftCol_bg.jpg) repeat-y top left;
	overflow:hidden;
}
#leftCol{
	float:left;
	display:inline;
	width:235px;
	padding-bottom:20px;
}
#mainCol{
	float:left;
	display:inline;
	width:475px;
	margin:0 20px 20px 20px;
}
#rightCol{
	float:right;
	display:inline;
	width:190px;
	margin-bottom:20px;
}
.rightColBox{
	background:#1b2650;
	webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:15px;
	color:#FFFFFF;
}
#leftColHead, #mainColHead{
	height:15px;
	webkit-border-radius-topleft: 3px;
	webkit-border-radius-topright: 3px;
	-khtml-border-radius-topleft: 3px;
	-khtml-border-radius-topright: 3px;	
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-radius-topleft: 3px;
	border-radius-topright: 3px;
	margin-bottom:5px;
}
#leftColHead{
	background:#3c6c9d;
}
#mainColHead{
	background:#1b2650;
	margin-bottom:3em!important;
}

/* Headings and paragraphs */
hr {
	margin:1em 0;
	height:1px;
	background:0;
	border:0;
	border-top:1px solid #d3d3d3;
}
h1 {
	color:#498ca9;
	font-size:1.33em;
	margin-bottom:.833em;
}
#mainCol h1{
	text-transform:uppercase;
	margin-top:2em;
}
#mainCol h2{
	margin-top:10px;
}
h2 {
	color:#498ca9;
	font-size:1.16em;
	margin-bottom:.833em;
}
h3 {
	text-align:center;
	color:#498ca9;
	margin:.833em 0;
	font-size:1.16em;
}
h4 {
	font-size:1em;
	color:#498ca9;
	margin-bottom:1em;
}
#homeLeft h4{
	font-weight:bold;
	color:#333333;
	font-size:1em;
}
h5 {
	color:#498ca9;
	font-size:1.33em;
}
#leftCol h2{
	background:#3c6c9d;
	margin:0;
	color:#FFFFFF;
	padding:10px 15px;
	text-transform:uppercase;
}
#rightCol h2{
	color:#FFFFFF;
}
p {
	margin-bottom:1.16em;
}
em {
	font-style:italic;
}

#mainCol ul{
	list-style-type:disc;
	padding-left:10px;
	margin:1em 0 1em 10px;
}
#mainCol ul li{
	margin:0 0 .5em 10px;
}

/*  Boxes */
.RightColGreyBox {
	background:#e8e9e9;
	webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.RightColGreyBox h3 {
	background:#933015;
	webkit-border-radius-bottomLeft: 3px;
	webkit-border-radius-bottomRight: 3px;
	-khtml-border-radius-bottomLeft: 3px;
	-khtml-border-radius-bottomRight: 3px;	
	-moz-border-radius-bottomLeft: 3px;
	-moz-border-radius-bottomRight: 3px;
	border-radius-bottomLeft: 3px;
	border-radius-bottomRight: 3px;
	padding:3px 0;
	font-weight:normal!important;
	color:#FFFFFF;
	font-size:1em;
}
.RightColGreyBox h3 a{
	color:#FFFFFF;
}
.RightColGreyBox h2 {
	color:#494949!important;
	padding:10px 15px 0;
	font-weight:bold;
}

/* moduels */
.news{
	font-size:87.5%;
	line-height:1.3;
}
.homeMod{
	float:left;
	display:inline;
	width:179px;
	height:88px;
	position:relative;
	margin:0 18px;
}
.homeMod a{
	display:block;
	width:179px;
	height:88px;
}
.homeMod a:hover{
	background-position:0 -88px;
}
.homeMod h1{
	position:absolute;
	bottom:0;
	width:179px;
	text-align:center;
	font-size:1em;
	margin-bottom:5px;
}
.homeMod a:hover h1{
	color:#000000;
}
.therapy{
	background:url(../images/home_physical_therapists.jpg) no-repeat top left;
}
.healthplans{
	background:url(../images/home_healthplans.jpg) no-repeat top left;
}
.employers{
	background:url(../images/home_employers.jpg) no-repeat top left;
}
.physicians{
	background:url(../images/home_physicians.jpg) no-repeat top left;
}

/* Footer */
#footerContainer{
	width:100%;
	height:90px;
	background:url(../images/footer_bg.jpg) no-repeat top center;
	overflow:hidden;
	margin:20px 0;
}
.ftLvl2{
	margin:0!important;
}
#footer{
	font-size:.833em;
	width:909px;
	margin:0 auto;
	padding:0 15px;
	overflow:hidden;
	padding-top:20px;
	color:#FFFFFF;
}
#footlinks{
	float:left;
	display:inline;
}
#footlinks a{
	color:#FFFFFF;
}
#footlinks a:hover{
	text-decoration:underline;
}
#copyright{
	float:right;
	display:inline;
}

/* Forms */

#rightCol input{
	width:100%;
}
#rightCol form{
	padding:10px;
	font-size:.916em;
}
.rcSubmit{
	background:#6a7f99;
	color:#FFFFFF;
	margin-top:1em;
}
.mainFormBtn{
	background:#1b2650;
	color:#FFFFFF;
	margin:0 auto;
	margin-top:1em;
	padding:5px 10px;
}
label{
	display:block;
	margin:10px 0;
}
.formLeft{
	width:140px;
	margin-right:10px;
	float:left;
	display:inline;
}
.genFormInput{
	width:50%;
}
.genFormArea{
	width:100%;
}
div.ditto_summaryPost
{
	margin-bottom:15px;
	border-bottom:1px dotted #1B2650;
	
}

div.pfitLoginBox {
	background-image:url("../images/loginBoxRight.png");
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:392px;
	margin-top:0px;
	position:relative;
	width:191px;
}
div.slide_show{cursor:pointer;height:300px;width:191px;}
div.pfitLoginBox #loginButton
{
	position:absolute ;
	top:360px;
	left:3px;	
}
#rightCol div.pfitLoginBox input.loginButton
{
	display:block;
	width:183px;
	height:15px;
	border:0px solid #fff;
	background-color:transparent;
	cursor:pointer;
}

input.loginField
{
	font-family:Arial, Helvetica, sans-serif ;
	font-size:12px;
	color:#000 ;
	border:none;
	background-color:transparent;
}
#username
{
	position:absolute ;
	top:314px;
	left:74px;
	width:75px!important;
}

#password
{
	position:absolute ;
	top:334px;
	left:74px;			
	width:75px!important;
}

div.postDate{ display:none; }