﻿/*-------------------------------------------------------------------------

Flavor1072.css
- Defines colors, fonts and background images.

-------------------------------------------------------------------------*/

body {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    color: #000;
}

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: #524a3d;
}

h1 {
    font-size: 30px;
    margin: 10px 0 10px 8px;
    padding-bottom: 20px;
    background: url(http://assets.salesaspects.com/templates/i/content/espresso-blue-dotted-divider.png) repeat-x 0 46px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
    color: #000;
    padding: 0;
    margin: 0 0 10px 8px;
}

h4 {
    font-size: 14px;
}

table div{
    padding: 0;
    margin: 0;
}

a {
    color: #524a3d;
    text-decoration: none;
}

ul {
    /*margin-left: 0px;*/
    /*padding-left: 20px;*/
}

a:hover {
    text-decoration: underline;
}

strong {
    color: #000;
    font-weight: bold;
}

.coloredFormLabelSmall {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    line-height: 20px;
}

.neutralFormLabelSmall {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

.formButtonLarge {
    width: 144px;
    height: 65px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 18px;
    font-weight: bold;
    margin: 14px 0 4px 8px;
    padding-bottom: 9px;
    color: #fff;
    background: url(http://assets.salesaspects.com/templates/i/content/espresso-gold2-form-btn-lg.png) no-repeat 0px 5px;
    border: none;
    cursor: pointer;
}

td .formButtonLarge {
    margin: 0;
}

*html .formButtonLarge {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://assets.salesaspects.com/templates/i/content/espresso-gold2-form-btn-lg.png', sizingMethod='scale');
}

/*--------------------------------------------------------------------------------------------------
>> SITE HEADER
--------------------------------------------------------------------------------------------------*/

#siteHeader {
    background: url(http://assets.salesaspects.com/templates/i/flavor-backgrounds/savannah-dkgrey-wave-header-bkgd.png) no-repeat 0px 0px;
}

*html #siteHeader {
    background: url(http://assets.salesaspects.com/templates/i/flavor-backgrounds/savannah-dkgrey-wave-header-bkgd.png) no-repeat 0px 0px;
}

#siteHeaderContent1 {
    line-height: 30px;
    font-size: 10px;
    font-weight: bold;
    color: #d5c39b;
}
#siteHeaderContent1 a{
    color: #d5c39b;
    text-decoration: none;
}
#siteHeaderContent1 a:hover{
    color: #fff;
    text-decoration: underline;
}

#siteHeaderContent2 {
    width: 220px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    line-height: 28px;
}

#siteHeaderContent2 a{
    color: #fff;
    text-decoration: none;
}

#siteHeaderContent2 img{
    vertical-align: text-bottom;
    padding-right: 4px;
}

/*--------------------------------------------------------------------------------------------------
>> LOGIN CONTROL
--------------------------------------------------------------------------------------------------*/

#siteLogin {
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    margin-top: 0px;
}
#siteLogin a{
    color: #fff;
    font-weight: normal;
    line-height: 19px;
}
#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: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color:#fff;
    background: url(http://assets.salesaspects.com/templates/i/menu/main-nav-bkgd-59.png) no-repeat top;
}

*html #siteNavigation {
	background: url(http://assets.salesaspects.com/templates/i/menu/main-nav-bkgd-59.png) no-repeat top;
}

#siteNavigation a{
	color:#fff;
	text-decoration: none;
}

#siteNavigation a:hover{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

*html #siteNavigation a {
	position: relative;
}


#siteNavigationInner {    
    margin-top: 16px;
    padding: 0; 
}

.siteMenu .rmRootGroup{
}

.siteMenu .rmRootGroup .rmItem {
	display: block;
	padding: 22px 0 16px 16px;	
}

.siteMenu .rmFirst 	{
}

.siteMenu .rmLast {	
}

.siteMenu .rmSlide{
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: -3px;
	border: 1px solid #414141;
	font-size: 12px;
	text-transform: none;
	line-height: 13px;
	background-color: #262626;
	z-index: 2;
}

.siteMenu .rmSlide .rmItem {		
	/*border: solid 1px black;*/
	display: block;
	padding-left: 0px;
    margin-left: 0px;
}

.siteMenu .rmExpanded {
}

.siteMenu a{
	position: relative;
	display: block;
	padding-left: 0;
	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: #51493b;
} 



/*--------------------------------------------------------------------------------------------------
>> MAIN LAYOUT
--------------------------------------------------------------------------------------------------*/

#siteMainContent {
    background: url(http://assets.salesaspects.com/templates/i/flavor-backgrounds/savannah-black-brown-2-main-bkgd.gif) repeat-y left top;  
}

#siteSide {
    background: url(http://assets.salesaspects.com/templates/i/flavor-backgrounds/savannah-black-brown-2-siteSide.jpg) no-repeat left top;
    min-height: 650px;
}

