@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	margin: 0px;
	height: 100%;
	background-color: #cbcabf;
}

h1 {
	font-size: 22px;
	font-weight:normal;
	font-family:Arial, Verdana, "Lucida Sans";
	color:#8d0004;
	line-height: normal;
	text-align:left;
}

h2 {
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#670003;
	text-align:left;
	font-weight:normal;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#613e2d;
}

h4 
{
	font-size: 14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#777777;
}

a, a:active, a:link {
	color: #8D0004;
	font-weight:bold;
}

a:hover, a:focus {
	color: #783634;
	text-decoration:underline;
}

a:visited {
	color:#734c4b
}

#leftArea {
	padding: 5px;
	float: left;
	width: 150px;
	padding-top:20px;
}

#centerArea {
	margin-left: 10px;
	padding: 5px;
	width: 360px;
	float: left;
	padding-top:10px;
	text-align:justify;
	min-height: 400px;
	height:auto !important; 
}

#rightArea {
	padding: 5px;
	margin-right:20px;
	width: 390px;
	float: right;
	clear: right;
	padding-top:10px;
	text-align:justify;
	margin-top: 20px;
	margin-bottom: 20px;
}

#twoColCenterArea {
	width: 770px;
	float: right;
	padding: 5px;
	padding-top:10px;
	margin-right: 20px;
	text-align:justify;
	min-height: 400px;
	height:auto !important;
	margin-bottom: 20px;
}

#twoColCenterArea ul li
{
	margin-bottom: 10px;
	margin-top: 10px;
}

#oneColCenterArea {
	width: 940px;
	margin-left: auto;
	margin-right:auto;
	padding: 5px;
	padding-top:10px;
	text-align:justify;
	min-height: 400px;
	height:auto !important;
}

#doubleColL {
	width: 550px;
	float: left;
	margin-top: 20px;
	margin-left: 40px;
	text-align:justify;
	min-height: 400px;
	height:auto !important;
	margin-bottom: 20px;
}

#doubleColR {
	width: 320px;
	float: right;
	margin-right: 30px;
	margin-left: 40px;
	margin-top: 20px;
	text-align:justify;
	min-height: 400px;
	height:auto !important;
	margin-bottom: 20px;
}


#footer {	
	font-size: 10px;
	background-color: #562723;
	color: #b2b19d;
	padding: 10px;
	bottom: 0px;
	margin-bottom: -10px;
	min-height: 30px;
	height:auto !important; 
	text-align: left
}

#footer p {
	display:inline;
}

#footer a {
	color: #b2b19d;
	font-weight:bold;
}

#footer a:visited {
	color:#666666;
	font-weight:bold;
}

#siteContainer {
	min-height: 100%;
	height: auto !important;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	position: relative;
	top: 0px;
	background-color: #f5f2ea;
	padding-bottom: 10px;
}

#headerMedia {
	background-color: #eeeeee;
	clear: both;
	float: none;
	width: 980px;
	border-bottom: 1px solid #562723;
	height: 135px;
	overflow:hidden;
}

#compLogo
{
	background: #f5f2ea;
	float:left;
	width: 974px;
	margin:0;
	padding:3px;
	font-family:Arial, "Times New Roman", Times, serif;
	border-bottom: 4px solid #562723;
	border-top: 4px solid #562723;
}

#logo
{
	width: 375px;
	float:left;
}

#logo .header 
{
	font-size: 16px;
	font-style: oblique;
	display:inline-block;
	margin-left: 45px;
	margin-top: -5px;
	font-family:Arial, Verdana, "Lucida Sans";
	color:#8d0004;
	font-weight:bold;
}

#contact
{
	float: right;
	width: 390px;
}

#phone 
{
	float:left;
	width: 170px;
	font-size: 12px;
	font-family:Arial, Verdana, "Lucida Sans";
	color:#555555;
	line-height: 1.3em;
	padding-top:8px;
	margin-left: 80px;
}

#phone .type 
{
	color:#777777;
	font-size: 10px;
	font-family:Tahoma, Arial, Verdana, "Lucida Sans";
	font-weight:bold;
}

