﻿/*-------------------------------------------------------------------------

Flavor1047.css
- Defines colors, fonts and background images.

-------------------------------------------------------------------------*/

body {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    color: #000;
    background: #fff;
}

img {
    border:0;
    margin: 0;
}

/*-------------------------------------------------------------------------
>> SHARED CONTENT
-------------------------------------------------------------------------*/

.formButtonSmall {
    height: 18px;
}

h1, h2, h3, h4 {
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-weight: normal;
    color: #003a3f;
}

/*h1 {
    font-size: 30px;
    margin: 10px 0 10px 2px;
    padding-bottom: 20px;
    background: url(http://assets.salesaspects.com/templates/i/content/espresso-grey-dotted-divider.png) repeat-x 0 46px;
}*/

h1, h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

h3 {
    font-size: 18px;
    color: #2e5e60;
    padding: 0;
    margin: 0 0 10px 0;
}

h4 {
    font-size: 14px;
}

table div{
    padding: 0;
    margin: 0;
}

a {
    color: #2e5e60;
    text-decoration: none;
}

#siteSide a {
    color: #cee0e1;
    font-weight: bold;
    /*text-decoration: underline;*/
}
#siteSide a:hover {
    color: #fff;
}

ul {
    margin-left: 0px;
    padding-left: 20px;
}

a:hover {
    text-decoration: underline;
}

strong {
    color: #000;
}

input, select {
    margin: 2px 4px 2px 0;    
}

.coloredFormLabelSmall {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #8e8e8e;
    line-height: 20px;
}

.neutralFormLabelSmall {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #8e8e8e;
}

.formButtonLarge {
    position: relative;
    width: 116px;
    height: 37px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 8px;
    padding-bottom: 8px;
    color: #fff;
    background: url(http://assets.salesaspects.com/templates/i/content/chase-intl-green-form-btn-lg.png) no-repeat 0px 0px;
    border: none;
    cursor: pointer; 
}

*html .formButtonLarge {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://assets.salesaspects.com/templates/i/content/chase-intl-green-form-btn-lg.png', sizingMethod='scale');
}


/*--------------------------------------------------------------------------------------------------
>> HEADER
--------------------------------------------------------------------------------------------------*/

#siteHeader {
    background: url(http://assets.salesaspects.com/templates/i/flavor-backgrounds/chase-intl-sub-header-bkgd.gif) no-repeat;
}

#siteHeaderContent1  {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #1c7d85;
	text-transform: uppercase;	
}
#siteHeaderContent1 strong {
    color: #1c7d85;
    font-weight: bold;
}

/*--------------------------------------------------------------------------------------------------
>> LOGIN CONTROL
--------------------------------------------------------------------------------------------------*/

#siteLogin {
    font-size: 11px;
    color: #2e5e60;
    font-weight: bold;
    margin-top: 2px;
}
#siteLogin a{
    color: #2e5e60;
    font-weight: normal;
    margin-top: 20px;
}
#siteLogin a:hover{
    color: #2e5e60;
}
#siteLogin input{
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
    /*height: 13px;*/
    margin-left: 3px;
    margin-bottom: 3px;
}


/*--------------------------------------------------------------------------------------------------
>> NAVIGATION CONTROL
--------------------------------------------------------------------------------------------------*/

#siteNavigation {
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 15px;
    font-weight: bold;
    color:#fff;
    background: url(http://assets.salesaspects.com/templates/i/menu/main-nav-bkgd-50.png) no-repeat 0 0;
}

*html #siteNavigation {
    background: url(http://assets.salesaspects.com/templates/i/menu/main-nav-bkgd-50.gif) no-repeat 0 0;
}

#siteNavigation a{
	color:#fff;
	text-decoration: none;
}

#siteNavigation a:hover{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

*html #siteNavigation a {
	position: relative;
}


#siteNavigationInner {    
    position: relative;
    line-height: 42px;
    margin-left: 318px;
    padding: 0;
}

.siteMenu .rmRootGroup{
}

