/* Stylesheet / CSS */

/* CSS Reset - Do not edit this line */
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
}

body {
    line-height: 1.5;
    background: white;
}

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

caption, th, td {
    text-align: left;
    font-weight: normal;
    float: none !important;
}

table, th, td {
    vertical-align: middle;
}

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

blockquote, q {
    quotes: "" "";
}

img { max-width: 100%; }

a img {
    border: none;
}

:focus {
    outline: 0;
}

/*
	*
	*	For Color Information - see the css/themes folder.
	*
*/


/* General Style Information */

body {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    padding: 0 0 10px 0;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}
.felt {
    font-family: "felt-tip-roman", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: none;
}

h1 {
    font-size: 48px;
    letter-spacing: -1px;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    letter-spacing: -1px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

p {
    padding: 0 0 20px 0;
}

hr {
    background: none;
    height: 1px;
    line-height: 1px;
    border: 0;
    margin: 0 0 20px 0;
}

ul, 
ol {
    margin: 0 20px 20px 0;
    padding-left: 40px;
}

blockquote {
    margin: 0 0 0 40px;
}

strong, dfn {
    font-weight: 700;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}

em, dfn {
    font-style: italic;
}

sup, sub {
    line-height: 0;
}

pre {
    white-space: pre;
}

pre, code, tt {
    font-family: "Courier New", Courier, mono;
    font-size: 12px;
}

dl {
    margin: 0 0 20px 0;
}

dl dt {
    font-weight: 400;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}

dd {
    margin: 0 0 20px 20px;
}

small {
    font-size: 75%;
}

.post {
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.entry-title {
    padding-bottom: 5px;
}

.postmeta {
    font-size: 11px;
    text-transform: uppercase;
}

.post:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.postmeta {}

a.more-link {
    font-weight: bold;
    text-decoration: none;
}

#header {
    /*padding:40px 0;*/
    padding: 0 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 70px;
}

#header-container {
    position: relative;
    max-width: 900px;
    margin: auto;
}

#header-container h2 {
	font-family: "felt-tip-roman", Arial, Helvetica, sans-serif; font-weight: 700; text-transform: none; text-align: left;
	color: #FFF; text-shadow: 0px 0px 3px #000, 0px 0px 10px #000; 
	position: absolute; top: 80px; left: 190px; width: 70%; display: block; opacity: 1.0;
}


#topbar p {
    padding: 0;
    font-size: 12px;
    line-height: 35px;
}

#topbar a {
    text-decoration: none;
}

#searchform {
    position: relative;
}

#searchform #searchsubmit {
    position: absolute;
    top: 0;
    right: 4px;
    border: 0;
    height: 22px;
    width: 20px;
    text-indent: -9999px;
    cursor: pointer;
}

#searchform #s {
    width: 99%;
    height: 20px;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 5px;
}

#topbar #searchform {
    margin-top: 6px;
}

#topbox {
    overflow: hidden;
    width: 260px;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.login {
    float: left;
    width: 70px;
}

.login a, .login a:visited {
    font-size: 12px;
    color: #ffffff !important;
    text-decoration: none;
}

.search {
    float: right;
    width: 180px;
}

#logo h1 {
    padding: 0;
    margin: 0;
    height: 100px;
    overflow: visible;
    position: relative;
    top: 0px;
}

#outer { background: #8bc750; }
#outer.home { background: #FFF; }

#main {
    /*padding:40px 0 20px 0;*/
    padding: 0;
    position: relative;
    max-width: 900px;
    margin: auto;
}

#main.innerPages {
    /*padding:40px 0 20px 0;*/
    padding: 200px 0 0 0;
    position: relative;
	color: #FFF;
    max-width: 900px;
    margin: auto;
}


.footer_container {
    padding: 20px 0 0 0;
    max-width: 900px;
    margin: auto;
}

.footer_container p { width: 33.33333%; display: block; float: left; }

#footer-bottom {
    padding: 10px 0;
    font-size: 12px;
}

#footer-bottom a.scroll-top {
    padding-left: 15px;
    text-decoration: none;
}

#footer a {
    text-decoration: none;
}

.third {
    display: block;
    float: left;
    height: auto;
    width: 30%;
    margin: 0 5%;
}

.third:first-child, .third:last-child {
    margin: 0 0px;
}

.primary-promo-container {
    margin: 0 0 20px 0;
    width: 100%;
    height: 400px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.promo-container, .cycle-slideshow {
    position: relative;
    opacity: .99;
}

.cycle-slideshow:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: rgba(0, 0, 0, 0.45);
}

.promo-container img {
    width: 100%;
    height: auto;
    position: relative;
}

.promo-container h3 {
	font-family: "proxima-nova", Arial, Helvetica, sans-serif; font-weight: 700; text-transform: uppercase; text-align: center;
	color: #FFF; text-shadow: 0px 0px 3px #000, 0px 0px 10px #000; 
	position: absolute; bottom: 20px; left: 15%; width: 70%; display: block; opacity: 1.0;
}

