@charset "utf-8";

body  {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	background-image: url(images/head_bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	min-width: 807px;
}

h1, h2, h3 { color: #4B7097;}
h1 { font-size: 1.2em;}
h2 { font-size: 1.1em;}
h3 { font-size: 1.05em;}

h2.proj {
	margin-top: 30px;
	border-top: 1px solid black;
	text-align: center;
}

p, li { color: #515151; font-size:10pt;}

*.quotes { color: #515151; font-size:10pt;}
.clientquote {font-style:italic;}
.leftquote {float:left; width:45%; padding:10px; border: thin solid black; margin-top: 20px;}
.rightquote {float:right; width:45%; padding:10px; border: thin solid black; margin-top: 20px;}

.twoColFixLtHdr #mainContent { 
	margin: 0px 0px 0px 134px;
	padding: 10px 50px 0px 20px;
	background-image: url(images/content_header-r.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	min-height:350px;} 

.twoColFixLtHdr #headerl { 
	float: left;
	background-image: url(images/header-l.jpg);
	background-repeat: no-repeat;
	height: 119px;
	width: 638px;
	margin: 0;
	padding: 0;} 

.twoColFixLtHdr #headerr { 
	float: right;
	background-image: url(images/header-r.jpg);
	background-repeat: no-repeat;
	height: 119px;
	width: 144px;
	margin: 0;
	padding: 0;} 

.twoColFixLtHdr #header h1 { 
	position: absolute;
	top: -100px;}
.twoColFixLtHdr #sidebar1 { 
	float: left;
	width: 134px; 
	padding: 0;}
.twoColFixLtHdr #mainContent { 
	margin: 0px 0px 0px 134px;
	padding: 10px 50px 0px 20px;
	background-image: url(images/content_header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	min-height:350px;} 

.twoColFixLtHdr #mainContent h1 { 
	text-align:center; 
	padding-right:60px;}

.twoColFixLtHdr #footer { 
	background-image: url(images/foot_bkgd.jpg);
	background-repeat: repeat-x;
	width:auto;
	padding: 0;
	margin-top: 5px;
	color: #B22023;
	text-align: center;
	height: 82px;
	background-position: bottom left;
	} 
.twoColFixLtHdr #footer img.footm {
	position: relative;
	top: 16px;
	text-align: center;
	margin-bottom: 5px;
}

.twoColFixLtHdr #footer p { 
	text-align: center;
	position: relative; 
	top: 7px;
	font-size: .9em;
	padding: 0px 10px 0px 10px;
	}
	
.twoColFixLtHdr #footer .footlink1 {
	color: #4B7097;
	font-size: x-small;
	font-weight: bold;
	float: left; 
}
.twoColFixLtHdr #footer .footlink2 {
	color: #4B7097;
	font-size: small;
	font-weight: bold;
	float: none;
}
.twoColFixLtHdr #footer .footlink3 {
	color: #B52121;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	float: right; 
}

.fltrt { float: right; margin-left: 8px;}
.fltlft { float: left; margin-right: 8px;}
.clearfloat { clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;}