.siteMenu .rmRootGroup .rmItem {
	display: block;
	padding-left: 7px;
	background: url(http://assets.salesaspects.com/templates/i/flavor-backgrounds/chase-intl-nav-div.gif) no-repeat 1px 10px;
}

.siteMenu .rmRootGroup .rmFirst {
    background: none;
}

.siteMenu .rmLast {	
}

.siteMenu .rmSlide .rmItem {
    background: none;
}

.siteMenu .rmSlide{
	margin-top: -3px;
	margin-bottom: 15px;
	margin-left: -14px;
	border: 1px solid #2c4f4f;
	font-size: 12px;
	text-transform: none;
	line-height: 13px;
	background-color: #1e4547;
	z-index: 2;
}

.siteMenu .rmSlide .rmItem {		
	/*border: solid 1px black;*/
	display: block;
	padding-left: 0px;
    margin-left: 0px;
}

.siteMenu .rmExpanded {
	color: red;	
}

.siteMenu a{
	position: relative;
	display: block;
	padding-left: 5px;	
	padding-right: 5px;
	/*
	don't use padding top or botton on top level a tag
	because it causes strange behavior in ie 6
	padding-bottom: 4px;
	padding-top: 4px;	
	*/
}

.siteMenu a:hover{
	cursor: pointer;
}

.siteMenu .rmSlide .rmGroup .rmLink{
	position: relative;
	display: block;
	padding-left: 0;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-top: 5px;
	font-weight: normal;	
} 

.siteMenu .rmSlide a:hover{	
	cursor: pointer;
	background: #2e5e60;
} 



/*--------------------------------------------------------------------------------------------------
>> MAIN LAYOUT
--------------------------------------------------------------------------------------------------*/

#siteMainContent {
    background: url(http://assets.salesaspects.com/templates/i/flavor-backgrounds/chase-intl-sub-main-bkgd.gif) repeat-y;
}

#siteMainContent h2 {
    margin-bottom: 0;
    padding-bottom: 0; 
}

#siteSide {
	color: #fff;
	height: 100%;
	background: #2e5e60;
}

#siteSideHomeContent1 h2, #siteSideHomeContent1 h3, #siteSideContent3 h2 {
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    padding-bottom: 6px;
    margin-left: -4px;
    background: url(http://assets.salesaspects.com/templates/i/content/chase-intl-siteSide-horiz-div.gif) no-repeat center bottom;
}

#siteSideContent3 h2 {
    margin-top: 20px;
}

#siteSideHomeContent1 h3 {
    font-size: 18px;
    line-height: 18px;
    background: none;
    padding-bottom: 0;
    margin-left: -8px;
}
#siteSideHomeContent1 h3 a{
    color: #fff;
}

#siteSideHomeContent1 h3 a:hover{
    color: #fff;
}

#siteMain {
	padding: 0;
	height: 100%;
}

#siteMainContentBot1 {
    height: 56px;
    width: 680px;
    background: url(http://assets.salesaspects.com/templates/i/flavor-backgrounds/chase-intl-sub-main-bottom-bkgd.gif) no-repeat;
}

#siteFooter{
	color: #b2b2b2;
	font-size: 11px;
	line-height: 14px;
}
#siteFooter a{
    color: #b2b2b2;
    text-decoration: none;
}
#siteFooter a:hover{
    color: #2e5e60;
    text-decoration: underline;
}

#siteFooterContent1 {
    font-weight: bold;
}



/*--------------------------------------------------------------------------------------------------
>> MODULE CONTAINERS - USED BY INDIVIDUAL CONTROLS AS BACKGROUND STYLING
--------------------------------------------------------------------------------------------------*/

.moduleContainer {
	/*background: url(http://assets.salesaspects.com/templates/i/containers/container-main-left.png) no-repeat left top;*/
}
*html .moduleContainer {
    /*background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://assets.salesaspects.com/templates/i/containers/container-main-left.png', sizingMethod='scale');
    */
}

.moduleContainerContent {
	/*background: url(http://assets.salesaspects.com/templates/i/containers/container-main-right.png) no-repeat right top;
	margin-left: 12px;
	padding-top: 12px;
	min-height: 70px;*/
}
*html .moduleContainerContent {
    /*background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://assets.salesaspects.com/templates/i/containers/container-main-right.png', sizingMethod='scale');
    height: 70px;*/
}

