@charset "UTF-8";
/* CSS Document */
body{
	font-family: 'Helvetica', 'Arial', sans-serif;
}
#contentContainer{
	min-height: 160px;
}
#contentContainer, #contentContainer a, #contentContainer a:hover {
	color: #000000;
}
#wrapper {
    background-image: url('../images/back.jpg');
		background-repeat: no-repeat;
    /*background-size: cover;*/
}
#topBar, #botBar, #mobTopBar, #mobBotBar {
    background: none;
    background-size: auto 100%;
}
#topBar{
	height: 95px;
	padding: 5px 120px;
	position: relative;
}
#botBar{
	background: #000000;
	top: 30px;
	height: 50px;
}
#nav{
    color: #ffffff;
}
#vertSep{
	color: #ffffff;
}
#nav{
	margin-left: 10px;
	margin-top: 15px;
	width: 250px;
}
#navLeftInfo {
    margin-top: 10px;
		float: left;
		width: 445px;
}
ul#navBtns{
	position: relative;
	bottom: -50px;
}

ul#navBtns li {
    float: right;
}

#coLogo {
	margin: 0 auto;
	text-align: center;
	top: 2px;
	height: auto;
	max-width: 80px;
	float: left;
}

#coLogo img{
	width: 80px;
	height: 86px;
}


#mobDetTab.ub{
	width: 49%;
}

#mobHomTab.ub{
	width: 49%;
}

.activeNav, #navBtns .activeNav {
    color: #e32526;
}
#pb {
	font-weight:bold;
	width: 75%;
	margin-top: 12px;
	font-family: 'Georgia', serif;
	font-weight: bold;
	font-size: 22px;
}
.rsDefault .rsThumbsArrow, .rsDefault .rsThumbsArrow:hover {
	background-color: #e32526;
	background-image: url("../images/arrowbg.jpg");
}
.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide{
	background: transparent;
}
.rsDefault .rsBullets {
    background: none repeat scroll 0 0 transparent;
    position: relative;
    top: 5px;
}
#agent1InfoGen {
    float: left;
    position: relative;
    width: 40%;
}
#agent2InfoGen {
    float: right;
    position: relative;
    width: 60%;
}
.agentName{
	color: #e32526;
	font-weight: bold;
	font-family: 'Georgia', serif;
}
#propAddress {
	width: 70%;
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.25;
	font-family: 'Georgia', serif;
}
ul#detailsList {
	min-height:30px;
	padding-bottom: 15px;
}
#shareBtns {
    float: right;
    text-align: right;
    top: 0;
    width: 10%;
    z-index: 100;
}
#facebook{
	margin-right: 20px;
}
.rsDefault .rsBullet span {
    background-color: rgba(255, 255, 255, 1);
    height: 12px;
    width: 12px;
		border: 1px solid #000000;
}
.rsDefault .rsBullet.rsNavSelected span {
    background-color: #e32526;
		border: 1px solid #e32526;
}
#remark p {
	line-height: 1.3;
}
#edeLabel{
	color: #e32526;
	font-family: 'Georgia', serif;
	font-weight: bold;
}
#contact{
	min-height: 160px;
}
h2#brokerage{
	font-family: 'Georgia', serif;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 10px 0;
	width: 100%;
}
#disclaimer{
	line-height: 1.2;
}

@media (max-width: 1023px){
	html{
		height: 100%;
		background: #ffffff;
	}
	#wrapper{
		background-size: contain;
	}
	#mobTopBar{
		height: 95px;
	}
	#mobTopBar img{
		width: 88px;
		height: 95px;
	}
	#propAddress {
		width: 100%;
	}
	#pb {
		width: 100%;
		line-height: 1.2;
	}
	#mobDetTab, #mobHomTab, #mobConTab{
		color: #ffffff;
		font-weight: bold;
	}
	#navBtns .activeNav{
		font-weight: normal;
		color: #cccccc;
	}
	#eho {
		float:left;
		padding:10px 0 0 5px;
	}
	#disclaimer {
		float:left;
		text-align:left;
		padding-top: 10px;
		font-size:8px;
	}
	#copyright {
		float:left;
		text-align:left;
		width:100%;
		font-size:8px;
		padding: 0 0 0 5px;
	}
	#remark {
		padding-bottom:100px;
	}
	h2#brokerage{
		margin-left: 15px;
		color: #e32526;
	}
	#mobBotBar{
		background: #000000;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	ul#navBtns{
		bottom: 0;
	}
}
@media (min-width: 661px) and (max-width:1023px){
	#details{
		height: 300px;
	}
}
