/*=== Main body formating ========= */
* {
        border: 0;
        margin: 0 auto;
        padding: 0;
        outline: none;
        color: #ade0ec;
}
body {
       background: #f1f1f1 url('images/SolidBackgroundScreen.gif') repeat fixed center top; /* Change the background to the left */
        font: 13px 'CartoGothic', Arial, Verdana, Helvetica, sans-serif;
        color: #494949;
        padding: 0;
        margin: 0px 0 0 0px;
}
            /* Mobile override */
/* Mobile override (this must be OUTSIDE body {}) */
@media (max-width: 900px) {
  body {
    background-attachment: scroll; /* or fixed (see note below) */
    background-color: #f1f1f1;     /* your fallback */
  }
}
/* Used for spacing do not change */
p.clr, .clr {
        clear:both;
        padding:0;
        margin:0;
        background:none;
}
/*=== Main Fonts  =================*/
h1 {
        font-size: 2em;
        font-weight: normal;
        font: normal normal bold 26px 'CartoGothicStdBoldItalic', serif;
        color: #ed1c24;
        letter-spacing: -1px;
        margin: 0 0 1em;
}
h2 {
        font-size: 2em;
        font-weight: normal;
        font: normal normal bold 26px Neuton, Bevan, Coda, Radley;
        color: #ed1c24;
        letter-spacing: -1px;
        margin: 0 0 1em;
}
h3 {
        font-size: 2em;
        font-weight: normal;
        font: normal normal bold 26px OFLSortsMillGoudyTT, Crimson, Newton, Candal;
        color: #ed1c24;
        letter-spacing: -1px;
        margin: 0 0 1em;
}
h4 {
        font: bold 20px 'CartoGothicStdBook', 'CartoGothicStdBold', serif !important;
        font-family: "CartoGothic";
        font-size: 20px;
        font-weight: bold;
        line-height: 140%;
        color: #7A0000;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        margin: 0 0 1em;
        text-decoration: underline;
}
h5 {
        font: bold 40px 'CartoGothicStdBook', 'CartoGothicStdBold', serif !important;
        color: #57ACDB;
        letter-spacing: -1px;
        margin: 0 0 1em;
        float: right;
}
h6 {
        font: bold 2px 'CartoGothicStdBook', 'CartoGothicStdBold', serif !important;
        color: #57ACDB;
        letter-spacing: -1px;
        margin: 0 0 1em;
        float: right;
}
p {
        font-size: 13px;
        line-height: 1.5em;
        font: normal normal normal 100% Arial, Helvetica, sans-serif;
        padding: 0 0 1.3em;
        color: #ade0ec;
}
/* Used for span tags in bottom 3 columns and for the multi colored logo */
#red {
        font-size: 13px;
        line-height: 1.5em;
        font: normal normal bold 100% Arial, Helvetica, sans-serif;
        padding: 0 0 1.3em;
        color: #7A0000;
}
#red1 {
        font-size: 13px;
        line-height: 1.5em;
        font: normal normal bold 100% Arial, Helvetica, sans-serif;
        padding: 0 0 1.3em;
        color:red;
}
#red2 {
        font-size: 13px;
        line-height: 1.5em;
        font: normal normal bold 100% Arial, Helvetica, sans-serif;
        padding: 0 0 1.3em;
        color: #C10F35;
}
#red3 {
        font-size: 36px;
        line-height: 1.5em;
        font: bold bold bold 100% Arial Bold, Helvetica Bold, sans-serif;
        padding: 0 0 1.3em;
        color: red;
}
#yellow {
        font-size: 13px;
        line-height: 1.5em;
        font: normal normal bold 100% Arial, Helvetica, sans-serif;
        padding: 0 0 1.3em;
        color: #F6F703;
}
#redmls {
        font-size: 13px;
        line-height: 1.5em;
        font: normal normal bold 100% Arial, Helvetica, sans-serif;
        padding: 0 0 1.3em;
        color: #8C4314;
}
#greenlincoln {
        font-size: 13px;
        line-height: 1.5em;
        font: normal normal bold 100% Arial, Helvetica, sans-serif;
        padding: 0 0 1.3em;
        color: #4DB945;
}
#blueweston {
        font-size: 13px;
        line-height: 1.5em;
        font: normal normal bold 100% Arial, Helvetica, sans-serif;
        padding: 0 0 1.3em;
        color: #5E9ED9;
}
#blueagent {
        font-size: 9px;
        line-height: 1.5em;
        font: normal normal bold 100% Arial, Helvetica, sans-serif;
        padding: 0 0 1.3em;
        color: #5990BF;
}
#redmls2 {
        font-size: 40px;
        line-height: 1.5em;
        font: normal normal bold 100% Arial, Helvetica, sans-serif;
        padding: 0 0 1.3em;
        color: #8C4314;
}
#greenlincoln2 {
        font-size: 40px;
        line-height: 1.5em;
        font: normal normal bold 100% Arial, Helvetica, sans-serif;
        padding: 0 0 1.3em;
        color: #4DB945;
}
#blueweston2 {
        font-size: 40px;
        line-height: 1.5em;
        font: normal normal bold 100% Arial, Helvetica, sans-serif;
        padding: 0 0 1.3em;
        color: #5E9ED9;
}
#multicolor {
        margin: 0 0 -15px 0;
        background: url(images/multicolor.png) no-repeat left top;
        height: 36px;
}
/*=== Image rotator more in seperate css  ================================*/
.slider {
        margin: -50px 0px 25px 0px;
        background: url(images/bg100-37.png) repeat center top;
        padding: 100px;
        width: 970px;
        float: left;
        border:1px solid #2e3192;
        border-radius: 50px;
}
.box {
        margin:0 0 10px 0;
        padding:10px 20px;
}
.box .content {
        height:1%;
        padding:0;
}
/*=== Header ===*/
#header {
        margin:0 auto;
        padding:0 0 10px;
        width:970px;
}
/* The 3 parts below control the fixed header the rest of the site scrolls under */
#fixedheader1 {
        width: 989px;