.moduleContainerBottomLeft {
	/*background: #00172b url(http://assets.salesaspects.com/templates/i/containers/container-bottom-left.png) no-repeat left top;
	height: 12px;*/
}
*html .moduleContainerBottomLeft {
    /*background: #00172b;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://assets.salesaspects.com/templates/i/containers/container-bottom-left.png', sizingMethod='scale');
    */
}

.moduleContainerBottomRight {
	/*background: url(http://assets.salesaspects.com/templates/i/containers/container-bottom-right.png) no-repeat right top;
	height: 12px;
	margin-left: 12px;*/
}
*html .moduleContainerBottomRight {
    /*background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://assets.salesaspects.com/templates/i/containers/container-bottom-right.png', sizingMethod='scale');
    */
}



/*--------------------------------------------------------------------------------------------------
>> GROUP CONTAINERS - USED BY GROUPED CONTENT CONTROLS AS BACKGROUND STYLING
--------------------------------------------------------------------------------------------------*/

.groupContainer {
	/*background: url(http://assets.salesaspects.com/templates/i/containers/container-main-left.png) no-repeat left top;*/
}
*html .groupContainer {
    /*position: relative;
    width: 100%;
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://assets.salesaspects.com/templates/i/containers/container-main-left.png', sizingMethod='crop');
    */
}

.groupContainerContent {
	/*background: url(http://assets.salesaspects.com/templates/i/containers/container-main-right.png) no-repeat right top;
	margin-left: 12px;
	min-height: 70px;
    */
}
*html .groupContainerContent {
    /*background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://assets.salesaspects.com/templates/i/containers/container-main-right.png', sizingMethod='crop');
    height: 70px;
    */
}

.groupContainerBottomLeft{
	/*background: #00172b url(http://assets.salesaspects.com/templates/i/containers/container-bottom-left.png) no-repeat left top;
	height: 12px;*/
}
*html .groupContainerBottomLeft {
    /*background: #00172b;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://assets.salesaspects.com/templates/i/containers/container-bottom-left.png', sizingMethod='crop');
    */
}

.groupContainerBottomRight {
	/*background: url(http://assets.salesaspects.com/templates/i/containers/container-bottom-right.png) no-repeat right top;
	height: 12px;
	margin-left: 12px;*/
}
*html .groupContainerBottomRight {
    /*background: none;
    height: 12px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://assets.salesaspects.com/templates/i/containers/container-bottom-right.png', sizingMethod='crop');
    */
}



/*--------------------------------------------------------------------------------------------------
>> SITE MAIN WRAPPER CONTAINER - USED TO WRAP siteMain
--------------------------------------------------------------------------------------------------*/

.siteMainWrapper {
	/*background: url(http://assets.salesaspects.com/templates/i/containers/container-main-left.png) no-repeat left top;*/
}
*html .siteMainWrapper {
    /*position: relative;
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://assets.salesaspects.com/templates/i/containers/container-main-left.png', sizingMethod='crop');
    */
}

.siteMainWrapperContent {
	/*background: url(http://assets.salesaspects.com/templates/i/containers/container-main-right.png) no-repeat right top;
	margin-left: 12px;
	margin-bottom: -6px;
	padding-top: 12px;
	min-height: 600px;*/
}
*html .siteMainWrapperContent {
    /*background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://assets.salesaspects.com/templates/i/containers/container-main-right-978w.png', sizingMethod='crop');
    height: 100%;*/
}

.siteMainWrapperBottomLeft {
	/*background: #00172b url(http://assets.salesaspects.com/templates/i/containers/container-bottom-left.png) no-repeat left top;
	height: 12px;*/
}
*html .siteMainWrapperBottomLeft {
    /*background: #00172b;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://assets.salesaspects.com/templates/i/containers/container-bottom-left.png', sizingMethod='crop');
    */
}