*html #siteSide {
    height: 650px;
}

#siteSideContent1 {
    margin-top: 0;
    padding-top: 25px;
    /*min-height: 400px;*/
}

*html #siteSideContent1 {
    /*height: 400px;*/
}

#siteSideContent1 h3 {
    margin: 0;
    padding: 0;
}

#siteSideContent2 {
    margin-top: 0;
    padding-top: 0;
}

#siteMain {
	padding: 0;
	height: 100%;
}

#siteMainContentTop1 {
    background: url(http://assets.salesaspects.com/templates/i/flavor-backgrounds/savannah-blackbrown-sub-sitemain-top.jpg) no-repeat 0 0;
}

#siteMainContentTop2 {
    background: url(http://assets.salesaspects.com/templates/i/flavor-backgrounds/savannah-black-brown-2-home-main-bkgd.jpg) no-repeat 0 0;
    min-height: 544px;
}
#siteMainContentTop2 h2 {
    color: #fff;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 28px;
    margin: 0;
    padding: 29px 0 0 20px;
}
#siteMainContentTop2 h3 {
    color: #e0c27f;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 20px;
    margin: 0;
    padding: 29px 0 10px 20px;
    background: url(http://assets.salesaspects.com/templates/i/flavor-backgrounds/savannah-ltblue-home-main-div.png) no-repeat 20px bottom;
}

#siteMainContainer h1, h3 {
    margin-left: 0;
}

#siteMainContainer h2{
    position: relative;
    margin: 0 0 0 30px;
    padding: 26px 0 6px 0;
    color: #8a0003;
    font-size: 30px;
    background: url(http://assets.salesaspects.com/templates/i/flavor-backgrounds/savannah-grey-hometitle-line.gif) no-repeat 0 65px;
}

#siteFooter {
	padding-top: 40px;
	color: #52514e;
	font-size: 10px;
	line-height: 14px;
	background: url(http://assets.salesaspects.com/templates/i/flavor-backgrounds/savannah-blackbrown2-subfooter-bkgd.png) no-repeat 0 0;
}

*html #siteFooter {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://assets.salesaspects.com/templates/i/flavor-backgrounds/savannah-blackbrown2-subfooter-bkgd.png', sizingMethod='crop');
}

#siteFooter a{
    color: #52514e;
    text-decoration: none;
}
#siteFooter a:hover{
    color: #fff;
    text-decoration: underline;
}

#siteFooterContent1, #siteFooterContentSys, #footerControl {
    margin: 0 0 10px 278px;
    width: 682px;
}

#siteFooterContent1 a{
    font-weight: bold;
}

#siteFooterContent2 {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    width: 268px;
    text-align: center;
}

#siteFooterPhone {
    position: relative;
    font-family: Times New Roman, Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    color: #52514e;
}

#siteFooterSocialNetLinks {
    position: relative;
    margin: 20px 0 15px 0;
}

#siteFooterRealEstateIcons {
    position: relative;
    margin: 20px 0 15px 0;
}
#siteFooterRealEstateIcons img{
    margin: 0 4px 0 4px;
}


#footerDisclaimer {
    background: none;
}

/*--------------------------------------------------------------------------------------------------
>> 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: #fff url(http://assets.salesaspects.com/templates/i/containers/container-bottom-left.png) no-repeat left top;
	height: 12px;
}
*html .moduleContainerBottomLeft {
    background: none;
    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, .groupContainerContent, .groupContainerBottomLeft, .groupContainerBottomRight {
    background: none;
    padding: 0;
    margin: 0;
}

*html .groupContainer, *html .groupContainerContent, *html .groupContainerBottomLeft, *html .groupContainerBottomRight {
    filter: none;
}



/*--------------------------------------------------------------------------------------------------
>> SITE MAIN WRAPPER CONTAINER - USED TO WRAP siteMain
--------------------------------------------------------------------------------------------------*/

.siteMainWrapper, .siteMainWrapperContent, .siteMainWrapperBottomLeft, .siteMainWrapperBottomRight {
    background: none;
    padding: 0;
    margin: 0;
}

*html .siteMainWrapper, *html .siteMainWrapperContent, *html .siteMainWrapperBottomLeft, *html .siteMainWrapperBottomRight {
    filter: none;
}


