body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

#headerNew {
	top: 0px;
	margin-right:auto;
	margin-left:auto;
	left:50% - 461;
	width: 922px;
	height: 170px;
	padding: 0px;
	background-color: #ffffff;
	border: 0px solid #000000;
	position:fixed;
	position:absolute;
}

/* HOME PAGE STUFF */
.homeQuote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	line-height: 37px;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 52px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 62px;
}
.homeNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #004457;
	text-decoration: none;
	padding: 6px 10px;
}
.homeNav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}
.homeNav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #004457;
	text-decoration: none;
	padding: 6px 1px;
}
.homeNav2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}
#homeNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #004457;
}
#homeNav:link, #homeNav:visited {
	color: #004457;
	text-decoration: none;
}
#homeNav:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.homeBgroundImage {
	background-image: url(../images/home_bground_2.jpg);
}

/* DROPDOWN MENU STUFF */
#dropmenudiv{
position:absolute;
border:0px solid white;
border-bottom-width: 0;
font:normal 11px Arial;
line-height:20px;
z-index:100;
opacity: .8;
filter: alpha(opacity=80);
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 0px solid white;
	padding: 1px 0px 1px 20px;
	text-decoration: none;
	background-color: white;
	color: #000000;
}

#dropmenudiv a:hover{
	background-color: white;
	color: #358FCB;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}
.bodyText a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.bodyText a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
.bodyTextWht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
}
.bodyTextWht a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.bodyTextWht a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	color: #FF9900;
}
.bullet {
	padding-left: 18px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
}
ol {
	margin-left: -20px;
}
li {
	padding-bottom: 10px;
	line-height: 20px;
}
p {
	line-height: 20px;
	margin-bottom: -7px;
}
.scrollborder {
	border: 0px solid #666666;
}
.contentCurve {
	background-image: url(../images/content_curve.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #000000;
}
#divContent {
	padding: 15px;
	width: 490px;
}
.heroAbout {
	background-image: url(../images/hero-about.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.heroProperty {
	background-image: url(../images/hero-trust.jpg);
	background-repeat: no-repeat;	background-position: left center;
}
.heroDevelopment {
	background-image: url(../images/hero-development.jpg);
	background-repeat: no-repeat;	background-position: left center;
}
.heroRetire {
	background-image: url(../images/hero-retirement4.jpg);
	background-repeat: no-repeat;	background-position: left center;
}
.heroContact {
	background-image: url(../images/hero-contact.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
}