.siteMainWrapperBottomRight {
	/*background: url(http://assets.salesaspects.com/templates/i/containers/container-bottom-right.png) no-repeat right top;
	height: 12px;
	margin-left: 12px;
    */
}
*html .siteMainWrapperBottomRight {
    /*margin-left: 12px;
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://assets.salesaspects.com/templates/i/containers/container-bottom-right-978w.png', sizingMethod='crop');
    */
}


/*--------------------------------------------------------------------------------------------------
>> LEAD FORMS
--------------------------------------------------------------------------------------------------*/

#leadContent {
    position: relative;
    margin-left: 8px;
    padding-top: 10px;
}

#leadContent input, #leadContent select, #leadContent textarea {
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 14px;
    vertical-align: middle;
}

.FormSectionHeading {
    width: 75%;
    color: #003a3f;
    margin-left: 0;
    margin-bottom: 2px;
    font-size: 22px;
    padding-top: 22px;
    background: url(http://assets.salesaspects.com/templates/i/content/espresso-grey-dotted-divider.png) repeat-x 0 10px;
}

.PageHeading {
    padding-top: 1px;
}

.FormSectionDescription {
    width: 75%;
    margin-left: 0;  
}

#leadFormIntro {
}

.FormSubmitButton {
    position: relative;
    font-size: 16px;
}

.leadFormFooter {
}

#divDefaultLeadDisclaimer {
    position: relative;
    padding: 0 30px 30px 20px;
    color: #a8a8a8;
    font-size: 11px;
}


/*--------------------------------------------------------------------------------------------------
>> SUPPORT FOR LEGACY CLASSES USED THROUGH PAGES AND CONTROLS. 
--------------------------------------------------------------------------------------------------*/

.fntHeader1 {
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 30px;
    margin: 0 0 10px 0;
    color: #2e5e60;
    padding: 10px 0 10px 10px;
    background: url(/templates/i/skins/h1-heading-1.gif) no-repeat;
    z-index: 500;
}

