/*
Company:	FCB
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html, body {
	background-color: #edeef0;
	height: 100%;
}
body {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 0px;
}
/* @end */

/* @group Layout */

/* Body */
div.container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-color: #fff;
	margin-top: 10px;
}
div.container-green {
	width: 965px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-color: #edeef0;
	background: url(../images/container-bckg.jpg) repeat-y #edeef0;
	margin-top: 0px;
	min-height: 100%;
}

/* Header */
div.topbtn {
	width: 950px;
	height: 48px;
	padding-left: 40px;
	padding-bottom: 10px;
	background-color: #edeef0;
}
div.topbtn-green {
	text-align: right;
	padding-right: 105px;
	padding-top: 24px;
	font-size: 12px;
}
div.btmbtntop-green {
	text-align: right;
	padding-right: 70px;
	padding-top: 20px;
}
div.btmbtn-green {
	text-align: right;
	padding-right: 70px;
	padding-top: 8px;
}
div.header {
	width: 950px;
	height: 198px;
	background: url(../images/independence.jpg) no-repeat #000;
}
div.header-existing {
	width: 950px;
	height: 198px;
	background: url(../images/value.jpg) no-repeat #000;
}
div.header-quick {
	width: 965px;
	height: 280px;
	background: url(../images/greenheader-bckg.jpg) no-repeat #000;
}

/* Footer */
div.footer {
	width: 950px;
	height: 58px;
	padding-left: 55px;
	background-color: #FFF;
}
div.footer-existing {
	width: 950px;
	height: 20px;
	background-color: #BDE1E7;
}
div.footer-quick {
	width: 950px;
	height: 58px;
	padding-left: 55px;
}

/* Content */
div.content {
	padding: 15px 60px 20px 60px;
	background-color: #FFF;
	margin: 0 0 0 0;
}
div.content-existing {
	padding: 0px 60px 0px 60px;
	height: 288px;
	background: url(../images/curve.jpg) no-repeat top right #BDE1E7;
	margin: 0 0 0 0;
}
div.content-green {
	padding: 10px 0px 0px 60px;
	margin: 0 0 0 0;
}
div.left-content-green {
	width: 550px;
	height: 495px;
	margin-right: 15px;
	float: left;
	background-color: #FFF;
	/*-moz-border-radius: 15px;
	-webkit-border-radius: 15px;*/
}
div.left-content-green-interior {
	padding: 15px 30px 15px 30px;
}
div.right-content {
	width: 235px;
	display: inline;
}
div.right-content-green {
	width: 290px;
	height: 395px;
	float: right;
	margin-right: 45px;
	/*background-color: #FFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;*/
}
div.right-content-green-interior {
	padding: 0px 37px 0px 37px;
}
div.btm-button-green {
	clear: both;
	width: 965px;
	padding-top: 20px;
}

img.fee-images {
	padding-bottom: 10px;
}


img.floatRight { 
    float: right; 
    margin: 0px 0 0 60px; 
}

/* @end */

/* @group Common Text Styles */
div.content p {
	font-size: 108%;
	line-height: 170%;
	color: #000;
}
div.content-existing p {
	font-size: 108%;
	line-height: 170%;
	color: #000;
}
div.right-content-green-interior p {
	font-size: 14px;
	line-height: 150%;
	color: #000;
	font-weight: normal;
}
div.left-content-green-interior h1 {
	font-size: 18px;
	line-height: 30px;
	color: #000;
	font-weight: normal;
}
div.left-content-green-interior h2 {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	font-weight: normal;
}
div.left-content-green-interior h3 {
	font-size: 9px;
	color: #000;
	font-weight: normal;
}
div.left-content-green-interior ul li {
	font-size: 15px;
	line-height: 22px;
	color: #000;
	font-weight: bold;
	padding-bottom: 8px;
	list-style: none;
}
div.left-content-green-interior ul {
	margin-left: -40px !important;
	margin-left: 0px;
}
div.left-content-green-interior ul li.one {
	background: url(../images/one.jpg) no-repeat;
	padding-left: 30px;
}
div.left-content-green-interior ul li.two {
	background: url(../images/two.jpg) no-repeat;
	padding-left: 30px;
}
div.left-content-green-interior ul li.three {
	background: url(../images/three.jpg) no-repeat;
	padding-left: 30px;
}
div.left-content-green-interior ul li.four {
	font-size: 9px;
	color: #000;
	font-weight: normal;
	padding-left: 30px;
}
div.content a {
	color: #000;
}

div.content a:hover {
	color: #b2cc4a;
}

div.content-green a {
	color: #000;
}

div.content-green a:hover {
	color: #b2cc4a;
}

div.header-quick a {
	color: #587E12;
	text-decoration: none;
}

div.header-quick a:hover {
	color: #FFF;
	text-decoration: none;
}

span.bc_title {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
}

span.bc_date {
	font-family: "Times New Roman", Georgia, serif;
	color: #929497;
	font-size: 12px;
	font-style: italic;
}

span.bc_summary {
	font-family: "Times New Roman", Georgia, serif;
	font-size: 14px;
	line-height: 20px;
}

span.bc_summary a{
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	font-size: 12px;
	text-decoration: none;
}

span.bc_summary a:hover {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	font-size: 12px;
	color: #b2cc4a;
	text-decoration: none;
}

.blogheader {
	padding-left: 7px;
	padding-top: 10px;
}

.locations {
	margin-left: 50px;
}

/* @end */

/* @group Buttons */
		
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */

/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */