/* Working stylesheet.  Compress before posting live.  DO NOT DELETE BETA COPY */
/* Set elements to have 0 margin and padding.  Eliminates browser defaults.  Allows page to look the same in all browsers */
* {
	margin:0;
	padding:0;
}

/* Set the default properties of the page */
html, body {
	color:#000;
	font-size:13px;
	font-family:Verdana, Arial;
	/* body background color */
	background:#fff url(/graphics/bg.png) repeat-x;
}
body {
	behavior:url(/ginc/csshover.htc);
}


/****** Setup default behaviors ********/
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
td {
	/* Default table cells to valign="top" */
	vertical-align:top;
}
img {
	/* set border of 0 as default for images */
	border:0;
}
img.border {
	/* use class="border" for images you want a border */
	border:1px solid black;
}
option {
	padding-right:4px;
}

#leftbg {
	float:left;
	width:100%;
	position:relative;
	background:url(/graphics/plant.png) no-repeat bottom right;
	min-height:440px;
}
#header, #footer {
	clear:both;
	float:left;
	width:100%;
}

#content img {
}
/****** End Default Behaviors ********/


/****** Setup Page Layout ********/

#wrapper {
	width:940px;
	margin:0 auto;
}

#header {
	height:214px;
	width:940px;
}

#header-top {
	background:url(/graphics/header-bg.png);
	height:170px;
	width:940px;
	clear:both;
}

#header-top-nh {
	background:url(/graphics/header-bg-nh.png);
	height:170px;
	width:940px;
	clear:both;
}

/* Main nav */

#header-bar {
	background:#035096;
	width:940px;
	height:25px;
}
#header-bar h4, #header-bar h1 {
	margin:0px;
	padding:4px 0px 0px 10px;
	color:#fff;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	clear:both;
}
#header-bar #title-bar-links {
	float:right;
	margin-right:15px;
	margin-top:5px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
}
#header-bar #title-bar-links a {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
}
#header-bar #title-bar-links a:hover {
	text-decoration:none;
}
#header-bar #title-bar-links a:visit {
	color:#fff;
}

/* Nav styles */

#nav {
	list-style:none;
	padding-top:3px;
	z-index:3;

}
#nav li {
	float:left;
	padding:1px 11px;
	height:20px;
	margin:0 auto;
}
#nav li:hover, #toolnav li:hover {
	position:relative;
	z-index:1000;
}
#nav ul {
	list-style:none;
	display:none;
	position:absolute;
	top:22px;
	left:0;
	background:#035096;
	border-top:1px solid #FFF;
	z-index:1400;
}
#nav li:hover ul {
	display:block;
}
#nav li:hover ul li ul {
	display:none;
}
#nav li ul li:hover ul {
	display:block;
}
#nav ul li {
	float:none;
	padding:5px 5px 0 5px;
	background:#035096;
	border-bottom:1px solid #FFF;
	z-index:4;
}
#nav a {
	white-space:nowrap;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#nav a:hover {
	color:#FFE00D;
}
#nav ul ul {
	left:220px;
	top:0;
	border:1px solid #F93;
}



/* END nav styles */


#header-home-new {
	width:940px;
	height:342px;
	clear:both;
	padding:0;
	margin:0;
}
#header-home-left {
	height:300px;
	width:470px;
	float:left;
}
#header-home-right {
	height:300px;
	width:470px;
	float:left;
}
/*
#header-home-bottom {
	width:938px;
	height:280px;
	clear:both;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background:#035096 url(/graphics/header-home-bottom-bg.png) repeat-x bottom;
}

#header-home-bottom a {
	color:#fff;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
}

#header-home-bottom #header-home-left:hover a {
	text-decoration:none;
}

#header-home-bottom #header-home-middle:hover a {
	text-decoration:none;
}

#header-home-bottom #header-home-right:hover a {
	text-decoration:none;
}

#header-home-bottom a:visit {
	color:#fff;
}
.header-link-text {
	padding:10px;
}
#header-home-left, #header-home-middle {
	height:280px;
	width:312px;
	border-right:1px solid #fff;
	float:left;
}
#header-home-right {
	height:280px;
	width:312px;
	float:right;
}

*/
#logo-link {
	float:left;
	width:312px;
	height:170px;
	/*padding:0px 0px 0px 314px;*/
}
#site-eval {
	float:right;
	position:relative;
	top:90px;
	right:40px;
}
.header-numbers {
	float:right;
	padding:15px 25px 0px 0px;
}
.header-numbers p {
	color:#fff;
	font-weight:bold;
	
	font-size:12pt;
	font-family:Arial, Helvetica, sans-serif;
}
.header-numbers p a {
	color:#fff;
}
.header-offer {
	float:right;
	padding:10px 36px 0px 0px;
}
.header-offer p {
	color:#fff;
	font-weight:bold;
	
	font-size:12pt;
	font-family:Arial, Helvetica, sans-serif;
}
.header-offer p a {
	color:#fff;
}
#contentbg {
	clear:both;
	float:left;
	/* content area background */
	background:#fff;
	overflow:hidden;
	width:100%;
}
#leftbg {
	/* width of the content area  */
	/*background:url(/graphics/leftside-bg.png) no-repeat bottom right;*/
}
#content {
	/* width of center column content (column width minus padding on either side) 
	width:710px;
	/* width of wrapper
	left:940px; */
	padding:15px;
	float:left;
	width:650px;
}