/*--------------------------------------------------------------------------------------------------
>> 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: #043262;*/
    margin-left: 0;
    margin-bottom: 2px;
    font-size: 22px;
    padding-top: 22px;
    background: url(http://assets.salesaspects.com/templates/i/content/espresso-blue-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: #96a5b4;
    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: #524a3d;
    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: #524a3d;
    padding-bottom: 14px;
    background: url(http://assets.salesaspects.com/templates/i/content/espresso-blue-dotted-divider.png) repeat-x 0 42px;
}

/*--------------------------------------------------------------------------------------------------
>> MENU LINKS CONTEXTUAL SUB-NAV CONTROL 
--------------------------------------------------------------------------------------------------*/

.menuLinksSubTop {
    height: 30px;
    width: 100%;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin-bottom: 24px;
}
.menuLinksSubTop a{
    color: #fff;
    text-decoration: none;
}
.menuLinksSubTop a:hover{
    text-decoration: underline;
}

.menuLinksSubItem {
    line-height: 12px;
    padding-left: 20px;
    padding-bottom: 8px;
    margin-left: 0px;
}

.menuLinksSubItem a{
    color: #000;
}

.contentBanner img {
    border: solid 1px #ddd;
    margin-top: 6px;
}


/*--------------------------------------------------------------------------------------------------
>> PROPERTY SEARCH CONTROL
--------------------------------------------------------------------------------------------------*/

.propertySearchControl {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
}

.propertySearchControl td {
    padding: 4px;
}

.propertySearchControl input, .propertySearchControl select {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
}

.propertySearchControl .formButtonLarge {
    margin: 20px 0 0 4px;
    font-size: 16px;
}

.propertySearchControl select {
    width: 200px;
}



/*---------------------------------------------------------------------------------------------------------------------------------------------

>> STYLES FOR HOME PAGE CONTENT IN BROKER CONTENT TEMPLATE.

---------------------------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------------------
>> CONTAINER TITLES
--------------------------------------------------------------------------------------------------*/

.contentMediumTitle {
    position: relative;
    width: 268px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    margin-top: 0;
}

#siteSideContent1 .contentMediumTitle, #siteSideContent2 .contentMediumTitle {
    padding-top: 16px;  
}

.contentMediumTitle h2 {
    color: #fff;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 26px;
    font-weight: bold;
    margin-top: 0;
}

.contentSmallTitle {
    position: relative;
    width: 264px;
    height: 89px;
    margin: 0 0 0 2px;
    text-align: center;
    padding: 0;
    background: url(http://assets.salesaspects.com/templates/i/content/savannah-brown-content-title-sm.png) no-repeat 0 0;
}
*html .contentSmallTitle {
}
.contentSmallTitle h2 {
    color: #fff;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    padding-top: 28px;
    margin: 0;
}


/*--------------------------------------------------------------------------------------------------
>> QUICK SEARCH CONTROL
--------------------------------------------------------------------------------------------------*/
#quickSearchButtons {
    position: relative;
    width: 268px;
    margin: 0;
    padding: 1px 0 0 0;
    text-align: center;
}

*html #quickSearchButtons {
    margin-top: -19px;
}

.QuickSearch {
    margin-top: 12px;
    margin-left: 22px;
    color: #000;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}
*html .QuickSearch {
    margin-top: 6px;
}

.QuickSearch select {
    width: 220px;
    height: 22px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    line-height: 16px;
    padding: 2px;
}

.QuickSearch #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{
    width: 220px;
}

.QuickSearch #searchButton {
    margin-left: 36px;
}

.QuickSearch #searchButton input {
    position: relative;
    width: 144px;
    height: 65px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 18px;
    margin-top: -4px;
    margin-bottom: 0;
    padding-bottom: 9px;
    color: #fff;
    background: url(http://assets.salesaspects.com/templates/i/content/espresso-gold2-form-btn-lg.png) no-repeat 0px 5px;
    border: none;
    cursor: pointer;   
}

*html .QuickSearch #searchButton input {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://assets.salesaspects.com/templates/i/content/espresso-gold2-form-btn-lg.png', sizingMethod='scale');
}


/*--------------------------------------------------------------------------------------------------
>> ADVANCED SEARCH LINK
--------------------------------------------------------------------------------------------------*/

#quickSearchAdvancedLink {
    position: relative;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    font-weight: bolder;
    text-align: center;
    /*margin-bottom: 25px;*/
    padding-bottom: 0;
    /*margin-left: -12px;*/
}
#quickSearchAdvancedLink a{
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
}
#quickSearchAdvancedLink a:hover{
    color: #fff;
}

*html #quickSearchAdvancedLink {
    margin-top: -12px;
    padding-bottom: 40px;
}

*html #quickSearchAdvancedLink img{
    display: none;
}


/*--------------------------------------------------------------------------------------------------
>> SEARCH BY MAP
--------------------------------------------------------------------------------------------------*/

#searchByMap {
    position: relative;
    width: 264px;
    height: 90px;
    margin: 0 0 0 2px;
    z-index: 1;
}


/*--------------------------------------------------------------------------------------------------
>> FEATURED PROPERTY CONTROL
--------------------------------------------------------------------------------------------------*/

