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, img, 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;
}
:focus {
	outline: 0;
}
body {
	background:#eee url(/images/body.gif);
	color: #444;
	font:1em/1.3 Helvetica, "Gill Sans", Verdana, Geneva, sans-serif;
}
ol, ul {
	list-style: none;
}
li{
	list-style-type: none
}
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: "" "";
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.fr {float: right}
.fl {float: left}
.hide {display: none}
.half {width:50%}
hr {background-color: #666; border: 0; color: #eee; height: 1px}
em { font-style: italic}
bold, strong, .strong {font-weight: bold}
.clear{clear: both}

.center {
    text-align: center;
}
.right {
    text-align: right;
}

a {
color:#9c6;
text-decoration:none;
}

a:hover {
color: #7a2017;
text-decoration:none;
}

#wrapper {
border:2px solid #fff;
background:#fff url(/images/innerwrapper.png) top repeat-x;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 4px 4px 6px #ccc;
-webkit-box-shadow: 4px 4px 6px #ccc;
font-size: 1em;
margin:20px auto;
padding: 16px;
text-align:left;
min-height: 800px;
width: 992px
}

#nav {
background: #9c6 url(/images/nav.png) repeat-x;
border:2px solid #9c6;
clear:both;
font-size:1.1em;
height: 48px;
position: relative;
}

#nav > ul li {
    float: left;
}

.navlink {
color:#333;
display: inline-block;
font-weight: bold;
margin-right: 2px;
height: 48px;
line-height: 48px;
padding: 0 1.2em 0 1.2em;
text-decoration:none;
text-shadow: -1px -1px 0 #9c6, 1px 1px 0 #cf9;
vertical-align: top;
}

a.navlink:hover, #nav a.active {
    background: #9c6 url(/images/nav_hov.png) repeat-x;
    border-right: 2px solid #9c6;
    margin-right: 0;
    color: black;
}

#services_subnav {
}

.subnav {
    background: #9c6;
    border: 1px dotted #ccc;
    -moz-box-shadow: 2px 4px 4px #222;
    -webkit-box-shadow: 2px 4px 4px #222;
    box-shadow: 2px 4px 4px #222;
    padding-top: 1px;
    position: absolute;
}

.subnav li {
    background: #eee;
    border-bottom: 1px dotted #ccc;
    float: none!important;
}

.subnav li:last-child {
    border-bottom: none;
}

.subnav a {
    color: #444;
    font-size: .9em;
    padding: .2em .4em;
    text-shadow: 0 -1px 0 #ccc, 0 1px 0 #fff;
}

.subnav a:hover {
    color:#9c6;
}

#header{
	position: relative
}

#adsense {
    float: right;
}

#logo {
height: 120px;
float: left;
margin: 0 .5em .5em 0;
text-indent: -9999em;
}

#logo a{
background: transparent url("/images/PFSC_logo.png") no-repeat top left;
}

#logo a { 
display:block; 
float:left;
height: 120px;
width: 240px
}

.section_header{
display: block;
border-bottom:2px solid #f6f6f6;
color:#9c6;
font: 1.2em/1.1em Palatino, Georgia, "Times New Roman", Times, serif;
margin-bottom: 1em
}

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

#sidebar {
background:#333;
color:#ccc;
font-size: 1em;
padding:10px 16px 20px 16px;
width:208px;
}

#sidebar p {
font-size: .9em;
}

#sidebar .news {
color:#eee;
margin:.4em 0 1em;
}

#sidebar h2{
color: #777;
font-size:1.1em;
font-family: Palatino, Georgia, "Times New Roman", Times, serif;
}

#sidebar h2 a, #sidebar h2 a:visited {
    border: none;
    color:#9c6;
}

#sidebar h2 a:hover {
    color: #cf9;
}

#sidebar p img {
float:right;
position:relative;
left:40px;
}

.morenews{
margin-bottom: 10px
}

.morenews img{
margin-right:10px;
}

#sidebar input.button {
padding:0 4px 0 4px;
vertical-align: bottom;
cursor:pointer;
}

a.more {
color:#999;
cursor: pointer;
display:block;
font-size:small;
text-align:right;
text-decoration:none;
font-variant: small-caps
}

a.more:hover {
color:#fff;
background:transparent;
}

#content {
    background: white;
    display: table;
    font-size: 1em;
    min-height: 400px;
    width: 100%;
}

#content > * {
    display: table-cell;
}

#content p{
font-size: .9em;
margin-top:5px;
}

#content > section, #content > article {
    padding:10px 0 0 16px;
}

#content a {
border-bottom:1px dotted #9c6;
}

#content a:hover {
border-bottom-color: #7a2017;  
}

#content img.fl {
    border: 1px inset #ccc;
	margin-right:10px
}

#content img.noborder {
    border: none;
}

#sidebarright {
color:#333;
font-size: 1em;
padding:10px 16px 0 16px;
}

#garlic{
background:transparent url("/images/garlic.png") no-repeat 0 0;
display: block;
float: right;
height:200px;
width: 200px;
}

