 /* ------------------------------------------------
    CUSTOM WEB FONTS
--------------------------------------------------*/
@font-face {
    font-family: 'trade_gothic_lt_stdextended';
    src: url('fonts/tradegothicltstd-extended-webfont.eot');
    src: url('fonts/tradegothicltstd-extended-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tradegothicltstd-extended-webfont.woff') format('woff'),
         url('fonts/tradegothicltstd-extended-webfont.ttf') format('truetype'),
         url('fonts/tradegothicltstd-extended-webfont.svg#trade_gothic_lt_stdextended') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'trade_gothic_lt_stdBdCnno.20';
    src: url('fonts/tradegothicltstd-bdcn20-webfont.eot');
    src: url('fonts/tradegothicltstd-bdcn20-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tradegothicltstd-bdcn20-webfont.woff') format('woff'),
         url('fonts/tradegothicltstd-bdcn20-webfont.ttf') format('truetype'),
         url('fonts/tradegothicltstd-bdcn20-webfont.svg#trade_gothic_lt_stdBdCnno.20') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'trade_gothic_lt_stdCnno.18';
    src: url('fonts/tradegothicltstd-cn18-webfont.eot');
    src: url('fonts/tradegothicltstd-cn18-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tradegothicltstd-cn18-webfont.woff') format('woff'),
         url('fonts/tradegothicltstd-cn18-webfont.ttf') format('truetype'),
         url('fonts/tradegothicltstd-cn18-webfont.svg#trade_gothic_lt_stdCnno.18') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futura_stdbook';
    src: url('fonts/futurastd-book-webfont.eot');
    src: url('fonts/futurastd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futurastd-book-webfont.woff') format('woff'),
         url('fonts/futurastd-book-webfont.ttf') format('truetype'),
         url('fonts/futurastd-book-webfont.svg#futura_stdbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* --------------------------------------
    RESET
----------------------------------------*/
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, 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;
}

/* -------------------------------------------------------
    GENERAL
---------------------------------------------------------- */
html { overflow-y: scroll; }
body {
    font-family: 'futura_stdbook', Sans-Serif;
    font-size: 16px;
    line-height: 25px;
    color: #CCC;
    background-color: #000;
}

p { margin-bottom: 25px; }
p.intro { font-size: 18px; }

/* links */
a:link, a:visited {
    text-decoration: none;
    font-weight: bold;
    outline: 0;
    color: #004216;
}
a:hover, a:focus, a:active {
    text-decoration: none;
    font-weight: bold;
    outline: 0;
    color: #A67B52;
}
.extraHeightA {
	display: inline-block;
	margin-top: 10px;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
    font-family: 'futura_stdbook', Sans-Serif;
}
h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.9px;
    color: #046416;
    margin-left: -2px;
}
h2 {
    font-size: 22px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 15px;
}
h3 {
    font-size: 18px;
    line-height: 25px;
}

/* Lists */
ul, ol {
	margin-bottom: 25px;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }

/* Clearing and Alignment Classes */
.align-left {
    float: left;
}
.align-right {
    float: right;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.ie7 .clearfix { zoom: 1; } /* IE7 */
.cleardiv {
	clear:both;
}
/* ------------------------------------------------------
    STRUCTURE
--------------------------------------------------------- */
#header-wrap {
    width: 100%;
    height: 111px;
    z-index: 9988;
    position: fixed;
    top: 0;
    left: 0;
    clear: both;
}
header {
    background: url(../images/header-bg.jpg);    
    position: relative;
    width: 1024px;
    height: 111px;
    margin: 0 auto;
}
#headerSpacer {
	display: block;
	width: 100%;
    height: 111px;
    margin: 0 auto;
    clear: both;
}
.content-wrap {
    width: 1024px;
    margin: 0 auto;
    background: #fff;
}
.content-wrap section {
    position: relative;
    padding: 0 0 0 0;
}
.content-wrap section section {
    background: none;
    margin: 0;
}
.content-wrap section .row {
    clear: both;
    overflow: hidden;
    margin-bottom: 25px;
}
.content-wrap section .no-bottom-margin{
    margin-bottom: 0;
}
.content-wrap section .primary {
    float: left;
    width: 1024px;
    margin: 0;
    padding: 0;
}
.content-wrap section .primary p.intro {
    /*margin: 15px 0 10px 0;*/
    margin: 15px 0 25px 0;
}
.ie7 .content-wrap section .back-to-top {
    bottom: -70px;
}

