* {
	margin: 0px;
	padding: 0px;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
}

#header {
    font-family: "Arial Narrow", Arial, sans-serif;
}

a img {
	border: none;
}

body {
    min-width: 1060px;
    background: #234d77;
}

#header {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
    background: #87b3e0;
    text-align: right;
    min-height: 100px;
}

#logo {
	display: block;
	text-decoration: none;
    float: left;
}

#nav li {
    display: inline-block;
    *display: inline;
    *zoom: 1.0;
    margin: 0px 15px;
    list-style: none;
    vertical-align: top;
    max-width: 150px;
}

#nav {
    display: inline-block;
    *display: inline;
}

#nav li a {
    display: block;
    padding: 10px 0px;
    text-decoration: none;
    color: #002048;
    text-transform: uppercase;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
}

#nav li.active {
    border-bottom: 3px solid #ffffff;
}

#footer {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background: #234d77;
    display: block;
}

.banner {
    position: relative;
    overflow: auto;
    max-width: 1430px !important;
    width: 100% !important;
    margin: 0px auto;
}

.banner ul li {
    background-size: 100% auto !important;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #555555;
    float: left;
}

.banner .dots {
    position: absolute;
    bottom: 32px;
    left: 30px;
    font-size: 0px;
}

.dots li {
    list-style: none;
    display: inline-block;
    *display: inline;
    *zoom: 1.0;
    font-size: 0px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #0c1350;
    background: rgba(12,19,80,0.7);
    border: 1px solid #0c1350;
    margin-right: 5px;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0,0,0,.5);
}

.dots li.active {
    background: #ffffff;
    background: rgba(255,255,255,0.7);
    border: 1px solid #ffffff;
}

.unslider-arrow {
    position: absolute;
    top: 0px;
    width: 30px;
    height: 330px;
    background: red;
    display: block;
}
.unslider-arrow.prev {
    left:330px;
    background: url("/images/arrow-left.png") no-repeat center center;
}
.banner:hover .unslider-arrow.prev {
     background: rgba(12,19,80,.2) url("/images/arrow-left.png") no-repeat center center;
 }
.banner:hover .unslider-arrow.next {
    background: rgba(12,19,80,.2) url("/images/arrow-right.png") no-repeat center center;
}
.banner .unslider-arrow.prev:hover {
    background: rgba(12,19,80,.5) url("/images/arrow-left.png") no-repeat center center;
}
.banner .unslider-arrow.next:hover {
    background: rgba(12,19,80,.5) url("/images/arrow-right.png") no-repeat center center;
}
.unslider-arrow.next {
    right:0 !important;
    background: url("/images/arrow-right.png") no-repeat center center;
}
.banner>ul>li { list-style: none; position: relative; height: 330px; }

.slide-text {
    display: block;
    max-width: 330px;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    padding: 25px;
    min-height: 335px;
    background: #ffffff;
    font-family: "Arial Narrow", Arial, sans-serif;
    position: absolute;
    left:0;
    top: 0;
}

.slide-text p {
    margin-left: 15px;
    color: #3f3f3f;
    font-size: 13px;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    line-height: 25px;
}

.slide-text h2 {
    color: #00214e;
}

.color-bar {
    display: block;
    width: 100%;
    font-size: 0px;
}

.color-bar li {
    height: 10px;
    display: inline-block;
    *dipslay: inline;
    *zoom: 1.0;
    font-size: 0px;
    position: relative;
}

.color-bar .a {
    width: 5%;
    background: #85b4e1;
}

.color-bar .b {
    width: 25%;
    background: #aa8a5c;
}

.color-bar .c {
    width: 30%;
    background: #869273;
}

.color-bar .d {
    width: 25%;
    background: #eaa836;
}

.color-bar .e {
    width: 15%;
    background: #ffffff;
}

#sub-nav {
    display: block;
    width: 100%;
    background: #0c1350;
    box-sizing: border-box;
    text-align: right;
}

#sub-nav li {
    display: inline-block;
    *display: inline;
    *zoom: 1.0;
}

