﻿@charset "utf-8";
/* CSS Document */

/* basics */
html, body {
    height: 100%;
}
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background: #A7AAAC;
    color: #444444;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
    font-size: 12px;
    
}
.wrapper {
	width:960px;
    margin: auto;
    background: #fff;
    min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -124px;
    
}
.push {
	height:124px;
}
.header {
    background: #fff;
    width: 960px;
    margin: auto;
}

#navigation {
    background: #6b2c3f;
    color: White;
    width: 960px;
    margin: auto;
    padding: 0;
}

.logo {
    margin: 10px 10px;
}

#feature {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.55);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.55);
    padding: 8px;
    padding-top: 2px;
}

.feature-txt-left {
    font-size: 16px;
}

.feature-txt-right {
    font-size: 14px;
}

img {
    vertical-align: middle;
}

.imgFP {
    width: 400px;
    height: 280px;
    overflow: hidden;
    border: 4px solid White;
}

.clearbreak {
    clear: both;
}

.Wrap960 {
    width: 912px;
    margin: auto;
    padding: 20px 24px;
    background: White;
}

h1 {
    font-size: 22px;
    font-weight: normal;
    color: #6b2c3f;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    font-family: 'Ubuntu', Arial, sans-serif;
}

h2 {
    color: #289746;
    font-weight: normal;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'Ubuntu', Arial, sans-serif;
}

h3 {
    font-family: 'Ubuntu', Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #6b2c3f;
    margin: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
}

h4 {
    color: #6b2c3f;
    font-weight: normal;
    font-size: 16px;
    padding-top: 1px;
    padding-bottom: 4px;
    margin: 0px;
    font-family: 'Ubuntu', Arial, sans-serif;
}

h5 {
    font-family: 'Ubuntu', Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #6b2c3f;
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

h6 {
    font-family: 'Ubuntu', Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #6b2c3f;
    margin: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}

ul {
    padding: 0px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
}



img {
    border: none;
}


/* links */

a:link, a:visited {
    color: #289746;
    text-decoration: none;
}

a:hover {
    color: #6b2c3f;
    text-decoration: none;
}

a.btnFacebook:link, a.btnFacebook:visited {
    color: #6b2c3f;
    font-size: 30px;
    text-decoration: none;
}

a.btnFacebook:hover {
    color: #289746;
    text-decoration: none;
}

a.btnBlog:link, a.btnBlog:visited {
    color: #6b2c3f;
    font-size: 24px;
    text-decoration: none;
    display: block;
    border: 1px solid #ccc;
    padding: 10px 30px;
    padding-right: 60px;
    text-align: left;
    background: #eee url('../images/blog.png') top right no-repeat;
}


a.btnBlog:hover {
    color: #289746;
    text-decoration: none;
}

.font16 {
    font-size: 16px;
}

.sep {
    width: 1px;
    background-color: White;
}

a.nav:link, a.nav:visited {
    color: White;
    text-decoration: none;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-left: 27px;
    padding-right: 27px;
    line-height: 44px;
    text-transform: uppercase;
    margin: 0;
}

a.nav:hover {
    color: White;
    background: #903e56;
}

a.navOn:link, a.navOn:visited, a.navOn:hover {
    color: White;
    background: #903e56;
    text-decoration: none;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-left: 27px;
    padding-right: 27px;
    line-height: 44px;
    text-transform: uppercase;
}

.txtTagLine {
    color: #6b2c3f;
    font-size: 25px;
    padding-right: 20px;
}

.txtPhone {
    color: #289746;
    font-size: 32px;
    padding-right: 20px;
    padding-top: 20px;
}

hr {
    border: 0;
    border-bottom: 1px dotted #cccccc;
}

.txtHome {
    line-height: 20px;
    font-size: 14px;
}

a.btnBlue:link, a.btnBlue:visited {
    color: white;
    background: #6b2c3f;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 8px 20px 8px 20px;
    font-size: 14px;
    text-decoration: none;
    border-top: 2px solid #cccccc;
}

a.btnBlue:hover {
    color: #fff;
    background: #7872bf;
}
/* footer */
.footer {
    color: #fff;
    background: #5c2636;
    padding: 20px;
    font-size: 13px;
    width: 920px;
    margin: auto;
}


a.navFooter:link, a.navFooter:visited {
    color: #fff;
    text-decoration: none;
}

a.navFooter:hover {
    color: #aad47c;
    text-decoration: none;
}

/* results page */

#paging td {
    color: #999999;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

#paging a:link, a:visited {
    color: #dcb500;
    text-decoration: none;
}

#paging a:hover {
    color: #000;
    text-decoration: none;
}
a.Paging:link, a.Paging:visited {
    background: url('../images/bg_pagination.png') bottom left no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: white;
    font-size: 13px;
    margin-right: 5px;
    line-height: 23px;
}

a.Paging:hover {
    background: url('../images/bg_pagination.png') top left no-repeat;
}

a.PagingOn:link, a.PagingOn:visited, a.PagingOn:hover {
    background: url('../images/bg_pagination.png') top left no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: white;
    font-size: 13px;
    margin-right: 5px;
    line-height: 23px;
}
.line {
    border: 0;
    border-bottom: 1px dashed #666666;
}

.icons td {
    color: #99CC00;
    font-size: 15px;
    font-family: Arial, "Trebuchet MS", Verdana;
    font-weight: bold;
}

.icons img {
    padding: 2px;
}

/* property page */

#items {
}

    #items img {
        padding: 1px;
    }

    #items a:link, a:visited {
        color: #dcb500;
        text-decoration: none;
    }

    #items a:hover {
        color: #000;
        text-decoration: underline;
    }