footer {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    padding-top: 0px;
}

/* -------------------------------------------
    Header
-------------------------------------------- */

/* Logo */
#headerLogo {
	float: left;
	margin-left: 40px;
	margin-top: 9px;
	}

/* Main Navigation */
header nav {
    float: left;
    margin-left: 30px;
    margin-top: 45px;
}
header nav ul {
    font-family:'trade_gothic_lt_stdBdCnno.20';
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0;
    list-style: none;
}
header nav ul li {
	display: inline-block;
    height: 56px;
    float: left;
    padding: 10px 15px 0px 15px;
    margin-left: -1px;
    background-color: transparent;
    color: #fff;
    background: url(../images/navBorder.png) no-repeat right;
}
header nav ul li:link, header nav ul li:visited {
    background-color: transparent;
    color: #fff;
    background: url(../images/navBorder.png) no-repeat right;
}
header nav ul li:hover {
    background-color: #fff;
    color: #004216;
}
.active {
    background-color: #fff;
    color: #004216;
}
.inactive {
    background-color: transparent;
    color: #fff;
    background: url(../images/navBorder.png) no-repeat right;
}
.navBorder {
    display: block;
    float: left;
    z-index: 99999;
    height: 66px;
    width: 1px;
    background: url(../images/navBorder.png);
    padding: 0;
}

/* Social Links */
header social {
    float: left;
    margin-left: 20px;
    margin-top: 53px;
}
header social ul {
    padding: 0;
    list-style: none;
}
header social ul li {
    float: left;
    padding-left: 12px;
}

/* Newsletter Form */
form#newsletter {
	width: 382px;
	height: 24px;
	margin: 0px 0 -40px 640px;
	vertical-align: top;
	padding-top: 10px;
}
#emailIcon {
	width: 31px;
	height: 24px;
	background: url(../images/envelope.png);
	float: left;
}
form#newsletter input {
	height: 18px;
	border: none;
	display: inline-block;
	vertical-align: top;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
	text-align: center;
}
input#mce-EMAIL {
	width: 260px;
	margin-left: 8px;
}
form#newsletter input#newsletter-submit {
	height: 20px;
	text-transform: uppercase;
	color: #666;
	cursor: pointer;
}
/* -----------------------------------------
    Home Section
------------------------------------------ */
section#home {
    width: 1024px;
    background: none;
    margin-top: 111px;
}
section#home p {
    font-family:'trade_gothic_lt_stdextended';
    color: #CEE5A1;
    font-weight: normal;
    font-size: 10pt;
    line-height: 15pt;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 0px;
}
section#home p.quote {
    margin-top: 8px;
    line-height: 12pt;
    font-style: italic;
}
.homeBottom {
    float: left;
    clear: both;
    width: 1024px;
    height: 93px;
    background: url(../images/homeFooter.jpg);
}

/* Slider */

.control-container {
    position: relative;
    z-index: 101;
    text-align: center;
    margin: -35px auto;
    padding: 3px 10px;
    width: 200px;
}

.control-element, .control-element-active {
/* this displays element as inline-block; zoom and *display is a hack for ie7 which does not support inline-block */
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 7px;
	height: 7px;
	background: #76B533;
	margin: 0 10px;
	cursor: pointer;
	z-index: 999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.control-element-active {
background: #003115;
}


.player-container-carousel {
    height: 132px;
    width: 1024px;
    margin-top: 208px;
}

.player-back-carousel, .player-forward-carousel {
    background-image: url(../images/carousel-sprite.png);  
    height: 132px;
    width: 40px;
    float: left;
    cursor: pointer;
}

.player-forward-carousel {
    float: right;
    background-position: -47px;
}

.player-back-carousel:hover {
    
}

.player-forward-carousel:hover {
    
}

/* dummy for missing buttons to display the forward button in the same row */
.player-pause-carousel, .player-play-carousel {
    /* this displays element as inline-block; zoom and *display is a hack for ie7 which does not support inline-block */
    display: inline-block;
    zoom: 1;
    display: inline;
}

.slider-wrapper {
    float: left;
    /*position: relative;*/
    width: 1024px;
    height: 549px;
}
.slider-wrapper #apnslider {
    position: absolute;
    width: 1024px; 
    height: 549px; 
}



