﻿html { 
	height: 100%; 
	padding-bottom: 1px; 
}

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: .85em;
	color: #404040;
	background-color: #D9E0F0;
	margin: 0px auto;
	text-align: center;
	line-height: 1.3em;
}

h1 {
	font-size: 1.7em;
	color: #004586;
	margin-bottom: .7em;
}

h2 {
	color: #6b6b6b;
	font-size: 1.2em;
	font-style: italic;
	margin-bottom: .3em;
}

h3 {
	color: #C92130;;
	font-size: 1em;
	font-style: italic;
	margin: 1em 0;	
}

h3.notice {
	color: #6b6b6b;
	font-size: 1.4em;
	font-style: normal;
	margin: 1.1em 0 1em 0;
}

hr {
	color: silver;
	background-color: silver;
	height: 1px;
	border: none;
	margin: 1em 0;
}

p {
	margin-top: 1em;
}

p.noMargin {
	margin: 0;
	padding: 0;
}

a { color: #0066CC; text-decoration: none; }
a:link { color: #0066CC; text-decoration: none; }
a:visited { color: #0066CC; text-decoration: none; }
a:active { color: #0066CC; text-decoration: none; }
a:hover { color: #C92130; text-decoration: none; }

#wrapper {
	width: 960px;
	margin: 0px auto;
	margin-top: 12px;
	text-align: left;
}

#masthead {
	width: 960px;
}

#masthead img {
	display: block;
}

#logo {
	float: left;
	width: 210px;
	height: 250px;
}

#logo2 {
	float: left;
	width: 210px;
	height: 130px;
}

#header {
	float: right;
	width: 750px;
	height: 250px;
	position: relative;	
}

#header2 {
	float: right;
	width: 750px;
	height: 130px;
}

/* transparent overlay in front page banner */
#headerColumn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 210px;
  border-top: 1px solid #C92130;
  border-left: 1px solid #C92130;
}

#headerColumn .overlay {
  position: absolute;
  top: 0; /* These positions makes sure that the overlay */
  bottom: 0;  /* will cover the entire parent */
  left: 0;
  width: 210px;
  background: #004586;
  opacity: 0.4;
  -moz-opacity: 0.4; /* older Gecko-based browsers */
  filter:alpha(opacity=40); /* For IE6&7 */
}

#headerColumn .content {
	line-height: 1.3em;
	font-size: 12px;
	color: white;
	padding: 8px 12px;
}

.content {
  position: relative;
}

/* Lets use the * html hack so only IE6 reads the rule */
* html #headerColumn .overlay {
  height: expression(document.getElementById("headerColumn").offsetHeight-3);
}
/* end transparent overlay */

#container {
	width: 960px;
	background: white url('/images/contentBG.jpg') repeat-y;
}

#left_col {
	width: 210px;
	float: left;
	margin: 20px 0 10px 0;
}

#right_col {
	width: 210px;
	float: right;
	margin: 20px 0 10px 0;
}

#page_content {
	width: 540px;
	float: left;
	margin: 20px 0 10px 0;
}

#page_content a, #page_content a:link, #page_content a:visited { 
	color: #0066CC; text-decoration: none; border-bottom: 1px dashed #32A1FF; 
}
#page_content a:hover { 
	color: #C92130; text-decoration: none; border-bottom: 1px dashed #C92130; 
}

#page_content2 {
	width: 750px;
	float: left;
	margin: 20px 0 10px 0;
}

#page_content2 .innertube {
	padding: 10px 20px 10px 10px;
}

#page_content_bottom {
	clear: both;
	padding: 0;
	width: 960px;
	height: 18px;
	background: white url('/images/contentBottom.jpg') no-repeat;
}

#footer {
	clear: both;
	width: 960px;
	height: 39px;
	line-height: 39px;
	margin: 10px 0;
	padding-bottom: 10px;
	left:0;
	background: #D9E0F0 url('/images/footerBG.jpg') no-repeat;	
}

#footer .footerLabel {
	color: #60AFFE;
	font-style: italic;
	font-weight: bold; 
}

#footer p {
	font-size: 13px;
	font-weight: bold;
	color: white;
	margin: 0;
}

#footer p.left {
	float: left;
	margin-left: 20px;
	text-align: left;
}

#footer p.right {
	float: right;
	margin-right: 20px;
	text-align: right;
}

#sideNav {
	font-family: Tahoma, Geneva, Verdana;
}

#sideNav p {
	font-weight: bold;
	margin-top: .6em;
	font-size: .98em;
}

#sideNav p.prop {
	margin-top: 3px;
	font-size: 1.1em;
}

#sideNav p.home {
	margin-top: 0;	
	font-size: 1.1em;
}

#sideNav .navHilite {
	background-color: #f5f7fb;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	margin-top: .8em;
	padding-top: 4px;
	padding-bottom: 4px;
}

#sideNav ul, #listLinks ul {
	margin-left: .7em;
	margin-top: .25em;
	line-height: 1.1em;
}

#sideNav li, #listLinks li {
	font-size: .93em;
	padding-left: 1.1em;
	text-indent: -1.1em;
	margin-bottom: 3px;
}

