@charset "utf-8";

/* RESET & CLEARFIX */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

body {
line-height: 1;
}

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/* STICKY FOOTER */

html, body, .page-wrap { height: 100%; }

body > .page-wrap { height: auto; min-height: 100%;}

.inner-wrap { padding-bottom: 80px; }

#footer {
	position: relative; clear: both;
	height: 80px; margin-top: -80px;
}

/* FONTS */

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('League_Gothic-webfont.eot');
    src: url('League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('League_Gothic-webfont.woff') format('woff'),
         url('League_Gothic-webfont.ttf') format('truetype'),
         url('League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* MAIN */

body {
	font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px; line-height: 1.6; color: #555;
	background: #fcfcfc;
}

p { margin-bottom: 12px; }

a { text-decoration: none; color: #868E95; }

a:hover { text-decoration: underline; }

strong { font-weight: 700;}

.page-intro {
	font-family: 'LeagueGothicRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 28px; line-height: 1; margin-bottom: 12px;
	text-transform:uppercase;
}

/* NAV */

#nav {
	margin-bottom: 20px;
}

body.homepage #nav {
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.4);
}

.nav-wrap {
	width: 980px; height: 72px; margin: 0 auto;
	border-bottom: 2px dotted #AEB3B9;
}

body.homepage .nav-wrap {
	border-bottom: none;
}

.logo {
	width: 120px; height: 72px; text-indent: -9999px;
	background: url(../images/bg_logo2.png) no-repeat left center;
	float: left;
}

.nav-menu {
	width: auto; height: 72px;
	float: right;
}

.nav-menu ul {
	width: auto; height: 72px;
}

.nav-menu ul li {
	width: auto; height: 72px;
	display: block; float: left;
}

.nav-menu ul li a {
	display: block; font-size: 14px; line-height: 71px; text-align: center;
	padding: 1px 10px 0; text-transform:uppercase; color: #35424F; 
	font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; font-style: normal;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

.nav-menu ul li a:hover, body.homepage a#nav-home, 
body#contactpage a#nav-contact, body#landowners-page a#nav-landowner,
body#leasepurchase-page a#nav-lpp, body#existing-page a#nav-existing,
body#billboard-page a#nav-billboard { color: #D96B5F; text-decoration: none; }

/*HOME*/

.top-wrap {
	min-height: 548px; 
	background: #CFD3CC url(../images/bg-promo.jpg) no-repeat center top;
}

.bottom-wrap {
	padding-top: 28px;
	box-shadow: 0 -8px 8px -8px rgba(0, 0, 0, 0.6);
}

body.homepage .container {
	margin: 0 auto 40px;
	/*text-shadow: 0 1px 0px rgba(255, 255, 255, 0.95);*/
}

.container {
	width: 980px;
	margin: 30px auto;
}

/*PROMO*/

#promo {
}

.promo-wrap {
	width: 980px; margin: 0 auto; height: 436px;
}

.promo-info {
	width: 660px; 
	padding: 32px 0 0 0;
	font-size: 16px;
}

h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 34px; line-height: 1; color: #fff;
	text-transform:uppercase; margin-bottom: 24px; padding-top: 32px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); text-align: center;
	background: url(../images/bg-h1.png) no-repeat center top;
}

span.largetext {
	font-size: 72px; line-height: 82px;
	font-family: 'LeagueGothicRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.promo-btn-wrap {
	background: url(../images/bg-btn-wrap.png) no-repeat center top;
}

#fb-cform {
	display: block; font-size: 16px; font-weight: 700; line-height: 46px; width: 168px;
	background: #35424F url(../images/bg-btn.png) no-repeat 158px center;
	border-radius: 4px; color: #fff; padding: 0 12px;
	margin: 0 auto; box-shadow: 1px 1px rgba(0, 0, 0, 0.15);
}

#fb-cform:hover {
	background: #5D6872 url(../images/bg-btn.png) no-repeat 158px center;
	text-decoration: none;
}

/*SERVICES*/

.services-wrap {
	margin-bottom: 30px; /*padding-bottom: 30px;
	background: url(../images/bg-services.png) no-repeat center bottom;*/
}

.services-intro {
    color: #777; font-size: 20px; line-height: 1;
	text-align:center; margin-bottom: 22px;
    font-weight: 300; letter-spacing: 12px;
    text-transform: uppercase;
	background: url(../images/bg-servicesintro.png) no-repeat center center;
}

.service {
	margin-right: 20px;
	width: 230px; float: left;
}

.service.last { margin-right: 0; }

.service-title a {
	font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; font-style: normal;
	display: block; font-size: 18px; line-height: 1; text-transform: uppercase;
	color: #35424F; padding: 0 0 4px 0;
}