.FeatListings {
    margin: -15px 0 0 8px;
    padding: 0;
    line-height: 14px;
    width: 100%;
    z-index: 2000;
}
.FeatListings a{
    color: #fff;
}
.FeatListings a:hover {
    color: #fff;
    text-decoration: underline;
}

.FeatImage, .FeatImage img {
    margin: 0;
    padding: 0;
    border: solid 2px #d8dded;
}

.FeatStreet {
    font-size: 11px;
    font-weight: bold;
}

.FeatCityState {
    font-size: 11px;
    font-weight: bold;
}

.FeatPrice {
    font-size: 11px;
    font-weight: bold;
}

.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: #a70006;
}
.smallCalloutText a {
    color: #a70006;
    font-weight: bold;
    text-decoration: none;
}
.smallCalloutText a:hover {
    text-decoration: underline;
}
.smallCalloutLink a{
    color: #a70006;
    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;
}

/*--------------------------------------------------------------------------------------------------
>> MAIN HOME TEXT AREA (WITH PHOTO, YARD SIGN, ETC)
--------------------------------------------------------------------------------------------------*/

#homeMainText {
    position: relative;
    width: 420px;
    margin-left: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 20px;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
}
#homeMainText a{
    color: #e2d6c0;
    font-weight: bold;
    text-decoration: none;
}
#homeMainText a:hover{
    color: #e2d6c0;
    text-decoration: underline;
}
  
#homeMainCallout {
    width: 222px;
}

#homeMainCallout img{
    position: absolute;
    top: 0;
    right: 0;
    width: 222px;
    z-index: 500;
}

#homeMainCalloutLink {
    position: absolute;
    top: 175px;
    right: 85px;
    width: 196px;
    height: 30px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    background: url(http://assets.salesaspects.com/templates/i/content/callouts/real-estate-agent-callout-red-1.png) no-repeat left top;
}
*html #homeMainCalloutLink {
    background: url(http://assets.salesaspects.com/templates/i/content/callouts/real-estate-agent-callout-red-1.gif) no-repeat left top;
}
#homeMainCalloutLink a{
    position: relative;
    color: #fff;
    text-decoration: none;
}
#homeMainCalloutLink a:hover {
    color: #fff;
    text-decoration: underline;
}
    

#homeMainTextImage img{
    position: absolute;
    bottom: -6px;
    right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    z-index: 5000;
}

*html #homeMainTextImage span{
    position: absolute;
    bottom: 340px;
    right: 0;
    z-index: 50000;
}


/*--------------------------------------------------------------------------------------------------
>> THREE-UP BOX CONTROL (MULIPLE CALLOUT BOX CONTROL)
--------------------------------------------------------------------------------------------------*/

#threeUpBoxes {
    position: absolute;
    top: 315px;
    left: 0;
    width: 677px;
    height: 133px;
    z-index: 1000;
}
*html #threeUpBoxes {
    left: -16px;
}

.threeUpBoxesContainer {
    float: left;
    vertical-align: top;
    width: 219px;
    height: 133px;
    margin-right: 10px;
}

*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: #a70006;
    margin: 0;   
}
.threeUpBoxesTitle a{
    color: #a70006;
    text-decoration: none;
}
.threeUpBoxesTitle a:hover{
    color: #60af11;
    text-decoration: none;
}

.threeUpBoxesImage {
    position: relative;
    width: 200px;
    height: 133px;
    padding-left: 15px;
    padding-top: 8px;
}

#threeUpBoxesReflection {
    position: absolute;
    top: 449px;
    left: 0;
    width: 677px;
    height: 20px;
}
*html #threeUpBoxesReflection {
    left: -16px;
}


/*--------------------------------------------------------------------------------------------------
>> MY PROFILE CONTROL
--------------------------------------------------------------------------------------------------*/

.userProfile {
    line-height: 16px;
    width: 100%;
    height: 100%;
    margin-left: -8px;
    margin-top: 20px;
    padding-left: 0;
    padding-bottom: 10px;
}
.userProfile a{
    color: #000;
    text-decoration: none;
}
.userProfile a:hover{
    color: #000;
    text-decoration: underline;
}

.userProfilePhoto {
    width: 150px;
    margin: auto;
}

.userProfilePhoto img{
    width: 150px;
    border: solid 1px #5e6d80;
    margin-bottom: 10px;
}

.userProfileName {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #a70006;
    margin-left: 7px;
}

.userProfileTitle, .userProfilePhone, .userProfileEmail {
    color: #000;
    margin-left: 7px;
    padding: 0;
}


/*--------------------------------------------------------------------------------------------------
>> COPY AREA HIGHLIGHT BOX
--------------------------------------------------------------------------------------------------*/

.featuredContentWrapper {
    padding: 10px;
    background: #f1f1f1;
    border: solid 1px #c6c6c6;
}

