body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #757C9B;
	text-decoration: none;

	margin: 0px;
	padding: 0px;
}

#content {
	width: 699px;
	height: 500px;

	
	position: absolute;
	left: 50%;
	top: 0px;

	margin-left: -350px;
	z-index: 2;
	
}

#backgroundTop {
	background-color: #5D6589;

	height: 229px;
	
	width: 100%;
	z-index: 2;

	visibility: visible;
}

#backgroundBottom {
	background-color: #757c9b;

	top: 229px;
	
	visibility: visible;

	height: 272px;	
	width: 100%;
	z-index: 2;
}

#bottomPin {
	height: 1px;
	width: 100%;

	position: absolute;

	top: 501px;
	
	visibility: visible;

	background-color: #333;

	padding: 0px;
	margin: 0px;
}

#container {

}

#TL {
	position: absolute;

	top: 0px;
	left: 0px;
	
	width: 464px;
	height: 229px;
    
	background-image: url(../images/winter/index_top_left.jpg);
	background-repeat: repeat-y;
background-position: 0px 0px;
	z-index: 2;

}

#BL {
	position: absolute;

	top: 229px;
	left: 0px;
	
	width: 464px;
	height: 272px;
	
	z-index: 1;
}

#TR {
	position: absolute;

	top: 0px;
	left: 465px;
	
	width: 235px;
	height: 229px;

	background-image: url(../images/winter/index_top_right.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	z-index: 4;

}

#BR {
	position: absolute;

	top: 229px;
	left: 465px;
	
	width: 234px;
	height: 272px;

	background-color: #FFF;
	
	z-index: 4;
}

#petersonLogo {
		position: absolute;
		top: 38px;
		left: 26px;

}

#prudentialLogo {
		position: absolute;
		top: 101px;
		left: 26px;
}

#navList {
		font-size: 11px;	
	
		position: absolute;
		top: 180px;
		right: 48px;
		list-style: none;
		text-align: right;

}

#findAHome {
	width: 115px;
	height: 272px;

	position: absolute;
	top: 0px;
	left: 0px;

	background-color: #5D6589;

	margin: 0px;
	padding: 0px;
}

#navContainer
{
	position: absolute;
	top: 80px;

	height: 162px;
	
}

#navImage
{
	position: absolute;
	top: 0px;
	left: 6px;

	height: 162px;
	
}



P.nav
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px;
	color: #FFF;
	text-decoration: none;

	margin: 12px;
	padding: 0px;

}

.titleImage
{
	position: absolute;
	top: 55px;
	left: 8px;
}


#viewListings {
	width: 115px;
	height: 272px;

	position: absolute;
	top: 0px;
	left: 116px;

	background-color: #656D8F;
}

#aboutTeam {
	width: 115px;
	height: 272px;
	
	position: absolute;
	top: 0px;
	left: 232px;

	background-color: #6E7595;
}

#communityLinks {
	width: 115px;
	height: 272px;
	
	position: absolute;
	top: 0px;
	right: 1px;

	background-color: #757C9B;
}

.normalLink {
	color: #757C9B;
	text-decoration: none;
}

.normalLink:hover {
	color: #5d6589;
	text-decoration: underline;
}

#logo {
	position: absolute;
	top: 130px;
	left: 10px;
	z-index: 1;
	visibility: visible;
}

#pineCone {
	position: absolute;
	top: 182px;
	left: 260px;
	z-index: 1;
	visibility: visible;
}


#subNavContainer
{
	position: relative;
	top: 94px;
}

.navList
{
	margin: 0px;
	padding: 0px;
	
	list-style: none;
	text-align: center;

	border-top: 1px solid #85947B;
	border-bottom: 1px solid #85947B;
	
}
	
.navLink
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;
}
.navLink:hover
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #ccc;
	text-decoration: normal;
	font-weight: bold;
	line-height: 24px;
}

.colLink
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
}
.colLink:hover
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px;
	color: #ccc;
}