#content-gall {
	/* width of center column content (column width minus padding on either side) 
	width:710px;
	/* width of wrapper
	left:940px; */
	float:left;
	width:910px;
	padding:15px;
}

#rightside {
	float:left;
	width:260px;
	padding-top:18px;
}
#content-body {
}

	#right-button-top {
		margin-top:10px;
	}
	#right-button-bottom {
		margin-top:10px;
		padding-bottom:20px;
	}

#footer {
	background-color:#035096;
	width:940px;
	clear:both;
	padding:10px 0px 10px 0px;
}
	#footer-info {
		clear:both;
		float:left;
		margin-bottom:20px;
	}
	
#footer-info a {
	color:#fff;
	text-decoration:underline;
}

#footer-info a:hover {
	text-decoration:none;
}

#footer-info a:visit {
	color:#fff;
}

#footer #liberty-office {
	float:left;
	text-align:center;
	width:300px;
}

#footer #portland-office {
	float:left;
	text-align:center;
	width:300px;
}
#footer-links {
	float:left;
	text-align:center;
	width:340px;
}

#footer-middle {
	padding:20px;
	text-align:center;
	margin:0 auto;
}

#footer-middle img {
padding: 0 10px;;
}
#footer-contact {
	margin: 0 auto;
	color:#fff;
	font-size:11px;
	font-weight:normal;
	text-align:center;
}

#footer-contact a, #footer-contact a:link, #footer-contact a:hover, #footer-info a:visited  {
	color:#fff !important;
	font-weight:bold;
}

#footer p {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}

#footer span {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:bold;
}

/****** End Page Layout ********/


/* Formatting for main body of the site */
#content h1, #content-gall h1  {
	color:#666;
	padding:0px 0px 10px 0px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
#header h1, #header h4 {
	color:#FFF;
	padding:3px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	display:block;
}
#header h5 {
	color:#FFF;
	padding:3px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	float:left;
}
#header a, #header a:visited  {
	color:#FFF;
}
#header a:hover {
	color:#FFE00D;
}
#content h2, #rightside h2, #content-gall h2 {
	/* Set top and bottom padding for element */
	padding:5px 0px;
	font-size:16px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#035096;
}
#content h3, #rightside h3 , #content-gall h3 {
	font-size:13px;
	font-weight:bold;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:5px 0px;
	color:#035096;
}
#content h4, #rightside h4, #content-gall h4 {
	font-size:13px;
	font-weight:bold;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:5px 0px;
	color:#035096;
}
#content p , #rightside p, #content-gall p {
	/* Set top and bottom padding for element */
	padding:5px 0;
	font:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#content hr
{
	color:#035096;
	height:1px;
	border:1px solid #035096;
}
#content ul, #content-gall ul {
	margin:5px 0px;
}
#content ul.faq, #content-gall ul.faq {
	margin:5px 0px 0px 0px;
}
#content ol , #content-gall ol{
	margin:5px 0px;
}
#content ol.faq, #content-gall ol.faq {
	margin:5px 0px 0px 0px;
}

#content li, #rightside li, #content-gall li{
	padding:4px 0px 4px 0px;
	margin-left:25px;
	font:Verdana, Arial, Helvetica, sans-serif;
}

#content span {
	
}

#content hr, #rightside hr, #content-gall hr {
	margin:10px 0px;
}

#content a, #rightside a, #content-gall a{
	color:#035096;
	text-decoration:underline;
}

#content a:hover, #rightside a:hover, #content-gall a:hover {
	text-decoration:none;
}

#content a:visit, #rightside a:visit, #content-gall a:visit{
	color:#035096;
}

