/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-color: #D3E4C0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

a:link {color: #000000;}
a:visited {color: #000000;}
a:hover {color: #000000;}


#banner{
	position: absolute;
	width: 800px;
	height: 150px;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
}

#Header{
	position: absolute;
	width: 800px;
	height: 19px;
	left: 0px;
	top: 131px;
	text-align: right;
	background-color: #009999;
}

#LeftNav{
	position: absolute;
	width: 250px;
	left: 0px;
	top: 160px;
	background-image: url(Images/behind_buttons.gif);
	background-repeat: no-repeat;
	line-height: 7px;
}

#MainWrapper{
	position: absolute;
	width: 550px;
	height: 100%;
	left: 250px;
	top: 160px;
}

#products{
	position: relative;
	width: 500px;
	height: 155px;
	text-align: left;
	margin-right: 15px;
	margin-left: 20px;
}

#LinksPage{
	position: relative;
	width: 585px;
	height: 25px;
	background-color: #FFFFFF;
	text-align: left;
	margin-right: 15px;
	margin-left: 20px;
	padding-top: 10px;
}

#subHead{
	position: relative;
	width: 585px;
	height: 15px;
	background-color: #E6EAEF;
	text-align: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#LinkName{
	position: relative;
	width: 165px;
	height: 25px;
	float: left;
	clear: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
#LinkLink{
	position: relative;
	width: 420px;
	height: 25px;
	float: right;
	clear: right;
}

#productsPics{
	position: relative;
	width: 108px;
	height: 135px;
	float: left;
}
#productsText{
	position: relative;
	width: 477px;
	height: 135px;
	float: right;
}
#productsDivider{
	position: relative;
	width: 585px;
	height: 20px;
	background-image: url(images/Line100_Copy141.gif);
	background-repeat: repeat-x;
}

#home{
	height: 25px;
	width: 250px;
	overflow: hidden;
	background: url(Images/home.gif) no-repeat left top;
	display: block;
}


#a{
	height: 25px;
	width: 250px;
	overflow: hidden;
	background: url(Images/Button_tripleNet.gif) no-repeat left top;
	display: block;
}

#b{
	height: 25px;
	width: 250px;
	overflow: hidden;
	background: url(Images/Button_development.gif) no-repeat left top;
	display: block;
}

#c{
	height: 25px;
	width: 250px;
	overflow: hidden;
	background: url(Images/Button_commercial.gif) no-repeat left top;
	display: block;
}

#d{
	height: 25px;
	width: 250px;
	overflow: hidden;
	background: url(Images/Button_prperty.gif) no-repeat left top;
	display: block;
}

#e{
	height: 25px;
	width: 250px;
	overflow: hidden;
	background: url(Images/Button_brokerage.gif) no-repeat left top;
	display: block;
}

#f{
	height: 25px;
	width: 250px;
	overflow: hidden;
	background: url(Images/Button_forclosures.gif) no-repeat left top;
	display: block;
}

#g{
	height: 25px;
	width: 250px;
	overflow: hidden;
	background: url(Images/Core_start.gif) no-repeat left top;
	display: block;
}

#h{
	height: 25px;
	width: 250px;
	overflow: hidden;
	background: url(Images/CIO.gif) no-repeat left top;
	display: block;
}

#i{
	height: 25px;
	width: 250px;
	overflow: hidden;
	background: url(Images/MANAGEMENT_TEAM.gif) no-repeat left top;
	display: block;
}

#j{
	height: 25px;
	width: 250px;
	overflow: hidden;
	background: url(Images/CONTACT.gif) no-repeat left top;
	display: block;
}


#home:hover{
	background-position: bottom left;
}
#a:hover{
	background-position: bottom left;
}
#b:hover{
	background-position: bottom left;
}
#c:hover{
	background-position: bottom left;
}
#d:hover{
	background-position: bottom left;
}
#e:hover{
	background-position: bottom left;
}
#f:hover{
	background-position: bottom left;
}
#g:hover{
	background-position: bottom left;
}
#h:hover{
	background-position: bottom left;
}
#i:hover{
	background-position: bottom left;
}
#j:hover{
	background-position: bottom left;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E09343;
	text-transform: uppercase;
}

