@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../images/JP_SiteBG.gif);
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #646464;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:uppercase;
	color: #d1b974;
}

.sub2 {
	float: left;
	margin-top: 10px;
	margin-left: 5px;
}
.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #646464;
}

.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #7c8ea7;
	line-height: 24px;
}

#wrapper {
	width: 850px;
	height: 1268px;
	margin: 0px auto;
	position: relative;
	background-color: #636466;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #444244;
}

#joel {
	height: 26px;
	width: 389px;
	margin-left: 245px;
	padding-top: 120px;
}

#wrapper #header #joel a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#header {
	width: 850px;
	height: 150px;
	background-image:url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}

#logo {
	width: 145px;
	height: 145px;
	position:absolute;
	left: 85px;
	top: 42px;
}

#wrapper #header #logo img {
	text-decoration: none;
	border: none;
}

#search {
	width: 292px;
	height: 32px;
	position: absolute;
	left: 506px;
	top: 45px;
}
#container {
	width: 750px;
	height: 1100px;
	margin: 0px 50px;
}

#top_container {
	width: 750px;
	height: 228px;
	background-image: url(../images/media/top_container.jpg);
	background-repeat: no-repeat;
}

#mid_container {
	width: 750px;
	height: 52px;
	background-image: url(../images/mid_section.jpg);
	background-repeat: no-repeat;
}

#bottom_container {
	width: 750px;
	height: 725px;
	background-color: #FFFFFF;
}

#content {
	width: 750px;
	height: 650px;
	float: left;
}

#main_text {
	width: 325px;
	height: 600px;
	padding: 20px 25px;
	float: left;
}

#sidebar {
	width: 325px;
	height: 700px;
	padding: 20px 25px;
	float: right;
}

#footer {
	width: 750px;
	height: 52px;
	background-image: url(../images/meet/footer.jpg);
	background-repeat: no-repeat;
}

/* Navigation */

#navigation {
	list-style: none;
	width: 209px;
	position: absolute;
	left: 343px;
	top: 158px;
}

#navigation li {
  float: left;
}

#navigation a * {
  display: none;
}

#navigation a,
#navigation a .hover {
	height: 38px;
	width: 209px;
	position: relative;
	display: block;
	background: url(../images/menu.gif) 0 0 no-repeat;
}

/* individual navigation items */
#navigation a.meet_joel {
	background-position: 0 0;
	width: 209px;
	height: 38px;
}

#navigation .highlight a.meet_joel:hover,
#navigation a.meet_joel .hover {
	background-position: -209px 0;
	width: 209px;
}

#navigation a.search {
	background-position: 0px -38px;
	width: 209px;
	height: 38px;
}

#navigation .highlight a.search:hover,
#navigation a.search .hover {
	background-position: -209px -38px;
	width: 209px;
}

#navigation a.marketing {
	background-position: 0px -76px;
	width: 209px;
	height: 38px;
}

#navigation .highlight a.marketing:hover,
#navigation a.marketing .hover {
	background-position: -209px -76px;
	width: 209px;
}

#navigation a.media {
	background-position: 0px -114px;
	width: 209px;
	height: 38px;
}

#navigation .highlight a.media:hover,
#navigation a.media .hover {
	background-position: -209px -114px;
	width: 209px;
}

#navigation a.about {
	background-position: 0px -152px;
	width: 209px;
	height: 38px;
}

#navigation .highlight a.about:hover,
#navigation a.about .hover {
	background-position: -209px -152px;
	width: 209px;
}

/* Middle Navigation */
#mid_nav {
	list-style: none;
	width: 193px;
	position: absolute;
	left: 608px;
}

#mid_nav li {
  float: left;
}

#mid_nav a * {
  display: none;
}

#mid_nav a,
#mid_nav a .hover {
	height: 26px;
	width: 193px;
	position: relative;
	display: block;
	background: url(../images/footer_nav.gif) 0 0 no-repeat;
}

#mid_nav a.mortgage {
	background-position: 0px 0px;
	width: 193px;
	height: 26px;
}

#mid_nav .highlight a.mortgage:hover,
#mid_nav a.mortgage .hover {
	background-position: -193px 0px;
	width: 193px;
}

#mid_nav a.contact {
	background-position: 0px -26px;
	width: 193px;
	height: 26px;
}

#mid_nav .highlight a.contact:hover,
#mid_nav a.contact .hover {
	background-position: -193px -26px;
	width: 193px;
}
#wrapper #header #search input {
	float: right;
}

/* Sub Navigation */
#sub_nav {
	list-style: none;
	width: 750px;
}

#sub_nav li {
  float: left;
}

#sub_nav a * {
  display: none;
}

#sub_nav a,
#sub_nav a .hover {
	height: 81px;
	width: 750px;
	position: relative;
	display: block;
	background: url(../images/about/sub_nav.gif) 0 0 no-repeat;
}

#sub_nav a.weather {
	background-position: 0px 0px;
	width: 750px;
	height: 81px;
}

#sub_nav .highlight a.weather:hover,
#sub_nav a.weather .hover {
	background-position: 0px -81px;
	width: 750px;
}

/* Search */
#wrapper #header #search input {
	float: left;
	margin-top: 7px;
	height: auto;
}
#wrapper #container #bottom_container #content a {
	color: #646464;
	font-weight: bold;
	text-decoration: none;
}
#wrapper #container #bottom_container #content #sidebar img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.sub {
	width: 6px;
	height: 21px;
	margin-left: 10px;
}


.in {
height: 24px;
}

#foot {
	width: 850px;
	height: auto;
margin-left: auto;
margin-right: auto;
}

.f {color: #6c849e;
}
