﻿/* Begin CSS reset - http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
/** end CSS reset */

/* global styles */
.center { text-align: center !important; }
.middle { vertical-align: middle !important; }
.fltr { float: right; }
.fltl { float: left; }
.underline { text-decoration: underline; }
.clear { clear: both; }
.clearl { clear: left; }
.clearr { clear: right; }
.nobg { background-image: none !important; }
.noborder { border: none !important; }
.textr { text-align: right !important; }
.textl { text-align: left !important; }
.textc { text-align: center !important; }
.hide { display: none; }
.strikethrough { text-decoration: line-through; }
.clickable { cursor: pointer; }
.icon-text32 { margin-right: 5px; position: relative; top: 11px; }
.portrait      
{
    background-color: White;
    border: 1px solid #A7B0B7;
    padding: 5px;
}    
.portrait-shadow 
{
    background-color: #ffffff;
    box-shadow: 0 0 5px #888;
    padding: 5px;
}
.linkcta
{
    background-color: #7d953d;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}


/* basics */
a { color: #0077c0; text-decoration: underline; }
a:hover { color: #005E97; text-decoration: underline; }
p { line-height: 130%; margin: 10px 0; }
hr, .hr
{
    color: #CCCCCC;
    background-color: #CCCCCC;
    height: 1px;
}

h2, h3, h4
{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

h1 
{
    color: #000000;
    font-size: 140%;
    line-height: 120%;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
}
h2 
{
    color: #000000;
    font-size: 130%;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: -5px;
    padding-bottom: 0;
}
h2 a { color: #000; text-decoration: none; }
h2 a:hover { color: #3B3B3B; text-decoration: none; }

h3
{
    color: #000000;
    font-size: 120%;
    font-weight: bold;
    line-height: 130%;
    margin-bottom: -5px;
    padding-bottom: 0;
}
h4
{
    color: #000000;
    font-size: 100%;
    font-weight: bold;
    padding-bottom: 0;
}

blockquote 
{
    color: #777777;
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 167%;
    font-style: italic;
    line-height: 130%;
    margin: 30px 60px;
}  

/* page structure */
body
{
    /* target the MCE editor */
    font-family: Arial, Helvetica;
    padding: 10px;
}
body.page-body, body.sIFR-active /* sIFR on Chrome replaces the page-body class with it's own */
{
    background-color: #8196A3;
    color: #3B3B3B; /* was #5C707C */
    padding: 0;
}

#alert-container
{
    background: #ffffff url("/images/alert-bg.png") repeat-x top left;
    height: 70px;
}
#topedge-container
{
    background: #EEF1F3 url("/images/top-shadow.png") no-repeat top center;
    height: 12px;
}
#header-container
{
    background-color: white;
    border-top: solid 1px #E2E7EB;
}
#nav-container      
{
    background: #2E9ADB url("../images/nav-bg.png") repeat-x top left; 
    height: 56px;
}
#content-container { background-color: #EEF1F3; border-bottom: solid 1px #fff; }
#community-home-header-container, #community-inner-header-container 
{
    background: #CCD5DE url("/images/community-home-header-bg.png") repeat-x left top;
}
#footer-container
{
    background-color: white;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #B3C7C8;
}
#header, #nav, #content, #footer, #community-home-header, #community-inner-header, #alert
{
    margin: 0 auto;
    width: 960px;
}
#content { padding: 0 0 115px 0; position: relative; }


/** alert **/
#alert {}
#alert .alert-icon 
{
    float: left;
    margin-left: 10px;
}
#alert .alert-text
{
    float: left;
    padding: 0 10px;
}
#alert .alert-text p { line-height: 100%; margin: 0; }
#alert .alert-message
{
    color: #ffffff;
    font-size: 120%;
    font-weight: bold;
    margin: 18px 0 0 0;
    text-transform: uppercase;
}
#alert .alert-instructions
{
    color: #FFC3C5;
    font-size: 90%;
    font-weight: normal;
    margin: 2px 0 0 0;
}
#alert .alert-button
{
    display: block;
    float: left;
    width: 161px;
}

/** header **/
#header { height: 95px; width: 872px; }
#header a { text-decoration: none; }
#header a:hover { text-decoration: underline; }
#header a#txtLarge:hover, #header a#txtSmall:hover { text-decoration: none; }
#logo { float: left; padding: 15px 0 0 30px; width: 265px; }
#globalmessage
{
    float: left;
    font-size: 110%;
    padding: 45px 0 0 10px;
    width: 200px;
}

#tools  
{
    float: right; 
    position: relative; 
    width: 330px; 
}

.tools-contact  
{
    clear: both;
    height: 28px;
    left: 245px;
    position: absolute;
    top: -13px;
}

.tools-contact .btn-contact, .tools-contact .btn-canvas { float: right; }
.tools-contact .btn-contact { margin-top: -1px; }
.tools-contact .btn-canvas
{
    background-color: #7E95A3;
    border: 1px solid #596565;
    border-top: none;    
    color: #efefef;  
    font-size: 11px;
    font-weight: bold;
    padding: 5px 10px 7px 10px;
    margin-right: 10px;
    text-decoration: none;      
    text-transform: uppercase;
}

.tools-links
{
    color: #5c707c;
    font-size: 11px;
    height: 27px;
    right: 0;
    position: absolute;
    top: 12px;
    text-transform: uppercase;     
    white-space: nowrap;
}
.tools-links a { color: #5c707c; float: left; text-decoration: none; }
.tools-links a:hover { color: #404F57; text-decoration: underline; }
.tools-links .share, .tools-links .print { margin-right: 22px; padding: 4px 24px 4px 0; }
.tools-links .share  { background: url("../images/hdr-share-icon.png") no-repeat center right; } 
.tools-links .print { background: url("../images/hdr-print-icon.png") no-repeat center right; }
.tools-links .textsize { float: left; padding: 4px 3px 4px 0; }
.tools-links #txtSmall, .tools-links #txtLarge  
{
    display: block; 
    height: 19px; 
    text-decoration: none; 
}
.tools-links #txtSmall  
{
    background: url("../images/hdr-smalltxt-icon.png") no-repeat center center;
    width: 12px;
}
.tools-links #txtLarge 
{
    background: url("../images/hdr-largetxt-icon.png") no-repeat center center;
    width: 19px;
}

.tools-search  
{
    float: right; 
    margin-top: 45px;
    width: 288px; 
}
.tools-search .searchbox
{
    background: #fff url("../images/searchbox-bg.png") repeat-x top left;
    border: none;
    color: #8196a3;
    float: left;
    line-height: 22px;
    height: 22px;
    width: 245px;
}
.tools-search .searchbox-ltcap, .tools-search .searchbox-rtcap 
{
    float: left;
    height: 22px;
    width: 5px;
}
.tools-search .searchbox-ltcap { background: #fff url("../images/searchbox-ltcap.png") no-repeat top left; }
.tools-search .searchbox-rtcap { background: #fff url("../images/searchbox-rtcap.png") no-repeat top left; }
.tools-search .searchboxBlur { font-style: italic; }
.tools-search .searchbtn { float: left; margin-left: 4px; }


/** top nav **/
#nav  
{ 
    background: transparent url("/images/nav-edge.png") no-repeat 100% 5px; 
    height: 50px; 
    overflow: hidden; 
    padding-top: 5px;
    width: 960px; 
}
#nav h5 
{
    color: #0a527e;
    font-size: 100%;
    font-weight: bold;
    margin: 3px 25px;
    padding: 0;
    text-transform: uppercase;
}
#nav ul li { float: left; width: 240px; }
#nav li a { display: block; }
#nav li a span {
    background: transparent url("/images/nav-arrow.png") no-repeat right center;
	padding: 0 12px 2px 0;
}
#nav li a:hover span { background-image: url("/images/nav-arrow-down.png"); }
#nav li li a span, #nav li li a:hover span {
	padding-right: 0;
	background: none;
}
#nav li ul {
	background: #95cced url("/images/navdd-top.png") no-repeat top center;	
	filter: alpha(opacity=100);
	opacity: 1;
	padding-top: 8px;
	position: absolute;
	left: -999em;	
	width: 240px;
	z-index: 100;
}
#nav li
{
    background: transparent url("/images/nav-edge.png") no-repeat top left;
    font-weight: bold;
}
#nav li:hover ul, #nav li.sfhover ul { left: auto; }

/* first-level nav */
#nav li a, #nav li a:link, #nav li a:visited, #nav li a:active
{
    color: #fff;
    font-size: 110%;
    font-weight: bold;
	line-height: 50px;
	height: 50px;
    text-align: center;    
    text-decoration: none;
}
#nav li a:hover { background-color: #95cced; color: #ffffff; }

/* second-level nav */
#nav li li a, #nav li li a:link, #nav li li a:visited, #nav li li a:hover, #nav li li a:active
{
    background: transparent url("/images/navdd-div.png") no-repeat bottom center !important;
    color: #425059;
    font-size: 100%;
    font-weight: normal;
    line-height: 110%;
    height: auto;
    padding: 10px 25px 8px 25px;
    text-align: left;
}
#nav li li:last-child a { background: none !important; }
#nav li li a:hover  
{
    font-weight: bold;
    text-decoration: none; 
}
#nav li li a span  
{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap;
    width: 100%;
}

/* second-level nav, community */
#nav ul.communities li 
{
    background: transparent url("/images/navdd-div.png") no-repeat bottom center !important;
    padding: 7px 0;
}
#nav ul.communities li a
{
    background-image: none !important;
    padding-top: 2px;
    padding-bottom: 2px;
}
    

/* grey the top link for the section we're in, but not the sub-links under that */
#nav li.selected a, #nav li.selected a:link, #nav li.selected a:visited, #nav li.selected a:hover, #nav li.selected a:active
{
    background-color: #95cced; 
    color: #ffffff;
}
#nav li.selected a:hover { color: #fff; }
#nav li.selected span { background-image: url("/images/nav-arrow-down.png"); }
#nav li.selected li a, #nav li.selected li a:link, #nav li.selected li a:visited, #nav li.selected li a:hover, #nav li.selected li a:active
{
    background: none;
    color: #425059;
}
#nav li.selected li span { background: none; }

/** remove the image used for the top hover **/
#nav li:hover li a, #nav li.sfhover li a{
    background-image: none;
}
#nav li li {
    background-image: none;
}

/* breadcrumb */
#breadcrumb 
{
    font-size: 93%;
    overflow: auto;
    padding: 15px 0 5px 0;
}

#breadcrumb ul { list-style: none; }
#breadcrumb ul li { color: #777777; float: left;  }
#breadcrumb ul li.spacer { line-height: 90%; padding: 0 5px 2px 5px; }
#breadcrumb a { text-decoration: none; }
#breadcrumb a:hover { text-decoration: underline; }


/* container */
#container
{
    width: 960px;
    margin: 0 auto;
}

/* footer */
#footer
{
    clear: both;
    font-size: 80%;    
    min-height: 155px;
    overflow: auto;
    padding: 30px 0;
}
#footer .footersection  
{
    border-right: 1px dotted #a6b5be; 
    display: inline-block; 
    float:left; 
    min-height:18px; 
}
#footer .footersection .footercontent { padding: 0 17px; }
#footer .footersection a { text-decoration: none; }
#footer .footersection a:hover { text-decoration: underline; }
#footer .footersection p { margin: 0; }
#footer .footersection h4 { color: #566C11; margin: 0; padding: 0 0 2px 0; }
#footer .footersection h4 a { color: #566C11; }
#footer .footersection ul { padding: 0 0 0 6px; }
#footer .footersection ul li { padding: 4px 0 0 0; width: 85px; }
#footer .footersection ul li a { padding: 8px 0 0 0; color: #8196a3; }
#footer #copyright .footercontent { color: #5c707c; width: 196px; }
#footer .brand-links-block
{
    float: left; 
    height: 100%;
    margin-left: 15px;
    padding-top: 5px;
    width: 121px;  
}
#footer .text-links-block 
{ 
    padding-top: 25px; 
    margin-left: 175px;
}
#footer ul.text-links { float: left; margin: -3px 0 0 10px; } 
#footer ul.text-links li
{
    background: #fff url("/images/footer-spacer.png") no-repeat right center;
    float: left;
    padding: 0 10px;
}

#footer ul.text-links a { color: #566C11; display: block; padding: 3px 0; text-decoration: none; }
#footer ul.text-links a:hover { text-decoration: underline; }
#footer ul.text-links li.twitter { padding-left: 0; }
#footer ul.text-links li.fb a  
{
    background: transparent url("/images/footer-icon-facebook.png") no-repeat center left; 
    padding-left: 12px; 
}
#footer ul.text-links li.twitter a  
{
    background: #fff url("/images/footer-icon-twitter.png") no-repeat center left; 
    padding-left: 18px; 
} 
#footer .disclaimer  
{
    color: #999999; 
    padding-top: 10px;
}
#footer .disclaimer p { margin: 0; }

ul.brand-links { }
ul.brand-links li { float: left; }
ul.brand-links li a
{
    background: #fff url("/images/brand-logos.png") no-repeat top left;
    border-right: dotted 1px #ccc;
    display: block;
    height: 45px;
    width: 60px;
}
ul.brand-links li a.last { border: none; }
ul.brand-links span { display: none; }
ul.brand-links li.vi a { background-position: 0 -55px; }
ul.brand-links li.vi a:hover,
ul.brand-links li.vi a.upstate { background-position: 0 0; } 
ul.brand-links li.classic a { background-position: 0 -165px; } 
ul.brand-links li.classic a:hover,
ul.brand-links li.classic a.upstate { background-position: 0 -110px; } 


/** home page **/
#homepage { position: relative; width: 965px; }
#homepage-banner, #homepage-banner-static-image
{
    background-color: #333333;
    height: 530px;
    overflow: hidden;
    position: absolute;
    width: 718px;
}
#homepage-pods
{
    bottom: 4px;
    height: 141px;
    padding-left: 4px;
    position: absolute;
    top: 388px;
}
#homepage-pods ul { list-style: none; margin: 0; padding: 0; }
#homepage-pods ul li 
{
    display: inline;
}
#homepage-pods a
{
    background: url("/images/homepage-banner-pods-bg.png") no-repeat 0 -146px;
    color: #ffffff;
    display: block;
    float: left;
    height: 111px;
    margin-right: 2px;
    padding: 25px 20px 0 20px;
    text-decoration: none;
    width: 195px;
}
#homepage-pods a:hover { background-position: 0 0; cursor: pointer; }
#homepage-pods a span { color: #ffffff; font-size: 120%; font-weight: bold; }
#homepage-pods a:hover span { color: #9dc51c; }
#homepage-pods p { font-size: 90%; margin: 5px 25px 0 0; }
#homepage-communities
{
    background: url("/images/homepage-communities-bg.png") no-repeat top right;
    height: 530px;
    float: right;   
    width: 242px;
}
#homepage-communities .inner { padding: 15px 20px 15px 20px; }
#homepage-communities .intro { color: #425059; margin: 5px 0 25px 0; }
#homepage-communities .intro p { margin: 0; padding: 0; }
#homepage-communities h2 { font-weight: normal; }
#homepage-communities h5
{
    color: #7f9539;
    font-weight: bold;
    margin-bottom: 4px;
    text-transform: uppercase;
}
#homepage-communities ul 
{
    list-style: none;
    margin-bottom: 20px;
}
#homepage-communities ul li 
{
    background: url("/images/homepage-communities-arrow.png") no-repeat 0 2px;
    line-height: 120%;
    padding-left: 12px;
}
#homepage-communities ul li a { color: #425059; text-decoration: none; }
#homepage-communities ul li a:hover { font-weight: bold; }
#homepage-featured
{
    background-color: #dae5ec;
    margin: 5px 0 0 0;
    padding: 20px;
}
#homepage-featured table { border-collapse: collapse; width: 100%; }
#homepage-featured td { padding: 0 10px; vertical-align: top; }
#homepage-featured .col-img {}
#homepage-featured .col-cta { padding-right: 0; }
#homepage-featured .col-cta h2 { font-weight: normal; padding-top: 0; white-space: nowrap; }
#homepage-featured .col-cta p  
{
    color: #7f9539;
    font-size: 110%; 
    font-weight: bold;
    margin: 5px 0 0 0;
    text-transform: uppercase;
}
#homepage-featured .col-cta div
{
    border-right: 1px solid #7f9539;
    padding-right: 15px;
}
#homepage-featured .col-cta img { margin-top: 20px; }
#homepage-featured .col-desc { color: #425059; padding: 0 14px; }
#homepage-featured .col-desc p { line-height: 170%; margin: 5px 0 0 0; }

/** sub nav **/
#subnav
{
    background: url("/images/leftnav-bg.png") no-repeat bottom left;    
    width: 100%;
    margin: 10px 0 0 -4px; /*IE 6 sucks again */
}
#subnav ul  
{
    background: transparent url("/images/leftnav-dropshadow.png") no-repeat 4px -3px;
    list-style-type: none;
    margin: 0 0 0 2px;
    padding-top: 3px;
    width: 208px; /*IE 6 sucks again */
}
#subnav ul ul { background-image: none; padding-bottom: 0 !important; }
#subnav li { height: auto !important; line-height: 110%; min-height: 33px; width: 100%; }
#subnav li a
{
    color: #425059;
    clear: both;
    display: block;
    font-weight: normal;
    padding: 10px 30px;
    text-decoration: none;
    width: 150px; /* IE 6 sucks */
}
#subnav li.selected a .listitem-name,
#subnav li.selected-parent a .listitem-name
{
    display:block;
    overflow:hidden;
    text-overflow: ellipsis;
    min-height:14px;
    white-space: nowrap;
    width: 100%;
}
#subnav li.subnav-home { height: auto !important; }
#subnav li.subnav-home .inner
{
    display: table-cell; 
    vertical-align: middle;
}
#subnav li.subnav-home a  
{
    color: #8196a3; 
    display: table; 
    position: relative; 
    overflow: hidden;    
}
#subnav li a:hover, 
#subnav li.subnav-home a:hover  
{
    color: #000000;
    font-weight: bold;
}
#subnav li.selected { /*height: auto;*/ }
#subnav li.selected a, 
#subnav li.selected-parent a
{
    background: url("/images/subnav-hoverbg.png") no-repeat 0 0;
    color: #ffffff;
    font-weight: bold;
}

#subnav li ul { padding: 5px 0; }
#subnav li ul ul { padding: 0; }
#subnav li li { min-height: 25px; }
#subnav li li a  
{
    background-image: none !important;
    border: none;
    color: #425059 !important;
    font-size: 93%;
    font-weight: normal !important;
    height: 20px;
    line-height: 100%;
    padding: 2px 15px 2px 45px;
    width: 150px; /* IE 6 sucks */
}
#subnav li li a:hover { color: #000000 !important; font-weight: bold !important; }
#subnav li.selected-parent li.selected > a { color: #000000 !important; font-weight: bold !important; }
#subnav li li li a { padding-left: 55px; width: 155px; /* IE 6 sucks */ }

#subnav .subnav-community
{
    background-color: #dae5ec;
    height: 111px;
    line-height: normal;
    margin: -1px 0 0 4px;
    padding: 0;
    width: 190px;
}
#subnav .subnav-community:hover { font-weight: normal !important; }
#subnav .subnav-community h1  
{
    color: #000000;
    font-size: 140%;
    font-weight: normal;
    margin: 0; 
    padding: 0 10px 5px 10px;
}
#subnav .subnav-community .addr 
{
    color: #0a527e;
    font-size: 93%;
    line-height: 130%;
    padding: 0 10px;
}
#subnav .subnav-community .addr .phone { font-size: 11px; }
#subnav .subnav-community .addr iframe { margin-top: 2px; }
#subnav .subnav-community-selected
{
    background: transparent url("/images/subnav-community-hoverbg.png") no-repeat 0 0 !important;
    margin: -1px 0 0 0;
    width: 210px;
}
#subnav .subnav-community-selected h1 { color: #ffffff; padding: 0 15px 5px 15px; }
#subnav .subnav-community-selected .addr { color: #ffffff; padding: 0 15px; }
#subnav .subnav-generic  
{
    background-color: #DAE5EC;
    height: 40px; 
    margin: -1px 0 0 4px;
    width: 130px;
}
#subnav .subnav-generic h1 
{ 
    color: #000000 !important; 
    font-size: 140%; 
    font-weight: normal;
    line-height: 100%;
    margin: 0;
    padding: 0;
    width: 130px;
}
#subnav .subnav-generic-selected 
{ 
    background: transparent url("/images/subnav-landingpage.png") no-repeat 0 0 !important;
    margin: -3px 0 0 1px !important;
    width: 145px;
}
#subnav .subnav-generic-selected h1 
{
    color: #ffffff !important;
}
#subnav li.last-item
{
    padding: 0 0 15px 0;
}

#subnav li li.last-item
{
    padding: 0 !important;
}

/** inner page body **/
.body-onecol { padding: 10px 0; width: 100%; }
.body-twocol, .body-threecol { width: 100%; }
.body-twocol h1, .body-threecol h1 { margin: 0 0 3px 0; }
.body-twocol td, .body-threecol td { vertical-align: top; }
.body-threecol .col1, .body-twocol .col1 { padding: 0 0 20px 0; }
.body-twocol .col2 { padding: 25px 40px; }
.body-threecol .col1 { float: left; width: 210px;  }
.body-threecol .col2 
{ 
    float: left !important; 
    padding: 10px 0 10px 10px;
    width: 515px; 
}
.body-threecol .col3 
{ 
    float: left !important;
    padding: 0 0 10px 15px; 
    width: 201px; 
}
.innerpage-container 
{ 
    float:left; 
    position: relative; 
    top: 40px; 
    width: 750px; 
}
.innerpage-container .top-bg 
{ 
    background: transparent url("/images/communitybg/communitybg_top.png") no-repeat top left;
    height: 218px;
    left: 0; 
    position: absolute; 
    top: 0;
    width: 752px;
    z-index: 0;
}
.innerpage-container .bodycontainer
{ 
    left: 0;
    overflow: auto;
    position: relative;
    top: 0;
    z-index: 2;
}
.innerpage-container .bodycontainer div { position: relative; z-index: 2; }
.innerpage-container .body-bg
{
    background: transparent url("/images/communitybg/communitybg_body.png") repeat-y top center;
    height: 100%;
    margin: 3px 0 3px 2px;
    overflow: hidden;
}
.innerpage-container .body-bg .twocol-rightrail
{
    padding-left: 25px;
}
.innerpage-container .bottom-bg 
{ 
    background: transparent url("/images/communitybg/communitybg_bottom.png") no-repeat bottom left;
    bottom: 0; 
    left: 1px; 
    height: 127px;
    position: absolute; 
    width: 752px;
    z-index: 0;
}
.bodyleft-bg { background-color: #dae5ec; }
.bodyleft-bg .bodyleft-container { color: #425059; padding: 25px 40px; }
.bodyleft-bg .bodyleft-container h1
{
    color: #000000;
    margin: 0;
    padding: 0;
}
.bodyleft-bg .bodyleft-container hr
{
    background-color: #eef1f3;
    height: 2px;
}
.bodyleft-bg .bodyleft-container h2, .bodyleft-bg .bodyleft-container h3
{
    color: #0a527e;
    font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
}
.bodyleft-bg .bodyleft-container a
{
    color: #566c11;
}
.body-twocol .col1  { width: 210px; float: left; }
.body-twocol .col2 { width: 650px; float: none !important }

.body-twocol-summary { width: 100%; }
.body-twocol-summary td { padding-bottom: 20px; width: 50%; }
.body-twocol-summary h2 { }
.body-twocol-summary .leftcol { padding-right: 10px; }
.body-twocol-summary .rightcol { padding-left: 10px; }
.body-twocol-summary .mainlink { font-weight: bold; text-decoration: none; }
.body-twocol-summary .mainlink:hover { text-decoration: underline; }

.body-community-picker  
{
    border: solid 1px #cccccc;
    overflow: auto;
    padding: 15px;
}
.body-community-picker img { float: left; }
.body-community-picker div { margin-left: 80px; }
.body-community-picker h3
{
    font-size: 130%; 
    line-height: 100%;
    margin: 3px 0 5px 0; 
    padding: 0;
} 
.body-community-picker h4  
{
    font-weight: normal; 
    margin: 0;
    padding: 0;
}
.body-community-picker #community-picker  
{
    margin-left: 5px;
    width: 200px; 
}

/** formstack 
.fsTable .fsFieldCell { padding: 7px 5px !important; }
.fsPagination { margin: 10px 0 !important; }**/


/** make ul/ol in the body area look 'normal' **/
.col1 li, .col2 li, .col3 li, .mceContentBody li
{
    line-height: 125%;
}
.col1 ul, .col2 ul, .col3 ul, .mceContentBody ul
{
    list-style-type: disc;
}
.col1 ol, .col2 ol, .col3 ol, .mceContentBody ol
{
    list-style-type: decimal;
}
.col1 ol, .col2 ol, .col3 ol, .mceContentBody ol, .col1 ul, .col2 ul, .col3 ul, .mceContentBody ul
{
    margin: 10px 0 10px 20px;
}


/** press releases **/
.date-left { margin: 10px 0; }
.date-left .grp { padding: 6px 0; }
.date-left .date { float: left; width: 20%; }
.date-left .link { float: left; line-height: 120%; width: 80%; }

.pr h1 { font-size: 180%; }
.pr .pr-about 
{
    border-top: solid 1px #CCCCCC;
    margin-top: 25px;
    padding-top: 10px;
}
.pr .pr-subtitle { padding-top: 15px; font-size: 133%; }
.pr .pr-details { padding: 15px 0 5px; }
.pr .pr-details .loc { font-weight: bold; text-transform: uppercase; }
.pr .pr-details .date { font-weight: bold; }
.pr .pr-image { float: left; margin: 12px 10px 5px 0; }
.pr .pr-contact { padding-top: 5px; }

/** faq **/
.faq-links li { padding: 5px 0; }
.faq-list { margin-top: 45px; }
.faq-list .q { }
.faq-list .a { padding-bottom: 35px; }
.faq-list .top { font-size: 93%; }
    
/** staff/bios **/
.staff-item { padding: 10px 0; }
.staff-item img { float: left; margin: 0 10px 0px 0; }
.staff-item .name { font-size: 120%; margin-bottom: 2px; padding-bottom: 0; }
.staff-item .title { color: #5c707c; font-weight: bold; }
.staff-item .bio { margin-left: 170px; }
.staff-item .teaser { margin-left: 120px; }

 
/** community grid **/
.community-grid { color: #425059; padding: 15px 0 15px 0; }
.community-grid-itemhdr
{
    background: #8196a3 url("/images/community-grid-itemhdr-bg.png") repeat-x top left;
    color: #ffffff;
    font-size: 180%;
    font-weight: bold;
    margin-top: 15px;
    padding: 5px 15px;
}
.community-grid-itemhdr:first-child { margin-top: 0; }
.community-grid-item
{
    padding: 15px 0; /* margin makes the animation jerky, but padding doesn't */
    margin: 0 15px;
}
.community-grid-item-container
{ 
    border-top: 5px solid #EEF1F3;
    height: 100%; /* make the whole thing hoverable - IE 6 sucks */
}
.community-grid-item-photo { float: left; text-align:center; width: 150px; }
.community-grid-item-photo div { margin-top: 5px; }
.community-grid-item-photo input { margin-right: 5px; position: relative; top: 2px; }
.community-grid-item-photo label.disabled { color: #AAA; }
.community-grid-item-text { margin-left: 170px; }
.community-grid-item-text h3 a { text-decoration: none; }
.community-grid-item-description p { margin-bottom: 0; }
.community-grid h2 { font-size: 190%; font-weight: normal; margin: 10px 40px -8px 40px; }
.community-grid-description { margin: 10px 40px 15px 40px; }
.community-grid-description p { font-weight: bold; margin: 0; }
.community-grid-left { padding-right: 20px; vertical-align: top; }
.community-grid-left h1 { font-size: 180%; margin: 0 20px 5px 20px; }
.community-grid-left p { font-weight: bold; margin: 0 30px 0 20px;  }
.community-grid-right { padding-top: 25px; vertical-align: top; width: 550px; }
.community-grid-right .community-grid-item-container { background-color: #dadee1; }
.community-grid-right .community-grid-item-container-hover { background-color: #e7ebee; }

.community-grid-noresults { }
.community-grid-noresults div { display: none; padding: 20px 0; }
.community-grid-noresults p { font-size: 120%; margin: 10px 40px; }
.community-grid-item-last { border-bottom: none; }
.community-grid-left-header, .community-grid-right-header
{
    padding-left: 40px;
    padding-right: 10px;
}

#community-grid-filter-area
{
    background: url("/images/community-grid-filter-bg.png") no-repeat top left;
    color: #56636B;
    height: 326px;
    margin-top: 20px;
    position: relative;
    width: 380px;
}
#community-grid-filter-area .instructions  
{
    color: #425059; 
    font-weight: normal;
    margin: 5px 10px 15px 10px; 
}
#community-grid-filter-area .green { color: #87A237; }
#community-grid-filter-area-inner { padding: 10px; position: relative; }
#community-grid-filter-area-clear  
{
    bottom: 15px;
    position: absolute;
    right: 13px;
    z-index: 1;
}
#community-grid-filter-area-clear a
{
    background: url("/images/clear-all-btn.png") no-repeat top left;
    display: block;
    height: 27px;
    text-decoration: none;
    width: 68px;
}
#community-grid-filter-area-inner table { margin-top: 5px; }
#community-grid-filter-area-inner td { vertical-align: top; }
.community-grid-filter-area-spacer
{
    width: 1px;
    background-image: url("/images/community-grid-filter-spacer.png");
    background-position: top left;
    background-repeat: repeat-y;
}
.community-grid-filter-area-subsection
{
    margin: 0 20px;
}
.community-grid-filter-area-subsection h4
{
    font-size: 130%;
    font-weight: bold;
    line-height: 100%;
    margin: 0 0 5px 0;
    padding: 0;
}
.community-grid-filter-area-subsection .clear-selections
{
    float: left;
    font-size: 80%;
    margin: 14px 0 0 10px;
    text-decoration: none;
}
.community-grid-filter-area-subsection .clear-selections a
{
    text-decoration: none;
}
.community-grid-filter-area-subsection .clear-selections a:hover
{
    text-decoration: underline;
}
.community-grid-filter-area-subsection .options
{
    clear: both;
    line-height: normal;
    padding: 10px 0 0 0;
}
.community-grid-filter-area-subsection .options .options-1, .community-grid-filter-area-subsection .options .options-2
{
    float: left;
    width: 49.9%;
}
#community-grid-filter-area-care
{
    width: 140px;
}
#community-grid-filter-area-location
{
    width: 160px;
}
#community-grid-filter-area-amenities
{
    width: 305px;
}
#community-grid-filter-area-services
{
    width: 275px;
}
#community-grid-filter-area-state
{
    width: 140px;
}
#community-grid-filter-area .option-item
{
    cursor: pointer;
    margin-left: -3px;
}
#community-grid-filter-area .option-item-text
{
    margin-left: 4px;
    margin-bottom: 4px;
}
#community-grid-filter-area .option-item-checkbox 
{
    background-image: url("/images/radio.gif");
    background-position: -2px -5px;
    height: 19px;
    width: 19px;
    float: left;
}
#community-grid-filter-area .option-item-selected .option-item-checkbox
{
    background-position: -2px -30px;
}
#community-grid-filter-area .option-item-selected .option-item-text
{
    font-weight: bold;
}

/** community comparison **/
#community-compare  
{
    border: solid 1px #cccccc; 
    margin-bottom: 55px;
    position: relative;
    top: 40px;
}

#community-compare td, #community-compare th
{
    border: solid 1px #cccccc; 
    padding: 10px;
    vertical-align: middle;
}
#community-compare th  
{
    font-weight: normal;
    min-width: 215px; 
    text-align: center; 
}
#community-compare th h2 { font-size: 120%; }
#community-compare h3 { margin: 0; padding: 0; }
#community-compare .hdr td { background-color: #DFE2E3; }
#community-compare .hdr td.name
{
    color: #7B7B7B;
    text-align: center;
}
#community-compare .hdr td.title  
{
    font-weight: bold; 
    text-align: left; 
}
#community-compare .cta td { text-align: center; }
#community-compare .check 
{
    background: transparent url("/images/icon-check.png") no-repeat center center;
}


/** community header **/
#community-home-header
{
    padding: 15px 0;
    min-height: 140px;
    overflow: auto;
}
.community-header-right
{
    float: right;
    width: 260px;
    margin-right: 10px;
}
.community-header-right h4 { margin: 30px 0 5px 0; text-transform: uppercase; }
#community-picker  
{
    color: #3B3B3B;
    cursor: pointer;
    font-size: 110%;
    width: 100%; 
}
.community-header-right #community-picker:hover {  }

.community-header-left
{
    float: left;
    margin-left: 15px;
    width: 660px; /* todo: ??? */
}
.community-header-left h1.community-title
{
    color: #425059;
    font-size: 220%;
    margin: 8px 0 2px 0; 
}

.sIFR-active .community-header-left h1.community-title
{
    margin-bottom: -8px;
}

.community-header-left .subtitle { font-size: 120%; margin-top: 5px; }
.community-header-left .contact-line1 { padding: 15px 0 3px 0; }
.community-header-left .contact-line1 a  { text-decoration: none; }
.community-header-left .contact-line1 a:hover { text-decoration: underline; }
.community-header-left .contact-line1 span { padding: 0 8px; }
.community-header-left .contact-line1 span.phone { font-size: 10pt; padding: 0; }
.community-header-left .contact-line1 iframe { position: relative; top: 4px; }
.community-header-left .contact-line2 { }
.community-header-left .community-header-buttons { padding-top: 18px; }

#community-button-brochure { float: left; }
#community-button-tour { float: left; margin-left: 5px; }
#community-button-map { float: left; margin-left: 5px; }

#community-inner-header
{
    padding: 15px 0;
    min-height: 60px;
    overflow: auto;
}
#community-inner-header h1.community-title { margin-top: 0; }
#community-inner-header h4 { margin-top: 15px; }
#community-inner-header .contact-line1 { padding-top: 10px; }

/* community home */
.community-home-welcome { overflow: auto; }
.community-home-welcome-photo
{
    float: left;
    margin: 10px 15px 10px 0;
    width: 100px;
}
.community-home-welcome-text div.communityhome-welcome-header
{
    margin-left: 125px;
}
.community-home-center h2, .community-home-right h2
{
    font-size: 190%;
    font-weight: normal;
    line-height: 130%;
    padding-bottom: 0px;
    margin-bottom: -5px;
}
.community-home-center h3, .community-home-right h3
{
    font-size: 130%;
    padding-bottom: 0px;
    margin-bottom: -5px;
}

.community-home-gallery { height: 370px; margin-top: -10px; }
.community-home-gallery .thumb 
{
    float: left;
    margin: 0 6px 6px 0;
}

/** New Center Styles **/
.community-home-gallery .thumb a img { box-shadow: 0 0 5px #888; height: 370px; width: 500px; }
.community-banner-rotator { padding: 10px 0 0 0px; z-index: 2; }
.community-chicklet { background: transparent url("/images/chicklet-bg.png") repeat-x bottom left; height:36px; width:500px; }
.community-chicklet .chicklets { padding: 11px 0 0 12px; }
.community-chicklet .chicklets a 
{ 
    background-color: #ffffff;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 8px;
    margin: 0 0 0 3px;
    text-decoration: none;
    width: 10px !important; height:10px !important
}
.community-chicklet .chicklets a.activeSlide { background-color: #006eb1 !important; color: #006eb1 !important}
.community-desc { background-color: #dae5ec; max-height: 190px; width:500px; }
.community-desc p { margin: 0; padding: 0; }
.community-desc-block { line-height: 140%; padding: 20px;  }
.community-articlefeed { margin: 5px 2px }
.community-articlefeed li { padding: 3px 0; } 
.community-left-bg { }
.community-right-bg { }


/** Generic Right Rail Styles **/
.address-container { padding: 3px 0 0 0; }
.rightrail { padding: 15px 0 0 0; }
.rightrail h4
{
    color: #7f9539; 
    font-family: Arial; 
    font-size: 10pt; 
    margin: 0 !important; 
    padding: 0 !important; 
    text-transform: uppercase; 
}
 .rightrail .community-feature p { color: #667178; margin: 3px 15px 0 0 !important; }
 .rightrail .community-feature strong
 { 
     color: #000000 !important; 
     font-size: 130%; 
     font-weight: normal;
}
 .rightrail .community-feature .community-feature-block a.feature-link
 {   
    display: block;
    min-height: 19px;
    text-decoration: none; 
    width: 100%;  
 }
.rightrail .community-feature .community-feature-block a:hover.feature-link
{ 
    text-decoration: none; 
}
.rightrail .community-feature .community-feature-block .community-rightrail-map { margin: 10px 0 6px 0; }
.rightrail .community-feature .community-feature-block ul { list-style-type: none; margin: 0 !important; }
.rightrail .community-feature .community-feature-block li { color: #667178; padding: 3px 0 0 0; }
.rightrail .feature-map { position: relative; }
.rightrail .community-rightrail-map 
{ 
    box-shadow: 0 0 5px #888; 
    height: 155px; 
    width: 185px; 
}
.rightrail .community-rightrail-map img 
{ 
    height: 145px; 
    padding: 5px; 
    width: 175px; 
}
.rightrail .feature-map a
{
    text-decoration: none;
}
.rightrail .community-feature a.learnmore
{
    position: absolute;
    z-index: 2;
}
.rightrail .community-feature span, .rightrail .businesscard span   
{
    display: block;
    color: #667178; 
    line-height: 125%; 
}
.rightrail .businesscard .phonenumber { color: #7f9539 !important; font-size: 9pt !important; }
.rightrail .businesscard .businesscard-btns { padding: 5px 0 10px 0; }
.rightrail .businesscard .businesscard-btns .brochure
{ 
    background: transparent url("/images/downloadbrochure-btn.png") no-repeat top left;   
    display: block; 
    height: 26px;      
    margin: 5px 0 0 0; 
    text-decoration: none;
    width: 126px; 
}
.rightrail .businesscard .businesscard-btns .planavisit
{ 
    background: transparent url("/images/planavisit-btn_126x27.png") no-repeat top left;  
    display: block;   
    height: 26px; 
    margin: 5px 0 0 0;
    text-decoration: none; 
    width: 126px;    
}

/** Vertical Right Rail **/
.col3 .rightrail .community-feature { border-bottom: 1px solid #cad3d8;  width:190px; }
.col3 .rightrail .community-feature:last-child { border-bottom: none; }
.col3 .rightrail .community-feature .community-feature-block, 
.col3 .rightrail .businesscard .community-feature-block 
{ 
    padding: 7px 0 7px 3px; 
}
.col3 .rightrail .community-feature .community-feature-block a.feature-link 
{ 
    background: url("/images/rightrail-arrow.png") no-repeat 175px center;     
}
.col3 .rightrail .community-feature .community-feature-block a:hover.feature-link
{
    background: url("/images/rightrail-arrow.png") no-repeat -37px center;     
}
.col3 .rightrail .community-feature a.learnmore 
{
    left: 118px; 
    top: 150px;
}

/** Horizontal Right Rail **/
.twocol-rightrail { width: 100%; }
.twocol-rightrail .rightrail 
{ 
    height: 100%; 
    overflow: auto;
    padding: 0; 
    width: 100% 
}
.twocol-rightrail .rightrail .community-feature
{ 
    /*border-right: 1px solid #cad3d8; */
    display: none;
    float: left;
    margin: 0 0 10px 0;
    min-height: 65px; 
    padding: 0 0 10px 0;
    width:175px;
}
.twocol-rightrail .rightrail .businesscard        
{
    border-left: 1px solid #cad3d8;
    float: left;
    padding-left: 12px;
    width: 175px;
}
.twocol-rightrail .rightrail .community-feature .community-feature-block, 
.twocol-rightrail .rightrail .businesscard .community-feature-block 
{ 
    padding: 0px 0 0px 15px; 
}
.twocol-rightrail .rightrail .community-feature .community-feature-block a.feature-link /* Generic Style except background */
{ 
    background: url("/images/rightrail-arrow.png") no-repeat 140px 21px;    
}
.twocol-rightrail .rightrail .community-feature .community-feature-block a:hover.feature-link /* Generic Style except background */
{
    background: url("/images/rightrail-arrow.png") no-repeat -72px 21px;     
}
.twocol-rightrail .rightrail .feature-map
{
    display: block !important;
    padding: 0 30px 30px 0;
    width: 200px;
}
.twocol-rightrail .community-feature .learnmore
{
    left: 132px; 
    top: 140px;
}


/** Featured Content (Right Rail) **/
.featuredcontent-block
{
    border-bottom: 1px solid #cad3d8;
    width: 175px;
}
.featuredcontent
{
    padding: 12px 0;
    position: relative;
}
.featuredcontent .subtitle 
{
    color: #425059;
    display: block;
    margin: 3px 0 7px 0;
    text-transform: uppercase;
}
.featuredcontent a.cta-overlay {
	bottom: 30px;
	position: absolute;
	right: 5px;
}
.featuredcontent p:last-child { margin-bottom: 0; }


/** Community Highlight **/
.community-highlight-container 
{
    background-color: #dae5ec;
    margin: 10px 0 0 3px;
    width:191px;
}
.community-highlight-container h4
{
    color: #7f9539; 
    font-size: 100%;
    line-height:110%;
    margin: 0 !important; 
    padding: 0 !important; 
    text-transform: uppercase;
}
.community-highlight-container .community-highlight
{
    padding: 15px 15px 10px 15px;
}
.community-highlight-container .community-highlight p 
{
    color: #4b5962;
    line-height: 130%;
    margin: 5px 0 !important;
}
.community-highlight-container .community-highlight a
{
    color: #566c11;
}
.community-highlight-container .community-highlight a:hover 
{
    text-decoration:underline;
}

/** Community News **/
.news-article-container { padding: 10px 0 0 0; }
.news-article-container .news-article
{
    border-bottom: 1px solid #000000;
    min-height: 200px;
    overflow:auto;
    padding: 10px 0 0 0;
}
.news-article-container .news-article .news-image
{
    float: left;
    height: inherit;
    width: 180px;
}
.news-article-container .news-article .news-content
{ 
    float:left; 
    padding: 0 0 10px 20px; 
    width:300px;
}
.news-article-container .news-article .news-content h2 { margin: 0; padding: 0; }
.news-article-container .news-article .news-content p { margin: 5px 0 0 0; }
.news-article-container .news-article .news-content p span { font-weight: bold; }
.news-article-container a.selected
{
    background-color: #ffffff;
}
.pager-number, .pager-next
{
    display: inline-block;
    margin: 10px 0 0 5px;
    padding: 5px;
}

.photo-gallery
{
    width: 280px;
    padding-bottom: 20px;
}
.photo-gallery-images
{
    height: 180px;
    width: 280px;
}
.photo-gallery-image-noshow
{
    display: none;
}
.photo-gallery-controls
{
    background-color: #077CC2;
    overflow: auto;
}
.photo-gallery-control-prev
{
    float: left;
}
.photo-gallery-control-next
{
    float: right;
}


/** community contact **/
.community-contact table
{
    border: 0;
    padding-top: 10px;
}
.community-contact td
{
    padding: 0;
    width: 240px;
    vertical-align: top;
}
.community-contact td.community-contact-center-col
{
    padding-left: 10px;
    padding-right: 10px;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
}
.community-contact td.community-contact-left-col
{
    padding-right: 10px;
}
.community-contact td.community-contact-right-col
{
    padding-left: 10px;
}

.community-contact-item
{
    border-top: solid 1px #cccccc;
    padding-top: 10px;
    padding-bottom: 5px;
}
.community-contact-item-first
{
    padding-top: 0;
    border-top: 0;
}
.community-contact-item-last
{
    padding-bottom: 0;
}
.community-contact-item h3, .community-contact-item h3 p
{
    margin: 2px 0;
}
.community-contact-item h3
{
    font-size: 150%;
}
.community-contact-item h3 a
{
    text-decoration: none;
}


/** community pricing **/
.community-pricing { width: 100%; }
.community-pricing h2 { margin-top: 15px; }
.community-pricing tr:first-child h2 { margin-top: 0; }
.community-pricing p { margin-bottom: 0; }
.community-pricing .row-tophdr td { border: none !important; }
.community-pricing .row-hdr td  
{
    background-color: #8196a3;
    color: #ffffff;
    font-weight: bold; 
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase; 
}
.community-pricing td  
{
    border: 1px solid #8196a3;
    border-style: none solid solid solid;
    padding: 9px 5px; 
}
.community-pricing .col-name { font-weight: bold; }
.community-pricing .col-fee 
{
    font-weight: normal;
    text-align: center;
    width: 120px;
}


/** floorplans **/
.floorplan-thumbnail img
{
    margin: 0;
    padding: 0 0 6px 0;
}
.floorplan-thumbnail-selected img
{
    padding: 2px;
    border: 2px solid black;
    margin: 2px;
}

.floorplan-thumbnail-group-placeholder, .floorplan-thumbnail-group
{
    background-color: #cccccc;
}
.floorplan-thumbnail-group .floorplan-thumbnail-group-placeholder, .floorplan-thumbnail-group .floorplan-thumbnail-group
{
    background-color: #aaaaaa;
}

.floorplan-thumbnail-group-header
{
    cursor: pointer;
    padding: 5px;
}

.floorplan-thumbnail
{
    float: left;
    margin-top:10px;
    padding: 7px 12px;
    text-align: center;
}

.floorplan-thumbnail .community-name-container
{
    background-color: #8196A3;
    color:#ffffff;
    width: 200px;
}

.floorplan-thumbnail .community-name-container span
{
    font-weight: bold;
    line-height: 200%;
    text-align: center;
}

.floorplan-thumbnail .floorplan-thumbnail-cta
{
    color: #7f9539;
    padding: 3px 0 0 0;
    text-align: center;
}

.floorplan-thumbnail .floorplan-thumbnail-cta a
{
    color: #7f9539;
    font-weight: bold;
    text-decoration: none;
}

.floorplan-thumbnail a:hover { text-decoration: underline; }

#frmContact
{
    background-color: #789198;
    width: 960px;
    display: none;
}

#tabContact, #frmContact
{
    z-index: 10;
}

/** HTML site map **/
.sitemap ul
{
    list-style-type: inherit;
    padding: 2px 0 2px 20px;
}


/** article rollup **/
.article-item-summary-image
{
    float: left;
    margin-right: 10px;
}
.article-item
{
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.article-item-date
{
    margin-top: 5px;
}

.podcast-image
{
    float: left;
    margin-right: 10px;
}
.podcast-item
{
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.community-home-resident-story
{
    padding-top: 20px;
}
.community-home-resident-story-image
{
    float: right;
    margin-bottom: -30px;
}
.community-home-resident-story-header
{
    margin-right: 200px;
}
.community-home-resident-story h3
{
    margin-top: 20px;
    font-weight: bold;
}

/** callout **/
.sidebar-callout
{
    background: transparent url("/images/community-pricing-topbg.jpg") no-repeat 0 -20px;
    cursor: pointer;
    margin-top: -5px;
    text-align: center;
}

.sidebar-callout .inner { padding: 42px 5px 10px 5px; }
.sidebar-callout h4
{
    color: #788E11;
    font-weight: bold;
    font-size: 116%;
    margin: 0;
}

.sidebar-callout .price 
{
    color: #788E11;    
    font-size: 205%;
    font-weight: bold;
    margin: 0;
}

.sidebar-callout .subtext { color: #6d6e71; margin: 0; }
.sidebar-callout .disclaimer
{
    background-color: #EEF1F3;
    color: #6d6e71;
    display: none;
    margin-top: 10px;
}

.sidebar-callout .btm 
{
    background: transparent url("/images/community-pricing-btmbg.jpg") no-repeat bottom left;
    height: 41px;
}


/** blog author **/
.blogauthor-page {}
.blogauthor-leftcol { float: left; width: 210px; }
.blogauthor-leftcol div { padding: 15px 5px 10px 5px; }
.blogauthor-leftcol a { text-decoration: none; }
.blogauthor-leftcol a:hover { text-decoration: underline; }
.blogauthor-leftcol ul { padding: 5px; }
.blogauthor-leftcol ul li { padding: 4px 0; }
.blogauthor-rightcol { margin-left: 225px; }
.blogauthor-allposts { font-weight: bold; }


/** video gallery **/
.video-gallery { padding: 15px 0 30px 0; }
.video-gallery-left { float: left; width: 220px; }
.video-gallery-right { margin-left: 240px; }

.video-main { padding-top: 55px; }
.video-main .video-player { background: #3B3B3B; width: 100%; }
.video-main .video-player a { margin: 0 auto; }
.video-main .video-details { border-top-style: none; padding: 15px 0; }
.video-main .video-details p { margin: 0; padding: 5px 10px 0 10px; }
.video-main .video-details h1 { margin: 0; padding: 0 10px; }
.video-main .video-details .recipe-link
{
    display: block;
    font-size: 120%;
    font-weight: bold;
    line-height: 45px;
    margin: 10px 0 0 10px;
}

.video-filter { height: 45px; margin-left: 10px; }
.video-filter span  
{
    font-weight: bold;
    padding-left: 2px;
}
.video-filter select { cursor: pointer; margin-top: 3px; }

.video-list { }
.video-list ul { list-style: none; margin: 10px 0 0 0; padding: 0; }
.video-list ul li { }
.video-list ul li a  
{
    border: solid 1px transparent;
    color: #3B3B3B; 
    display: block; 
    margin-right: 5px;
    padding: 10px;    
    text-decoration: none; 
    width: 170px;    
}
.video-list ul li a:hover { color: #000000; }
.video-list ul li a.nowplaying
{
    background: #DEE5EC;
    border-color: #489ACF;
    opacity: .80;
}
.video-list ul li a.nowplaying p { color: #666666; }
.video-list p { font-size: 90%; line-height: 100%; margin: 5px 0; }
 
.video-paging { margin-top: 10px; text-align: center; width: 190px; }
.video-paging ul  
{
    display: inline;
    list-style: none; 
    margin: 0 auto; 
    padding: 0; 
}
.video-paging ul li { display: inline; }
.video-paging a  
{
    display: inline-block;
    font-weight: bold;    
    padding: 3px 3px;
    text-decoration: none;
}
.video-paging a:hover { text-decoration: underline; }
.video-paging a.selected { background-color: #E2E7EA; color: #000000; }
.video-paging a.selected:hover { text-decoration: none; }

.video-widget { }
.video-widget .video-player { }
.video-widget .video-list a  
{
    float: left;
}


/** resident story **/
#residentstory-header 
{
    background: url("/images/community-home-header-bg.png") repeat-x scroll left top #CCD5DE;
	text-align: center;
	width: 100%;
}

.residentstory-item-image
{
    float: left;
    padding-bottom: 0;
    margin: 0 5px 5px 0;
}

.residentstory-sub.residentstory-page { }
.residentstory-page .col2 { background-color: #EEF1F3; }
.residentstory-page .moreinfo { padding-top: 15px; }

.residentstory-subnav { }
.residentstory-subnav a.icon-link { padding-left: 42px !important; }
.residentstory-subnav a.photos { background: url("/images/icon-picgallery-20x20.png") no-repeat 15px 7px; }
.residentstory-subnav a.words { background: url("/images/icon-video-20x20.png") no-repeat 15px 7px; }
.residentstory-subnav a.full { background: url("/images/icon-articles2-20x20.png") no-repeat 15px 7px; }
.residentstory-subnav a.other { background: url("/images/icon-commevent-20x20.png") no-repeat 15px 7px; }
.residentstory-subnav ul ul { margin: 5px 0 5px 0; }
.residentstory-subnav ul ul li { }
.residentstory-subnav img { border: 1px solid #A7B0B7; padding: 2px; }

#residentstory-photos { display: none; }
#residentstory-words {  }

.residentstory-text { margin: 20px 30px; }
.residentstory-text-summary { font-size: 120%;  }
.residentstory-text-summary .portrait { float: right; margin: 10px 0 5px 15px; }
.residentstory-text-summary .quote
{
	color:#0077C0;
	font-size:240%;
	font-weight:bold;
	padding-bottom: 10px;
}
.residentstory-text-full { display: none; }

.residentstories-rollup { }
.residentstories-rollup .group { margin: 10px 0; }
.residentstories-rollup .group img { float: left; }
.residentstories-rollup .group h3 { margin-left: 130px; }
.residentstories-rollup .group .quote { margin: 10px 0 0 130px; }


/** community dining **/
.community-dining-chefintro { margin: 30px 15px }
.community-dining-chefintro img { float: left; }
.community-dining-chefintro .text { margin-left: 170px; }
.community-dining-chefintro h2 { font-size: 180%; margin-bottom: 0px; }
.community-dining-chefintro .title { color: #999999; }
.community-dining-chefintro strong { color: #000000; }

.community-dining-center .faq-list { margin-top: 25px; }
.community-dining-center .faq-list .q  
{
    color: #000000; 
    font-size: 120%; 
    font-weight: bold; 
}
.community-dining-center .faq-list .a { padding-bottom: 10px; }
.community-dining-center .faq-list .a p { margin-top: 5px; }

.community-dining-cheffavrecipe { margin: 15px 0 30px 0; }
.community-dining-cheffavrecipe img { float: left; }
.community-dining-cheffavrecipe .text { margin-left: 90px; }
.community-dining-cheffavrecipe p { font-size: 90%; margin-top: 0; }

.community-dining-menu { cursor: default; text-align: left; }
.community-dining-menu img { float: left; }
.community-dining-menu h4, .community-dining-menu p { margin-left: 60px; }
.community-dining-menu p  
{
    color: #999999; 
    font-size: 90%; 
    margin-top: 3px; 
    margin-bottom: 5px; 
}

.community-dining-featuredvids ul { margin: 10px 0; }
.community-dining-featuredvids ul li { padding: 5px 0; }
.community-dining-featuredvids ul li a { padding: 0; }
.community-dining-featuredvids .play 
{ 
    background: url("/images/arrow-blue.png") no-repeat left center;
    color: #0077c0; 
    padding-left: 12px;
    text-decoration: underline;
}


/** recipe **/
.recipe-picdesc { margin-bottom: 15px; }
.recipe-picdesc img { float: right; margin: 10px 0 10px 5px; }
.recipe-picdesc h1 { margin-bottom: 0; }
.recipe-picdesc p.creator { color: #999999; margin-top: 0; }

.recipe-times { margin: 15px 0 15px 0; }
.recipe-times h4 { margin-top: 0; padding-top: 0; }
.recipe-times .group  
{
    border-right: solid 1px #CCCCCC;
    float: left; 
    padding: 5px 10px;
    text-align: center; 
}
.recipe-ingredients ul { list-style: none; margin-left: 0px; }
.recipe-nutrionalinfo { padding-top: 20px; }
.recipe-nutrionalinfo p { display: inline; }
.recipe-nutrionalinfo .title { font-weight: bold; }


/** sidebar **/
.sidebar { border: 1px solid #CCCCCC; }
.sidebar-no-border, .sidebar { margin-bottom: 10px; padding-left: 8px; padding-right: 8px;}
.sidebar-no-border h3, .sidebar h3 { margin-top: 8px; }
.sidebar-no-border .sidebar-body, .sidebar .sidebar-body { overflow: auto; padding: 8px; }


/** testimonial sidebar **/
.testimonial-sidebar { padding-left: 0; padding-right: 0; }
.testimonial-sidebar .quote { margin: 0 0 15px 0; }
.testimonial-sidebar .quote p { margin: 0; }
.testimonial-sidebar .portrait { float: right; margin-left: 10px; }
.testimonial-sidebar h4  { color: #566C11; }

.testimonial-sidebar h4,
.testimonial-sidebar p.loc, 
.testimonial-sidebar p.moreInfo  
{
    font-size: 108%;
    margin: 2px 5px 2px 0; 
    text-align: right;
}

/** media sidebar **/
.media-sidebar ul { list-style-type: none; margin: 5px 0; }
.media-sidebar li
{
    background-position: left center;
    background-repeat: no-repeat;
    padding: 3px 5px 3px 20px;
}

.sidebar-podcast { background-image: url("/images/icon-rss.png"); }
.sidebar-video { background-image: url("/images/icon-rss.png"); }
.sidebar-blogs { background-image: url("/images/icon-rss.png"); }
.sidebar-sms { background-image: url("/images/icon-rss.png"); }
.sidebar-facebook { background-image: url("/images/icon-facebook.png"); }
.sidebar-flickr { background-image: url("/images/icon-flickr.png"); }
.sidebar-twitter { background-image: url("/images/icon-twitter.png"); }
.sidebar-youtube { background-image: url("/images/icon-youtube.png"); }
.sidebar-rss { background-image: url("/images/icon-rss.png"); }

/** virtual tour **/
.virtualtour-player { margin: 10px 0 20px 0; }

/** eventbrite **/
.eventbrite-form { margin: 20px 0 0 0; text-align: left; width: 100%; }

/** inline image **/
.body-image
{
    border: 1px solid #cccccc;
    margin: 5px;
}
.body-image .body-image-inner
{
    padding: 5px;
}
.body-image .title
{
    font-weight: bold;
    margin: 1px;
}
.body-image .description
{
    font-style: italic;
    font-size: 80%;
    margin-bottom: 0;
    margin-top: 5px;
    color: #666;
}
.body-image-left
{
    float: left;
    margin-left: 0;
}
.body-image-right
{
    float: right;
    margin-right: 0;
}

/** Umbraco **/
.canvas  
{
    background: #E9E9E9 url("/images/canvas-bg.png") repeat-x top left; 
    border-bottom: solid 1px #B0B0B0; 
    display: none;
    height: 30px; 
    line-height: 30px;
    font-size: 10px;
    padding: 0 15px;
}

.canvas a  
{
    background: transparent url("/images/canvas-edit.png") no-repeat left center;
    padding: 4px 0 4px 22px;
    text-decoration: none; 
}
.canvas-generic-properties
{
    padding: 10px 0;
    font-size: 125%;
}

/** override colorbox default controls **/
#cboxCurrent{top:6px; left:153px; display: none !important;}
#cboxPrevious{top: 0; left:0px; background:url(../images/colorbox_1.3.18/controls2.png) -150px 0px no-repeat; width:79px; }
#cboxPrevious:hover{background-position:-150px -25px;}
#cboxNext{top: 0; left:86px; background:url(../images/colorbox_1.3.18/controls2.png) -75px 0px no-repeat; width:56px; }
#cboxNext:hover{background-position:-75px -25px;}
#cboxClose{top: 0; right:0; background:url(../images/colorbox_1.3.18/controls2.png) 0px 0px no-repeat; width:62px; }
#cboxClose:hover{background-position:0px -25px;}
#cboxLoadedContent { margin-top: 28px; margin-bottom: 0;}
#cboxTitle { top: 4px; height: 1em; }

/** colorbox with share, cta **/
.cboxContentWithAction #cboxLoadedContent { margin-top: 10px; }
.cboxContentWithAction #cboxPrevious, 
.cboxContentWithAction #cboxNext,
.cboxContentWithAction #cboxClose { top: 60px; }
.cboxContentWithAction #cboxShare { top: 62px; }
.cboxContentWithAction #cboxTitle { top: 66px; }
.cboxContentWithAction #cboxPrint { top: 62px; }
#cboxShare
{
    position: absolute;
    right: 69px;
    top: 2px;
    padding: 4px 24px 4px 0;
    background: #fff url("../images/hdr-share-icon.png") no-repeat center right; 
}
a#cboxShare, a#cboxPrint
{
    text-decoration: none;
    color: #525252;
}
a#cboxShare:hover, a#cboxPrint:hover
{
    color: #2A4C85;
}
a#cboxPrint
{
    background: white url("../images/icon-pdf.png") no-repeat center right;
    padding: 4px 24px 4px 0;
    position: absolute;
    right: 135px;
    top: 2px;
}
#cboxActionbar  
{
    -moz-border-radius: 8px;
    background-color: #dae5ec;
    border-radius: 6px;
    color: #425059;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
}
#cboxActionbar .linkdesc-floorplan
{
    display: block;
    float: left;
    font-weight: bold;
    line-height: 120%;
    margin-top: 11px;
    width: 650px;
}
#cboxActionbar .linkcta-floorplan
{
    background: url("/images/customize-btn.png") no-repeat top left;    
    display: block;
    float: right;
    height: 0;
    margin-top: 11px;
    overflow: hidden;
    padding-top: 27px;
    width: 78px;
}

/** lightbox popup **/
.lightbox-popup-container { display: none; }
.lightbox-popup-container-inner { height: 100%;}
.lightbox-popup-container-inner-table { height: 100%; width: 100%; }
.lightbox-popup-container-inner-cell { text-align: center; vertical-align: middle; }

/** awards **/
.company-awards { }
.company-awards tr { border-top: solid 1px #cccccc; }
.company-awards tr td { padding: 7px 0; }
.company-awards p { margin: 0 0 15px 0; }
.company-awards h4 { margin-top: 0; padding-top: 0; }

/** executive staff **/
.executive-staff-portrait { float: left; }
h1.executive-staff-header, h2.executive-staff-header , h3.executive-staff-header { margin-left: 230px; }
.executive-staff-bio { margin-left: 230px; margin-top: 20px; }
.executive-staff-left
{
    float: left;
    width: 49.9%;
}
.executive-staff-right
{
    float: right;
    width: 49.9%;
}

/** rental takedown **/
#fivestar  
{
    color: #0171bd;
    font-size: 14px;
    font-weight: bold;
    padding: 70px 0;
    margin: 0 auto;
    width: 500px; 
}
#fivestar img { display: block; margin: 0 auto; }
#fivestar p:first-child { margin-bottom: 40px; }
#fivestar p:last-child { margin-top: 40px; }
#fivestar p { margin-bottom: 15px; }


/** tabs **/
.tabs { }
.tabs-intro { padding: 15px 30px; }
.tabs-intro p { margin-top: 0; }
.tabs-nav  
{
    height: 35px; 
    list-style: none; 
    margin: 0 !important;
    width: 100%; 
}
.tabs-nav li  
{
    display: inline; 
    line-height: 100%;
    margin: 0; 
    padding: 0; 
}
.tabs-nav li a  
{
    background-color: #eef1f3;
    border-radius: 9px 9px 0 0;
    color: #425059;
    display: block;
    float: left;
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin: 0 4px 0 0;
    padding: 0 15px;
    text-decoration: none;
}
.tabs-nav li a:hover { font-weight: bold; text-decoration: none; }
.tabs-nav li:last-child a { margin-right: 0; }
.tabs-nav li a.active { background-color: #dae5ec; font-weight: bold; }
.tabs-content 
{
    background-color: #dae5ec;
    color: #425059;
    display: none;
    padding: 25px 30px;
}
.tabs-content h2
{
    color: #000000;
    font-size: 140%; 
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.tabs-content h3 
{
    color: #0a527e;
    font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
}
.tabs-content a { color: #566c11; }
.tabs-content hr, .tabs-content .hr
{
    background-color: #eef1f3;
    color: #eef1f3;
    height: 1px;
}


/** search results (google custom site search) **/
.search-results { margin: 0 auto 20px auto; width: 872px; }
#cse-search-form, #cse { width: 100%; }
.gsc-control-cse { }
.gsc-branding { display: none; }
.gsc-control-cse div { position: normal; }
.gsc-control-cse { }
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.gsc-resultsHeader { border:none; }

/** gsc: Search fields **/
input.gsc-input  
{
    background-color: #fff; 
    background-image: none !important; 
    border: solid 1px #CCCCCC !important;
    padding: 2px;
}
input.gsc-search-button { }

/** gsc: Tabs */
.gsc-tabHeader.gsc-tabhInactive {
  border-bottom: none;
  color: #666666;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #e9e9e9;
  border-bottom: none;
}

.gsc-tabHeader.gsc-tabhActive {
  background-color: #FFFFFF;
  border: 1px solid;
  border-top: 2px solid;
  border-color: #e9e9e9;
  border-top-color: #FF9900;
  border-bottom: none;
}

.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid #e9e9e9;
}

/** gsc: Result wrapper **/
.gsc-webResult.gsc-result {
  padding: .25em;
  margin-bottom: 1em;
}
.gsc-webResult.gsc-result:hover { }
.gs-webResult .gs-visibleUrl-short { display:none; }
.gs-webResult .gs-visibleUrl-long { display:block !important; overflow: auto !important; padding: 3px 0; }
.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet { margin: 0px !important; }

/** gsc: Promotion Settings **/
.gs-promotion.gs-result {
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: #336699;
}

.gs-promotion.gs-result .gs-promotion-image {}
.gs-promotion.gs-result a.gs-title:link { color: #0000CC; }
.gs-promotion.gs-result a.gs-title:visited { color: #0000CC; }
.gs-promotion.gs-result a.gs-title:hover { color: #0000CC; }
.gs-promotion.gs-result a.gs-title:active { color: #0000CC; }
.gs-promotion.gs-result .gs-snippet { color: #000000; }
.gs-promotion.gs-result .gs-visibleUrl { color: #008000; }

/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #D5E2FF;
}
.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 13px;
  position: absolute;
  background: white;
  border: 1px solid #666666;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}


/** Print-only overrides **/
@media print 
{
    #tools,
    #nav-container,
    #footer-container,
    #topedge-container,
    .community-header-buttons, 
    .community-header-right,
    .canvas { display: none; }
    
    #header { height: 90px; }
    #header-container { border: none; }
    #logo { padding: 0; }
    
    .body-threecol .col1 { display: none; width: 0; }
    .body-threecol .col2 { width: 670px; padding-left: 0; }
    
    .body-twocol .col1 { display: none; width: 0; }
    .body-twocol .col2 { width: 790px; padding-left: 0; padding-right: 0; }
}


/** sizes for small -- large will override this **/
body, input, select
{
    font-size: 9pt;
}




