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


html
{	

height: 100%;
margin-bottom: 0.01em;

}



body{
	margin: 0 auto;
	padding: 0;
	text-align:center;
	font-family: Verdana;
	width: 960px;
	height: 100%;
	background:url(../images/Background.jpg) top center no-repeat fixed
}


h1,h2,h3,h4{
	margin:0;
	padding:0
}

/*nav class and IDs are for the navigation bar*/

#navBlock{
	width: 960px;
	height: 100px;
	background:url(../images/Header.png) top center;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);	
	position: relative;
	padding: 0;
}

#navBar ul{
	list-style-type:none;
	padding: 0;
	display:table;
	margin: 0;
	position: absolute; bottom: 0; right: 0;	
}


.navButtons {
	
	padding: 0;
	color:#000000;
	font-size: 15px;
	display:table-cell;
	width:auto;	
	line-height:25px;
	vertical-align:middle;
	text-align:center;;
	margin:0;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	
}


.navButtons a:link,.navButtons a:visited
	{
	    color: #1e1e1e;
		text-decoration:none;
		
	}
	
/*Buttons in nav bar are clickable regions*/	
.clickable{
	padding: 10px 20px 10px 20px;
}

/*Welcome, message, joinUsHome are for home.html*/

#welcome{
	width: 750px;
	height: 304px;
	position: absolute; top: 275px; left: 50%;
	margin-left: -375px;
	
		}

#message{
	margin-left: 35px;
	margin-top: 20px;
	float: left;
	font-size: 12px;
	color: #000000;
	Width: 300px;
	text-align: left;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .8);
	padding: 10px 10px 0px 10px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border-radius: 4px;
	position: absolute; top: 0; left: 0;
}


#joinUsHome{
	margin-left: 35px;
	margin-top: 20px;
	float: left;
	font-size: 12px;
	color: #000000;
	Width: 300px;
	text-align: left;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .8);
	padding: 10px 10px 0px 10px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border-radius: 4px;
	position: absolute; bottom: 0; left: 0;
}

/*Bottom is for footer*/

#bottomlinks {
	font-size:12px;
	padding: 5px;
	margin-top: 10px;
}

#copyright {
	font-size: 10px;
	color: rgb(150,150,150);
	padding: 5px;
}


#bottom {
	clear:both;
	height: 80px;
	width: 961px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 12px;
	text-align:center;
	font-family: Verdana;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	
	
	background-image: linear-gradient(left top, rgb(25,25,25) 18%, rgb(35,35,35) 59%, rgb(45,45,45) 80%);
	background-image: -o-linear-gradient(left top, rgb(25,25,25) 18%, rgb(35,35,35) 59%, rgb(45,45,45) 80%);
	background-image: -moz-linear-gradient(left top, rgb(25,25,25) 18%, rgb(35,35,35) 59%, rgb(45,45,45) 80%);
	background-image: -webkit-linear-gradient(left top, rgb(25,25,25) 18%, rgb(35,35,35) 59%, rgb(45,45,45) 80%);
	background-image: -ms-linear-gradient(left top, rgb(25,25,25) 18%, rgb(35,35,35) 59%, rgb(45,45,45) 80%);

	background-image: -webkit-gradient(
	linear,
	left top,
	right bottom,
	color-stop(0.18, rgb(25,25,25)),
	color-stop(0.59, rgb(35,35,35)),
	color-stop(0.8, rgb(45,45,45))
	);

	position: absolute;
	top: 860px;
	 
}

#bottom a:link,#bottom a:visited
{
	text-decoration:none;
	color:white;
}

#bottom a:hover, #bottom a:active, .navButtons a:hover, .navButtons a:active
{
	text-decoration:none;
	color:#666666;
}


.construction{
	font-size: 14px;
	width: 650px;
	height: 350px;
	position: absolute; top: 50%; left: 50%;
	margin-top: -200px;
	margin-left: -325px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .8);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border-radius: 4px;
	padding: 20px 0px 10px 0px;
}