/*      height: 2px;
*/      top: -1px;
        position: fixed;
        background: url(images/banner3filler.png) no-repeat left;
        z-index: 1001;
        margin: 0px 0px 100px -10px;
        display:block;
}
.fixedheader2 {
        width: 999px;
        height: 162px;
        margin: 0px 0px 0px -14px;
        background: url(images/banner4.png) no-repeat;
        position: fixed;
        z-index: 1001;
}
.fixedheader2 ul {
        list-style:none;
        padding:0;
        margin: 15px 0px 0px 0px;
        float: right;
}
.fixedheader2 li {
        float:left;
        background: url(images/goldbtn.png) no-repeat left;
        padding: 20px 5px 15px 10px;
        text-align: center;
}
.fixedheader2 li:hover {
        float:left;
        background: url(images/silverbtn.png) no-repeat left;
        padding: 20px 5px 15px 10px;
        text-align: center;
}
.fixedheader2 li a {
        font: bold 15px 'TeXGyreAdventorRegular', 'TeXGyreAdventorBold', serif !important;
        font-family: "TeXGyreAdventor";
        line-height: 140%;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        font-size: 15px;
        font-weight: bold;
        color: #031770;
        display: block;
        text-decoration:none;
        width: 123px;
        text-align: center;
        padding: 0px 0px 5px 0px;
}
.fixedheader2 li a span {
        color: #031770;
}
.fixedheader2 li a:hover {
        color: #FFFFFF;
        text-decoration:none;
}
.fixedheader2 li a:hover span {
        color:#031770;
}
.fixedheader2 li.current_page_item a {
}
.fixedheader2 li.current_page_item a span {
}
/* ====== Gold Button Navigation ======*/

