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

a img {
	border: 0;
}

.center {
	text-align: center;
}

body {
	background-color: #888888;
}

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

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
	line-height:16px;
	color: #6c6c6c;
	position: absolute;
	top: 3px;
	right: 30px;
	height: 116px;
}
#header p {
	text-align:center;
	padding: 0px;
	font-weight:bold;
}

#header ul {
	list-style: none;
	margin: 0px;
	padding: 10px;
	text-align:center;
}

#header span {
	padding: 0px;
	margin: 0px 0px 0px 10px;
}

#header li {
	margin: 0px 10px 0px 10px;
	padding: 0px;
	display: inline;
}

#header a:link, #header a:visited {
	text-decoration: none;
	color: #6c6c6c;
}

#header a:hover, #header a:active {
	text-decoration: none;
	color: #cb9e5f;
}

#logo {
	width: 470px;
	height: 100px;
	display: block;
	position: absolute;
	top: 25px;
	left: 12px;
}
.bigger {
	font-size:24px;
}
/*------------------ Mast Selectors <--------------------*/

#mast {
	position: absolute;
	top: 150px;
	left: 12px;
	display: block;
	width: 935px;
	height: 275px;
	border: #53443e 1px solid;
	padding: 0px;
	margin: 0px;
}

#flash-mast {

}

/*------------------ Top Nav Selectors <--------------------*/

#top-navigation {
    width:935px;
    height:33px;
	position: absolute;
    top:436px;
    left:12px;
	z-index: 800;
	background: url(../images/top_navigation_slice.jpg) top left repeat-x transparent;
	border: #756b5e 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#top-navigation ul {
}

#top-navigation ul li {
}

#top-navigation ul li a:hover {
}

.sf-menu * {
	z-index: 99;
	list-style: none;
	line-height: 18px;;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.sf-menu a:hover * {
	color: #ffffff!important;
}
.sf-menu {
	float: left;
	margin:	0px 0px 0px 0px;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 186px; /* left offset of submenus and width of menus need to match (see below) */
	border: #756b5e 1px solid;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit;
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu li li {
	background:	#bd9d6a;
}
.sf-menu li li li {
	background:	#bd9d6a;
}
.sf-menu a {
	display: block;
	position: relative;
	height: auto;
	padding: 10px 8px 10px 9px;
	text-decoration: none;
}
.sf-menu li:hover {
	color:#FFFFFF;
}
.sf-menu .topLevel:link, .sf-menu .topLevel:visited {
	height: 25px;
	margin: 0px;
	padding: 8px 17px 0px 17px;
	border-left: #FFFFFF 1px solid;
}

.sf-menu .topLevel:hover, .sf-menu .topLevel:active {
	color: #FFFFFF;	
}

.top-navigation-sub a {
}

.sf-menu a.noBorder  {
	height: 25px; 
	margin: 0px;
	padding: 8px 17px 0px 17px;
	border-left: 0px;
}

.sf-menu a:link, .sf-menu a:visited { 
	color: #3e3234;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 33px; /* 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: 186px; /* 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: 186px; /* 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 {
	background-color: #3e3234;
	outline: 0;
	color: #FFFFFF;
}

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

#content {
	padding-top: 450px;
	padding-bottom: 30px;
	position: relative;
	background-color: #FFFFFF;
	width: 960px;
	height: auto;
	margin: 0px;
}
#map {
    width:400px;
    height:400px;
}
/*------------------ Column Container Selector <--------------------*/

#column-container {
}

/*------------------ Left Column Selectors <--------------------*/

#left-column {
	position: relative;
	float: left;
	width: 553px;
	height: auto;
	padding: 0px;
	margin: 40px 20px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#left-column h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #282828;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-weight: 400;
	font-weight:bold;
}

#left-column h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #bd9d6e;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	font-weight: 300;
	font-weight:bold;
}

#left-column h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #bd9d6e;
	padding: 0px;
	margin: 20px 0px 20px 0px;
	font-weight: 400;
	font-weight:bold;
}

#left-column p {
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #252525;
}

#left-column a:link, #left-column a:visited {
	text-decoration: underline;
	color: #252525;
}

#left-column a:hover, #left-column a:active {
	text-decoration: none;
	color: #252525;
}

#left-column  ol{
	list-style: upper-roman;
	margin: 20px 0px 20px 20px;
	padding: 0px;
	font-size: 14px;
	color: #994515;
}

#left-column  ol li{
	list-style: lower-roman;
	margin: 10px 0px 10px 0px;
	padding: 0px;	
}

#left-column  ul{
	list-style: square;	
	margin: 20px 0px 20px 40px;
	padding: 0px;
	font-size: 14px;
	color: #994515;
}