/* -----------------------------------------
   About - Section now called What We Do
------------------------------------------- */
section#about {
   width: 1024px;
   height: 642px;
   background: #fff;
}
#aboutLeftNavBlock {
	width: 200px;
	height: 300px;
	float: left;
	margin-top: 120px;
}
#aboutHeaderTop {
	width: 824px;
	height: 90px;
	float: right;
}
#aboutHeaderText {
	font-family:'trade_gothic_lt_stdextended';
    color: #A67B52;
    font-weight: normal;
    font-size: 12pt;
    line-height: 16pt;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}
#aboutMain {
	width: 824px;
	height: 540px;
	float: right;
	background-image: url(../images/about/aboutMainBkg.png)
}
.aboutLeftNav {
	width: 200px;
	height: 49px;
	margin-top: 6px;
}


/* Left Tab States */
#ohranger.inactive {
	background: url(../images/about/aboutLeftNavOhRanger.png) no-repeat;
	cursor: pointer;
	background-position: right;
}
#ohranger.active {
	background: url(../images/about/aboutLeftNavOhRangerActive.png) no-repeat;
	background-position: right;
}
#ohranger.inactive:hover {
	background: url(../images/about/aboutLeftNavOhRangerOver.png) no-repeat;
	cursor: pointer;
	background-position: right;
}
#guides.inactive {
	background: url(../images/about/aboutLeftNavGuides.png) no-repeat;
	cursor: pointer;
	background-position: right;
}
#guides.active {
	background: url(../images/about/aboutLeftNavGuidesActive.png) no-repeat;
	background-position: right;
}
#guides.inactive:hover {
	background: url(../images/about/aboutLeftNavGuidesOver.png) no-repeat;
	cursor: pointer;
	background-position: right;
}
#wifi.inactive {
	background: url(../images/about/aboutLeftNavWifi.png) no-repeat;
	cursor: pointer;
	background-position: right;
}
#wifi.active {
	background: url(../images/about/aboutLeftNavWifiActive.png) no-repeat;
	background-position: right;
}
#wifi.inactive:hover {
	background: url(../images/about/aboutLeftNavWifiOver.png) no-repeat;
	cursor: pointer;
	background-position: right;
}
#activation.inactive {
	background: url(../images/about/aboutLeftNavActivation.png) no-repeat;
	cursor: pointer;
	background-position: right;
}
#activation.active {
	background: url(../images/about/aboutLeftNavActivationActive.png) no-repeat;
	background-position: right;
}
#activation.inactive:hover {
	background: url(../images/about/aboutLeftNavActivationOver.png) no-repeat;
	cursor: pointer;
	background-position: right;
}
#social.inactive {
	background: url(../images/about/aboutLeftNavSocial.png) no-repeat;
	cursor: pointer;
	background-position: right;
}
#social.active {
	background: url(../images/about/aboutLeftNavSocialActive.png) no-repeat;
	background-position: right;
}
#social.inactive:hover {
	background: url(../images/about/aboutLeftNavSocialOver.png) no-repeat;
	cursor: pointer;
	background-position: right;
}

/* Main Area */
.aboutMainContainer {
	width: 824px;
	height: 540px;
	margin: 0;
	padding:0;
}
.aboutMainBottom {
	width: 824px;
	height: 103px;
	background: url(../images/about/aboutMainBottom.jpg) no-repeat;
}
.aboutMainSize {
	width: 824px;
	height: 437px;
}
.aboutWindowText {
	width: 430px;
	height: 216px;
	float: left;
	margin: 204px 0 0 38px;
	font-family:'futura_stdbook';
    color: #A67B52;
    font-weight: normal;
    font-size: 12pt;
    line-height: 18pt;
    text-align: justify;
    overflow: auto;
}
.height144 {
	height: 144px;
	margin-bottom: -20px;
}

/* App Download Links */
#clickIOS1 {
	width: 86px;
	height: 26px;
	float: right;
	margin: 36px 238px 0 0;
	cursor: pointer;
}
#clickAND1 {
	width: 86px;
	height: 26px;
	float: right;
	margin: 3px 238px 0 0;
	cursor: pointer;
}
#clickIOS2 {
	width: 86px;
	height: 26px;
	float: right;
	margin: 36px 250px 0 0;
	cursor: pointer;
}
#clickAND2 {
	width: 86px;
	height: 26px;
	float: right;
	margin: 3px 250px 0 0;
	cursor: pointer;
}