/* silverbutton below inserts the silver btn image in before its called to avoid load lag */
#silverbutton {
        background: url(images/silverbtn.png) no-repeat left;
        margin: 0 0 0 -2500px
}
/* topnav portions below control the goldbtn navigation menu */
.topnav {
        float: left;
        width: 970px;
        margin: 0px 0 0px 0;
        padding: 0px 0;
}
.topnav ul {
        list-style:none;
        padding:0;
        margin:0;
}
.topnav li {
        float:left;
        background: url(images/goldbtn.png) no-repeat left;
        padding: 20px 5px 15px 10px;
        text-align: center;
}
.topnav li:hover {
        float:left;
        background: url(images/silverbtn.png) no-repeat left;
        padding: 20px 5px 15px 10px;
        text-align: center;
}
.topnav li a {
        font: bold 14px 'TeXGyreAdventorRegular', 'TeXGyreAdventorBold', serif !important;
        font-family: "TeXGyreAdventor";
        line-height: 140%;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        font-size: 15px;
        font-weight: bold;
        color: #031770;
        display: block;
        text-decoration:none;
        width: 123px;
        text-align: center;
        padding: 0px 0px 5px 0px;
}
.topnav li a span {
        color: #031770;
}
.topnav li a:hover {
        color: #031770;
        text-decoration:none;
}
.topnav li a:hover span {
        color:#031770;
}
.topnav li.current_page_item a {
}
.topnav li.current_page_item a span {
}
/* silverbutton below inserts the silver btn image in before its called to avoid load lag */
#silverbuttonlong {
        background: url(images/silverbtnlong.png) no-repeat center;
        margin: 0 0 0 -2500px
}
/* reqnav for second Request A Showing on Featured Listings Individual Pages */
.reqnav {
        float: left;
        width: 590px;
        padding: 0 0 0 0;
        margin: -90px 0 0 0;
}
.reqnav ul {
        list-style:none;
        padding:0;
        margin:0;
}
.reqnav li {
        float:right;
        background: url(images/goldbtnlong.png) no-repeat center;
        text-align: center;
}
.reqnav li:hover {
        float:right;
        background: url(images/silverbtnlong.png) no-repeat center;
        text-align: center;
}
.reqnav li a {
        font: bold 14px 'TeXGyreAdventorRegular', 'TeXGyreAdventorBold', serif !important;
        font-family: "TeXGyreAdventor";
        line-height: 140%;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        font-size: 15px;
        font-weight: bold;
        color: #031770;
        display: block;
        text-decoration:none;
        width: 285;
        text-align: center;
        padding: 9px 12px 10px 15px;
        margin: 9px 12px 10px 15px;
}
.reqnav li a span {
        color: #031770;
}
.reqnav li a:hover {
        color: #031770;
        text-decoration:none;
}
.reqnav li a:hover span {
        color:#031770;
}
.reqnav li.current_page_item a {
}
.reqnav li.current_page_item a span {
}
/* silverbutton below inserts the silver btn image in before its called to avoid load lag */
#silverbuttonlong {
        background: url(images/silverbtnlong.png) no-repeat left;
        margin: 0 0 0 -2500px
}
/* repnav for Request A Showing on Home Search and Home Page */
.repnav {
        float: left;
        width: 635px;
        padding: 0 0 0 0;
        margin: -100px 0 0 0;
}
.repnav ul {
        list-style:none;
        padding:0;
        margin:0;
}
.repnav li {
        float:right;
        background: url(images/goldbtnlong3.png) no-repeat center;
        text-align: center;
}
.repnav li:hover {
        float:right;
        background: url(images/silverbtnlong3.png) no-repeat center;
        text-align: center;
}
.repnav li a {
        font: bold 14px 'TeXGyreAdventorRegular', 'TeXGyreAdventorBold', serif !important;
        font-family: "TeXGyreAdventor";
        line-height: 140%;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        font-size: 15px;
        font-weight: bold;
        color: #031770;
        display: block;
        text-decoration:none;
        width: 385;
        text-align: center;
        padding: 0px 50px 10px 0px;
        margin: 30px 20px 20px 80px;
}
.repnav li a span {
        color: #031770;
}
.repnav li a:hover {
        color: #031770;
        text-decoration:none;
}
.repnav li a:hover span {
        color:#031770;
}
.repnav li.current_page_item a {
}
.repnav li.current_page_item a span {
}
/* silverbutton below inserts the silver btn image in before its called to avoid load lag */
#silverbuttonlong3 {
        background: url(images/silverbtnlong3.png) no-repeat left;
        margin: 0 0 0 0
}