.service-title a:hover { color:#D96B5F; text-decoration: none; }

.service-info { font-size: 13px; }

.main-info { float: left; width: 460px; }

.main-intro {
	font-family: 'LeagueGothicRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 32px; line-height: 1; margin-bottom: 8px;
	text-transform:uppercase;
}

.main-info p { line-height: 1.8; }

.home-contact {
	width: 440px; float: right;
}

.home-contact p {
	font-size: 18px; color: #222;
	margin-bottom: 12px;
}

.home-contact-phone {
	font-size: 18px; color: #35424F;
}

.home-contact-online { font-size: 18px; color: #35424F; }

.home-info-wrap {
	width: 932px; padding: 20px 24px 8px;
	background: #F1F3F5;
}

.home-intro {
    color: #777; font-size: 20px; line-height: 1;
	text-align:center; margin-bottom: 18px;
    font-weight: 300; letter-spacing: 8px;
    text-transform: uppercase;
}

.home-info { float: left; width: 440px; }

/*SUBPAGE LAYOUT*/

.main-wrap {
	width: 564px; float: left;
}

.main-wrap ul li {
	font-weight: 700;
	background: url(../images/bg-bullet.png) no-repeat 16px 7px;
	margin-bottom: 16px;
    padding-left: 36px;
}

#billboard-page .main-wrap ul li {
	font-weight: 400;
}

.main-wrap ul.sublist {
	margin-top: 8px;
}

.main-wrap ul.sublist li {
	font-weight: 400;
}

.subpage-pic img { display: block; }

.subpage-pic {
	position: relative;
	margin-bottom: 22px;
	padding: 12px; background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.subpage-pic:before, .subpage-pic:after {  
	position: absolute;  
	width: 40%;  
	height: 10px;  
	content: ' ';  
	left: 12px;  
	bottom: 10px;  
	background: transparent;  
	-webkit-transform: skew(-5deg) rotate(-5deg);  
	-moz-transform: skew(-5deg) rotate(-5deg);  
	-ms-transform: skew(-5deg) rotate(-5deg);  
	-o-transform: skew(-5deg) rotate(-5deg);  
	transform: skew(-5deg) rotate(-5deg);  
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);  
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);  
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);  
	z-index: -1;  
}

.subpage-pic:after {  
	left: auto;  
	right: 12px;  
	-webkit-transform: skew(5deg) rotate(5deg);  
	-moz-transform: skew(5deg) rotate(5deg);  
	-ms-transform: skew(5deg) rotate(5deg);  
	-o-transform: skew(5deg) rotate(5deg);  
	transform: skew(5deg) rotate(5deg);  
}

/*FAQ*/

.faq-wrap {
	margin-top: 24px; padding-top: 24px;
	background: url(../images/divider.jpg) repeat-x;
}

.question-wrap {}

.subpage .service-title, .question {
	margin-bottom: 6px; font-size: 18px; color: #222;
}

.answer {}

.sidebar {
	width: 340px; float: right;
}

.side-cta-wrap {
	background: url(../images/bg-cta.png) no-repeat;
	padding: 30px 0 12px; text-align: center;
	font-family: 'LeagueGothicRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 42px; line-height: 1;
	text-transform: uppercase; color: #35424F;
}

.side-cta-info {
	background: url(../images/bg-cta2.png) no-repeat center top;
    color: #777; font-size: 14px;
	text-align:center; padding: 12px 0 14px;
    font-weight: 300; letter-spacing: 2px;
    text-transform: uppercase;
}

.side-cta-info span { color: #333; font-weight:400; }

/*CONTACT PAGE*/

.side-intro {
	width: 200px; float: left;
	font-size: 36px; line-height: 36px;
	color: #999; margin-bottom: 12px;
    font-style: normal;
	text-transform: uppercase;
}

.contact-wrap {
	width: 748px; float: right;
}

.contact-info {
	width: 280px; float: left;
}

.method-type {
    color: #777777;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.method-type, .method {
    padding-bottom: 16px;
}

.contact-form-wrap {
	width: 438px; float: right;
}

.contact-form-intro {
}

.cf-intro {
	font-size: 16px; line-height: 1;
	color: #999; margin-bottom: 12px;
    font-style: normal;
    font-weight: 300;
	text-transform: uppercase;
}

#thankyou p { font-size: 16px }
	
/*FOOTER*/

#footer { background: #151A20; }

.footer-container {
	width: 980px; margin: 0 auto; font-size: 13px;
	padding-top: 12px; color: #ACACAC;
	/*text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);*/
}

.footer-container a { color: #ACACAC; text-decoration: underline; }

.footer-container a:hover { color: #fff; }

.fc-left { width: 400px; float: left; }

.fc-right {
	width: 400px; float: right;
	text-align: right;
}