#sideNav .bullet {
	color: #0066CC;
	font-size: 1.1em;
}

#contactForm p {
	font-size: .85em;
	color: #004586; 
	margin-top: .6em;
}

#contactForm p.first {
	margin-top: 0;
}


#listLinks p {
	margin: 0 0 0 .8em;
	font-style: italic;
	font-size: .9em;
}

#listLinks a, #listLinks a:link, #listLinks a:visited, #listLinks a:active {
	border-bottom: none;
}

a.navHeaderLink, a.navHeaderLink:link, a.navHeaderLink:visited, a.navHeaderLink:active {
	color: #737373;
}

a.navHeaderLinkBig, a.navHeaderLinkBig:link, a.navHeaderLinkBig:visited, a.navHeaderLinkBig:active {
	color: #004586;
}

a.navHeaderLink:hover, a.navHeaderLinkBig:hover {
	color: #C92130;
}

#bannerLinks {
	float: left;
	margin-bottom: 1px;
}

#bannerLinks a.banner {
	display: block;
	width: 180px;
	height: 46px;
	margin-bottom: 10px;
}

#bannerLinks a.banner:hover {
	background-position: 0px -46px;	
}

#industrialPlus, #officePlus, #investPlus, #landPlus {
	width: 180px;
}

#logosSide img {
	padding-bottom: 10px;
	margin: 0px auto;
	display: block;
}

#testimonial {
	border: 3px solid #afc8df;
	background-color: #f5f7fb;
	padding: 4px 12px 10px 12px;
	font-size: .9em;
	color: #575757;
	margin-top: 1.5em;
}

#testimonialSide {
	border: 3px solid #afc8df;
	background-color: #f5f7fb;
	padding: 3px 10px 6px 10px;
	font-size: .9em;
	color: #575757;
}

.testimonial-text {
	line-height: 1.3em;
	margin-top: .4em;
}

.testimonial-text p {
	color: #004586; 
}

#successTable {
	margin-top: 1.5em;
}

#successTable img {
	margin-right: 12px;
}

#successTable td {
	border-bottom: 3px solid #afc8df;
	vertical-align: middle;
	padding: 10px 0;
	font-size: .9em;
	line-height: 1.3em;
}

#successTable td.firstRow {
	border-top: 3px solid #afc8df;
}

#successTable .tagline2 {
	font-size: .9em;
	font-style: italic;
}

#successPufferContent, #successEMJContent, #successHCFContent, #successBHContent, #successBoiseContent, 
#successMenloContent, #successSmithContent, #successPearlContent, #successWWContent, #successSherwinContent {
	padding: 18px;
	text-align: left;	
}

#successPufferContent h1, #successEMJContent h1, #successHCFContent h1, #successBHContent h1, #successBoiseContent h1, 
#successMenloContent h1, #successSmithContent h1, #successPearlContent h1, #successWWContent h1, #successSherwinContent h1 {
	margin-bottom: 20px;	
}

#logos img {
	padding: 0 8px 8px 0;
	vertical-align: middle;
}

#brokers {
	margin-top: 1em;
}

.aBroker {
	float: left;
	width: 100px;
	margin: 0 15px 15px 0;
	text-align: center;
	font-size: 11px;
	line-height: 1.3em;
}

#brokers a, #brokers a:link, #brokers a:visited { 
	color: #0066CC; text-decoration: none; border: none; 
}
#brokers a:hover { 
	color: #C92130; text-decoration: none; border: none; 
}

.box1 {
	clear: both;
	border: 1px solid #dcdcdc;
	background-color: #f5f7fb;
	padding: 0px 10px 10px 10px;
}

.box1 p {
	margin-top: 10px;
	padding-top: 0;
}

.box1 ul {
	margin-top: .5em;
	font-size: .85em;
	line-height: 1.2em;	
}

.box1 li {
	margin-top: 10px;
}

#box2 {
	clear: both;
	margin-top: 12px;
	border: 4px double #6b6b6b;
	background-color: white;
	padding: 0px 20px 20px 20px;
}

#box2 ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-top: .6em;
}

#box2 li {
	margin-left: 1em;
	margin-top: .4em;
}

a.imgLink, a:link.imgLink, a:visited.imgLink, a:active.imgLink, a:hover.imgLink {
	border-style: none;
}

.blue {
	color: #004586;
}

.bold {
	font-weight: bold;
}

.center {
	margin: 0px auto;
	text-align: center;
}

.clear {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.green {
	color: green;
}

.innerLeft {
	padding: 10px 10px 0 20px;
}

.innerRight {
	padding: 10px 20px 0 10px;
}

.innerRight2 {
	padding: 18px 20px 0 10px;
}

.innertube {
	padding: 10px;
}

.listBullet {
	color: #0066CC;
	font-weight: bold;
	font-size: 1.1em;
}

.red {
	color: #C92130;
}

.smallFont {
	font-size: .825em;
	font-style: italic;
}

.tagline {
	font-size: .86em;
	font-style: italic;
}

.plusBox {
	border: 3px solid #afc8df;
	background-color: #f5f7fb;
	padding: 6px 10px;
	font-size: .85em;
	color: #575757;
}

.preloadPic {
	display: none;
}

