@charset "UTF-8";
/* CSS Document */

.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 50px;
	font-weight: bold;
	color: #003876;
}
.Content9 {
	font-size: 9px;
	line-height: 10px;
}
.Content10 {
	font-size: 10px;
	line-height: 12px;
	}
.Content11 {
	font-size: 11px;
	line-height: 14px;
}
.Content12 {
	font-size: 12px;
	line-height: 16px;
}
.Content13 {
	font-size: 13px;
	line-height: 18px;
}
.Content14 {
	font-size: 14px;
	line-height: 20px;
}
.Content15 {
	font-size: 15px;
	line-height: 23px;
}
.Content16 {
	font-size: 16px;
	line-height: 26px;
}
.Content16Blue {
	font-size: 16px;
	line-height: 26px;
	color: #003876;
}
.Quote9 {
	font-size: 9px;
	line-height: 10px;
}
.Quote10 {
	font-size: 10px;
	line-height: 12px;
}
.Quote11 {
	font-size: 11px;
	line-height: 14px;
}
.Quote12 {
	font-size: 12px;
	line-height: 16px;
}
.Quote13 {
	font-size: 13px;
	line-height: 18px;
}
.Quote14 {
	font-size: 14px;
	line-height: 20px;
}

.menu-container {
    background: #e4dcc9;
text-align:left;
}

.menu {
    margin: 0;
    padding: 5px 25px;
}

.menu .menu-item {
    list-style-type: none;
}

.menu .menu-item a {
    background: url(../images/menu-item-bg.png) no-repeat left 6px;
    color: #12396d;
    display: block;
    font-size: 13px;
    font-weight: bold;  
    padding: 5px 0 5px 25px;              
}

.menu .menu-item a:hover { 
    background-position: left 3px;
    padding: 2px 0 8px 25px;
    text-shadow: 3px 3px 4px #777;
    -moz-text-shadow: 3px 3px 4px #777;
    -webkit-text-shadow: 3px 3px 4px #777;
}

#featured-properties {
    background: #e5dcc8;                
    height: 430px;
    width: 330px;
}

#featured-properties ul {
    background: #d3c3a7;
    box-shadow: 20px 20px 30px #9c9381;
    -moz-box-shadow: 20px 20px 30px #9c9381;
    -webkit-box-shadow: 20px 20px 30px #9c9381;
    height: 400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 257px;
    top:15px;
}

#featured-properties ul li {
    background: #d3c3a7;
    font-size: 10px;
    list-style: none;
    height: 400px;
    left: 0;
    position: absolute;
    top: 0;
    width: 257px;
}

#featured-properties ul li .title {   
    background: #af8558;
    color: #fff;        
    font-weight: normal;
    height: 29px;
    line-height: 29px;
    margin: 0;
    padding: 0 10px;
}

#featured-properties ul li .image {
    background: #95a5c9;
    text-align: center;
}

#featured-properties ul li .image img {              
    margin: 0 auto;
}

#featured-properties ul li .content {
    padding: 10px;
}

#featured-properties ul li .content h3 {
    color: #00378e;
    font-weight: bold;
    margin: 0 0 6px;
}

#featured-properties ul li .content p {    
    margin: 0 0 6px;
}
