@charset "utf-8";
/* CSS Document */

/*//////////////////////////////////////////////////
//  HTML Styles
//////////////////////////////////////////////////*/
body {
	background: url(../images/wallpaper.jpg) repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	text-shadow: 0 0 0 #000;
}

p {
	font-size: 12px;
	color: #999;
	text-align: justify;
	margin-bottom: 10px;
}

h1 {
	display: none;
}

h2 {
	/*padding: 0px;
	margin: 0px;
	color: #6b482e;*/
}

h3 {
	padding: 0px;
	margin: 0px;
	font-size: 17px;
	font-weight: normal;
	color: #6b482e;
}

h4 {
	font-size: 14px;
	color: #999;
}

h5 {
}

ul {
	list-style-image: url(../images/bullet.gif);
	font-size: 12px;
	color: #999;
}

li {
	padding-bottom: 5px;
}

img {
	padding: 0px;
	margin: 0px;
	border: none;
}


.center {text/allign: center;
}


/*//////////////////////////////////////////////////
//  Class Styles
//////////////////////////////////////////////////*/
.bodyWrapper {
	margin: 0px auto;
	width: 750px;
}

.bodyBlock {
	background-color: #FFF;
}

.wrapper {
	clear: both;
	overflow: hidden;
}


/*//////////////////////////////////////////////////
//  Header Styles
//////////////////////////////////////////////////*/
.banner {
	background: url(../images/header.gif);
	height: 140px;
}

.pfLogo {
	float: left;
	width: 280px;
	height: 110px;
	padding: 0px;
}

.contactBlock {
	float: right;
	width: 340px;
	padding: 10px;
	margin-bottom: 43px;
	color: #999;
	font-size: 10px;
}

.contactPhone {
	float: left;
	width: 50%;
	padding: 5px 10px;
	text-align: right;
	border-right: 1px solid #999;
}

.contactPhone a {
	color: #999;
	text-decoration: none;
}

.contactPhone a:hover {
	color: #999;
	text-decoration: underline;
}

.contactAddress {
	padding: 5px 10px;
	float: left;
}

.navigation {
}

.navText a {
	display: block;
	float: left;
	color: #FFFFFF;
	font-size: 18px;
	width: 149px;
	text-align: center;
	text-decoration: none;
}

.navText a:hover {
	text-decoration: underline;
}

.flashBox {
	padding-bottom: 4px;
	border-bottom: 6px solid #7a4c2e;
}


/*//////////////////////////////////////////////////
//  Content Styles
//////////////////////////////////////////////////*/
.contentBlock {
	padding: 30px 0px 0px 20px;
	margin-bottom: 30px;
}

.bodyContent { /* for use with 2 columns */
	float: left;
	width: 408px;
	padding-right: 20px;
}

.imageContent { /* for use with 2 columns */
	float: left;
	width: 300px;
	margin-right: 2px;
}

.fullContent { /* for use with 1 column */
	margin-right: 15px;
}

.bigHeader {
	font-size: 23px;
}

.contentBlock a {
	text-decoration: none;
	line-height: 20px;
	color: #027dda;
	font-size: 14px;
	font-style: italic;
}

.contentBlock a:hover {
	text-decoration: underline;
}

.contactText {
	font-style: italic;
	font-size: 16px;
}

.contactPage h3 {
	margin: 10px 0px 5px 0px;
}

.contactPage p {
	margin: 5px 0px 5px 0px;
}

/*//////////////////////////////////////////////////
//  Footer Styles
//////////////////////////////////////////////////*/

.footer {
	border-top: 6px solid #999999;
	padding: 10px 0px;
	font-size: 14px;
	overflow: hidden;
	height: 100%;
}

.footerText {
	float: left;
	width: 149px;
	text-align: center;
}

.footerText a {
	color: #999;
	text-decoration: none;
}

.footerText a:hover {
	text-decoration: underline;
}