.promo-navigation {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 20;
}

.promo-navigation a {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    margin-left: 5px;
}

.promo-navigation-small a {
    width: 10px;
    height: 10px;
}

.promo-bottom-navigation {
    padding-bottom: 20px;
    clear: both;
}

.promo-bottom-navigation .promo-navigation {
    bottom: 0;
    right: 0;
}

#weekly_meeting_banner {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 50px;
    margin: 0 auto;
    padding: 0;
    z-index: 20;
    background: url(/img/header_bg.png) bottom;
    text-align: center;
    font-size: 27px;
    letter-spacing: 2px;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-weight: 400;
}

/* Home Page */

.home_ads {
    max-width: 900px;
    height: auto;
}

.home_ads img {
    max-width: 100%;
}

.third_ad {
    float: left;
    height: auto;
    width: 30%;
    margin: 0 5%;
}

.third_ad:first-child, .third_ad:last-child {
    margin: 0 0px;
}

.third_ad.popup { display: none; }

.third_ad.video { height: 0; padding-bottom: 30%; position: relative; }
.third_ad.video h3 { margin-top: 75%; padding-top: 5px; }
.third_ad.video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
}


.third_ad h3 {
    text-align: center;
}

.welcome_box {
    font-size: 18px;
}

.event_box {
    font-size: 16px;
    position: relative;
    margin-bottom: 20px;
}

.event_box h2 {
    font-size: 30px;
}

.event_box table {
    border: thin solid #007398;
}

.event_day {
    font-weight: 700;
    text-transform: uppercase;
    background-color: #007398;
    color: #fff;
    font-size: 16px;
    padding: 5px;
    width: 33.33%;
    text-align: center;
}

.event_date {
    font-size: 70px;
    font-weight: 400;
    color: #007398;
    text-align: center;
    position: relative;
    top: -15px;
}

.event_title {
    border-left: thin solid #007398;
    width: 66.6666%;
    padding: 5px;
    text-align: center;
}

.event_title h4 {
    font-weight: 700;
    color: #007398;
    padding-bottom: 5px;
}


img.propertypic { width: 46%; float: left; height: auto; padding: 25px 0; }
img.propertypic:nth-child(odd) { padding: 0 4% 25px 0; }


/* Post / Pageigation */
.pagination {
    margin: 0 0 40px 0;
    line-height: 30px;
    font-size: 12px;
}

.pagination a,
.pagination a span {
    padding: 5px 10px;
    margin: 2px;
    text-decoration: none;
}

.pagination span.current {
    font-weight: bold;
    padding: 3px 3px;
    margin: 2px;
}

.full_content {
    width: 100%;
}

.main_content {
    width: 65%;
    margin-right: 5%;
    float: left;
}

.main_content img {
    max-width: 100%;
    height: auto;
}

.side_content {
    width: 30%;
    float: right;
}

.widget {
    margin: 0 0 40px 0;
}

.widget,
.widgettitle {
    font-size: 12px;
    line-height: 18px;
}

.widgettitle {
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    line-height: 100%;

}

.widget UL,
.widget OL {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget p {
    padding: 0;
}

.textwidget p {
    padding: 0 0 10px 0;
}

.widget li {
    padding-bottom: 10px;
}

.widget a {
    text-decoration: none;
}

#footer .widget li {
    padding-bottom: 10px;
}

#footer .widget_links li {
    padding-bottom: 1px;
}

#footer .widget li:last-child {
    padding-bottom: 0;
}

#footer h3 {
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    line-height: 100%;
    border-bottom: 1px solid #ddd;
    color: #fff;
}

#footer .questions ul {
    padding: 0;
}

#footer .questions li {
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
}

#footer a, #footer a:visited {
    color: #fff;
}

#footer a:hover {
    color: #86BDD9;
}

#footer p.button {
    text-align: center;
}

#footer p.button a {
    background: #aaa;
    color: #333;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
}

#footer .map {
    text-align: center;
}

#footer .map img {
    border: 3px solid #333;
}

.iconlist h5 {
    line-height: 100%;
    font-size: 15px;
}

.iconlist h5,
.iconlist h5 a {
    font-weight: bold;
    text-decoration: none;
    padding: 0;
}

.iconlist p {
    font-size: 12px;
}

.iconlist img.left
{
    margin: 0 10px 10px 0;
    padding: 0;
}

ul.iconlist, ul.iconlist li {
    margin: 0;
    padding: 0;
}

p.quotebox {
    padding: 14px 20px 14px 40px;
    line-height: 100%;
    margin: 0 0 40px 0;
    font-size: 12px;
}

.ads {
    padding: 16px 0 0 16px;
}

.ads img {
    padding: 0 16px 16px 0;
    display: block;
    float: left;
}