/* Main Area Backgrounds */
#selectAboutMainOhrangerOverview {
	width: 824px;
	height: 437px;
	background: url(../images/about/ohranger/aboutOhrangerOverviewBkg.jpg) no-repeat;
}
#selectAboutMainOhrangerActivation {
	width: 824px;
	height: 437px;
	background: url(../images/about/ohranger/aboutOhrangerActivationBkg.jpg) no-repeat;
}
#selectAboutMainOhrangerLocal {
	width: 824px;
	height: 437px;
	background: url(../images/about/ohranger/aboutOhrangerLocalBkg.jpg) no-repeat;
}
#selectAboutMainOhrangerData {
	width: 824px;
	height: 437px;
	background: url(../images/about/ohranger/aboutOhrangerDataBkg.jpg) no-repeat;
}
#selectAboutMainGuidesHistory {
	width: 824px;
	height: 437px;
	background: url(../images/about/guides/aboutGuidesHistoryBkg.jpg) no-repeat;
}
#selectAboutMainGuidesNetwork {
	width: 824px;
	height: 437px;
	background: url(../images/about/guides/aboutGuidesNetworkBkg.jpg) no-repeat;
}
#selectAboutMainGuidesEditorial {
	width: 824px;
	height: 437px;
	background: url(../images/about/guides/aboutGuidesEditorialBkg.jpg) no-repeat;
}
#selectAboutMainGuidesDistribution {
	width: 824px;
	height: 437px;
	background: url(../images/about/guides/aboutGuidesDistributionBkg.jpg) no-repeat;
}
#selectAboutMainWifiOverview {
	width: 824px;
	height: 437px;
	background: url(../images/about/wifi/aboutWifiOverviewBkg.jpg) no-repeat;
}
#selectAboutMainWifiBenefits {
	width: 824px;
	height: 437px;
	background: url(../images/about/wifi/aboutWifiBenefitsBkg.jpg) no-repeat;
}
#selectAboutMainSamplingOverview {
	width: 824px;
	height: 437px;
	background: url(../images/about/sampling/aboutSamplingOverviewBkg.jpg) no-repeat;
}
#selectAboutMainSamplingGood {
	width: 824px;
	height: 437px;
	background: url(../images/about/sampling/aboutSamplingGoodBkg.jpg) no-repeat;
}
#selectAboutMainSocialOverview {
	width: 824px;
	height: 437px;
	background: url(../images/about/social/aboutSocialOverviewBkg.jpg) no-repeat;
}
#selectAboutMainSocialStrategy {
	width: 824px;
	height: 437px;
	background: url(../images/about/social/aboutSocialStrategyBkg.jpg) no-repeat;
}
#selectAboutMainSocialContent {
	width: 824px;
	height: 437px;
	background: url(../images/about/social/aboutSocialContentBkg.jpg) no-repeat;
}
#selectAboutMainSocialInfluencer {
	width: 824px;
	height: 437px;
	background: url(../images/about/social/aboutSocialInfluencerBkg.jpg) no-repeat;
}

/* Bottom Tab Nav */
.aboutTab {
	font-size: 16px;
	list-style: none;
	padding: 0 0 0 22px;
	height: 38px;
}
.tabInactive {
	background-color: #0D6936;
	display: inline-block;
	padding: 8px 8px;
	min-width: 118px;
	text-align: center;
	color: #fff;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	cursor: pointer;
}
.tabInactive:hover {
	color: #72AF35;
}
.tabActive {
	background-color: #0D6936;
	display: inline-block;
	padding: 8px 8px;
	min-width: 118px;
	text-align: center;
	color: #72AF35;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
.downloadTab {
	background: url(../images/about/aboutTabDownload.png) top left no-repeat;
	background-color: #0D6936;
	color: #fff;
	padding-left: 26px;
}
.tabMarginExtra {
	margin-left: 196px;
}
.tabMarginSome {
	margin-left: 54px;
}
#guidesButtonMedia {
	width: 260px;
	height: 36px;
	float: left;
	clear: both;
	margin: 4px 0 0 38px;
	background: url(../images/about/guides/buttonAPNmediaKit.png);
}
#guidesButtonMedia:hover {
	background: url(../images/about/guides/buttonAPNmediaKitOver.png);
}
#guidesButtonAd {
	width: 260px;
	height: 36px;
	float: left;
	clear: both;
	margin: 10px 0 0 38px;
	background: url(../images/about/guides/buttonAPNadSpec.png);
}
#guidesButtonAd:hover {
	background: url(../images/about/guides/buttonAPNadSpecOver.png);
}