ul.short {
margin:10px auto;
padding-left: 20px;
font-size: .9em;
}

.short li{
    padding-bottom: .2em;
    list-style:square outside;
}

sup {
font-size:xx-small;
vertical-align: super;
font-weight: lighter;
line-height: .8em
}

.social {
    border:2px solid #fff;
    background:#fff url(/images/innerwrapper.png) top repeat-x;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    -moz-box-shadow: 4px 4px 6px #ccc;
    -webkit-box-shadow: 4px 4px 6px #ccc;
    height: 200px;
    width: 70px;
    padding-top: 5px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 215px;
}

.social > * {
    display: block;
    margin: 0 auto;
}

#footer {
clear:both;
color:#333;
font-size: 1em;
margin:20px 0 0;
padding:5px;
}

#footer ul {
    margin: 0 20px 20px 0;
}

#footer ul li {
margin:4px 0;
font-size: .8em;
white-space:nowrap;
}

#footer li span {
    height: 30px;
    width: 50px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;    
}

.spacer {
    height: 0!important
} 

.logo {
    background: url(/images/logo_sprite.jpg) no-repeat;
}   

.fcsi {
    background-position: -50px 0;
}

#footer a:hover .fcsi {
    background-position: 1px 0;
}

.servsafe {
    background-position: -50px -30px;
}

#footer a:hover .servsafe {
    background-position: 1px -30px;
}

.mhoa {
    background-position: -50px -60px;
}

#footer a:hover .mhoa {
    background-position: 1px -60px;
}

.neha {
    background-position: -50px -90px;
}

#footer a:hover .neha {
    background-position: 1px -90px;
}

.meha {
    background-position: -50px -120px;
}

#footer a:hover .meha {
    background-position: 1px -120px;
}

.mra {
    background-position: -50px -150px;
}

#footer a:hover .mra {
    background-position: 1px -150px;
}

.nrfsp {
    background-position: -50px -180px;
}

#footer a:hover .nrfsp {
    background-position: 1px -180px;
}

.abg {
    background-position: -50px -210px;
}

#footer a:hover .abg {
    background-position: 1px -210px;
}

.ptk {
    background-position: -50px -240px;
}
   
#footer a:hover .ptk {
    background-position: 1px -240px;
}

.notary {
    background-position: -50px -270px;
}

#footer a:hover .notary {
    background-position: 1px -270px;
}

#footer a {
color: #333;
border-bottom: none;
text-decoration: none;
}

#footer a:hover {
color:#693!important;
}

#footer a:visited {
color:#666;
}

#footer .smalllabel {
    font-size: x-small;
}

fieldset {
    margin-top: 10px;
}

form{
    border: 1px dotted #ccc;
    background-color:#eee;
	margin-top: 10px;
    padding: 0 10px 10px 10px;
}

legend {
    font-size:1.1em;
}

form li {
	clear: both;
	margin-bottom: 6px;
}

form input, form select	{
    color:#777;
	font-size: .9em;
}

select {
    margin-top: .2em;
    float: right;
}

input[type="text"], input[type="email"] {
    margin-top: .2em; 
    float: right;
	width: 200px;
}

input[type="checkbox"]{
    position: absolute;
    left: 0;
    top: auto;
}

input.button {
    background-color:#ccc;
    cursor:pointer;
    padding:.2em;
    text-align:center;
    float: right;
}

label {
    color:#444;
    display: block;
    font-size: .9em;
    padding: 4px 0 0 24px;
    position: relative;
    vertical-align: middle;
}

.contact_info label {
    padding-right: 330px;
}

.smalllabel {
    color:#777;
    font-size:small;
}

.about img {
    vertical-align: top;
}

textarea {
    border-width: 1px;
    color:#777;
    display: block;
    float: right;
    font-size: .9em;
    font-family: Helvetica, "Gill Sans", Verdana, Geneva, sans-serif;
    padding:4px;
    background-color:#fff;
    height: 40px;
    resize: vertical;
    width: 100%;
}

blockquote {
    color:#999;
    font-size:1.2em; 
    font-family: Palatino, Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    display:block;
    padding: 10px 0 20px;
}

blockquote .fr {
    padding-top: .4em;
    color: #999;
    font-style: normal;
}

p.news a:hover {
color:#9c6;
}

input.button:hover {
color:#cf9;
}

.errmsg {
	font:bolder 1em "Courier New", Courier, mono;
	color: #CC0000;
} 

.phpcode {
	font:1em "Courier New", Courier, mono;
	color: #0000CC;
}idth: 375px;
}

blockquote {
color:#aaa;
font-size:1.1em; 
font-family: Palatino, Georgia, "Times New Roman", Times, serif;
font-style: italic;
display:block;
}

p.news a:hover {
color:#9c6;
}

input.button:hover {
color:#cf9;
}

.errmsg {
	font:bolder 1em "Courier New", Courier, mono;
	color: #CC0000;
} 

.phpcode {
	font:1em "Courier New", Courier, mono;
	color: #0000CC;
}
