/* HOME Pages StyleSheets
*/

body {
	text-align:left;
	background-color: #CCBA99;
}

	#whiteBar {
		position: absolute;
		top:36px;
		left:0px;
		height:92px;
		width:100%;
		background-color:#FFF;
		}

	#logo {
		position: absolute;
		top:38px;
		left:54px;
		height:auto;
		width:auto;
		}

	#sitePal {
		position: absolute;
		top:3px;
		left:348px;
		height:auto;
		width:110px;
		}

	#tagline {
		position: absolute;
		top:60px;
		left:600px;
		height:auto;
		width:110px;
		}

		
	#navBar {
		position: absolute;
		top:136px;
		left:0px;
		height:34px;
		width:100%;
		background-image:url(images/nav_backgrd.gif);
		background-repeat:repeat-x;
		}

	#navLinks {
		position: relative;
		margin-left:54px;
		margin-top:10px;
		}


	#headline {
		position: absolute;
		top:155px;
		left:125px;
		width:500px;
		}

	#materials {
		position: absolute;
		top:324px;
		left:50px;
		width:auto;
		height:auto;
		}
		
	#assoc {
		position: absolute;
		top:518px;
		left:50px;
		width:auto;
		height:auto;
		}

	#realtorQuote {
		position: absolute;
		top:228px;
		left:58px;
		width:260px;
		height:auto;
		}

	#realtorSold {
		position: absolute;
		top:208px;
		left:247px;
		width:auto;
		}

	#giveaway {
		position: absolute;
		top:200px;
		left:485px;
		}

	#newTanksNJ {
		position: absolute;
		top:260px;
		left:540px;
		width:auto;
		}

	#footer {
		position: absolute;
		top:560px;
		left:125px;
		width:500px;
		text-align:center;
		}
				
.tagline {
    font-family:'Arial Black','Arial','Sans-serif';
    font-size:12px;
	text-align:right;
    text-decoration:none;
    color:#191980;
}

.navLinks {
    font-family:'Arial','Helvetica','Sans-serif';
    font-size:12px;
    text-decoration:none;
}


.headline {
    font-family:'Palatino Linotype','Book Antiqua','Palatino','Georgia','Georgia';
    font-weight: bold;
    font-size:20px;
    text-decoration:none;
    color:#191980;
}

.realtorQuote {
    font-family:'Times New Roman','Times','serif';
	font-style:italic;
    font-size:16px;
	font-weight:bold;
	text-align:right;
	margin-bottom:0px;
    text-decoration:none;
    color:#117342;
}

.realtorCitation {
    font-family:'Arial','Helvetica','Sans-serif';
    font-size:11px;
	text-align:right;
	margin-top:6px;
    text-decoration:none;
    color:#191980;
}

.phoneTollFree {
    font-family:'Arial','Helvetica','Sans-serif';
    font-size:12px;
    text-decoration:none;
    color:#4C4C66;
}

.phoneNumber {
    font-family:'Arial Black','Helvetica Black','Sans-serif';
    font-size:12px;
    text-decoration:none;
    color:#191980;
}

.bottomLinks {
	text-align:center;
    font-family:'Arial','Helvetica','Sans-serif';
    font-size:10px;
	margin-top:10px;
    text-decoration:none;
    color:#4C4C66;
}


.copyrightType {
    font-family:'Arial','Helvetica','Sans-serif';
    font-size:9px;
    text-decoration:none;
    color:#8C8982;
	margin-top:25px;
}

a:link {
	color: #117342;
	text-decoration:none;
}
a:hover {
	color: #191980;
}
a:visited {
	color: #333;
	text-decoration:none;
}
