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

html{
	background: #fcfcfc;
}
body{
	font-family: 'Acumin Pro', 'Acumin', Helvetica, Arial, sans-serif;
}
#contentContainer{
	width: 100%;
	background: rgb(239,247,246);
	background-image: url('../images/dot-border.png');
	background-repeat: repeat-x;
	margin-top: 10px;
}
#contentContainer, #contentContainer a, #contentContainer a:hover {
	color: rgb(25,71,123);
}
#wrapper {
  background: #ffffff;
}
#topBar, #mobTopBar {
  background: #b0e3e4;
  background-size: auto 100%;
}
#botBar, #mobBotBar {
  background-color: #ffffff;
	color: #0a2240;
}
#botBar{
	top: 0;
}
#topBar {
	height: 75px;
	box-shadow: 0 1px 3px #ccc;
}
#shareBtns{

}
#edeValue {
	font-style:italic;
}
#nav, #mobDetTab, #mobHomTab, #mobConTab, #vertSep {
    color: #757b83;
}
.activeNav, #navBtns .mobActiveNav {
    color: rgb(25,71,123);
}
.rsNav{
	top: 450px;
}
#pb {
	font-weight:normal;
	width: 75%;
	color: #0a2240;
}
.rsDefault .rsThumbsArrow, .rsDefault .rsThumbsArrow:hover {
	background-color: rgb(239,247,246);
}
#agent1InfoGen {
    float: left;
    position: relative;
    width: 40%;
}
#agent2InfoGen {
    float: right;
    position: relative;
    width: 60%;
}
#propAddress {
	width: 75%;
	color: rgb(25,71,123);
}
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(255,255,255,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;
	}
	#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: 100px;
	}
	#mobTopBar>img {
		max-width: 185px;
	}
	#mobBotBar {
		height: 50px;
		background: #b0e3e4;
	}
	.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%;
	}
}
@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;
	}
}