.slidecrl {
    border: 1px solid #C6CCD0;
    margin: 1px;
}

#slidecrl Table {
    border: 1px solid #C6CCD0;
    margin: 1px;
}

#slidecrl td {
    color: #999999;
    font-size: 11px;
    font-family: Arial, "Trebuchet MS", Verdana;
    background-color: #F7F7F7;
}

#slidecrl a:link, a:visited {
    color: #ee1c25;
    text-decoration: none;
}

#slidecrl a:hover {
    color: #231f20;
    text-decoration: underline;
}



#Results {
}

    #Results h1 {
        font-family: Arial, Helvetica, Sans-serif;
        font-size: 24px;
        font-weight: normal;
        color: #000000;
    }

    #Results h2 {
        font-family: Arial, Helvetica, Sans-serif;
        font-size: 20px;
        color: #000000;
        font-weight: normal;
    }

    #Results h3 {
        font-family: Arial, Helvetica, Sans-serif, Times, serif;
        font-size: 18px;
        color: Black;
        font-weight: normal;
    }

    #Results h4 {
        font-family: Arial, Helvetica, Sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #000000;
    }

    #Results h5 {
        font-family: Arial, Helvetica, Sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #c83095;
    }


.txtcolor-grey {
    color: #666666;
}


#paging {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ee1c25;
}

    #paging a:link {
        color: #ee1c25;
        text-decoration: none;
    }

    #paging a:visited {
        color: #ee1c25;
        text-decoration: none;
    }

    #paging a:hover {
        color: #231f20;
        text-decoration: underline;
    }

.Icons {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #999999;
}

    .Icons img {
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
    }

.line {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
    padding-top: 5px;
    padding-bottom: 5px;
}

#Tools {
}

    #Tools td {
        border: 1px solid #CCCCCC;
        width: 33%;
    }

    #Tools Table {
        background-color: #E1E1E1;
    }

#Tools1 {
}

    #Tools1 td {
        border: 1px solid #CCCCCC;
    }


.hover {
    color: #ffffff;
    background-color: #000;
}

.link {
    color: #ffffff;
    background-color: #ee1c25;
}

.tdBorder {
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}

.Col50R {
    float: right;
    width: 47.5%;
    text-align: right;
}

.Col70L {
    float: left;
    width: 70%;
}

.Col30R {
    float: right;
    width: 25%;
    text-align: right;
}

#sliderMainPhoto {
    margin: 0;
    padding: 0;
}

    #sliderMainPhoto li {
        margin: 0;
        padding: 0;
        height: 340px;
    }

#sliderPhoto {
    margin: 0;
    padding: 0;
}

    #sliderPhoto li {
        height: 115px;
        margin: 0;
        padding: 0;
    }

.Thumbnails {
    float: left;
    width:97%;
}

.ThumbBorder {
    height: 110px;
    overflow: hidden;
}

.MainPhoto {
    width: 445px;
    height: 340px;
    float: left;
}

.MainPhotoBorder {
    width: 445px;
    height: 340px;
    overflow: hidden;
}

#go-prev {
    margin-top: 40px;
    margin-left: -7px;
    position: absolute;
    z-index: 210;
}

#go-next {
    margin-top: 40px;
    margin-left:435px;
    position: absolute;
    z-index: 210;
}

a#btnprevS:link, a#btnprevS:visited {
    position: absolute;
    margin-top:40px;
    margin-left:auto;
    width: 27px;
    height: 50px;
    z-index: 200;
    background: url('/content/images/b_prev.png') top left no-repeat;
}

a#btnnextS:link, a#btnnextS:visited {
    position: absolute;
    margin-top: 27px;
    margin-left: 439px;
    width: 27px;
    height: 50px;
    z-index: 200;
    background: url('/content/images/b_next.png') bottom left no-repeat;
}
.lblSold {
position:absolute;
z-index:1000;
}
.formWrap {
    padding: 25px;
  
}

    .formWrap input[type=text] {
        margin-bottom: 15px;
        width: 80%;
    }

    .formWrap textarea {
        width: 80%;
        margin-bottom: 15px;
    }

    .formWrap label {
        margin-bottom: 5px;
        display: block;
    }

.formProperty {
    /*background: #009fdb;*/
    -moz-box-shadow: 0px 0px 2px 0px #ddd;
    -webkit-box-shadow: 0px 0px 2px 0px #ddd;
    box-shadow: 0px 0px 2px 0px #ddd;
    padding: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .formProperty input[type=text], .formProperty textarea {
        width: 90%;
        margin-bottom: 6px;
    }

    .formProperty textarea {
        height: 70px;
    }

    
a:link, a:visited {
    color: #289746;
    text-decoration: none;
}

a:hover {
    color: #6b2c3f;
    text-decoration: none;
}

/***************************menu*************************/
#dropmenudiv {
    position: absolute;
    border-bottom-width: 0;
    font-size: 14px;
    font-family: 'Ubuntu', Arial, sans-serif;
    line-height: 22px;
    z-index: 100;
    background-color: #6b2c3f;
    color: White;
    margin-top: 10px;
}

    #dropmenudiv a {
        width: 100%;
        display: block;
        text-indent: 3px;
        padding: 1px 0;
        padding-left: 27px;
        text-decoration: none;
        background-color: #6b2c3f;
        color: #ffffff;
        border-bottom: 1px solid #ffffff;
    }

        #dropmenudiv a:hover { /*hover background color*/
            background-color: #9b596d;
            color: #ffffff;
        }
