
/* Layout
====================================*/
body {
	background: #000 url(/images/bg.jpg) fixed no-repeat top center;
}
#header,
#body,
#footer .centered {
	margin: 0 auto;
	width: 900px;
}
.page_pad {
	padding: 0 30px;
}
.whole_page_pad {
	padding: 0 30px 40px 30px;
}
.indent {
	margin-left: 20px;
}

/* Header/nav
====================================*/
#header {
	position: relative;
	background-color: #fff;
}
h1 {
	height: 152px;
}
h1 a {
	position: absolute;
	top: 26px;
	left: 20px;
}
#prudential_header_div {
	position: absolute;
	top: 26px;
	right: 20px;
}
#nav {
	position: absolute;
	top: 89px;
	left: 20px;
	list-style-type: none;
}
#nav_item_call_paul_div {
	position: absolute;
	top: 89px;
	right: 20px;
}
#nav .nav_main_li {
	float: left;
	position: relative;
	padding-right: 0;
	line-height: normal;
}
#nav .nav_main_a {
	display: inline-block;
	padding-right: 10px;
	height: 40px;
}
.nav_dropdown {
	list-style-type: none;
	position: absolute;
	top: 35px;
	left: 0;
	border: 1px solid #cbcbcb;
	background-color: #fff;
}
.nav_dropdown li a {
	display: block;
	text-decoration: none;
	padding: 4px 10px;
	width: 150px;
}
.nav_dropdown li a:hover {
	background-color: #cbcbcb;
}

/* Footer
====================================*/
#footer .centered {
	background-color: #333;
	color: #fff;
	height: 260px;   /* Height of the footer */
}
#footer .centered a {
	color: #fff;
}
#footer .centered #prudential_footer {
	vertical-align: middle;
	margin-bottom: 5px;
}
#footer .centered #equal_housing_footer {
	vertical-align: middle;
	margin-bottom: 5px;
}
#footer .centered #contact p {
	float: left;
	display:inline;
	margin: 40px 42px 30px 0;
}
#footer .centered #contact p.first {
	margin-left: 20px;
}
#footer .centered #contact p.last {
	margin-right: 0;
}
#footer .centered #legal p {
	clear: left;
	margin-bottom: 5px;
}
#footer .centered #legal {
	margin: 0 0 40px 20px;
}

/* Footer stick to bottom (http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page) */
html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
#container {
	min-height: 100%;
	position: relative;
}
#body {
	padding-bottom: 260px;	 /* Height of the footer */
	min-height: 200px;
}
#footer {
	position: absolute;
	bottom: 0; /* Stick to the bottom of container */
	width: 100%;
	height: 260px; /* Height of the footer */
}

/* Global body styles
====================================*/
#body {
	background-color: #fff;
}
h2 {
	margin-left: 30px;
	margin-bottom: 25px;
}
h3 {
	margin-bottom: 15px;
}
.subh2 {
	margin: -25px 0 25px 30px;
}
.breadcrumbs {
	margin: -10px 0 25px 30px;
}