#sub-nav a {
    padding: 7px 15px;
    color: white;
    text-decoration: none;
    display: block;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

#footer {
    color:#ffffff;
    position: relative;
    min-height: 80px;
}

#social {
    list-style: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#social li {
    display: inline-block;
    *display: inline;
    *zoom: 1.0;
}

.fcontent {
    font-size: 10px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

#content h1 {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-left: 35px;
    margin-top: 15px;
    border-left: 2px solid #fff;
    padding: 35px 0px 10px 10px;
    color: #ffffff;
}

.listing {
    display: block;
    width: 100%;
    background: #ffffff;
    min-width: 1000px;
}

.listing h4 {
    color:darkred;
    font-size: 18px;
    margin-top: 10px;
}

.listing h1 {
    color: darkred;
    font-size: 35px;
}

.listing-address {
    display: block;
    box-sizing: border-box;
    width: 100%;
    background: #000000;
    padding: 5px 10px;
    color: #dddddd;
    font-size: 22px;
}

.listing-address a {
    font-size: 14px;
    font-weight: normal;
    color:#bbbbbb;
    text-decoration: none;
}

.listing-links {
    width: 100%;
    text-align:left;
}

.listing-links a {
    background: #333333;
    border-radius: 0 0 6px 6px;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    padding: 5px 10%;
    display: inline-block;
    *display: inline;
    *zoom: 1.0;
    margin-right: 5px;
}

.listing-links a:hover {
    background: #111111;
}

.main-image {
    width: 100%;
    height: auto;
}

.listing p {
    font-size: 13px;
    margin-top: 5px;
}

.listing .column {
    display: inline-block;
    *display: inline;
    *zoom: 1.0;
    box-sizing: border-box;
    width: 47%;
}

.lcontent {
    width: 60%;
    box-sizing: border-box;
    padding: 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1.0;
    vertical-align: top;
}

.lphotos {
    width: 35%;
    box-sizing: border-box;
    padding: 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1.0;
    text-align: center;
    background: #eeeeee;
    min-width: 440px;
}

.fancybox {
    font-size: 0px;
    display: inline-block;
    *display: inline;
    *zoom: 1.0;
    margin: 5px;
}

#tiles {
    font-size: 0px;
    width: 100%;
    margin: 20px auto 0px auto;
    position: relative;
    z-index: 999;
    max-width:1430px ;
}

#tiles li {
    display: inline-block;
    *display: inline;
    *zoom: 1.0;
    width: 25%;
    min-width: 280px;
    text-align: center;
    vertical-align: top;

}

#tiles li a {
    width: 280px;
    margin: 0px auto;
    display: block;
    text-decoration: none;
    box-shadow: 2px 2px 10px rgba(0,0,0,.4);
    border-radius: 5px;
    overflow: hidden;
}

#tiles li img {
    width: 280px;
    height: 186px;
}

#tiles h4 {
    background: #0c1350;
    color: #ffffff;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 20px;
    overflow: hidden;
    border-radius: 7px 7px 0px 0px;
    vertical-align: middle;
    display: table-cell;
    height: 70px;
    width: 280px;
}

#tiles p {
    font-size: 12px;
    color: #444444;
    padding: 10px 0px;
    background: #ffffff;
}
.lphotos img {
    width: 180px;
    height: auto;
}

.lphotos a {
    max-width: 180px;
    max-height: 120px;
    overflow: hidden;
}

.terms p {
    font-size: 10px;
    color: #444444;
    font-style: italic;
}


@media (max-width: 1430px) {
    .lcontent {
        width: 100%;
        box-sizing: border-box;
        padding: 20px 440px 20px 20px;
        vertical-align: top;
    }
    .lphotos {
        position: absolute;
        right:0px;
        top:0px;
    }

    .listing {
        position: relative;
    }
}


@media (max-width: 1200px) {
    #tiles li {
        min-width: inherit;
    }
    #tiles h4 {
        font-size: 16px;
    }
    #tiles li a {
        width: 90%;
    }
    #tiles li img {
        width: 100%;
        height: auto;
    }
}