* {
    margin: 0;
    padding: 0;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
body {
    background: #fff url('img/bg.jpg') no-repeat top center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000;
}
h2 {
    margin: 20px 0;
    color: #d2232a;
    text-transform: uppercase;
    font-size: 20px;
}
#wrapper {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 50px;
}
#top {
    height: 140px;
    position: relative;
    overflow: auto;
}
h1 {
    display: none;
}
#logo {
    margin: 0 50px 0;
    display: block;
}
#tel {
    position: absolute;
    bottom: 30px;
    right: 50px;
    font-size: 20px;
    color: #D2232A;
}
#menu {
    width: 100%;
    height: 40px;
    background: #1e3066;
    text-align: center;
    text-transform: uppercase;
    color: #dcddde;
    font-weight: bold;
    font-size: 15px;
}
#menu a {
    margin: 0 20px;
    display: inline-block;
    line-height: 40px;
}
#menu a:hover, a.active {
    text-decoration: none;
    color: #fff;
}
#frontimage {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    height: 285px;
    overflow: hidden;
}
#frontimage img {
    position: absolute;
    left: 0;
    top: 0;
}
body.no-banner #frontimage {
    display: none;
}
#cont {
    padding: 0 15px;
}
#cont.home {
    padding: 0;
}
#cont p {
    margin: 15px 0;
}
#footer {
    margin-top: 50px;
    height: 80px;
    background: #1e3066;
    color: #dcddde;
    line-height: 80px;
}
#footer > div {
    float: left;
    margin-left: 160px;
}
#footer .double {
    line-height: 30px;
    margin-top: 10px;
}
#footer > div:first-child {
    margin-left: 100px;
}



.text .col {
    width: 400px;
    float: left;
    margin-right: 30px;
}
form.contact label {
    display: inline-block;
    width: 100px;
    margin-bottom: 5px;
}
form.contact textarea, form.contact input[type="text"] {
    width: 280px;
    padding: 3px;
    margin-bottom: 5px;
}
form.contact textarea {
    width: 380px;
}
form.contact input[type="submit"] {
    margin-left: 150px;
    width: 100px;
    padding: 5px 0;
    background: #71809d;
    color: #fff;
    border: 0px;
}
form.contact input[type="submit"]:hover {
    background: #94a6c7;
}
#err {
    color: #d00;
    margin: 10px 0;
}
#contact-more {
    font-weight: bold;
}
#contact-more p {
    margin: 0 0 20px;
}



#testimonials blockquote {
    font-style: italic;
    margin-top: 40px;
}
#testimonials p {
    margin: 10px 0;
}



#listings .offer {
    padding: 5px 0;
    border-bottom: 1px dashed #1e3066;
    overflow: auto;
    position: relative;
}
#listings .offer .main-photo {
    float: left;
    margin-right: 50px;
}
#listings .offer .sold {
    position: absolute;
    z-index: 100;
    top: 20px;
    right: 740px;
}
#listings .offer .psold {
    font-weight: bold;
    font-size: 16px;
    color: #d2232a;
    margin-bottom: 10px;
}
#listings .offer .img-placeholder {
    float: left;
    width: 220px;
    height: 160px;
    margin-right: 50px;
}
#listings .col {
    overflow: auto;
}
#listings .offer h3 {
    font-size: 20px;
}
#listings .offer .type {
    margin-top: 5px;
}
#listings .offer .location {
    margin-bottom: 20px;
}
#listings .offer .rest {
    color: #414042;
    line-height: 1.5em;
    overflow: auto;
    margin-bottom: 0;
}
#listings .offer .red {
    color: #d2232a;
    margin-right: 50px;
}
#gallery {
    padding-top: 30px;
    clear: left;
}
#gallery .gal {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    height: 80px;
}
#listings.single h2 a:hover {
    text-decoration: none;
}
#listings.single .offer {
    padding-top: 0;
    float: left;
    width: 600px;
    margin-right: 70px;
    overflow: visible;
}
#listings.single .col {
    float: left;
    width: 300px;
}
#listings.single .offer .sold {
    top: -10px;
    right: 370px;
}
#desc {
    margin-top: 20px;
}
#gmap {
    margin-top: 30px;
    width: 298px;
    height: 298px;
    border: 1px solid #000;
}
.agent  {
    margin-bottom: 20px;
    clear: left;
    overflow: auto;
}
.agent .agent-img {
    float: left;
    margin-right: 10px;
}
#nav {
    margin-top: 20px;
    font-size: 16px;
    border-bottom: 1px dashed #000;
    padding-bottom: 10px;
}
#nav a, #nav .placeholder {
    display: inline-block;
    width: 33%;
    text-align: center;
}
#cont.request .col {
    float: none;
    margin: auto;
}
#cont.request h2 {
    text-align: center;
}



#home {
    margin-top: 65px;
    margin-right: -50px;
}
#home .link {
    width: 300px;
    margin-right: 50px;
    float: left;
}
#home .link h3 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0;
}



.newss {
    padding: 30px 0;
    border-bottom: 1px dashed #1e3066;
    overflow: auto;
}
.newss .min {
    float: left;
    margin-right: 50px;
}
.newss .img-placeholder {
    float: left;
    width: 220px;
    height: 50px;
    margin-right: 50px;
}
.newss .col {
    overflow: auto;
}
.newss h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.newss .red {
    color: #d2232a;
    margin-right: 50px;
}
#paginator {
    margin-top: 30px;
}



.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.center {
    text-align: center;
}
.big {
    font-size: 24px;
    line-height: 40px;
}
.red {
    color: #d2232a;
}
.mceContentBody#cont {

}