/*
div{border: 1px solid black;padding: 1px;}
*/

div.clear{
	clear: both;
}
html{
	background-color: #ffffff;
}
a img{
	border: 0px;
	padding: 0px;
	margin: 0px;
}



div#base1{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color: white;
	/*border: 3px solid black;*/
	background-image: url('../images/headerPhoto1.png');
	background-repeat: no-repeat;
}


div#headerLogo{
	width:400px;
	margin-left: auto;
	margin-right: auto;
}
div#main{
	width: 800px;
}
div#mainAbsoluteHeight{
	width: 800px;
	height: 600px;
}

div#homeLeftContent{
	width: 450px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
div#homeRightContent{
	width: 300px;
	margin-top: 50px;
	margin-right: 0px;
	float: right;
}

div.buttonBox{
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 2px solid #EEE;
	z-index: 1;
}
div#blogButton{
	width: 150px;
	height: 80px;
	background: url('../images/blogButton.png') no-repeat;
	z-index: 2;
}
div#blogButton:hover{
	background-position: bottom center;
}

div#forumButton{
	width: 150px;
	height: 80px;
	background: url('../images/forumButton.png') no-repeat;
	z-index: 2;
}
div#forumButton:hover{
	background-position: bottom center;
}




/* Mortgages and Property */
div#leftContent{
	width: 250px;
	float: left;
}
div#rightContent{
	width: 500px;
	height: 500px;
	float: left;
	margin-left: 30px;
}

div.100pxSpace{
	height: 100px;
}

div.popUpLayer {
	border: 1px solid #aaa;
	position: absolute;
	top:230px;
	left: 40%;
	visibility: hidden;
	width: 450px;
	height: 400px;
	overflow: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

div.popUpLayerVisible {
	border: 1px solid #aaa;
	position: absolute;
	top:230px;
	left: 40%;
	visibility: visible;
	width: 450px;
	height: 400px;
	overflow: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}




div#base2{
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	width: 800px;
	height: 300px;
	background-color: white;
	border: 3px solid black;
}


div#disclosuresLinks{
	float: left;
	width: 100%;
	text-align: center;
}
ul#disclosuresLinks{
	width: 500px;
	border: 1px solid #d9d9d9;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-left: 150px;
}

ul#disclosuresLinks li, ul#disclosuresLinks a{
	list-style: none;
	color: black;
	display: inline;
	padding: 10px;
}


div#footer{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top: 1px solid #d9d9d9;
	color: black;
	font-size: 11px;
}
div#footerLinks{
	margin-top: 10px;
	float: right;
}
ul#footerLinks{
	list-style-type: none;
}
ul#footerLinks li, ul#footerLinks a { 
	display: inline;
	padding-right: 5px;
}




/* Fonts and Colors */
html{
	font-family: arial;
	font-size: 12px;
}
h2{
	padding-left: 7px;
	margin-bottom: 0px;
	color: #2f72cd;
	font-size: 15px;
	border-bottom: 1px solid #ff00c6;
}