.fntHeading {
    margin-top: 10px;
    font-size: 30px;
    color: #2e5e60;
    padding-bottom: 14px;
    background: url(http://assets.salesaspects.com/templates/i/content/espresso-grey-dotted-divider.png) repeat-x 0 42px;
}

/*--------------------------------------------------------------------------------------------------
>> MENU LINKS CONTEXTUAL SUB-NAV CONTROL 
--------------------------------------------------------------------------------------------------*/

.menuLinksSubTop {
    display: none;
    height: 30px;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-bottom: 8px;
    margin-top: 20px;
    background-color: #40617e; 
}
.menuLinksSubTop a{
    color: #fff;
    text-decoration: none;
}
.menuLinksSubTop a:hover{
    text-decoration: underline;
}

.menuLinksSubItem {
    font-family: Arial, Verdana;
    font-size: 17px;
    line-height: 20px;
    padding-left: 18px;
    padding-bottom: 8px;
    margin-left: 38px;
    color: #fff;
    background: url(http://assets.salesaspects.com/templates/i/flavor-backgrounds/chase-intl-context-subnav-icon.gif) no-repeat 0 5px;
}
.menuLinksSubItem a{
    color: #fff;
    text-decoration: none;
}
.menuLinksSubItem a:hover{
    text-decoration: underline;
}

.contentBanner img {
    border: solid 1px #ddd;
    margin-top: 6px;
}


/*--------------------------------------------------------------------------------------------------
>> PROPERTY SEARCH CONTROL
--------------------------------------------------------------------------------------------------*/

.propertySearchControl {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*.propertySearchControl td {
    padding: 3px;
}*/

.propertySearchControl input, .propertySearchControl select {
    margin: 4px 4px 4px 3px;
    font-size: 14px;
    vertical-align: middle;
}

.propertySearchControl .formButtonLarge {
    font-size: 12px;
}

.propertySearchControl select {
    width: 200px;
}

/*.resultsBarCountLeft {
    display: none;
    width: 0px;
}*/

.searchResultsBarCount {
    font-family: Arial, Verdana, Sans-Serif;
    margin-left: -5px;
}


/*---------------------------------------------------------------------------------------------------------------------------------------------

>> STYLES FOR HOME PAGE CONTENT IN BROKER CONTENT TEMPLATE.

---------------------------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------------------
>> CONTAINER TITLES
--------------------------------------------------------------------------------------------------*/

.contentMediumTitle {
    position: relative;
    margin-top: 20px;
}

*html .contentMediumTitle {
    background: none;
    margin-left: -4px;
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://assets.salesaspects.com/templates/i/content/espresso-softblue-title-bkgd-lg.png', sizingMethod='image');*/
}

.contentMediumTitle h2 {
    display: block;
    color: #fff;
    font-weight: bold;
    margin-top: 0;
}

.contentSmallTitle {
    position: relative;
    width: 273px;
    height: 27px;
    /*background: url(http://assets.salesaspects.com/templates/i/content/espresso-softblue-title-bkgd-sm.png) no-repeat left top;*/
    text-align: center;
    line-height: 25px;
    margin-top: 7px;
    margin-left: -4px;
}
*html .contentSmallTitle {
    margin-left: -4px;
    background: none;
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://assets.salesaspects.com/templates/i/content/espresso-softblue-title-bkgd-sm.png', sizingMethod='image');*/
}
.contentSmallTitle h2 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-top: 0;
}


/*--------------------------------------------------------------------------------------------------
>> QUICK SEARCH CONTROL
--------------------------------------------------------------------------------------------------*/

.QuickSearch, .QuickSearch3 {
    margin-top: 0;
    margin-left: 31px;
    color: #fff;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}
.QuickSearch select, .QuickSearch3 select {
    width: 220px;
    height: 22px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    line-height: 16px;
    padding: 2px;
}

#siteSideContent3 .QuickSearch, #siteSideContent2 .QuickSearch, #siteSideContent3 .QuickSearch3, #siteSideContent2 .QuickSearch3 {
    margin-left: 40px;
}
    

.QuickSearch #areaControl input, .QuickSearch3 #areaControl input {
    width: 210px;
    height: 16px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;  
    font-size: 12px;
    padding-left: 4px;
}

.QuickSearch #bedsControl select, .QuickSearch #bathsControl select, .QuickSearch3 #bedsControl select, .QuickSearch3 #bathsControl select {
    display: none;
    display: none;
    width: 220px;
}

.QuickSearch #propertyTypeLabel, .QuickSearch #priceLabel {
    padding-top: 10px;
}

.QuickSearch #areaLabel {
    padding-top: 5px;
}

.QuickSearch #bedsLabel, .QuickSearch #bathsLabel{
    display: none;
}

.QuickSearch #searchButton {
    margin-left: 46px;
}

.QuickSearch #searchButton input {
    position: relative;
    width: 116px;
    height: 37px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
    margin-top: 8px;
    padding-bottom: 8px;
    color: #fff;
    background: url(http://assets.salesaspects.com/templates/i/content/chase-intl-green-form-btn-lg.png) no-repeat 0px 0px;
    border: none;
    cursor: pointer;  
}

*html .QuickSearch #searchButton input {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://assets.salesaspects.com/templates/i/content/chase-intl-green-form-btn-lg.png', sizingMethod='scale');
}


.QuickSearch3 #propertyTypeLabel, .QuickSearch3 #priceLabel, .QuickSearch3 #areaLabel {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    padding-top: 10px;
}

.QuickSearch3 #areaLabel {
    padding-top: 5px;
}

.QuickSearch3 #bedsLabel, .QuickSearch3 #bathsLabel, .QuickSearch3 #priceDropDown{
    display: none;
}

.QuickSearch3 #minPriceControl {
    position: relative;
    float: left;
}

.QuickSearch3 #maxPriceControl {
    position: relative;
    float: left;
}

.QuickSearch3 #minPriceControl input, .QuickSearch3 #maxPriceControl input {
    width: 80px;
}

.QuickSearch3 #searchButton {
    margin-left: 46px;
}