/* -----------------------------------------
   Reach
------------------------------------------- */
#reach {
    background: #004117;
    height: auto;
}
section#reach p {
    font-family:'trade_gothic_lt_stdextended';
    color: #fff;
    font-weight: normal;
    font-size: 12pt;
    line-height: 20pt;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 14px;
}
.bigGreen {
    color: #76B335;
    font-size: 24px;
}
#reachMain {
    width: 1024px;
    height: auto;
}
.reachSub1 {
    float: left;
    margin-left: 26px;
    width: 325px;
    height: 406px;
    background: url(../images/mass1.jpg)
}
.reachSub2 {
    float: left;
    width: 325px;
    height: 406px;
    background: url(../images/mass2.jpg)
}
.reachSub3 {
    float: left;
    width: 325px;
    height: 406px;
    background: url(../images/mass3.jpg)
}
section#reach p.subhead{
    font-family:'futura_stdbook';
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16pt;
    text-align: center;
    margin-top: 24px;
    margin-bottom: -2px;
}
section#reach ul {
    margin-top: 184px;
    margin-left: 10px;
    color: #fff;
}
section#reach ul li{
    font-size: 14px;
    line-height: 18px;
}
section#reach p.quote {
    font-family:'trade_gothic_lt_stdextended';
    color: #fff;
    font-weight: normal;
    font-size: 10pt;
    line-height: 15pt;
    text-align: center;
    margin-top: 0;
    margin-bottom: 16px;
}

/* ---------------------------------------
    Partners
----------------------------------------- */
#partners {
    background: #E5E7E8;
    height: 549px;
}
#partnersMain {
	width: 1024px;
	height: 450px;
	background: url(../images/partners/pBkgMain.jpg) no-repeat top;
}

.partnersMainText {
	width: 334px;
	float: right;
	margin: 132px 34px 0 0;
	font-family:'trade_gothic_lt_stdextended';
    color: #A67B52;
    font-weight: normal;
    font-size: 12pt;
    line-height: 18pt;
    text-align: center;
}
#displayBlock {
	display: block;
}
#partnersNav{
	width: 1024px;
	height:  99px;
}
#partnersNavContainer{
	width: 747px;
	height: 75px;
	margin: 8px auto 16px auto;
	/*padding-top: 23px;*/
}
.partnersNavButton{
	width: 75px;
	height: 75px;
	float: left;
	margin: 0 4px 0 4px;
}

