/*--------------------> Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: 0;
}

.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}

.center {
	text-align: center;
}

body {
	background:url(../images/bg.jpg) top center no-repeat;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width: 984px;
	height: auto;
	position: relative;
	left: 50%;
	top: 0;
	margin: 0 0 0 -490px;
}
/*--------------------> Header Selectors <--------------------*/

#header {
	position:absolute;
	top:0;
}
.top-logo {
	background:url(../images/top-logo.jpg) top left no-repeat;
	width:663px;
	height:96px;
	position:absolute;
	top:0;
}
#top-btn {
	width: 260px;	
	position:absolute;
	top:0;
	left:725px;
}
#top-btn ul {
	list-style-type: none;
}
#top-btn ul li {
	float:left;
	height:60px;
	text-align:center;
	line-height:12px;
}
#top-btn ul li a {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	}
#top-btn ul li a:hover {
	text-decoration:underline;
}
.green-btn {
	background:url(../images/click-to-see-green.png) top left no-repeat;
	width:120px;
	height:49px;
}
.red-btn {
	background:url(../images/click-to-see-red.png) top left no-repeat;
	width:119px;
	height:49px;
}
#bruckner {
	position:absolute;
	top:275px;
	left:700px;
}
/*--------------------> Mast Selectors <--------------------*/
#flash-video {
	float:right;
	width:352px;
}

#video-container {
	text-align: center;
}
#mast {
	height:404px;
	width:640px;
	position:absolute;
	top:200px;
	
}
#tagline {
	background:url(../images/tagline.png) top left no-repeat;
	width:496px;
	height:36px;
	top:0px;
	margin-left:5px;
	position:absolute;
}

.carousel {
	position: relative;
	top: 74px;
	left: 8px;
	overflow: hidden;
	width: 642px;
	height: 326px;			
}
.carousel .control-buttons {
	position: absolute;
	top: 15.63em;
	left: 32.25em;
	z-index: 99;
}
.carousel .control-buttons button {
	background: none;
	font-size: 0.75em;	
	border: none;
	cursor: pointer;
	font-weight: bold;
	color: #adeb41;
}
.carousel .slide {
	width: 642px;
	height: 326px;
	margin-left: 0.75em;
}
/*--------------------> Top Nav Selectors <--------------------*/

#top-navigation {
	width:701px;
	height:84px;
	background:url(../images/top-nav.png) no-repeat;
	border:0;
	position:absolute;
	top:102px;
	margin-left:280px;
	z-index:999;

}
.sf-menu * {
	list-style: none;
	line-height: 1.0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	font-size: 14px;
	font-weight:bold;
}
.sf-menu {
	width:701px;
	margin:15px 0px 0 35px
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 15em; /* left offset of submenus and width of menus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility:inherit;
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu li li {
}
.sf-menu li li li {
}
.sf-menu a {
	display: block;
	position: relative;
	padding: 5px 25px 5px 5px; /* if you adjust the top/bottom values, you will need to adjust the ul list item height noted below line 44 */
	text-decoration: none;
}
.sf-menu a:link, .sf-menu a:visited { 
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	background-color:#96cfbc;
	left: 0;
	top: 1.5em; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 15em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 15em; /* match ul width */
	top: 0;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color:#FFFFFF;
	text-decoration:none;
	outline: 0;
}

/*--------------------> Content Selectors <--------------------*/

#content {
	padding-top: 600px;
	position: relative;

}

/*--------------------> Column Container Selector <--------------------*/

#column-container {
}

/*--------------------> Left Column Selectors <--------------------*/
#left-column {
	width: 298px;
	height: auto;
	float: left;
	position:relative;
}
#left-column h3 a {
 	color:#000000;
	font-size:26px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:15px 0 0 20px;
	margin:0px 0 10px 0;
	text-decoration:underline;
}
#left-column .left-nav {
	background:url(../images/left-nav.jpg) no-repeat;
	width: 298px;
	height: 451px;
	margin-bottom:10px;
		
}

.left-nav li {
	list-style: none;
	width: 298px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #2b3745;
	margin-bottom: 17px;
}
.left-nav li a {
	display: block;
	width: 294px;
	height: auto;
	padding:0 0 0px 20px;
	color: #2b3745;
}
.left-nav li a:link, .left-nav li a:visited {
	color: #2b3745;
	text-decoration: none;
}
.left-nav li a:active, .left-nav li a:hover {
	text-decoration:underline;
}

/*--------------------> CTA Selectors <--------------------*/
#left-column ul#cta {
	width: 298px;
	list-style-type: none;	
	position:relative;
}
#left-column ul#cta li {
	margin-bottom: 10px;
}
#left-column ul#cta li, #left-column ul#cta li a {
	width: 298px;
	display: block;
}

#left-column ul#cta li.success-cta a, #left-column ul#cta li.success-cta a:link, #left-column ul#cta li.success-cta a:visited {
	height:251px;
	width:298px;
	background:url(../images/success-story-cta.png) top left no-repeat;

}
#left-column ul#cta li.success-cta a:hover, #left-column ul#cta li.success-cta a:active {
	background:url(../images/success-story-cta.png) bottom left no-repeat;
}