#left-column  li{
	list-style: square;
	margin: 10px 0px 10px 0px;
	padding: 0px;	
}

#left-column .imgLeft {
	padding: 0px;
	margin: 5px 20px 20px 0px;
	border: #89563e thin solid;
	float: left;
}

#left-column .imgRight {
	padding: 0px;
	margin: 5px 0px 20px 20px;
	border: #89563e thin solid;
	float: right;
}

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

#right-column {
	position: relative;
	float: right;
	height: auto;
	width: 308px;
	padding: 0px;
	margin: 40px 13px 20px 0px;
}

#right-column h3 {
}

#right-column p {
}

#right-column ul {
}

#right-column ul li {
}

#right-column ol {
}

#right-column ol li {
}

#map {
}

/*------------------ CTAs <--------------------*/

#noFeeCTA {
	display: block;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	background-image: url(../images/no-fee-CTA.jpg);
	width: 308px;
	height: 138px;
	background-position: bottom left;
	border: #606060 thin solid;
	cursor: pointer;
}

#noFeeCTA:link, #noFeeCTA:visited {
	background-image: url(../images/no-fee-CTA.jpg);
	background-position: bottom left;
}

#noFeeCTA:active, #noFeeCTA:hover {
	background-image: url(../images/no-fee-CTA.jpg);
	background-position: top left;
}


#app {
	display: block;
	margin:20px 40px 0px 25px;
	background-image: url(../images/app.jpg);
	width: 252px;
	height: 142px;
	border: #606060 thin solid;
	}
#facebook:link, #facebook:visited {
	display: block;
	margin-top:40px;
	background-image: url(../images/facebookicon.jpg);
	background-position: top left;
	width: 308pxpx;
	height: 116px;
	border: #606060 thin solid;
}
#facebook:active, #facebook:hover {
	display: block;
	background-image: url(../images/facebookicon.jpg);
	background-position: bottom left;
	margin-top:40px;
	width: 308pxpx;
	height: 116px;
	border: #606060 thin solid;
}
#youtube:link, #youtube:visited {
	display: block;
	margin-top:40px;
	background-image: url(../images/YouTube-Logo.png);
	background-position: top left;
	width: 308pxpx;
	height: 127px;
	border: #606060 thin solid;
}
#youtube:active, #youtube:hover {
	display: block;
	background-image: url(../images/YouTube-Logo.png);
	background-position: bottom left;
	margin-top:40px;
	width: 308pxpx;
	height: 127px;
	border: #606060 thin solid;
}
 
/*------------------ Contact Form Selectors <--------------------*/
#contact {
	display: block;
	height: 485px;
	width: 405px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #606060;
	background: url(../images/qc_slice2.jpg) repeat-x #c9af8a;
}

#contact ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#contact ul li {
	list-style: none!important;
}

#contact-title {
	display: block;
	width: 266px;
	height: 43px;
	padding: 0px;
	margin: 10px 10px 0px 65px;
	background: url(../images/qc_title.jpg) top center no-repeat transparent;
}

#contact form {
}

#contact textarea {
	border: #8c3b12 solid thin;
	width: 360px;
	height: 110px;
	margin: 0px 20px 10px 20px;
	padding: 5px 0px 0px 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#contact input {
	border: #8c3b12 solid thin;
	width: 360px;
	height: 25px;
	margin: 0px 20px 10px 20px;
	padding: 5px 0px 0px 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#contact input.button {
	background: top left no-repeat url(../images/submit_button.gif);
	height: 36px;
	width: 134px;
	padding: 10px 30px 30px 0px;
	float: right;
	cursor:pointer;
	border: none;
}

#contact .hover {
	background: bottom left no-repeat url(../images/submit_button.gif)!important;
	height: 36px;
	width: 134px;	
}

#contact p {
	font-size: 11px;
	color: #CCCCCC;
	padding: 0px;
	margin: 10px 0px 0px 20px;
	float: left;
	position: relative;
	display: inline;
}

#contact a:link, #contact a:visited {
	color: #75381c;
	text-decoration: underline;
}

#contact a:hover, #contact a:active {
	color: #75381c;
	text-decoration: none;
}

#contact .valid {
    background-color: #007940!important;
    color: #FFFFFF!important;
}
contact .invalid {
    background-color: #F00000!important;
    color: #FFFFFF!important;
}
#ngageBTN img {
	display:none;
}
/*------------------ Mini Form Selectors <--------------------*/
#qc {
	display: block;
	height: auto;
	width: 308px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #75381c;
	background: url(../images/qc_slice.jpg) repeat-x #ccb28f;
}

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

#qc ul li {
}