/* rsnav for First Request A Showing Button on Featured Listings Page */
.rsnav {
        float: right;
        width: 335px;
        margin: -1478px 110px 0 0;
}
.rsnav ul {
        list-style:none;
        padding:0;
        margin:0;
}
.rsnav li {
        float:right;
        background: url(images/goldbtnlong.png) no-repeat center;
        text-align: center;
}
.rsnav li:hover {
        float:right;
        background: url(images/silverbtnlong.png) no-repeat center;
        text-align: center;
}
.rsnav li a {
        font: bold 14px 'TeXGyreAdventorRegular', 'TeXGyreAdventorBold', serif !important;
        font-family: "TeXGyreAdventor";
        line-height: 140%;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        font-size: 15px;
        font-weight: bold;
        color: #031770;
        display: block;
        text-decoration:none;
        width: 285;
        text-align: center;
        padding: 8px 12px 10px 15px;
        margin: 8px 12px 10px 15px;
}
.rsnav li a span {
        color: #031770;
}
.rsnav li a:hover {
        color: #031770;
        text-decoration:none;
}
.rsnav li a:hover span {
        color:#031770;
}
.rsnav li.current_page_item a {
}
.rsnav li.current_page_item a span {
}
/* silverbutton below inserts the silver btn image in before its called to avoid load lag */
#silverbuttonlong {
        background: url(images/silverbtnlong.png) no-repeat left;
        margin: 0 0 0 0
}
/* rhnav for Request A Showing Button on Home Page */
.rhnav {
        float: left;
        width: 590px;
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
}
.rhnav ul {
        list-style:none;
        padding:0;
        margin:0;
}
.rhnav li {
        float:right;
        background: url(images/goldbtnlong.png) no-repeat center;
        text-align: center;
}
.rhnav li:hover {
        float:right;
        background: url(images/silverbtnlong.png) no-repeat center;
        text-align: center;
}
.rhnav li a {
        font: bold 14px 'TeXGyreAdventorRegular', 'TeXGyreAdventorBold', serif !important;
        font-family: "TeXGyreAdventor";
        line-height: 140%;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        font-size: 15px;
        font-weight: bold;
        color: #031770;
        display: block;
        text-decoration:none;
        width: 285;
        text-align: center;
        padding: 9px 12px 10px 15px;
        margin: 9px 12px 10px 15px;
}
.rhnav li a span {
        color: #031770;
}
.rhnav li a:hover {
        color: #031770;
        text-decoration:none;
}
.rhnav li a:hover span {
        color:#031770;
}
.rhnav li.current_page_item a {
}
.rhnav li.current_page_item a span {
}
/* silverbutton below inserts the silver btn image in before its called to avoid load lag */
#silverbuttonlong {
        background: url(images/silverbtnlong.png) no-repeat left;
        margin: 0 0 0 -2500px;
}
/* rinav for Request A Showing Button on Mobile Page */
.rinav {
        float: left;
        width: 590px;
        padding: 0 0 10px 0;
        margin: -140px 0 60px 0;
}
.rinav ul {
        list-style:none;
        padding:0;
        margin:0;
}
.rinav li {
        float:right;
        background: url(images/goldbtnlong.png) no-repeat center;
        text-align: center;
}
.rinav li:hover {
        float:right;
        background: url(images/silverbtnlong.png) no-repeat center;
        text-align: center;
}
.rinav li a {
        font: bold 14px 'TeXGyreAdventorRegular', 'TeXGyreAdventorBold', serif !important;
        font-family: "TeXGyreAdventor";
        line-height: 140%;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        font-size: 15px;
        font-weight: bold;
        color: #031770;
        display: block;
        text-decoration:none;
        width: 285;
        text-align: center;
        padding: 9px 12px 10px 15px;
        margin: 9px 12px 10px 15px;
}
.rinav li a span {
        color: #031770;
}
.rinav li a:hover {
        color: #031770;
        text-decoration:none;
}
.rinav li a:hover span {
        color:#031770;
}
.rinav li.current_page_item a {
}
.rinav li.current_page_item a span {
}
/* extra long silverbutton below inserts the silver button image in before its called to avoid load lag */
#silverbuttonxtralong {
        background: url(images/xtralongsilverbtn.png) no-repeat left;
        margin: 0 0 0 0
}
/* mobile page button */
.rwnav {
        float: left;
        width: 810px;
        margin: 10px 0 10px 90px;
        padding: 10px 0 10px 90px;
}
.rwnav ul {
        list-style:none;
        padding:0;
        margin:0;
}
.rwnav li {
        float:left;
        background: url(images/xtralonggoldbtn.png) no-repeat left;
        padding: 20px 5px 15px 10px;
        text-align: center;
}
.rwnav li:hover {
        float:left;
        background: url(images/xtralongsilverbtn.png) no-repeat left;
        padding: 20px 5px 15px 10px;
        text-align: center;
}
.rwnav li a {
        font: bold 20px 'TeXGyreAdventorRegular', 'TeXGyreAdventorBold', serif !important;
        font-family: "TeXGyreAdventor";
        line-height: 140%;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        font-size: 15px;
        font-weight: bold;
        color: #031770;
        display: block;
        text-decoration:none;
        width: 590px;
        text-align: center;
        padding: 0px 0px 5px 0px;
}
.rwnav li a span {
        color: #031770;
}
.rwnav li a:hover {
        color: #031770;
        text-decoration:none;
}
.rwnav li a:hover span {
        color:#031770;
}
.rwnav li.current_page_item a {
}
.rwnav li.current_page_item a span {
}

/*=== off the page text for seo ===*/
#headeroff {
        margin: 0 0 0 -2500px;
        height: 1px;
        width: 1px;
}
#bizcardoff {
        /*margin: 0 0 0 -2500px;
        height: 1px;
        width: 1px;*/
        display:none;
}
/*=== Columns Controls the formatting of the columns ===*/
#columns {
        padding:20px 0;
        width:970px;
}
/*=== #blcol Bottom Left Column Homes for Sale lincoln ===*/
#blcol {
        float: left;
        width: 310px;
        padding: 0 0 0 0px;
}
#blcol .box {
        background: url(images/bg100-37.png) repeat center top;
        border: 1px solid #2e3192;
        border-radius: 50px;
}
#blcol h1 {
        font: bold 20px 'CartoGothicStdBook', 'CartoGothicStdBold', serif !important;
        font-family: "CartoGothic";
        font-size: 20px;
        font-weight: bold;
        line-height: 140%;
        letter-spacing: -1px;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        padding: 10px 0 10px 0;
        color: #9E0000;
        margin: 0 0 1em;
        background: url(images/line1.jpg) repeat-x center bottom;
}

