body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, th, tr, td, form, fieldset, legend{
	margin:0;
	padding:0;
	text-align:left;
	font-size:100%;
}

div, p, ul, ol, dl, table, form{
	margin-bottom:1em;
}

div.clear {
	clear: both;
}

div.error {
	border: 5px solid #CC0000;
	background-color: #DB7093;
	padding: 5px;
	font-weight: bold;
}

div.success {
	border: 5px solid green;
	background-color: #99CC32;
	padding: 5px;
	font-weight: bold;
}

div#topcontact {
	width: 300px;
	float: right;
	padding: 10px;
}

div#topcontact h3{
	text-align: right;
	color: #006699;
	font-weight: normal;
}

ul{list-style:none;}

ol{
	margin-left:1em;
	padding-left:1em;
}

th, td{
	padding:5px;
}

table img {
	border: 0px;
}

.clear{clear:both;}

h1{font-size:175%;}
h2{font-size:160%;}
h3{font-size:145%;}
h4{font-size:130%;}
h5{font-size:115%;}
h6{font-size:100%;}

h1, h2, h3, h4, h5, h6{
	margin-bottom:.25em;
	color:#666;
}

h1 {
	background: url('images/pfi-logo.jpg') top right no-repeat;
	width: 500px;
	height: 100px;
	margin-left: -400px;
	float: left;
}

body {
	font:14px helvetica, arial, verdana, sans-serif;
	line-height: 22px;
}

#container{
	text-align:left;
	width:960px;
	margin:0px auto;
	padding:0px 20px;
}

#header{
	background:url('images/header-bg.png') left bottom repeat-x;
	height: 140px;
	margin-bottom: 0px;
	clear: both;
}

ul#navigation{
	float:right;
	margin-bottom:0px;
	padding-bottom: 0px;
	clear: both;
}

ul#navigation li{
	display:inline;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

ul#navigation li a{
	float:left;
	height:24px;
	background:#74a0c6 url('images/nav-item-bg.png') left top no-repeat;
	text-align:center;
	padding:0px 20px;
	padding-top:10px;
	color:#fff;
	text-decoration:none;
}

#info-box{
	height:165px;
	padding: 10px 470px 0px 50px;
	color:#fff;
	border-top: 5px solid #003366;
	border-bottom: 5px solid #003366;
	margin-bottom: 0px;
}

#info-box h2{
	color: #999;
}

#contentareabg {
	padding: 0px;
	background-image: url('images/contentarea_bg.jpg');
	background-repeat: repeat-y;
	background-position: top right;
	overflow: auto;
	border-left: 1px solid #006699;
}

#content{
	width:615px;
	margin: 0px 20px 0px 10px;
	padding: 10px 0px;
	float:left;
}

#content h3 {
	line-height: 28px;
	color: black;
	background-color: #C1D4DE;
}

#content fieldset {
	color: green;
	border: 1px solid #006699;
	margin: 10px 0px;
}

#content fieldset legend {
	font-size: 18px;
	margin-left: 5px;
}

#sidebar{
	width:313px;
	float:right;
	font-size: 12px;
	line-height: 18px;
	padding-right: 1px;
	margin: 0px;
}

.sidebar-content{
	/*background:#74a0c6 url('images/sidebar-content-bg.png') right bottom no-repeat;*/
	background-color: #89B0C4;
	padding:20px 20px 40px 20px;
	line-height:2em;
	overflow:hidden;
	border-bottom: 1px solid #006699;
	margin: 0px;
}

.sidebar-content h2, .sidebar-content h3, .sidebar-content h4, .sidebar-content h5, .sidebar-content h6{
	color:#333;
}

.sidebar-content li a{
	color:#fff;
}

.sidebar-content p, .sidebar-content li, .sidebar-content label{
	font-size:14px;
	color:#333;
}

form {
	line-height: 20px;
}

form#contact-form {
	padding-top: 10px;
}

form#contact-form label, form#contact-form input, form#contact-form textarea{
	float:left;
	margin-bottom:.5em;
}

form#contact-form textarea{
	clear:left;
	height: 50px;
}

form#contact-form label{
	clear:left;
	width:75px;
	color:#333;
	font-weight: bold;
	vertical-align: middle;
}

form#contact-form input{
	width:190px;
	vertical-align: middle;
}

form#contact-form textarea{
	width:265px;
}

form#contact-form input, form#contact-form textarea{
	background:#C2D5DF;
	border:solid 1px #006699;
	font-size: 14px;
	line-height: 22px;
}

form#contact-form input#submit{
	clear:both;
	width:auto;
}

ul.prettylist {
	margin: 5px 0px;
	padding: 0px;
}

ul.prettylist li {
	display: block;
	margin: 5px 0px;
	padding: 5px;
}

ul.prettylist li:hover {
	background-color: white;
}


li.calc a {
	color: #333;
	text-decoration: none;
	background: url('images/calculator.png') center left no-repeat;
	padding: 5px 0px 5px 35px;
	white-space: nowrap;
	width: 100%;
}

div.projectcontent {
	width: 365px;
	float: left;
}

div.projectimgs {
	width: 225px;
	float: right;
	background-color: #ECECEC;
	border: 1px solid #C0C0C0;
	line-height: 10px;
}

div.projectimgs img {
	width: 50px;
	height: 50px;
	border: 1px solid #C0C0C0;
	margin: 2px;
}

div.projectimgs img:hover {
	border-color: #000;
}

div.clearproj {
	border-bottom: 1px solid #C0C0C0;
	clear: both;
}

p.smalltext {
	font-size: 10px;
	line-height: 10px;
	color: #666;
	padding: 3px;
	margin: 0px;
	background-color: #CCC;
}

#footer {
	border-top: 5px solid #003366;
	border-bottom: 5px solid #003366;
	background-color: #006699;
	background-image: url('images/footer_bg.jpg');
	height: 100px;
	margin: 0px;
}
