﻿body { background-color: #232323;
}

h1
{ color: silver;
	font-family: Verdana;
	font-size: 14px;
	font-weight: 600;
}

h2
{ color: silver;
	font-family: Verdana;
	font-size: 13px;
}

h3
{ color: silver;
	font-family: Verdana;
	font-size: 13px;
}

h4
{ color: silver;
	font-family: Verdana;
	font-size: 13px;
}

h5
{ color: silver;
	font-family: Verdana;
	font-size: 13px;
}

h6
{ color: silver;
	font-family: Verdana;
	font-size: 13px;
}

p
{ color: rgb(255,255,255);
	font-family: Verdana;
	font-size: 12px;
}

#defaultOverallSizeControl
{ position: absolute;
	top: 0px;
	left: 50%;
	width: 968px;
	height: 811px;
	margin-left: -457px;
	background-color: white;
}


#defaultHeader
{ position: absolute; 
	top: 0px;
	left: 0px;
	background-color: Blue;
	height: 110px;
	width: 968px;
}

#bannerHolder
{ position: absolute;
	width: 968px;
	height: 89px;
	top: 5px;
	left: 0px;
}

#defaultContent
{ height: 627px;
	width: 968px;
	position: absolute;
	top: 110px;
	left: 0px;
	background-color: white;
}

#defaultFooter
{ height: 50px;
	width: 968px;
	position: absolute;
	top: 761px;
	left: 0px;
	background-color: rgb(251,251,251);
}

#aboutUsOverall
{ position: absolute;
	top: 0px; 
	left: 0px;
	height: 650px;
	width: 968px;
	background-image: url(../Production/Images/whiteGrayBackground.jpg);
	
}

#homePic1
{ position: absolute;
	top: 20px; 
	left: 20px;
	height: 267px;
	width: 454px;
	background-color: White;
}
#homePic2
{ position: absolute;
	top: 20px; 
	left: 494px;
	height: 267px;
	width: 454px;
	background-color: White;
}

#Txtbox_Cms
{ position: absolute;
	top: 307px; 
	left: 20px;
	height: 300px;
	width: 928px;
	background-color: white;
	overflow: auto;
}


#mortgagesPic1
{ position: absolute;
	top: 20px; 
	left: 20px;
	height: 267px;
	width: 454px;
	background-image: url(../Production/Images/whiteGrayBackground.jpg);
	
}

#mortgagesPic2
{ position: absolute;
	top: 20px; 
	left: 494px;
	height: 267px;
	width: 454px;
	background-color: White;
}

#mortgagesTxtBox
{ position: absolute;
	top: 307px; 
	left: 20px;
	height: 300px;
	width: 928px;
	background-color: white;
	overflow: auto;
}


#estatesPic1
{ position: absolute;
	top: 20px; 
	left: 20px;
	height: 267px;
	width: 454px;
	background-color: White;
}

#estatesPic2
{ position: absolute;
	top: 20px; 
	left: 494px;
	height: 267px;
	width: 454px;
	background-color: White;
}

#estatesTxtBox
{ position: absolute;
	top: 307px; 
	left: 20px;
	height: 300px;
	width: 928px;
	background-color: White;
	overflow: auto;
}

#productDescriptionArea
{ background-color: Black;
}

#inrProdDesc
{ background-color: Black;
}

#pnlProductDescriptionArea
{ background-color: Black;
}


