

/** STATIC TITLES **/
.static-titles				{ padding:60px 0px; }
.static-titles h1			{ text-transform:uppercase; font-size:2.5em; font-weight:300; }
.static-titles .sub-title	{ font-size:1.3em; }

.static-titles				{ border-bottom:5px solid #343740; background:#FFFFFF url(backgrounds/static-banner-contact.jpg) no-repeat 50% 50%; background-size:cover; color:#FFFFFF; }
.static-titles-tips 		{ border-bottom:5px solid #343740; background:#FFFFFF url(backgrounds/static-banner-tips.jpg) no-repeat 50% 50%; background-size:cover; color:#FFFFFF; }
.static-titles-about 		{ border-bottom:5px solid #343740; background:#FFFFFF url(backgrounds/static-banner-about.jpg) no-repeat 50% 50%; background-size:cover; color:#FFFFFF; }
.static-titles-valuations 	{ border-bottom:5px solid #343740; background:#FFFFFF url(backgrounds/static-banner-valuations.jpg) no-repeat 50% 50%; background-size:cover; color:#FFFFFF; }
.static-titles-az 			{ border-bottom:5px solid #343740; background:#FFFFFF url(backgrounds/static-banner-az.jpg) no-repeat 50% 50%; background-size:cover; color:#FFFFFF; }
.static-titles-legal 			{ border-bottom:5px solid #343740; background:#FFFFFF url(backgrounds/static-banner-legal.jpg) no-repeat 50% 50%; background-size:cover; color:#FFFFFF; }

.static-titles h1			{ color:#FFF200; text-shadow:0px 2px 3px rgba(0, 0, 0, 0.4);  }
.static-titles .sub-title	{ color:#FFFFFF; }



/** GENERAL **/
.static-wrapper						{ padding:60px 0px; font-size:1.3em; }
.static-wrapper h1,
.static-wrapper h2					{ text-transform:uppercase; line-height:1.2em; }
.static-wrapper .static-left		{ float:left; width:65%; }
.static-wrapper .static-right		{ float:right; width:30%; }

.static-wrapper h1,
.static-wrapper h2,
.static-wrapper h3					{ color:#343740; }
.static-list li						{ color:#FFF200; }
.static-list li span				{ color:#343740; }

a.topLink 						{ font-size:13px; color:#999999; }
.topLink:hover 					{ color:#140F10; }


/** FARRELL LOGO **/
.farrell-logo		{ float:left; width:100%; max-width:280px; }
.farrell-logo img	{ width:100%; max-width:335px; max-height:160px; }



/** STATIC FORMS **/
.static-wrapper form			{ padding:20px; margin:0px 0px 30px 0px; }
.static-wrapper form .styledd	{ width:100%; }

.static-wrapper form			{ background:#EFEFEF; border:1px solid #CCCCCC; }
.static-wrapper form .styledd	{ background:#FFFFFF; }



/** BACK TO TOP **/
.bttop		{ display:block; margin:20px 0px; padding:0px 0px 20px 0px; }

.bttop		{ border-bottom:1px dotted #CCCCCC; }



/** RESPONSIVE **/
@media screen and (max-width:760px){

	.static-wrapper .static-left,
	.static-wrapper .static-right						{ float:none; width:100%; }
	.static-wrapper .static-right.static-right-a-z		{ display:none; }

}