body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #a39274 url(../img/backgrounds/gradient.gif) top repeat-x;
}

/* Text & Page Elements */

img{
	border: 0px;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #000060;
}
h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}
h3 a{
	color: #666666;
	text-decoration: none;
}
h3 a:hover{
	color: #999999;
	text-decoration: none;
}
h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #606000;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 7px;
	border-bottom: 1px solid #CCCCCC;
}
p, #content ul{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
p a{
	color: #606000;
	text-decoration: none;
}
p a:hover{
	color: #606000;
	text-decoration: underline;
}
#properties_list ul{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
#properties_list ul li{
	margin-left: 25px;
	padding-left: -3px;
}
blockquote{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #000060;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
div.boxed{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 0px;
	margin: 10px 0px;
}
div.boxed img{
	margin-bottom: -4px;
}

/* Layout (Global) */

#container{
	width: 797px;
	text-align: left;
	margin: auto;
	border-left: 30px solid #FFFFFF;
	border-right: 30px solid #FFFFFF;
	border-bottom: 30px solid #FFFFFF;
	background: #FFFFFF;
}

/* Header */

#header_wrapper{
	width: 857px;
	margin: auto;
	text-align: left;
	margin-top: 30px;
	background: #FFFFFF;
	overflow: hidden;
}
#header{
	position: relative;
	width: 857px;
	height: 99px;
	background: #000060;
	border-bottom: 4px solid #a39274;
}
#header #logo{
	position: absolute;
	top: 40px;
	left: 30px;
}

/* Nav */

#nav{
	width: 797px;
	padding: 0px 30px 0px 30px;
	overflow: hidden;
}
#nav img{
	margin-bottom: -4px;
}

/* Nav (Main) */

#nav #main{
	width: 795px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	overflow: hidden;
}
#nav #main ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav #main ul li{
	float: left;
}

/* Nav (Main Rollovers) */

/* Preston Partners */

#nav #main a.partners {
    display: block;
    width: 216px;
    height: 60px;
    background: url("../../img/nav/ppartners_rolled.gif") 0px 0px no-repeat;
    text-decoration: none;
}
#nav #main a:hover.partners {
    background-position: -216px 0px;
}
#nav #main a.partners_active {
    display: block;
    width: 216px;
    height: 60px;
    background: url("../../img/nav/ppartners_rolled.gif") -432px 0px no-repeat;
    text-decoration: none;
}
#nav #main a:hover.partners_active {
    background-position: -216px 0px;
}

/* Preston Capital Management */

#nav #main a.capital {
    display: block;
    width: 337px;
    height: 60px;
    background: url("../../img/nav/pcapital_rolled.gif") 0px 0px no-repeat;
    text-decoration: none;
}
#nav #main a:hover.capital {
    background-position: -337px 0px;
}
#nav #main a.capital_active {
    display: block;
    width: 337px;
    height: 60px;
    background: url("../../img/nav/pcapital_rolled.gif") -674px 0px no-repeat;
    text-decoration: none;
}
#nav #main a:hover.capital_active {
    background-position: -337px 0px;
}

/* Preston Financial Management */

#nav #main a.financial {
    display: block;
    width: 242px;
    height: 60px;
    background: url("../../img/nav/pfinancial_rolled.gif") 0px 0px no-repeat;
    text-decoration: none;
}
#nav #main a:hover.financial {
    background-position: -242px 0px;
}
#nav #main a.financial_active {
    display: block;
    width: 242px;
    height: 60px;
    background: url("../../img/nav/pfinancial_rolled.gif") -484px 0px no-repeat;
    text-decoration: none;
}
#nav #main a:hover.financial_active {
    background-position: -242px 0px;
}

/* Nav (Sub) */

#nav #sub{
	width: 785px;
	padding: 10px 5px;
	margin-bottom: 15px;
	background: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	overflow: hidden;
}
#nav #sub ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav #sub ul li{
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border-right: 1px solid #999999;
	letter-spacing: -0.2px
}
#nav #sub ul li a{
	color: #333333;
	text-decoration: none;
}
#nav #sub ul li a:hover{
	color: #666666;
	text-decoration: none;
}
#nav #sub ul li.end{
	border: none;
}

/* Nav (Secondary) */

#secondary_nav{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 421px;
	background: #FFFFFF;
	padding: 7px 4px;
}
#secondary_nav p{
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	color: #999999;
}
#secondary_nav a{
	color: #333333;
	text-decoration: none;
	padding: 0px 10px;
}
#secondary_nav a:hover{
	color: #666666;
	text-decoration: none;
}

/* Stage */

#stage{
	float: left;
	width: 533px;
	height: 420px;
	margin-right: 11px;
}

/* Content */

#content_wrapper{
	width: 797px;
	clear: both;
	overflow: hidden;
	text-align: left;
	margin: 0px auto 0px auto;
	background: #FFFFFF;
}

/* Page Title (Interior Pages) */

#page_title{
	position: relative;
	width: 767px;
	padding: 7px 15px;
	background: url(../img/backgrounds/title_shadow.gif) repeat-x;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
#page_title h2{
	font-size: 24px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

/* Breadcrumb (Interior Pages) */

#breadcrumb{
	position: absolute;
	text-align: left;
	top: 15px;
	right: 15px;
	overflow: hidden;
}
#breadcrumb ul{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#breadcrumb ul li{
	float: left;
	list-style: url(../img/buttons_icons/breadcrumb_arrow.gif);
	padding-right: 20px;
	padding-left: 0px;
}
#breadcrumb ul li.selected{
	color: #010160;
}
#breadcrumb ul li a{
	color: #333333;
	text-decoration: none;
}
#breadcrumb ul li a:hover{
	color: #010160;
	text-decoration: none;
}
#breadcrumb ul li.nolink{
	list-style: none;
}

/* Sidebar */

#sidebar{
	float: left;
	width: 253px;
	height: 414px;
	background: #e3e3e3 url(../img/sidebar/shadow_top.gif) top no-repeat;
}

/* Features (Home) */

#features{
	width: 797px;
	height: 200px;
	clear: both;
	padding-top: 30px;
	overflow: hidden;
}
#featured_property{
	float: left;
	width: 533px;
	height: 420px;
	margin-right: 11px;
}
#find_property{
	float: left;
	width: 253px;
	height: 414px;
}
#features h2{
	margin: 0px;
	padding: 0px 0px 7px 0px;
}
#features .button_wrapper{
	width: 100%;
	text-align: right;
	background: url(../img/backgrounds/divider_dotted.gif) right top no-repeat;
}
#features .button_wrapper h3{
	margin: 0px;
	padding: 7px 15px 0px 0px;
}

/* Content Footer */

#content_footer{
	background: #EFEFEF;
	padding: 7px 12px;
	margin-top: 10px;
}
#content_footer p{
	margin: 0px;
	padding: 0px;
}
#content_footer a{
	color: #333333;
	text-decoration: none;
}
#content_footer a:hover{
	color: #000060;
	text-decoration: none;
}

/* BIO pages */

.bio{
	float: left;
	width: 390px;
}
.bio h4{
	margin-top: 0px;
	padding-top: 0px;
}

/* Footer */

#footer{
	width: 797px;
	text-align: left;
	margin: 10px auto 20px auto;
	padding: 0px 30px 20px 30px;
	overflow: hidden;
}
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#footer p a{
	color: #EFEFEF;
	text-decoration: none;
}
#footer p a:hover{
	color: #FFFFFF;
	text-decoration: none;
}