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

body{
	font-family: 'Arial', sans-serif;
}
#contentContainer{
	width: 100%;
	background: #ffffff;
}
#contentContainer, #contentContainer a, #contentContainer a:hover {
	color: #2d3658;
}
#wrapper {
  background: #ffffff;
}
#topBar, #mobTopBar {
  background: #2d3658;
  background-size: auto 100%;
	border-bottom: 5px solid #b1872d;
}
#botBar, #mobBotBar {
  background-color: #ffffff;
	color: #2d3658;
}
#botBar{
	top: 0;
}
#topBar {
	height: 60px;
}
#coLogo img, #mobTopBar img{
	width: 110px;
	height: 55px;
}
#remark{
	color: #666666;
}
#edeLabel{
	color: #2d3658;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}
#edeValue {
	color: #b1872d;
}
#nav, #mobDetTab, #mobHomTab, #mobConTab, #vertSep {
    color: #676f8b;
}
.activeNav, #navBtns .mobActiveNav {
    color: #b1872d;
}
#pb {
	font-weight:bold;
	width: 75%;
	color: #ffffff;
	text-transform: uppercase;
}
.rsDefault .rsThumbsArrow, .rsDefault .rsThumbsArrow:hover {
	background-color: #ffffff;
}
#agent1InfoGen {
    float: left;
    position: relative;
    width: 40%;
}
#agent2InfoGen {
    float: right;
    position: relative;
    width: 60%;
}
.agentName{
	font-weight: bold;
	text-transform: uppercase;
}
#propAddress {
	width: 75%;
}
ul#detailsList {
	min-height:30px;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
	background: url("../images/rightArrowPhotos.png") repeat scroll 0 0 transparent;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background: url("../images/leftArrowPhotos.png") repeat scroll 0 0 transparent;
}
#mobAgent1Info, #mobAgent2Info {
	padding-bottom:20px;
}
#slider, .rsDefault .rsOverflow {
	background-color: transparent;
}
.rsDefault .rsSlide{
    background-color: rgba(250,250,250,0.7);
}
#contact{
	margin: 0 auto;
}
@media (max-width: 1023px){
	#wrapper {
		background-size: 100% auto;
	}
	#propAddress {
		width: 100%;
		padding-bottom: 20px;
	}
	#mobHome {
		text-align: center;
		height: 360px;
	}
	#pb {
		width: 100%;
		margin-top: 60px;
		color: #2d3658;
	}
	#eho {
		float:left;
		padding:10px 0 0 5px;
	}
	#disclaimer {
		float:left;
		text-align:left;
		padding-top: 10px;
		font-size:8px;
	}
	#copyright {
		font-size:8px;
		padding: 10px 5px 0 0;
		vertical-align:bottom;
		margin-top:0;
	}
	#imprev {
		margin-top: 0;
	}
	#mobShare {
		top: 30px;
	}
	#mobTopBar {
		height: 70px;
	}
	#mobBotBar {
		height: 50px;
		background: #2d3658;
	}
	.rsArrowRight .rsArrowIcn {
    	background: url("../images/rightArrowPhotos.png") no-repeat right top;
	}
	.rsArrowLeft .rsArrowIcn {
    	background: url("../images/leftArrowPhotos.png") no-repeat left top;
	}
	.rsArrow.rsArrowLeft {
	    padding-left: 0px;
	}
	#slider.ubMobileSlider{
		margin-top: 0;
	}
	#mobDetTab.ubMobNav, #mobHomTab.ubMobNav{
		width: 49%;
	}
	#navBtns .activeNav {
	    color: #b1872d;
	}
}
@media (min-width: 661px) and (max-width:1023px){
	#details{
		height: 300px;
	}

	#copyright {
	    padding: 5px 5px 0 0;
	}

	#imprev {
	    margin: -5px 5px 0 3px;
	}
}
@media (max-width:660px){
	#contentContainer {
		padding-bottom: 40px;
	}
}