/*=== #hlcol Half Column-Left for Picture ===*/
#hlcol {
        float: left;
        width: 505px;
        padding: 0 10px 0 10px;
        margin: 0 10px 0 10px;
}
#hlcol h1 {
        font: bold 18px 'CartoGothicStdBook', 'CartoGothicStdBold', serif !important;
        font-family: "CartoGothic";
        font-size: 18px;
        font-weight: normal;
        line-height: 160%;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        color: #ade0ec;
        letter-spacing: -1px;
        padding: 0 0 0 0;
        margin: 0 0 1em;
        text-align: justify;
}
#hlcol2 {
        float: left;
        width: 532px;
        padding: -5px 0 0 10px;
        margin: -5px 0 0 10px;
}
#hlcol2 a.band01 {
        display: block;
        padding: -4px 0 0 4px;
        margin: -4px 0 0 4px;
        float: left;
        position: relative;
        text-decoration: none;
}
#hlcol2 a.band01:hover {
        border-color: none
}
a.band01:hover .overlay01 {
        position: absolute;
        z-index: 3;
        width: 128px;
        height: 96px;
        border: 4px solid red;
}
a.band02:hover .overlay01  a.band03:hover .overlay01  a.band04:hover .overlay01  a.band05:hover .overlay01  a.band06:hover .overlay01  a.band07:hover .overlay01  a.band08:hover .overlay01  a.band09:hover .overlay01  a.band10:hover .overlay01  a.band11:hover .overlay01  a.band12:hover .overlay01  a.band13:hover .overlay01  a.band14:hover .overlay01  a.band15:hover .overlay01  a.band16:hover .overlay01  a.band17:hover .overlay01  a.border01 img {
        display: block;
}
#hlcol3 {
        float: left;
        width: 505px;
        padding: 0 10px 0 10px;
        margin: 30px 0 0 10px;
}
#hlcol4 {
        float: left;
        width: 970px;
        padding: -2px 0 0 10px;
        margin: 0 0 0 10px;
}
#hlcol4 a.band01 {
        display: block;
        float: left;
        padding: -4px 0 0 4px;
        margin: -4px 0 0 4px;
        position: relative;
        text-decoration: none;
}
#hlcol4 a.band01:hover {
        border-color: none
}
a.band01:hover .overlay01 {
        position: absolute;
        z-index: 3;
        width: 128px;
        height: 96px;
        border: 4px solid red;
}
a.band02:hover .overlay01  a.band03:hover .overlay01  a.band04:hover .overlay01  a.band05:hover .overlay01  a.band06:hover .overlay01  a.band07:hover .overlay01  a.band08:hover .overlay01  a.band09:hover .overlay01  a.band10:hover .overlay01  a.band11:hover .overlay01  a.band12:hover .overlay01  a.band13:hover .overlay01  a.band14:hover .overlay01  a.band15:hover .overlay01  a.band16:hover .overlay01  a.band17:hover .overlay01  a.band18:hover .overlay01  a.band19:hover .overlay01  a.band20:hover .overlay01  a.band21:hover .overlay01  a.band22:hover .overlay01  a.band23:hover .overlay01  a.band24:hover .overlay01  a.band25:hover .overlay01
  a.band26:hover .overlay01  a.band27:hover .overlay01  a.band28:hover .overlay01  a.band29:hover .overlay01  a.band30:hover .overlay01  a.border01  a.band31:hover .overlay01  a.band32:hover .overlay01  a.band33:hover .overlay01  a.band34:hover .overlay01  a.band35:hover .overlay01  a.band36:hover .overlay01  a.band37:hover .overlay01  a.band38:hover .overlay01  a.band39:hover .overlay01  a.band40:hover .overlay01  a.band41:hover .overlay01  a.band42:hover .overlay01  a.band43:hover .overlay01  a.band44:hover .overlay01  a.band45:hover .overlay01  a.band16:hover .overlay01  a.band17:hover .overlay01  a.band46:hover .overlay01  a.band47:hover .overlay01  a.band48:hover .overlay01  a.band49:hover .overlay01  a.band50:hover .overlay01  a.band51:hover .overlay01  a.band52:hover .overlay01  a.band53:hover .overlay01
  a.band54:hover .overlay01  a.band55:hover .overlay01  a.band56:hover .overlay01  a.band57:hover .overlay01  a.band58:hover .overlay01  a.border01  a.band59:hover .overlay01 a.band60:hover .overlay01  a.band61:hover .overlay01  a.band62:hover .overlay01  a.band63:hover .overlay01 a.band64:hover .overlay01  a.band65:hover .overlay01   a.border01    img {
        display: block;
}
/*=== #hrcol Half Column-Right for Text ===*/
#hrcol {
        float: right;
        width: 390px;
        padding: 5px 10px 0 0;
        margin: 0 10px 0 0;
}
#hrcol h1 {
        font: bold 18px 'CartoGothicStdBook', 'CartoGothicStdBold', serif !important;f
        font-family: "CartoGothic";
        font-size: 18px;
        font-weight: normal;
normal;
        line-height: 160%;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        padding: 0 25px 0 0;
        color: #ade0ec;
        letter-spacing: -1px;
        margin: -13px 0 1em;
        text-align: justify;
}
#hrcol h2 {
        font: bold 14px 'CartoGothicStdBook', 'CartoGothicStdBold', serif !important;
        font-family: "CartoGothic";
        font-size: 14px;
        font-weight: bold;
        line-height: 135%;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        color: #ade0ec;
        letter-spacing: 0;
        margin: -8px 0 1em 0;
        text-align: justify;
}
/*=== #hrcol2 Half Column-Right for Background Form Picture Lincoln Town Hall ===*/
#hrcol2 {
        float: right;
        width: 405px;
        padding: -109px 5px 0 0;
        margin: 11px 5px 0 0;
}
#hrcol2 h1 {
        font: bold 18px 'CartoGothicStdBook', 'CartoGothicStdBold', serif !important;
        font-family: "CartoGothic";
        font-size: 18px;
        font-weight: normal;