#chat
{
	width: 136px;
	float: right;
}

.required
{
	color:#FF0000;
}

.hidden
{
	display:none;
}

.imgright
{
	float: right;
	margin-left: 20px;
	margin-top: 10px;
}

/* Image Sprites */

.scenery,  .as-logo , .social-icon-header-fb, .social-icon-header-tw, .social-icon-header-link, .social-icon-email, .pru-logo, .eoo-logo, .form-submit, .doc-button
{
	background: url(/images/main-image-sprites.png) no-repeat top left;
}

.scenery 
{
	background-position: 0 0;
	width: 980px;
	height: 135px;
	float:left;
}
	
.as-logo 
{
	background-position: 0 -139px;
	display:block;
	width: 375px;
	height: 40px;
	float: left;
}	

.social-icon-header-fb
{
	background-position: 1px -181px;
	display:block;
	height: 17px;
	width: 20px;
	float:left;
	margin-right: 5px;
	margin-top: 2px;
}

.social-icon-header-link
{
	background-position: 1px -200px;
	display:block;
	height: 17px;
	width: 20px;
	float:left;
	margin-right: 5px;
	margin-top: 2px;
}

.social-icon-header-tw
{
	background-position: 1px -218px;
	display:block;
	height: 17px;
	width: 20px;
	float:left;
	margin-right: 5px;
	margin-top: 2px;
}


.social-icon-email
{
	background-position: 1px -237px;
	display:block;
	height: 17px;
	width: 20px;
	float:left;
	margin-right: 5px;
	margin-top: 2px;
}

.pru-logo {
	background-position: -28px -185px;
	display: block;
	height: 31px;
	width: 100px;
	float:right;
}

.eoo-logo {
	background-position: -29px -216px;
	display:inline-block;
	height: 18px;
	width: 20px;
	float: none;
}

.form-submit
{
	background-position: -245px -190px;
	display:block;
	height: 31px;
	width: 80px;
	border: 0px none;
}


/* Tab of Contents */

#tabNav {
	margin-left: 0px;
	position:relative;
	float:left
}

ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding-left: 1px;
	float:right;
}


ol#toc li {
    background: #eee url(images/tocBg.png);
    float: left;
    margin: 0 1px 0 0;
    padding-left: 20px;
	height: 30px;
	margin-top:0;
}


ol#toc a {
    background: url(images/tocBg.png) 100% 0;
    display: block;
    float: left;
    line-height: 2em;
    padding-right: 20px;
	padding-bottom:2px;
	padding-top: -10px;
    text-decoration: none;
	font-family:Calbri, Arial, Helvetica, sans-serif;
	font-size: small;
	color:#FFFFFF;
	font-weight:bold;
	height: 28px;
}

ol#toc li a:hover {
    text-decoration: underline;
}


ol#toc li.Sel {

    background: url(images/tocBgSel.png) 100% 0;
    background-position: 0;
	height:31px;
}



ol#toc li.Sel a {

    background: url(images/tocBgSel.png) 100% 0;
    color: #fff;
    font-weight: bold;
	height:29px;
}

/* Side Navigation */

.leftNavBox {
	font-size: 12px;
	background: #f5f2ea url(images/sideNavBtmImg.gif) no-repeat left bottom;
	margin-bottom:18px;
	margin-left: 0;
	padding: 0 15px 15px 0px;
	width: 165px;
}

.leftNavBox h3 {
	background: url(images/sideNavTopImg.gif) no-repeat 0 0;
	color: #6a4130;
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, "Lucida Sans";
	font-size: 12px;
	padding: 7px 10px;
	margin: 0;
}


.leftNavBox ul {
	list-style:none;
	list-style-position:inherit;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 5px;
}

.leftNavBox ul li {
	font-size: 11px;
	font-family: Arial, Verdana, "Lucida Sans";
	font-weight:bold;
	padding-bottom: 3px;
	padding-top: 2px;
}

.leftNavBox img {
	padding-left: 12px;
	padding-top: 5px;
}


.leftNavBlurb {
	padding-left: 10px;
	padding-right:15px;
	font-size: 11px;
	text-align:justify
}