/* Button Nav States */
#partnersCanon.inactive{
    background: url(../images/partners/pLogoCanon.png) no-repeat;
    cursor: pointer;
}
#partnersCanon.active {
    background: url(../images/partners/pLogoCanonOver.png) no-repeat;
}
#partnersCanon.inactive:hover {
    background: url(../images/partners/pLogoCanonOver.png) no-repeat;
    cursor: pointer;
}
#partnersGallo.inactive{
    background: url(../images/partners/pLogoGallo.png) no-repeat;
    cursor: pointer;
}
#partnersGallo.active {
    background: url(../images/partners/pLogoGalloOver.png) no-repeat;
}
#partnersGallo.inactive:hover {
    background: url(../images/partners/pLogoGalloOver.png) no-repeat;
    cursor: pointer;
}
#partnersAlaska.inactive{
    background: url(../images/partners/pLogoAlaska.png) no-repeat;
    cursor: pointer;
}
#partnersAlaska.active {
    background: url(../images/partners/pLogoAlaskaOver.png) no-repeat;
}
#partnersAlaska.inactive:hover {
    background: url(../images/partners/pLogoAlaskaOver.png) no-repeat;
    cursor: pointer;
}
#partnersHonda.inactive{
    background: url(../images/partners/pLogoHonda.png) no-repeat;
    cursor: pointer;
}
#partnersHonda.active {
    background: url(../images/partners/pLogoHondaOver.png) no-repeat;
}
#partnersHonda.inactive:hover {
    background: url(../images/partners/pLogoHondaOver.png) no-repeat;
    cursor: pointer;
}
#partnersHyundai.inactive{
    background: url(../images/partners/pLogoHyundai.png) no-repeat;
    cursor: pointer;
}
#partnersHyundai.active {
    background: url(../images/partners/pLogoHyundaiOver.png) no-repeat;
}
#partnersHyundai.inactive:hover {
    background: url(../images/partners/pLogoHyundaiOver.png) no-repeat;
    cursor: pointer;
}
#partnersCelestron.inactive{
    background: url(../images/partners/pLogoCelestron.png) no-repeat;
    cursor: pointer;
}
#partnersCelestron.active {
    background: url(../images/partners/pLogoCelestronOver.png) no-repeat;
}
#partnersCelestron.inactive:hover {
    background: url(../images/partners/pLogoCelestronOver.png) no-repeat;
    cursor: pointer;
}
#partnersOff.inactive{
    background: url(../images/partners/pLogoOff.png) no-repeat;
    cursor: pointer;
}
#partnersOff.active {
    background: url(../images/partners/pLogoOffOver.png) no-repeat;
}
#partnersOff.inactive:hover {
    background: url(../images/partners/pLogoOffOver.png) no-repeat;
    cursor: pointer;
}
#partnersJeep.inactive{
    background: url(../images/partners/pLogoJeep.png) no-repeat;
    cursor: pointer;
}
#partnersJeep.active {
    background: url(../images/partners/pLogoJeepOver.png) no-repeat;
}
#partnersJeep.inactive:hover {
    background: url(../images/partners/pLogoJeepOver.png) no-repeat;
    cursor: pointer;
}
#partnersNatureValley.inactive{
    background: url(../images/partners/pLogoNatureValley.png) no-repeat;
    cursor: pointer;
}
#partnersNatureValley.active {
    background: url(../images/partners/pLogoNatureValleyOver.png) no-repeat;
}
#partnersNatureValley.inactive:hover {
    background: url(../images/partners/pLogoNatureValleyOver.png) no-repeat;
    cursor: pointer;
}

/* Main Area */
.partnersWindow {
	width: 1024px;
	height: 450px;
	overflow: hidden;
}
/* X Button */
.pDismiss {
	width: 21px;
	height: 21px;
	background: url(../images/partners/pDismiss.png) no-repeat;
	margin: 24px 0 0 862px;
	float: left;
	cursor: pointer;
	z-index: 201;
}

/* Main Area Backgrounds */
#partnersCanonLoad {
	background-image: url(../images/partners/pBkgCanon.jpg);
}
#partnersGalloLoad {
	background: url(../images/partners/pBkgGallo.jpg) no-repeat;
}
#partnersAlaskaLoad {
	background: url(../images/partners/pBkgAlaska.jpg) no-repeat;
}
#partnersHondaLoad {
	background: url(../images/partners/pBkgHonda.jpg) no-repeat;
}
#partnersHyundaiLoad {
	background: url(../images/partners/pBkgHyundai.jpg) no-repeat;
}
#partnersCelestronLoad {
	background: url(../images/partners/pBkgCelestron.jpg) no-repeat;
}
#partnersOffLoad {
	background: url(../images/partners/pBkgOff.jpg) no-repeat;
}
#partnersJeepLoad {
	background: url(../images/partners/pBkgJeep.jpg) no-repeat;
}
#partnersNatureValleyLoad {
	background: url(../images/partners/pBkgNatureValley.jpg) no-repeat;
}

/* Main Area Text */
.partnersWindowText {
	width: 316px;
	height: 316px;
	float: left;
	margin: 64px 0 0 186px;
	font-family:'futura_stdbook';
    color: #A67B52;
    font-weight: normal;
    font-size: 11pt;
    line-height: 15pt;
    text-align: justify;
    overflow: auto;
}
.partnersMoreMargin {
	margin: 126px 0 -32px 186px;
}
.partnersSomeMargin {
	padding-top: 32px;
}