normal;
        line-height: 160%;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        padding: 0 25px 0 0;
        color: #ade0ec;
        letter-spacing: -1px;
        margin: -13px 0 1em;
        text-align: justify;
}
/*=== #hrcol3 Half Column-Right for Background Form Picture Lincoln Town Hall ===*/
#hrcol3 {
                float: right;
        width: 405px;
        padding: -109px 5px -80px 0;
        margin: 11px 5px 0 0;
}
#hrcol3 h1 {
        font: bold 18px 'CartoGothicStdBook', 'CartoGothicStdBold', serif !important;
        font-family: "CartoGothic";
        font-size: 18px;
        font-weight: normal;
normal;
        line-height: 160%;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        padding: 0 25px 0 0;
        color: #ade0ec;
        letter-spacing: -1px;
        margin: -13px 0 1em;
        text-align: justify;
}
/*=== #hrcol4 Half Column-Right for Background Form Picture Lincoln Town Hall ===*/
#hrcol4 {
                float: right;
        width: 415px;
        padding: 0px 20px 0px 0;
        margin: 15px 15px 0 0;
}
#hrcol4 h1 {
        font: bold 18px 'CartoGothicStdBook', 'CartoGothicStdBold', serif !important;
        font-family: "CartoGothic";
        font-size: 18px;
        font-weight: normal;
normal;
        line-height: 160%;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        padding: 0 25px 0 0;
        color: #ade0ec;
        letter-spacing: -1px;
        margin: -13px 0 1em;
        text-align: justify;
}
/*=== #hxcol Half Column-Right for Submittal Form ===*/
#hxcol {
        float: right;
        width: 360px;
        padding: 0 0 0 0;
        margin: 12px -380px 0 0;
}
#hxcol1 {
        float: right;
        width: 240px;
        padding: 0 0 0 0;
        margin: 17px -300px 20px 0;
}
#hxcol2 {
        float: right;
        width: 920px;
        padding: 15px 0 15px 0;
        font: bold 13px 'CartoGothicStdBook', 'CartoGothicStdBold', serif !important;
        font-family: "CartoGothic";
        font-size: 13px;
        font-weight: normal;
        line-height: 140%;
        color: #ADE0EC;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        text-decoration: none;
        text-align: justify;
        letter-spacing: 0px;
        margin: 20px 25px 0 25px;
}
#hxcol3 {
        float: left;
        width: 920px;
        padding: 15px 0 15px 0;
        margin: 15px 0 15px 0;
}
#hxcol4 {
        float: left;
        width: 380px;
        padding: 0 0 0 20px;
        margin: -65px -400px 0 -20px;
}
#hxcol5 {
        float: right;
        width: 320px;
        padding: 0 0 0 0;
        margin: 25px -380px 0 0;
}
#hxcol6 {
        float: left;
        width: 320px;
        padding: 0 0 0 0;
        margin: -10px -440px 0 35px;
}