#leftArea .leftNavcontent {
	font-size: 11px;
	line-height: 1.4em;
}


/* Small IDX Map */

.search-homes
{
	display:block;
	width: 250px;
	height: 195px;
	background:url(/images/search-san-diego-homes.gif);
}

.search-homes:hover {
	background-position: 0 -195px;
}



.search-nc-homes
{
	display:block;
	width: 300px;
	height: 234px;
	background:url(/images/search-north-county-homes.gif);
}

.search-nc-homes:hover {
	background-position: 0 -234px;
}


/* Index Page - Alan Photo */

#indexLeftBlurb {	
	width: 550px;
	float: left;
	margin: 0;
	padding:0;
	background:url(/images/alanPhoto.gif) bottom left no-repeat;
	min-height:380px;
	height: auto !important;
	margin-top: 20px;
}

#indexLeftBlurb .text {
	width: 370px;
	float:right;
	clear:right;
	
}

#indexLeftBlurb .action {
	float:right;
	width:218px;
	z-index: 10;
}
		

/* Testimonials Page */

#testimonials #colL {
	width: 440px;
	float:left;
}

#testimonials #colR {
	width: 440px;
	float:left;
	margin-left: 50px;
}


#testimonials .entry  {
	width: 420px;
	margin-bottom: 30px;	
	float: left;
	border: 2px dotted #f5f2ea;
	background: #e1dbcb;
	padding: 10px;
	line-height:1.7em;
	text-align:left
}

	
#testimonials .name {
	text-align:right;
	font-weight: bold;
	display:block;
	padding-top:10px;
	font-style:oblique
}

.quote {	
	border: 2px dotted #f5f2ea;
	background: #d1c9bb;
	padding: 10px;
	line-height:1.7em;
	text-align:left;
	display:block;
	font-style:oblique;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 550px;
}


/* About Us */


.note {
	font-size: 10px;
}

/* Form */

input 
{
	border: 1px solid #999999;
	font-size: 10;
	font-family:Arial, Helvetica, sans-serif;
	padding: 2px;
	margin-bottom: 5px;
}

input.url
{
	color: #666666;
}

label
{
	color: #562723;
	font-weight:bold;
}

.form
{
	background: #e1dbcb;
	padding-left: 8px;
	padding-right: 8px;
	border: 2px dotted #cbcabf;
}

a.readmore, a.readless
{
	font-size: 11px;
	font-weight:normal;
}

.center
{
	margin-left:auto;
	margin-right:auto;
}

.right
{
	float: right;
	margin-left: 15px;
}

.left
{
	float:left;
	margin-right: 15px;
}

.four-five
{
	width: 460px;
}

.six-three
{
	width: 630px;
}


.two-four
{
	width: 240px;
}

.small-text
{
	font-size: 11px;
}

/* Terms */

#termsContainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	top: 0px;
	padding:20px;
	background-color: #f5f2ea;
}

.clients li
{
	margin-bottom: 10px;
}

/* Documents Download */

.doc-wrap
{
	width: 745px;
	margin-left: auto;
	margin-right: auto;
	display:block;
	overflow:hidden;
	border-bottom: 1px dotted #937b79;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

.doc-name
{
	width: 150px;
	float:left;
	margin-right: 15px;
	text-align:left;
}

.doc-desc
{
	width: 400px;
	float:left;
	margin-right:15px;
}

.doc-button
{
	width: 138px;
	float:right;
	background-position: -332px -190px;
	display:block;
	height: 33px;
}

/* Contacts */

.contact-wrap
{
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	display:block;
	overflow:hidden;
}

.contact-box-sm
{
	width: 100px;
	float:left;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	text-align:left;
	height: 115px;
	padding-left: 25px;
}

.contact-box
{
	width: 160px;
	float:left;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	text-align:left;
	height: 115px;
	padding-left: 25px;
}

.contact-box-lg
{
	width: 170px;
	float:left;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	text-align:left;
	height: 115px;
	padding-left: 25px;
}

.center-text
{
	text-align:center;
}

.left-border
{
	border-left: 1px dotted #999999;
}