#contactGeneral{
	margin-left: 50px;
	margin-top: 10px;
	text-align: left;
	float: left;
}

#brokerContact{
	width: 250px;
	margin-top: 10px;
	text-align: left;
	float: right;
}

#contactForm {
	float: right;	
	width: 250px;

}

#contactForm label, #contactForm input, #contactForm textarea{
	float: left;
	clear: both;
	width: 200px;
	font-size: 12px;
	text-align: left;
}

#contactForm h5 {
	float: left;
	margin-bottom: 10px;
}

#contactForm input[type = "submit"]{
	width: 55px;
}

.formReturn{
	width: 200px;
	font-size: 12px;
	color: red;
	float: right;
	text-align: center;
	clear:both;
	margin-right: 50px;
}

#contact{
	font-size: 14px;
	width: 600px;
	height: 470px;
	position: absolute; top: 250px; left: 50%;
	margin-left: -300px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .8);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border-radius: 4px;
	padding: 20px 0px 10px 0px;
}

#aboutUs{
	
	width: 960px;
	height: 350px;
	position: absolute; top: 250px; left: 50%;
	margin-left: -480px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .8);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border-radius: 4px;
	padding: 20px 0px 10px 0px;
	font-size: 14px;
	
}

#aboutGeneral{
	margin: 20px 50px 20px 50px;
}

#aboutBrokers{
}

.profile{
	margin: 20px 50px 20px 50px;
}

.brokerPhoto{
	float: right;
	margin-right: 50px;
}

.brokerSummary{
	font-size: 13px;
	float: left;
	text-align: left;
	width: 500px;
}

/*CSS for the listings.html page*/
.listings {
	width: 960px;
	height: 320px;
	position: absolute; top: 250px; left: 50%;
	margin-left: -480px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .8);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border-radius: 4px;
	padding: 30px 0px 10px 0px;
	font-size: 12px;
	
}

.listBlock {
	/*width: 960px;*/
	Height: 230px;
	display: table;
	margin: 0 auto;
	padding-top: 10px;
}

.listEntry {
	display: table-cell;
	width: 250px;
	height: 230px;
	position: relative; 
}

.listDescription{
	font-size: 11px;
	text-align: center;
}


.listPhoto {
	margin: 0;
}

/*CSS for specific listings*/
.specificListing
{
	font-size: 13px;
	width:700px;
	height: 400px;
	position: absolute; top: 200px; left: 50%;
	margin-left: -350px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .8);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border-radius: 4px;
	padding: 20px 20px 20px 20px;
	
}


/*CSS for Privacy.html*/

#privy {
	font-size: 13px;
	width:500px;
	height: 210px;
	position: absolute; top:300px; left: 50%;
	margin-left: -250px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .8);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border-radius: 4px;
	padding: 20px 20px 10px 20px;
	
}

#privyText{
	text-align: left;
}

/*CSS for terms of service ToS.html*/

#terms {
	font-size: 12px;
	width:800px;
	height: 325px;
	position: absolute; top: 250px; left: 50%;
	margin-left: -400px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .8);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border-radius: 4px;
	padding: 20px 20px 10px 20px;
}

/*CSS for chinese page*/
#chinese {
	font-size: 16px;
	width:460px;
	height: 400px;
	position: absolute; top: 250px; left: 50%;
	margin-left: -230px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .8);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border-radius: 4px;
	padding: 30px 20px 20px 20px;
	
	
}

#chineseContact{
	margin: 15px 0px 15px 0px;
	font-size: 14px;
}

#chineseText{
	font-size: 20px;
	margin: 15px 0px 15px 0px;
	color: #CC0000;
}


/*chinese button on navBar*/
#chineseNav{
	position:absolute; top: 0; right: 0;
	color: red;
	margin: 20px;
	font-size: 18px;
}

#chineseNav a:link,#chineseNav a:visited
{
	text-decoration:none;
	color: #CC0000;
}

#chineseNav a:hover, #chineseNav a:active, chineseNav a:hover, chineseNav a:active
{
	text-decoration:none;
	color:red;
}