/*=== #fullcentercol2 controls the properities for the columns in the rest of the pages ===*/
#fullcentercol2 {
        margin: 10px 0 10px 0;
        float: left;
        width: 970px;
        padding: 0 0 0 0;
        background: url(images/bg100-37.png) repeat center top;
        border: 1px solid #2e3192;
        border-radius: 50px;
}
#fullcentercol2 h3 {
        font: bold 13px 'CartoGothicStdBook', 'CartoGothicStdBold', serif !important;
        font-family: "CartoGothic";
        font-size: 13px;
        font-weight: normal;
        line-height: 140%;
        color: #ADE0EC;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        text-decoration: none;
        text-align: justify;
        letter-spacing: 1px;
        margin: 0 25px 0 25px;
}
#fullcentercol2 h4 {
        font: bold 40px 'CartoGothicStdBook', 'CartoGothicStdBold', serif !important;
        font-family: "CartoGothic";
        font-size: 40px;
        font-weight: bold;
        line-height: 140%;
        color: #7A0000;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        text-decoration: none;
        text-align: center;
        margin: 0;
        background: url(images/line1.jpg) repeat-x center bottom;
}
#fullcentercol2 h5 {
        font: bold 18px 'CartoGothicStdBook', 'CartoGothicStdBold', serif !important;
        font-family: "CartoGothic";
        font-size: 18px;
        font-weight: bold;
        line-height: 140%;
        color: #F6F703;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        text-decoration: none;
        text-align: left;
        letter-spacing: 0px;
        margin: 0 300px 0 0;
}
#fullcentercol2 p {
        font-size: 13px;
        line-height: 1.5em;
        font: normal normal bold 100% Arial, Helvetica, sans-serif;
        padding: 10px 0 0 0;
        color: #ADE0EC;
}
#fullcentercol2 a {
        padding: 20px 0 0 0;
        font: bold 13px 'CartoGothicStdBook', 'CartoGothicStdBold', serif !important;
        font-family: "CartoGothic";
        font-size: 13px;
        font-weight: bold;
        line-height: 140%;
        color: #4DB945;
        cursor:pointer;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        text-decoration: underline;
        text-align: center;
        margin: 10px 0 0 0;
}
#fullcentercol2 a:hover {
        font: CartoGothic;
        font-size: 13px;
        font-weight: bold;
        line-height: 140%;
        color:yellow;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        text-align: center;
        text-decoration: underline;
}
#fullcentercol3 {
        float: left;
        width: 970px;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        border: none;
}
/* Font formating h4 blue featured info h5 red take a journey*/
#fullcentercol {
        margin: 10px 0 10px 0;
        float: left;
        width: 970px;
        padding: 0 0 0 0;
}
#fullcentercol h4 {
        font: bold 40px 'CartoGothicStdBook', 'CartoGothicStdBold', serif !important;
        font-family: "CartoGothic";
        font-size: 40px;
        font-weight: bold;
        line-height: 140%;
        color: #2e3192;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        text-decoration: none;
        text-align: center;
        margin: 0;
        background: url(images/line1.jpg) repeat-x center bottom;
}
#fullcentercol h5 {
        font: bold 40px 'CartoGothicStdBook', 'CartoGothicStdBold', serif !important;
        font-family: "CartoGothic";
        font-size: 40px;
        font-weight: bold;
        line-height: 140%;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        color: #7A0000;
        text-decoration: none;
        text-align: center;
        margin: 0;
}
#fullcentercol .box {
        background: url(images/bg27-45.png) repeat center top;
        border: 1px solid #2e3192;
        border-radius: 30px;
        height: 400px;
}
/* #centercol 4 column behind the image rotator*/
#centercol4 {
        margin: 193px 0 50px 0;
        float: left;
        width: 970px;
        height: 330px;
        padding: 0 0 0 0;
}
#centercol4 .box {
        height: 350px;
        background: url(images/bg100-37.png) repeat center top;
        border: 1px solid #2e3192;
        border-radius: 25px;
}
/* #centercol5 fills space in on movie page */
#centercol5 {
        margin: 0px 0 3px 0;
        float: left;
        width: 970px;
        height: 193px;
}
/* #centercol6 column for movie page behind the movie*/
#centercol6 {
        margin: 10px 0 30px 0;
        float: left;
        width: 970px;
        height: 660px;
}
#centercol6 .box {
        height: 660px;
        background: url(images/bg100-37.png) repeat center top;
        border: 1px solid #2e3192;
        border-radius: 25px;
        padding: 20px 0 0 0;
}
/* #centercol 7 column behind the image rotator*/
#centercol7 {
        margin: 33px 0 0 0;
        float: left;
        width: 970px;
        height: 330px;
        padding: 0 0 0 0;
}
#centercol7 .box {
        height: 350px;
        background: url(images/bg100-37.png) repeat center top;
        border: 1px solid #2e3192;
        border-radius: 25px;
}
#centercol8 {
        margin: 0px 0 3px 0;
        float: left;
        width: 970px;
        height: 300px;
}
/*=== Bottom Right Column ===*/
#brcol {
        float: right;
        width: 310px;
        padding: 0 0 0 20px;
}
#brcol .box {
        background: url(images/bg100-37.png) repeat center top;
        border:1px solid #2e3192;
        border-radius: 50px;
}
#brcol h1 {
        font: bold 20px 'CartoGothicStdBook', 'CartoGothicStdBold', serif !important;
        font-family: "CartoGothic";
        font-size: 20px;
        font-weight: bold;
        line-height: 140%;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        padding: 10px 0 10px 0;
        color: #9E0000;
        letter-spacing: -1px;
        margin: 0 0 1em;
        background: url(images/line1.jpg) repeat-x center bottom;
}
#brcol h2 {
        font-size: 13px;
        line-height: 1.5em;
        padding: 0 0 1.3em;
        color: #7A0000;
}
#brcol h3 {
        font-size: 13px;
        line-height: 1.5em;
        padding: 0 0 1.3em;
        color: #F6F703;
}
/*=== Bottom Center Column Homes for Sale in Weston===*/
#bccol {
        float: right;
        width: 310px;
        padding: 0 0 0 20px;
}
#bccol .box {
        background: url(images/bg100-37.png) repeat center top;
        border:1px solid #2e3192;
        border-radius: 50px;
}
#bccol h1 {
        font: bold 20px 'CartoGothicStdBook', 'CartoGothicStdBold', serif !important;
        font-family: "CartoGothic";
        font-size: 20px;
        font-weight: bold;
        line-height: 140%;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        padding: 10px 0 10px 0;
        color: #9E0000;
        margin: 0 0 1em;
        background: url(images/line1.jpg) repeat-x center bottom;
}
#bccol h2 {
        font-size: 13px;
        line-height: 1.5em;
        padding: 0 0 1.3em;
        color: #7A0000;
}
#bccol h3 {
        font-size: 13px;
        line-height: 1.5em;
        padding: 0 0 1.3em;
        color: #F6F703;
}
/*=== Top 3 Columns ===*/
#columns2 {
        padding: 10px 0 10px 0;
        width: 970px;
        margin-bottom: -10px;
        height: 245px;
}
#columns3 {
        padding: 0 0 0 0;
        width: 970px;
        margin-bottom: 0;
        height: 265px;
}
/*=== Top Left Column ===*/
#centercol2 {
        float: left;
        width: 317px;
        padding: 0 0 0 0;
}
#centercol2 .box {
}
#centercol3 {
        padding: 0 0 0 0;
        width: 317px;
        height: 265px;
}
#centercol3 .box {
}
/*=== Top Center Column & Top Right Column  ===*/
#rightcol2 {
        float: right;
        width: 316px;
        padding: 0 0 0 0px;
}
#rightcol2 .box {
}
/*=== Lists styling bulleted gold houses ==========================*/
#bullets {
}
#bullets li {
        padding-left: 2.2em;
        list-style: none;
        background: url(images/goldhousebullet.png) no-repeat left center;
        line-height: 20px;
        font: normal 13px 'CartoGothicStdBook', 'CartoGothicStdBold', serif !important;
        font-family: "CartoGothic";
        font-size: 13px;
        line-height: 140%;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        text-decoration: none;
}
/*=== Footer formating  ===*/
#footer {
        color:#fff;
        width:970px;
        text-decoration:none;
        font:normal 11px Arial, Helvetica, sans-serif;
        margin:0 auto;
        padding:25px 0;
}
#footer .text2 {
        min-width:280px;
        padding:8px 5px;
        float: right;
}
#footer .text {
        padding:15px 20px;
        float:left;
        width: 650px;
        font: bold 14px Times;
        padding: 10px 0 10px 0;
        color: #7A0000;
        letter-spacing: 0px;
        font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
        text-align: center;
}
#footer .text a {
        font: bold 14px Times;
        color: #7A0000;
        letter-spacing: 0px;
        font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
        text-align: center;
        text-decoration:none;
}
#footer .text a:hover {
        font: bold 14px Times;
        color: #4DB945;
        letter-spacing: 0px;
        font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
        text-align: center;
        text-decoration:none;
}
/*=== Footer2 formating  ===*/
#footer2 {
        color:#fff;
        width:970px;
        text-decoration:none;
        font:normal 11px Arial, Helvetica, sans-serif;
        margin:0 auto;
        padding:25px 0;
}
#footer2 .text2 {
        min-width:280px;
        padding:8px 5px;
        float: right;
}
#footer2 .text {
        padding:15px 20px;
        float:left;
        width: 650px;
        font: bold 14px Times;
        padding: 10px 0 10px 0;
        color: #7A0000;
        letter-spacing: 0px;
        font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
        text-align: center;
}
#footer2 .text a {
        font: bold 14px Times;
        color: #7A0000;
        letter-spacing: 0px;
        font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
        text-align: center;
        text-decoration:none;
}
#footer2 .text a:hover {
        font: bold 14px Times;
        color: #4DB945;
        letter-spacing: 0px;
        font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
        text-align: center;
        text-decoration:none;
}

