/*
WEBSITE
*/
/*////////// GENERAL //////////*/
body {
	background: url(images/page_bg.jpg) repeat-x #96A667;
	padding:0;
	margin:0;
}
#container {
	width:1000px;
	margin:0 auto;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:20px;
	color:#333333;
}
#container2 {
	width: 950px;
	margin: 0 auto;
	padding:0;
	background:#fff;
}
#container3 {
	height: 680px;
	width: 630px;
	background: url(images/paper_bg.png) top center no-repeat;
	float:left;
}
#wide_column {
	height: 650px;
	width: 460px;
	background: url(images/lined_paper.png) top center no-repeat;
	float:left;
	padding-left:90px;
	padding-right:50px;
	padding-top:30px;
	padding-bottom: 20px;
}
#wide_about {
	height: 750px;
	width: 460px;
	background: url(images/about_paper.png) top center no-repeat;
	float:left;
	padding-left:90px;
	padding-right:50px;
	padding-top:30px;
	padding-bottom: 20px;
}
#wide_form {
	width: 510px;
	float:left;
	padding-left:70px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom: 20px;
}
#contact_us {
	height: 650px;
	width: 400px;
	background: url(images/lined_paper.png) top center no-repeat;
	float:left;
	padding-left:150px;
	padding-right:50px;
	padding-top:30px;
	padding-bottom: 20px;
}
/*////////// TYPEOGRAPHY //////////*/

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: normal;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:15px;
	color: #d85134;
}
p {
	margin-bottom: 18px;
}
a {
	text-decoration:none;
	font-weight: bold;
	color:#669933;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	text-decoration:none;
	font-weight: bold;
	color:#669933;
}
/*////////// HEADERS //////////*/
#header {
	position:relative;
	width: 1000px;
	height: 80px;
}
#head2 {
	position:relative;
	background:url(images/leaf_top.jpg) #fff top left no-repeat;
	width: 890px;
	height:350px;
	margin: 0 auto;
	padding: 10px 30px;
}
#head2_page {
	position:relative;
	background:url(images/leaf_top.jpg) #fff top left no-repeat;
	width: 890px;
	height:175px;
	margin: 0 auto;
	padding: 10px 30px;
	border-bottom: 1px #D2D8BE solid;
}
#header p, #header h1, #header h2/**/ {
/*display: none;*/
}
/*////////// CONTENT //////////*/
#contentL {
	margin:20px 0 0 0;
	padding:0 25px;
	width: 264px;
	float:left;
}
/*////////// SIDEBARS //////////*/
#contentC {
	margin:20px 0 0 0;
	padding:0 25px;
	width: 264px;
	float:right;
}
#contentR {
	height:680px;
	margin:0;
	padding:0 15px;
	width: 284px;
	float: right;
	background: url(images/leaf_bottom.jpg) bottom right no-repeat;
}
#contentR_page {
	height:825px;
	margin:0;
	padding:20px 15px;
	width: 284px;
	float: right;
	background: url(images/leaf_bottom.jpg) bottom right no-repeat;
}
#contentR_about {
	height:760px;
	margin:0;
	padding:20px 15px;
	width: 284px;
	float: right;
	background: url(images/leaf_bottom.jpg) bottom right no-repeat;
}
#contentR_purchase {
	height:1020px;
	margin:0;
	padding:20px 15px;
	width: 284px;
	float: right;
	background: url(images/leaf_bottom.jpg) bottom right no-repeat;
}
#contentR_refi {
	height:1350px;
	margin:0;
	padding:20px 15px;
	width: 284px;
	float: right;
	background: url(images/leaf_bottom.jpg) bottom right no-repeat;
}
#contentR_loans {
	height:1200px;
	margin:0;
	padding:20px 15px;
	width: 284px;
	float: right;
	background: url(images/leaf_bottom.jpg) bottom right no-repeat;
}
/*////////// NAV //////////*/
#top_navlist {
	position: absolute;
	top: 30px;
	right: 25px;
	height: 32px;
	width: 950px;
}
#top_navlist ul {
	margin:0;
	padding:0;
}
#top_navlist ul li {
	float: left;
	font: 11px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}
#top_navlist a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: url("images/menu_bg.jpg") bottom left repeat-x;
	color:#eaeaea;
	display: block;
	float: left;
	margin: 0;
	padding: 15px 15px 8px 15px;
	text-decoration: none;
	height: 15px;
}
#top_navlist a:hover {
	background:  url("images/menu_pk.jpg") bottom left repeat-x;
	color: #fff;
}
#top_navlist a.on {
	background:  url("images/menu_pk.jpg") bottom left repeat-x;
	color: #fff;
}
#pushbottom {
	clear:both;
}
/*////////// BLOG ELEMENTS //////////*/
/*////////// FORMS //////////*/
/*////////// FOOTER //////////*/
#foot_container {
	background:url(images/foot_container_bg.jpg) top left repeat-x;
	margin: 0;
	padding:0;
	height: 150px;
}
#footer {
	margin:0 auto;
	width: 950px;
	padding: 10px 0 0 0;
}
#footer p, #footer a:link, #footer a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #CCCCCC;
	text-decoration:none;
}
#footer_wide {
	width: 630px;
	float: left;
}
#footerLeft {
	margin: 0;
	width: 290px;
	float:left;
	padding: 0 0 0 20px;
}
#footerCenter {
	margin: 0;
	width: 310px;
	float:right;
	margin:0;
	padding:0;
	text-align:center;
}
#footerRight {
	text-align:right;
	margin: 0;
	width:285px;
	float:right;
	padding: 0 20px 0 0;
}
/*////////// IMAGES //////////*/
.img_left {
	float:left;
	margin: 5px;
	padding:0px;
	border:thin solid #eaeaea;
}
.img_left p {
	margin: 0 0 0 10px;
	padding:0;
	color:#5B1A6A;
}
/*////// FUN CLASSES ///////////*/
.tagline {
	width: 268px;
	height: 229px;
	position: absolute;
	background: url(images/tagline_yellow.png) top right no-repeat;
	left: 723px;
	top: -18px;
}
.logo {
	position:absolute;
	left: 3px;
	top: 20px;
	height: 138px;
}
.logo p {
	margin-left:10px;
}
.phone {
	position:absolute;
	top: 314px;
	left: 45px;
	color: #666;
	line-height: 25px;
}
.phone h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0;
	font-weight:normal;
	font-style: italic;
	font-variant: normal;
	color: #838E63;
}
.phone_page {
	position:absolute;
	top: 19px;
	left: 288px;
	color: #666;
	line-height: 25px;
}
.phone_page h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0;
	font-weight:normal;
	font-style: italic;
	font-variant: normal;
	color: #838E63;
}
ul.bullet {
	list-style:none;
	margin:0;
	padding:0;
}
ul.bullet li {
	background: url(images/bullet.gif) left top no-repeat;
	padding-left: 25px;
	margin: 30px 0;
	font-size: 14px;
}
.purple {
	color: #5B1A6A;
	font-style: normal;
	text-align:justify;
	margin-right: 15px;
	font-size:11px;
}
h4.letters {
	font-size:14px;
	color:#5B1A6A;
}
.sub_head {
	padding-left: 40px;
	font-weight: bolder;
}
.bio_pics {
	width:200px;
	float:left;
}
td.bdr{
	border-bottom:1px #999 solid ;
	}
.small {
font-size: 13px;
color:#5b1a6a;
}