#content table {
	margin:15px;
	border:1px solid #000;
}

#content th {
	background:#035096;
	color:#fff;
	font-weight:bold;
	padding:5px;
	margin:0px;
	border:1px solid #000;
}

#content td {
	border:1px solid #000;
	margin:0px;
	padding:5px;
	background:#fff;
	font-weight:normal;
	text-align:center;
}
#content td.alt {
	font-weight:bold;
	background:#efefef;
}

.right-box {
	float:right;
	border: 1px solid #000;
	padding:8px;
	margin:8px;
	width:250px;
}

/****** End Design section ********/

/* Styles for the contact form */
form input {
	margin-top: 4px;
	margin-bottom:8px;
}
form .label {
	display: block;
	float: left;
	text-align:right;
	width:110px;
	margin-top: 8px;
}
form label {
	margin-right:3px;
}
form textarea {
	margin:5px;
}
#Reset {
	margin-left:10px;
}

/* various styles for form elements */
.button {
	border:1px solid black;
	background:#035096;
	color:#fff;
	font-weight:bold;
	padding:3px;
}
.text-field {
	border:1px solid black;
	background:#f5f5f5;
}
.required {
	color:#F00;
}
.clearline {
	clear:both;
}

/*** Services page styles ***/

#content div.end-summary-link {
	margin:10px 0px 20px 10px;
}

#content div.last-end-summary-link {
	margin:10px 0px 0px 10px;
}

/*** end services page styles ***/

/*** site map page styles ***/

#content #site-map ul {
	list-style:inside;
	list-style-type:none;
}

#content #site-map li {
	border-bottom:2px solid #035096;
	width:240px;
	background:url(/graphics/blue-arrow.png) left center no-repeat;
	margin-top:15px;
	padding:2px 15px;
}

#content #site-map a {
	font-weight:bold;
}

#content #site-map a:visit {
	color:#035096;
}

#content #site-map ul ul {
	list-style-type:circle;
}

#content #site-map ul ul li {
	border:none;
	background:none;
	margin-left:25px;
	margin-top:5px;
}

#content #site-map ul ul li a {
	font-weight:normal;
}


#content #site-map ul ul li a:hover {
	text-decoration:underline;
}

/*** end site map page styles ***/

/*** locate us page styles ***/

#content #directions h3 {
	
}

#content #directions ol {
	margin-bottom:20px;
}

#content #directions ol.no-margin {
	margin-bottom:0px;
}

#content .locate-links {
	padding:15px 0px;
	text-align:center;
	
}

#content .locate-links a {
	color:#035096;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	
}

#content .locate-links a:hover {
	text-decoration:none;
}

#content .locate-links a:visit {
	color:#035096;
}

#content div#locate-location {
	clear:both;
	width:700px;
	padding-bottom:30px;
}

#content div#locate-location-left {
	width:304px;
	float:left;
	padding:0px 9px;
}

#content div#locate-location-right {
	float:right;
	width:314px;
	padding:0px 4px;
}

#content div#locate-location div.locate-info {
	padding:10px 0px;
}
	
#content div#locate-location div.locate-info p {
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-align:center;
}


#content div#locate-location div.locate-map {
	
}
	
	

/*** end locate us page styles ***/

/*** start project gallery page styles ***/

div.property {
	clear:both;
	
}

div.property-left {
	float:left;
}

div.property-right {
	float:left;
}

#content table.property-info {
	border:none;
	background:none;
	color:#000;
	width:390px;
	margin:0px 10px;
}

#content table.property-info tr {
}

#content table.property-info td {
	color:#000;
	font-weight:normal;
	border:none;
	background:none;
	text-align:left;
}
#content table.property-info label {
	font-weight:bold;
	color:#035096;
}
#content h3.projects {
	padding-bottom:20px;
}

#content div.top-of-page {
	padding:15px;
}

#content div.top-of-page a {
	font-size:8pt;
}

.testimonial-1 {
	border:1px solid #035096;
	background-color: #C9D9E9;
	padding:5px;
	margin-bottom:15px;
}

.testimonial-2 {
	border:1px solid #035096;
	background-color: #F0F4F7;
	padding:5px;
	margin-bottom:15px;
}

.testimonial-top {
	border:1px solid #035096;
	background-color: #F0F4F7;
	padding:5px;
	margin-bottom:15px;
	width:600px;
}

.project-1 {
	border:1px solid #035096;
	background-color: #C9D9E9;
	padding:10px;
	margin-bottom:15px;
}