.ads .widgettitle {
    margin-right: 16px;
}

.grid-item {
    padding: 10px 0 0 0;
    margin: 0 0 40px 0;
}

.grid-item p, 
.grid-item h3 
{
    padding-bottom: 5px;
}

/* Contact Form */
form.standard .field {
    padding: 0 0 15px 0;
}

form.standard label {
    display: block;
    padding: 0 0 2px 2px;
}

form.standard .textbox,
form.standard .textarea,
form.standard .select,
form.standard .button,
form.standard .checkbox,
form.standard .radio {
    padding: 8px 5px;
}

form.standard .checkbox,
form.standard .radio {
    border: 0;
}

form.standard .button {
    cursor: pointer;
    padding: 5px 8px;
    line-height: 100%;
}

form.standard .error {
    padding: 1px 6px;
    line-height: 100%;
}

/* Other Common Classes */
.rounded {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.message {
    padding: 8px;
    margin-bottom: 20px;
}

.error,
.warning,
.success,
.error a,
.warning a,
.success a {
    font-size: 13px;
}

.left {
    float: left;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.right {
    float: right;
}

img.left {
    padding: 3px 20px 20px 0;
}

img.right {
    padding: 3px 0 20px 20px;
}

.widget img.left {
    padding: 5px 10px 10px 0;
}

.widget img.right {
    padding: 5px 0 10px 10px;
}

.hidden {
    display: none;
}

.pad {
    padding: 10px;
}

UL.clean,
OL.clean {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.demogrid p {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
    padding: 8px 0;
}

/* ** */

/* Drop down menu */

.tinynav { display: none; position: absolute; top: 25px; right: 5%; }

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    z-index: 10;
}

.sf-menu {
    position: absolute;
    right: 0;
    bottom: 40px;
    float: left;
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 20em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
    width: 100%;
}

.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
    float: left;
    position: relative;
}

.sf-menu a {
    display: block;
    position: relative;
    padding: 10px 1em;
    text-decoration: none;
    font-weight: 400;
    font-family: "proxima-nova", Arial, sans-serif;
    text-transform: uppercase;
}

.sf-menu a.last {
    padding-right: 0px;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 2.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: 10em; /* match ul width */
    top: -11px;
    margin-left: 2px;
}

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: 10em; /* match ul width */
    top: -11px;
}

.sf-menu ul a
{
    font-size: 12px;
}

.sf-menu li ul {
    padding: 10px;
}

.sf-menu a.sf-with-ul {
    padding-right: 30px;
    min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
    position: absolute;
    display: block;
    right: 10px;
    top: 1.05em; /* IE6 only */
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
}

a > .sf-sub-indicator {
    /* give all except IE6 the correct values */
    top: 1em;
    background-position: -10px -100px; /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: 0px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
    background-position: -10px 0;
    top: 0.75em;
}

.sf-menu ul a > .sf-sub-indicator {
    background-position: 0 0;
}

/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/* ** */


/* Custom classes */
.inner-photo {
    padding: 0 0 20px 0;
    max-width: 700px;
}

/* Clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

.clear {
    clear: both;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


select {  
  width: 150px; 
  color: #0A3443;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance:none;
  background: url(/img/menu.png) no-repeat 5px center, url(/img/header_bg.png) repeat center center;
  padding: 5px 5px 5px 43px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  vertical-align: middle;
  border: 0px solid #391E1A;
  border-radius: 0px;
  height: 35px;
  cursor:pointer;
  outline: 0;
}



@media screen and (min-width:1200px) {
	.primary-promo-container, .promo-container:after {
	    height: 500px;
	}
}

@media screen and (max-width:960px) {
	.primary-promo-container, .cycle-slideshow:after {
    	padding-bottom: 41.666666666%;
	    height: 0px;
	}
	.full_content { width: 90%; margin: 0 5%; }
	.main_content { width: 60%; margin: 0 5%; }
	.side_content { width: 25%; margin-right: 5%; }
}

@media screen and (max-width:810px) {
	.sf-menu a { padding: 8px 0.5em; }
}
@media screen and (max-width:745px) {
	.sf-menu a { display: none; }
    .tinynav { display: block; }
	#logo h1 { top: 20px; left: 20px; }
	#logo h1 img { width: 120px; height: 120px; }
	#header-container h2 { top: 60px; left: 150px; font-size: 24px; }
	.promo-container h3 { bottom: 10px; left: 25%; width: 70%; text-align: right; font-size: 18px; }
}

@media screen and (max-width:600px) {
	.main_content { width: 90%; margin: 0 5%; }
	.side_content { width: 90%; margin: 0 5%; }
}

@media screen and (max-width:480px) {
	#header-container h2 { top: 75px; font-size: 20px; }
	.promo-container h3 { bottom: 5px; font-size: 14px; line-height: 15px; }
}