.clear{display:block}
/*blog*/
.blogcentercol2 {
        width:70%;
        margin: 10px 0 10px 0;
        float: left;
        padding: 0 0 0 0;
        background: url(images/bg100-37.png) repeat center top;
        border: 1px solid #2e3192;
        border-radius: 50px;
}
.blogcentercol3 {
        width:29%;
        margin: 10px 0 10px 0;
        float: right;
        padding: 0 0 0 0;
        background: url(images/bg100-37.png) repeat center top;
        border: 1px solid #2e3192;
        border-radius: 21px;
}
/*=== rotate Pictures 90 degress clockwise ===*/
.rotateimg90 {
  -webkit-transform:rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.archives ul {
}
.archives ul li {
        margin-bottom:5px;
}
.archives ul li a {
        text-decoration:none
}
.archives ul li a:hover {
        text-decoration:underline
}

.content h4{padding-top:10px}


#map-plug {display:none;}

/* Mobile fix: keep Area Code + Phone Number on same row */
@media (max-width: 768px) {
  /* If these two wrappers are siblings, make them behave like columns */
  #hxcol1, #hxcol {
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
  }

  /* Area Code (left) */
  #hxcol1 {
    width: 30%;
  }

  /* Phone Number (right) */
  #hxcol {
    width: 70%;
  }
}