/* -----------------------------------------
   Find a Park
------------------------------------------- */
#find {
    background: #fff;
    height: auto;
}
#findTop {
	width: 1024px;
	height: 141px;
	background: url(../images/parkFinderTopBkg.png)
}
#findTopText {
    width: 774px;
    /*height: 100px;*/
    float: right;
    font-family:'trade_gothic_lt_stdextended';
    color: #A67B52;
    font-weight: normal;
    font-size: 11pt;
    line-height: 17pt;
    text-align: center;
    margin-top: 30px;
}
.bigGreen2 {
    color: #76B335;
    font-size: 20px;
}
#findMain {
	width: 100%;
	height: 426px;
	margin-bottom: 24px;
	background-color: #fff;
}
#findLoaderContainer {
	margin: 0 auto;
	width: 975px;
	height: 426px;
}


/* ---------------------------------------------------
    Contact - now called About Us
----------------------------------------------------- */
#contact {
    background: #fff;
    height: 644px;
    padding-bottom: 0;
}
#contactMain {
    width: 1024px;
    height: 454px;
    background: url(../images/contactBkg.jpg);
    padding: 40px 0 0 0;
}
#contactWindow {
	width: 550px;
	height: 350px;
	margin: 0 auto;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: rgba(0,0,0,0.5);
}
#contactHeader1 {
	text-align: center;
	padding-top: 24px;
	font-family:'trade_gothic_lt_stdextended';
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
}
#contactHeader2 {
	text-align: center;
	padding-top: 2px;
	font-family:'trade_gothic_lt_stdBdCnno.20';
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

/* Form Styles */
#contactContact {
	width: 446px;
	height: 240px;
	margin: 0 auto;
}
#contactUL li {
	list-style: none;
}
#contactUL input {
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	background: #FBEBCE;
	height: 22px;
	margin: 12px auto 0 auto;
	text-align: center;
	display: block;
	border: 0;
	box-shadow: -2px 2px 0 #76B335;
    -moz-box-shadow: -2px 2px 0 #76B335;
    -webkit-box-shadow: -2px 2px 0 #76B335;
}
input#Field3 {
	width: 298px;
}
input#Field1 {
	width: 202px;
	float: left;
	vertical-align: top;
	margin-left: 30px;
}
input#Field2 {
	width: 202px;
	float: left;
	vertical-align: top;
	margin-left: 36px;
}
input#Field5 {
	width: 202px;
	float: left;
	vertical-align: top;
	margin-left: 30px;
}
input#Field6 {
	width: 202px;
	float: left;
	vertical-align: top;
	margin-left: 36px;
}
#contactUL textarea {
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	background: #FBEBCE;
	text-align: center;
	border: 0;
	box-shadow: -2px 2px 0 #76B335;
    -moz-box-shadow: -2px 2px 0 #76B335;
    -webkit-box-shadow: -2px 2px 0 #76B335;
}
textarea#Field7 {
	width: 298px;
	height: 100px;
	margin: 12px 0 0 105px;
}
.desc {
	display: none;
}
.hide {
	display: none;
}
input#saveForm {
	background: #76B335;
	color: #fff;
	text-transform: uppercase;
	height: 22px;
	width: 100px;
	margin-top: 6px;
	box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

/* Footer */
#contactFooter {
    width: 1024px;
    height: 150px;
    background: #000;
}
#contactFooterLeft {
    float: left;
    height: 150px;
    width: 180px;
    display: table;
}
#contactFooterLeftL {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#contactFooterLeftL {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: "trade_gothic_lt_stdBdCnno.20", Sans-Serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.contactBigWhite {
	display: table-cell;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    width: 180px;
    clear: both;
}
.contactGreen {
	display: table-cell;
	font-size: 14px;
	line-height: 16px;
	color: #b0b479;
	margin: 20px 0;
	width: 180px;
	clear: both;
}
#contactFooterMiddle {
    float: left;
    height: 150px;
    width: 664px;
    display: table;
    vertical-align: middle;
    text-align: center;
    background: url(../images/footerDivider.png) no-repeat right;
}
#contactFooterMiddleM {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
#contactFooterRight {
    float: left;
    height: 150px;
    width: 180px;
    display: table;
}
#contactFooterRightR {
    display: table-cell;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
    font-family: "trade_gothic_lt_stdBdCnno.20", Sans-Serif;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
}
/* ----------------------------------------------------
    Footer
----------------------------------------------------- */

footer p.footer-text {
    font-family: "trade_gothic_lt_stdBdCnno.20", Sans-Serif;
    font-size: .75em;
    padding: 0;
    margin-bottom: 0;
    clear: both;
}