.project-2 {
	border:1px solid #035096;
	background-color: #F0F4F7;
	padding:10px;
	margin-bottom:15px;
}

/*** end project gallery page styles ***/

/*** Start eNewsletter Styles ***/

div#form div.radio-list {
	padding:0px 0px 5px 15px;
}

.news-image {
	border:1px solid; border-color:#cccccc; padding: 5px 10px 5px 5px; 
}

.newscontent {  
	padding-bottom:10px;
	height:150px;
}
.openhouse {
	 margin: 0px 0px 10px 5px;
	 border:1px solid #cccccc;
}
/*** End eNewletter Styles ***/

/* Special Alignment Style */
.right, .alignright {
	float:right;
}
.left, .alignleft {
	float:left;
}
.center {
	text-align:center;
	margin:0 auto;
}
.caption {
	margin: 8px;
	padding: 5px;
	text-align: center;
	border: 2px solid #035096;
	font-size:10px;
	background:#fff;
}
.caption-noborder{
	margin: 8px;
	padding: 5px;
	text-align: center;
	font-size:10px;
	background:#fff;
}
.width120 {
	width:120px;
}
.width150 {
	width:150px;
}
.width200 {
	width:200px;
}
.width250 {
	width:250px;
}
.width300 {
	width:300px;
}
.width400 {
	width:400px;
}
.width500 {
	width:500px;
}
.news-signup {
	font-size: 10px;
}
.callout {
	margin: 8px;
	padding: 5px;
	text-align: center;
	border: 1px solid #035096;
	width:500px;
	background-color:#F0F4F7;
}
.padd-bottom {
	padding-bottom:10px;
	margin-bottom:10px;
}
.padding {
	padding:7px;
}

.news-blogs {
	margin-bottom:15px;
}
.news-blogs img {
	padding:5px;
}

.events {
	width:400px;
	background-color:#E8E8E8;
	border:1px solid #333333;
	padding:8px;
	margin:5px;
}
.clear {
	clear:both;
}

/* Special Sidebar Block Style */
.revision-heat {
	background:url(/graphics/revision-heat.png) no-repeat;
	width:245px;
	height:310px;
	margin: 8px;
	padding: 5px;
}
.revision-heat  h3, .revision-heat  h3 a {
	color:#8DC63E;
	padding:0 0 6px 0;
	font-size:12pt;
}
.rheat-inner {
	padding:22px 15px;
	margin:0 5px;
}

/* enews special */

#enews {
	margin-bottom:10px;
	margin-top:0px;
	position:relative;
	width:240px;
}
#enews .enews-top {
	background:url(/graphics/re-enews-top.png) no-repeat;
	height:53px;
	z-index:0 !important;
}
#enews .enews-inner {
	border-left:2px solid #035096;
	border-right:2px solid #035096;
	padding:5px 10px 0px;
}
#enews .bottom {
	background:url(/graphics/blog/border-bottom.png) no-repeat;
	height:23px;
}

/* blog special */
#blogbar {
	margin-bottom:10px;
	margin-top:0px;
	position:relative;
	width:240px;
}
#blogbar .content-top {
	background:url(/graphics/blog/blog-news.png) no-repeat;
	height:53px;
	z-index:0 !important;
}
#blogbar ul{padding-top:5px !important;}
#blogbar li {padding-bottom:5px;}
#blogbar ul li {
	list-style:none;
	margin-left: 5px;
	}
#blogbar .inner {
	border-left:2px solid #035096;
	border-right:2px solid #035096;
	padding:5px;
}
#blogbar .bottom {
	background:url(/graphics/blog/border-bottom.png) no-repeat;
	height:23px;
}

/* testimonials */

#testimonials {
	margin-top:0px;
	position:relative;
	width:240px;
}
#testimonials .test-top {
	background:url(/graphics/test-top.png) no-repeat;
	height:53px;
	z-index:0 !important;
}

#testimonials .test-inner {
	border-left:2px solid #035096;
	border-right:2px solid #035096;
	padding:10px;
}
#testimonials .bottom {
	background:url(/graphics/blog/border-bottom.png) no-repeat;
	height:23px;
}

/* other special */
#rightside .locations {
	background:url(/graphics/office-locations.png) no-repeat;
	padding: 5px;
}

.locations-inner {
	padding:57px 15px 25px;
	margin:0 5px;
}

.eval {
	padding-bottom:10px;
}

.notice {
	width:600px;
	background-color:#E8E8E8;
	border:1px solid #333333;
	padding:8px;
	margin:5px;
}

.clear {
	clear:both;
}