#qc-title {
	display: block;
	width: 266px;
	height: 43px;
	padding: 0px;
	margin: 10px 10px 0px 22px;
	background: url(../images/qc_title.jpg) top center no-repeat transparent;
}

#qc form {
}

#qc textarea {
	border: #8c3b12 solid thin;
	width: 262px;
	height: 105px;
	margin: 0px 10px 10px 17px;
	padding: 5px 0px 0px 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#qc input {
	border: #8c3b12 solid thin;
	width: 262px;
	height: 25px;
	margin: 0px 10px 10px 17px;
	padding: 5px 0px 0px 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#qc input.button {
	background: top left no-repeat url(../images/submit_button.gif);
	height: 36px;
	width: 134px;
	padding: 0px;
	margin: 8px 20px 15px 158px;
	cursor:pointer;
	border: none;
}

#qc .hover {
	background: bottom left no-repeat url(../images/submit_button.gif)!important;
	height: 36px;
	width: 134px;	
}

#qc p {
	font-size: 11px;
	color: #75381c;
	padding: 0px;
	margin: -40px 0px 0px 20px;
	float: left;
	position: relative;
	display: inline;
}

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

#qc a:hover {
	color: #75381c;
	text-decoration: none;
}
.colored {
	
}
#phone-text{
border: #8c3b12 solid thin;
margin: 20px 0 20px 30px;
height: 140px;
width: 250px;
background-color:#53494a;

}

#phone-text input.button {
	background: top left no-repeat url(../images/submit_button.gif);
	height: 36px;
	width: 134px;
	padding: 0px;
	margin: 5px 20px 5px 30px;
	cursor:pointer;
	border: none;
}

#phone-text p{
    font-size: 12px;
    font-weight:bold;
	text-align:center;
    font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px 0px 0px 5px;
	
	
	
	}
	#phone-text h2{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ce8445;
	padding: 0px;
	margin: 8px 0px 0px 30px;
	font-weight: 300;
	font-weight:bold;
	
	
	
	}
	#phone-text input{
	border: #8c3b12 solid thin;
	width: 210px;
	height: 20px;
	margin: 5px 8px 0px 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	}
/*------------------ Form Selectors <--------------------*/
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}

/*------------------ 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 <--------------------*/

#footer {
	background-color: #FFFFFF;
	width: 960px;
	height: 140px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px 0px 60px 0px;
}

#addressWrapper {
	position: relative;
	float: right;
	height: auto;
	width: 170px;
	padding: 0px;
	margin: 0px 10px;
}

#addressWrapper strong {
	font-size: 18px;
	color: #68280e;
	font-style: normal;
	font-weight: 100;
	padding: 0px;
	margin: 0px;
}

#addressWrapper p {
	color: #6c6c6c;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	padding: 0px;
	margin: 3px 0px 3px 0px;
}

#addressWrapper span {
	color: #68280e;
	font-style: normal;
	line-height: 22px;
	font-size: 25px;
}
#addressWrapper .sitemap {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 20px;
	line-height: 22px;
	color: #6c6c6c;
	text-align:center;
}
#addressWrapper .sitemap p a {
	list-style-type:none;
		text-decoration:none;

}
address {
}

#footer ul {
}

#footer ul li {
}

#footer ul li a {
}

#footer ul li a:hover {
}

#footer p {
}

#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #252525;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	color: #252525;
}

/*------------------ Sitemap Selectors <--------------------*/
#sitemap {
}

#sitemap ul {
}

#sitemap ul li {
}

#sitemap ul li a {
}

#sitemap ul li a:hover {
}

/*------------------ Disclaimer Selectors <--------------------*/

#disclaimer {
	width: 720px;
	height: auto;
}

#disclaimer p {
	font-size: 11px;
	line-height: 14px;
	color: #4d4d4d;
	margin: 0px;
	padding: 9px 0px 0px 20px;
	text-align: justify;
}

#disclaimer a {
	text-decoration: underline;
	color: #252525;
}

#disclaimer a:hover {
	text-decoration: none;
	color: #252525;
}

/*------------------ Disclaimer Selectors <--------------------*/

#copyright {
	display: block;
	width: 680px;
	height: 40px;
	padding: 10px 120px 0px 160px;
	margin: 20px 0px 0px 0px;
	background-color: #888888;
	font-family: Arial, Helvetica, sans-serif;
}

#copyright p {
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	color: #FFFFFF;
}

#copyright a:link, #copyright a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#copyright a:hover, #copyright a:active {
	text-decoration: underline;
	color: #FFFFFF;
}


/*----------------- 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;
}
#map {     
	width:400px;     
	height:400px; 
	margin-bottom:30px;
}
