/* unvisited link */
a:link {
    color: black;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: red;
}

/* selected link */
a:active {
    color: black;
}

body{
	background-color: gainsboro;
	/*background-image: url("la.jpg");
	background-repeat: no-repeat;
	background-size: cover;*/
}

#wrapper{
	background-color: gainsboro;
	width: 1200px;
	height: 1000px;
	margin: auto;
}

#banner{
	/*border-style: solid;*/
	background-color: white;
	width: 1200px;
	height: 200px;
	margin-bottom: 15px;
}

#logo{
	width: 500px;
	height: 200px;
}

#ren{
	position: absolute;
	left: 1130px;
	top: 15px;
	/*background-color: white;*/
	width: 200px;
	height: 75px;
	font-family: "verdana";
	font-size: 20;
	line-height: 150%;
}

#nav{
	/*border-style: solid;*/
	background-color: white;	
	width: 1200px;
	height: 50px;
	margin-bottom: 15px;
}


ul{
	list-style: none;
	margin: 0;
	padding: 0;
	/*width: 60px;*/
	display: inline;
}

li{
	font-family: "helvetica";
	float: left;
	padding: 15px;
	text-align: center;
	padding-left: 135px;
	padding-top: 17px;
}

#about{
	/*border-style: solid;*/
	background-color: white;
	width: 1200px;
	height: 625px;
	margin-bottom: 15px;
}

#about2{
	/*border-style: solid;*/
	background-color: white;
	width: 1200px;
	height: 600px;
	margin-bottom: 15px;
}

#about3{
	/*border-style: solid;*/	
	background-color: white;
	width: 1200px;
	height: 1150px;
	margin-bottom: 15px;
	position: absolute;
}

#homepic{
	padding-top:85px;
}

#summary{
	line-height: 150%;
	padding-top: 30px;
	margin-left: 100px;
	margin-right: 600px;
	font-family: "verdana";
}

#summary2{
	line-height: 150%;
	padding-top: 30px;
	margin-left: 75px;
	margin-right: 150px;
	font-family: "verdana";
}

#summary3{
	position: absolute;
	top: 195px;
	line-height: 150%;
	margin-left: 455px;
	margin-right: 450px;
	font-family: "verdana";
}

#summary4{
	position: absolute;
	top: 195px;
	line-height: 150%;
	margin-left: 800px;
	margin-right: 75px;
	font-family: "verdana";
}

#fha{
	position: absolute;
	width: 225px;
	height: 175px;
	left: 210px;
	top: 390px;
	z-index: 2;
}

#onepercent{
	position: absolute;
	width: 225px;
	height: 175px;
	left: 210px;
	top: 700px;
	z-index: 2;
}

#va{
	position: absolute;
	width: 225px;
	height: 175px;
	left: 210px;
	top: 1040px;
	z-index: 2;
}

#condo{
	position: absolute;
	width: 225px;
	height: 150px;
	left: 580px;
	top: 400px;
	z-index: 2;
}

#elite{
	position: absolute;
	width: 225px;
	height: 150px;
	left: 580px;
	top: 720px;
	z-index: 2;
}

#jumbo{
	position: absolute;
	width: 225px;
	height: 160px;
	left: 580px;
	top: 1050px;
	z-index: 2;
}

#loan{
	position: absolute;
	width: 200px;
	height: 160px;
	left: 925px;
	top: 390px;
	z-index: 2;
}

#invest{
	position: absolute;
	width: 300px;
	height: 160px;
	left: 880px;
	top: 720px;
	z-index: 2;
}

#rm{
	position: absolute;
	width: 250px;
	height: 160px;
	left: 915px;
	top: 1060px;
	z-index: 2;
}

#office{
	transform: rotate(90deg);
	position: absolute;
	width: 300px;
	height: 380px;
	left: 850px;
	top: 275px;
}

#map{
	position: absolute;
	width: 380px;
	height: 280px;
	left: 810px;
	top: 600px;
}

#image{
	/*padding-left: 75%;
	margin-bottom: 500px;*/
	position: absolute;
	width: 350px;
	height: 450px;
	left: 850px;
	top: 350px;
}

#social{
	/*border-style: solid;*/
	background-color: white;
	width: 1200px;
	height: 80px;
}

#fb{
	width: 50px;
	height: 50px;
	z-index: 1;
	position: absolute;
}

#quote{
	padding-top: 10px;
	font-family: "baskerville";
	font-size: 20;
	position: center;
}