.QuickSearch3 #searchButton input {
    position: relative;
    width: 116px;
    height: 37px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
    margin-top: 12px;
    padding-bottom: 8px;
    color: #fff;
    background: url(http://assets.salesaspects.com/templates/i/content/chase-intl-green-form-btn-lg.png) no-repeat 0px 0px;
    border: none;
    cursor: pointer;  
}

*html .QuickSearch3 #searchButton input {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://assets.salesaspects.com/templates/i/content/chase-intl-green-form-btn-lg.png', sizingMethod='scale');
}


/*--------------------------------------------------------------------------------------------------
>> ADVANCED SEARCH LINK
--------------------------------------------------------------------------------------------------*/

#quickSearchAdvancedLink {
    position: relative;
    font-size: 11px;
    line-height: 20px;
    color: #9c9c9c;
    font-weight: bolder;
    text-align: center;
    margin: -5px 0 18px -8px;
}
#quickSearchAdvancedLink a{
    color: #9c9c9c;
    text-decoration: underline;
}
#quickSearchAdvancedLink a:hover{
    color: #fff;
    text-decoration: underline;
}

*html #quickSearchAdvancedLink {
    margin-top: -12px;
}

*html #quickSearchAdvancedLink img{
    display: none;
}


/*--------------------------------------------------------------------------------------------------
>> SEARCH BY MAP
--------------------------------------------------------------------------------------------------*/

#searchByMap {
    position: relative;
    width: 266px;
    height: 90px;
    margin-bottom: -2px;
}


/*--------------------------------------------------------------------------------------------------
>> FEATURED PROPERTY CONTROL
--------------------------------------------------------------------------------------------------*/

.FeatListings {
    margin: 0 0 0 -24px;
    padding: 0;
    line-height: 14px;
    text-align: center;
}
.FeatListings a{
    color: #2e5e60;
}
.FeatListings a:hover {
    color: #2e5e60;
    text-decoration: underline;
}

.FeatImage {
    width: 174px;
    height: 115px;
    margin: 0;
    padding: 8px 8px 16px 15px;
    border: none;
    /*border: solid 1px #3c3c3d;*/
    background: url(http://assets.salesaspects.com/templates/i/flavor-backgrounds/chase-intl-featured-prop-img-bkgd.png) no-repeat 0px 0px;
}

.FeatStreet {
    font-size: 11px;
    font-weight: normal;
}

.FeatCityState {
    font-size: 11px;
}

.FeatPrice {
    font-size: 11px;
    font-weight: normal;
    color: #000;
}

.FeatDescription {
    display: none;
}


/*--------------------------------------------------------------------------------------------------
>> SMALL CALLOUT BOX - LEFT MARGIN
--------------------------------------------------------------------------------------------------*/

*html .smallCallout {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://assets.salesaspects.com/templates/i/content/callouts/espresso-sm-callout-construction.png', sizingMethod='scale');
}

.smallCalloutText {
    font-size: 12px;
    line-height: 16px;
    color: #000;
    padding: 8px 15px 0 0;
    /*margin: 0px 15px 0 0;*/
    text-align: right;
}
.smallCalloutText strong {
    font-weight: bold;
    color: #353535;
}
.smallCalloutText a {
    color: #002341;
    font-weight: bold;
    text-decoration: none;
}
.smallCalloutText a:hover {
    text-decoration: underline;
}
.smallCalloutLink a{
    color: #002341;
    font-weight: bold;
    text-decoration: none;
    padding-left: 10px;
    background: url(http://assets.salesaspects.com/templates/i/content/generic-link-arrow-red.gif) no-repeat left 2px;
}
.smallCalloutLink a:hover {
    text-decoration: underline;
}



/*--------------------------------------------------------------------------------------------------
>> MAIN FLASH ROTATION CONTROL
--------------------------------------------------------------------------------------------------*/

#homeMainFlashRotation {
    position: relative;
    margin: 0;
    padding: 0;
}


/*--------------------------------------------------------------------------------------------------
>> MAIN HOME TEXT AREA (WITH PHOTO, YARD SIGN, ETC)
--------------------------------------------------------------------------------------------------*/

#homeMainText {
    position: relative;
    width: 600px;
    margin: 0;
    padding: 0 0 26px 0;
    font-size: 12px;
    line-height: 20px;
    color: #000;
}
#homeMainText a{
    color: #2e5e60;
    font-weight: bold;
    text-decoration: none;
}
#homeMainText a:hover{
    color: #2e5e60;
    text-decoration: underline;
}