/*--------------------> Mini Form Selectors <--------------------*/
#qc {
	position:absolute;
	top:175px;
	left:680px;
	width:283px;
	height:427px;
	padding:0px 0px 0px 0;
}
#qc-top {
	background:url(../images/qc-top.png);
	width:282px;
	height:159px;
	margin-bottom:-10px;

}

#qc ul {
	
}

#qc ul li {
	list-style:none;
	padding:5px 0 0 0;
}

#qc form {
}

#qc textarea {
	width:281px;
	height:102px;
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	overflow:hidden;
}

#qc input {
	width:281px;
	height:20px;
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#qc ul li.submit {
	border: 0;
	background: none transparent;
	height: 33px;
	width: 176px;
	
}
#qc input.mini-form-button {
	background: url(../images/qc-submit.jpg) top left no-repeat;
	height: 33px;
	width: 176px;
	margin-left:107px;
	margin-top:-5px;
}
#qc input.hover {
	background: url(../images/qc-submit.jpg) bottom left no-repeat;
	cursor: pointer;
}

#qc p {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	width:75px;
	margin:-30px 0 30px 0;

}

#qc a {
	color:#000000;
	text-decoration:underline;
}

#qc a:hover {
	text-decoration:none;
	color:#FFFFFF;
}
/*----------------------> Page 1 Forms <---------------------*/
#contact{
}
#contact {
	background-color:#8eb7af;
	width:438px;
	height:590px;
	padding-top:2px;
	padding-bottom:2px;
}
#contact ul{
	list-style:none;
}
#contact ul li{
	margin:1px
}
#contact div{
	
}
#contact input{
	width:350px;
	height:25px;
}
#contact textarea {
	width:350px;
	height:150px;
}
#contact input.select{
}
#contact input.button{
	width:80px;
}
#contact input.orange-main{
}

#contact img {
    vertical-align:middle;
}

/*--------------------> Form Selectors <--------------------*/
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}

/*--------------------> Right Column Selector <--------------------*/

#right-column {
	float:right;
	width:625px;
	padding:20px;
}

h1 {
	color:#000000;
	font-size:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-bottom:8px;
}

h2 {
	color:#4a8d76;
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-bottom:8px;
}

#right-column h3 {
	color:#000000;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#right-column p {
	color:#000000;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height: 20px;
	margin: 8px 0;
}
#right-column img {
	float:right;
	padding:5px;
}

#right-column a {
	color: #967a62;
}
#right-column a:hover, #right-column a:active {
	text-decoration: none;
}
#right-column a:visited {
	color: #727272;
}
#right-column ul, #right-column ol{
	margin: 15px 0 15px 40px;
	color: #30271f;
	font-size: 14px;
	line-height: 20px;
}
#right-column ul { 
}
#right-column li {
	margin: 8px 0;
}

#right-column ol {
}

#right-column ol li {
}


address {
}

#map {
	width:500px;
    height:500px;
	

}
#letter p {
	margin:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
}
#testimonials {
	width:600px;
}
#testimonials img {
	float:left;
}
#testimonials ul {
	list-style:none;
}
#testimonials ul li {

}
/*.cards {
	float:left;
	list-style:none;
}*/
/*--------------------> Right Column CTA's <--------------------*/
#right-cta img {
	float:left;
}
#bruck-quote p{
	text-align:center;
	font-style:italic;
	font-weight:bold;
	font-size:18px;
/*--------------------> Btn Call To Action  Blog Selectors <--------------------*/
}
#btn-cta-blog {
}

#btn-cta-blog a {
}

#btn-cta-blog a:hover {
}

/*--------------------> Blog Navigation Selectors <--------------------*/
#blog {
}

#blog h3 {
}

#blog ul {
}

#blog ul li {
}

#blog ul li a {
}

#blog ul li a:hover {
}

#powered-by {
}

/*--------------------> Footer Selectors <--------------------*/
#bottom-img {
	background:url(../images/bottom-img.jpg) bottom left repeat-x;
	height:54px;
	margin-top:25px;
	position:relative;
}
#footer {
	text-align: center;
}

#footer #footer-wrap {
	width: 970px;
	text-align: left;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

#footer #footer-wrap-img {
	background:url(../images/footer-logo.jpg) top left no-repeat;
	width:155px;
	height:91px;
	margin-top: 20px;
	float: left;
}
#footer #footer-wrap .bottom-contact p{
	color:#4b8974;
}

#footer ul {
}

#footer ul li {
}

#footer a {
	color: #4b8974!important;
}

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

#footer p {
	font-size: 20px;
	color: #000000;
	margin-top:15px;
	line-height:15px;
	padding: 0px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#copy p {
	font-size: 12px;
	color: #000000;
	margin-top:15px;
	line-height:15px;
	padding: 0px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#disclaimer {
	width: 970px;
	float: left;
	padding: 0px 0 10px 15px;
}
#disclaimer p {
	font-size:12px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


/*----------------Sitemap-----------------*/
#sitemap a {
	background:url(../images/site-map.jpg) top left no-repeat;
	height:65px;
	width:350px;
	float:right;
	cursor:pointer;
}
#sitemap a:hover {
	background:url(../images/site-map.jpg) bottom left no-repeat;
}
/*-------------------> Clearfix and sIFR Selectors, Please do not modify <--------------------*/
/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
	visibility: hidden;
}