#homeMainTextImage img{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5000;
}

*html #homeMainTextImage span{
    position: absolute;
    bottom: 366px;
    right: 0;
    z-index: 50000;
}


/*--------------------------------------------------------------------------------------------------
>> THREE-UP BOX CONTROL (MULIPLE CALLOUT BOX CONTROL)
--------------------------------------------------------------------------------------------------*/

#threeUpBoxes {
    position: relative;
    height: 186px;
    margin-top: 30px;
}

.threeUpBoxesContainer {
    float: left;
    vertical-align: top;
    width: 200px;
    height: 186px;
    margin-left: 17px;
    /*background: url(http://assets.salesaspects.com/templates/i/content/espresso-3boxes-bkgd.png) no-repeat left top;*/
}

*html .threeUpBoxesContainer {
    background: none;
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://assets.salesaspects.com/templates/i/content/espresso-3boxes-bkgd.png', sizingMethod='crop');*/
}

.threeUpBoxesTitle {
    position: relative;
    text-align: center;
    padding-top: 12px;
}
.threeUpBoxesTitle h2 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #999999;
    margin: 0;   
}
.threeUpBoxesTitle a{
    color: #999999;
    text-decoration: none;
}
.threeUpBoxesTitle a:hover{
    color: #2e5e60;
    text-decoration: none;
}

.threeUpBoxesImage {
    position: relative;
    width: 200px;
    height: 133px;
    padding-left: 0;
    padding-top: 8px;
}


/*--------------------------------------------------------------------------------------------------
>> MY PROFILE CONTROL
--------------------------------------------------------------------------------------------------*/

.userProfile {
    line-height: 16px;
    width: 310px;
    height: 100%;
    margin-left: -6px;
    margin-top: 20px;
    padding-left: 0;
    padding-bottom: 10px;
}

.userProfile a{
    color: #2e5e60;
    text-decoration: none;
}
.userProfile a:hover{
    color: #2e5e60;
    text-decoration: underline;
}

#siteSide .userProfile a{
    color: #fff;
}
#siteSide .userProfile a:hover{
    color: #fff;
}

.userProfilePhoto {
    width: 180px;
}

.userProfilePhoto img{
    width: 180px;
    border: solid 1px #2b2b2b;
    margin-bottom: 10px;
    margin-left: -18px;
}

.userProfileName {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    margin: auto;
}

.userProfileTitle, .userProfilePhone, .userProfileEmail {
    color: #fff;
    margin: auto;
    padding: 0;
}

/*--------------------------------------------------------------------------------------------------
>> SUB PAGE CONTENT STYLES
--------------------------------------------------------------------------------------------------*/

/*==>> SHARED HEADER TEXT LINKS <<==*/

#subHeaderSharedLinks {
    position: relative;
    margin: 4px 12px 0 0;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #1c7d85;
	text-transform: uppercase;
	text-align: right;	
}

#subHeaderSharedLinks strong {
    color: #1c7d85;
    font-weight: bold;
}

/*==>> SHARED HEADER SECONDARY LOGO <<==*/

#subHeaderLogo {
    position: relative;
    margin: 28px 0 0 24px;
}

.OfficeListItem {
    padding-bottom: 20px;
}

.OfficeListItem img {
    width: 125px;
    border: solid 1px #000;
}

.OfficeListItem .fntHeading {
    font-size: 20px;
    line-height: 40px;
    text-indent: 6px;
    background: none;
}

#rosterLine {
    width: 290px;
    padding-right: 5px;
}

#rosterPhone {
    line-height: 14px;
    margin-top: 8px;
}

#rosterOffice {
    margin-bottom: 8px;
}

#rosterEmail, #rosterWebsite {
    font-size: 10px;
}

#rosterPhoto img{
    -ms-interpolation-mode: bicubic;
}

