/**============================================================================

 CSS - SOSD - Common Styles for default elements

==============================================================================*/

* { /* removes defaults from all elements */

margin: 0;
padding: 0;
list-style: none;

}




/** Body
==============================================================================*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #efefef;
	background: url(/sandiego/images/re_style/body_bg.jpg) no-repeat top center #efefef;
	margin: 0 auto;
}

/** Container   ****************************** updated from global css ******************************************** 
==============================================================================*/

#recontainer {
	width: 975px;
	margin: 0 auto;
	padding: 0 0px 0 0px;
	/**original to center in normal page **   padding: 0 16px 0 16px; */ 

}

#container {
	width: 975px;
	margin: 0 auto;
	padding: 0 0px 0 0px;
	/**original to center in normal page **   padding: 0 16px 0 16px; */ 

}


/** Floats
==============================================================================*/

.clear {
clear: both;
}

.left {
float: left;
}

.right {
float: right;
}

.center {
display: block;
margin-left: auto;
margin-right: auto;
}

/** Images ****************************** updated from global css ******************************************** 
==============================================================================*/

a img {
border: none;
/* display: block; */
}

li#nav_4sd a img 
{

position: relative;

top: 0px;

}

/** Headings
==============================================================================*/

h1, h2, h3, h4, h5, h6 {
font-weight: normal;
margin: 0 0 12px 0;
}

h1 {
font-size: 24px;
line-height: 28px;
margin: 0 0 16px 0;
}

h2 {
font-size: 20px;
line-height: 24px;
}

h3 {
font-size: 16px;
line-height: 20px;
}

.sectiontease h3 {
margin: 0 0 8px 0;
}

h4 {
font-size: 14px;
line-height: 18px;
}

.shadowsubhead h4 {
font-size: 14px;
line-height: 18px;
padding: 0 0 2px 0;
margin: 0;
color: #243f58;
font-weight: bold;
text-transform: uppercase;}

h5 {
font-size: 12px;
line-height: 16px;
}

h5.sectionsubhead {
width: 282px;
font-size: 12px;
line-height: 12px;
padding: 3px 0 2px 8px;
color: #fff;
text-transform: uppercase;
background: #7890a9;
}

h6 {
font-size: 10px;
line-height: 14px;
}

#rehp h2 {

	font-family:Arial, Helvetica, sans-serif; 
	font-size:22px; 
	line-height:22px; 
	color:#0073b5; 
	font-weight:bold; 
	padding: 0 0 0 0; 
	display:block;


}


#rehp h2 a:link, #rehp h2 a:visited, #rehp h2 a:active {

	color:#0073b5; 
	text-decoration: none;

}



#rehp h2 a:hover {
	text-decoration: none;
	color:#0073b5; 

}


#rehp h3 {


	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#666;  
	font-weight:bold; 
	padding: 0 0 0 0; 
	display:inline;
	



}


#rehp h3 a:link, #rehp h3 a:visited, #rehp h3 a:active {

	color:#666; 
	text-decoration: none;

}



#rehp h3 a:hover {
	text-decoration: none;
	color:#666; 
}



#mainwellcontent .whtitlehldr h2  {

font:Arial, Helvetica, sans-serif; font-family:Arial, Helvetica, sans-serif; font-size:28px; line-height:28px; color:#666666; font-weight:bold; letter-spacing:-1px; float:left; display:inline;

}
/** Paragraphs
==============================================================================*/

p {
margin: 0 0 0px 0;
}

/** Margins
==============================================================================*/

.mtopbtmsixteen {
margin: 16px 0 16px 0;
}

.msixteen {
margin: 0 0 16px 0;
}

.meight {
margin: 0 0 8px 0;
}

/** Lists
==============================================================================*/

dl, ol, ul {
margin: 0 0 0px 0;
}

dl {
padding-left: 0;
}

dl dt {
font-weight: bold;
}

ol li {
list-style-type: decimal;
list-style-position: inside;
}

ul li {

background: none;
padding:0px;
}


/** Tables
==============================================================================*/
/*
table {
border-spacing: 2px;
margin: 0 0 0px 0;
border: none;

}
*/

/*
th {
font-weight: bold;
border-top: 1px solid #b2ceed;
border-bottom: 1px solid #91a8c3;
background-color: #a3bdda;
}



th, td {
padding: 0px 0px;
}


*/

tr.even {
background-color: #e5e5e5;
}



/** Inputs
==============================================================================*/

fieldset {
	border: none;
}
/* SA
input {
	height: 12px;
	padding: 0px 0px 0px 6px;
	border: none;
	font-size: 12px;
	color: #454545;
}
*/

/** Misc Elements
==============================================================================*/

blockquote {
margin: 0 0 32px 32px;
padding: 0 0 0 15px;
border-left: 3px solid #e5e5e5;
}

a.subscribe {
padding: 1px 0 0 16px;
font-size: 10px;
text-transform: uppercase;
background: url(/sandiego/images/re_style/rss_icon_12x12.png) no-repeat 0 2px;
}

/** Links
==============================================================================*/


a:link {
color: #02359c;
text-decoration: none;
}

a:visited {
color: #02359c;
text-decoration: none;
}

a:hover {
color: #0050f2;
text-decoration: none;
}

a:active {
color: #02359c;
text-decoration: none;
}



/**============================================================================

 CSS - SOSD - Main Styles

==============================================================================*/




/** UT Top Bar ****************************** updated from global css ******************************************** 
==============================================================================*/




/** Navigation
==============================================================================*/




/** Nav Dropdown
==============================================================================*/





/** Toolbar ****************************** updated from global css ******************************************** 
==============================================================================*/

#toolbar {
width: 975px;
height: 28px;
padding: 6px 0 6px 0;
margin: 0 0 16px 0;
background: none;
font-size: 10px;
text-transform: uppercase;
border-bottom:solid 6px #0073b5; 

}

#toolbar a:link {
color: #0073b5;
text-decoration: none;
}

#toolbar a:visited {
color: #0073b5;
text-decoration: none;
}

#toolbar a:hover {
color: #0073b5;
text-decoration: none;
}

#toolbar a:active {
color: #0073b5;
text-decoration: none;
}

#toolbar0 {
width: 975px;
height: 28px;
padding: 6px 0 6px 0;
margin: 0 0 0 0;
background: none;
font-size: 10px;
text-transform: uppercase;
border-bottom:solid 6px #0073b5; 

}

#toolbar0 a:link {
color: #0073b5;
text-decoration: none;
}

#toolbar0 a:visited {
color: #0073b5;
text-decoration: none;
}

#toolbar0 a:hover {
color: #0073b5;
text-decoration: none;
}

#toolbar0 a:active {
color: #0073b5;
text-decoration: none;
}



#weather, #traffic {
background: url(/sandiego/images/re_style/v_divider.jpg) repeat-y right;
}

#weather {
color:#0073b5; 
font-size:24px; 
line-height:24px; 
font-family:Arial, Helvetica, sans-serif; 
font:Arial, Helvetica, sans-serif; 
font-weight:bold; 
text-transform: none; 
width:150px; 
display:block;
height:26px;
padding: 0px 0px 0px 0;
}

#weather img {
position: relative;
top: 2px;
left: 6px;
padding: 0 18px 0 0;
z-index: -1;
}

#weather a {
position: relative;
top: 2px;
margin:0 0 0 0;
}

#weather p {
display: inline;
font-size: 14px;
}

#weather span {
font-size: 10px;
}

#traffic {
padding: 6px 16px 3px 16px;
}

#hottopics {
color: #0073b5;
font-size: 12px;
padding: 8px 8px 3px 8px;
}


#hottopics a:link {
color: #0073b5;
text-decoration: none;
}

#hottopics a:visited {
color: #0073b5;
text-decoration: none;
}

#hottopics a:hover {
color: #0073b5;
text-decoration: none;
}

#hottopics a:active {
color: #0073b5;
text-decoration: none;
}



#hottopics li {
float: left;
line-height: 12px;
background: none;
padding: 0 8px 0 8px;
border-right: 1px solid #bbbbbb;
}

li#hottopicstitle {
border: none;
color: #FF0000;
font-weight:bold;
}

#hottopics li span {
padding: 0;
font-weight: bold;
}

/** Search    ****************************** updated from global css ******************************************** 
==============================================================================*/

#search {
width: 106px;
height: 17px;
padding: 4px 0 0 36px;
margin: 2px 0 0 0;
border: 1px solid #ccc;
font-size: 10px;
text-transform: uppercase;
color: #454545;
background: url(/sandiego/images/re_style/search_icon.jpg) no-repeat 1px 1px #fff;
}


/** Breaking News Bar
==============================================================================*/

#breaking {
width: 975px;
height: 64px;
margin: 0 0 16px 0;
background: url(/sandiego/images/re_style/breaking_news_bg.jpg) no-repeat;
}

#breaking p {
margin: 0;
padding: 16px 16px 0 184px;
font-size: 16px;
}

#breaking img {
padding: 2px 2px 0 0;
}

/** Content Wrap
==============================================================================*/

#contentwrap {
width: 975px;
margin: 0 0 16px 0;
}

/** Left Column
==============================================================================*/

#leftcol {
width: 627px;
}

.shadowsubhead {
padding: 4px 0 0 0;
border-top: 1px solid #e5e5e5;
}

.shadowdivider {
width: 100%;
height: 8px;
margin: 0 0 8px 0;
background: url(/sandiego/images/re_style/shadow_divide_bg.png) no-repeat top;
}

/** Large Featured Slider
==============================================================================*/

#featured {
width: 627px;
height: 309px;
overflow: hidden;
position: relative;
margin: 0 0 16px 0;
padding: 0 0 8px 0;
background: #fff;
border: 1px solid #e5e5e5;
}

#featured ul, #smfeatured ul {
position: absolute;
top: 0;
padding: 0;
margin: 0;
}

ul#largeslidertn {
left: 0;
z-index: 2;
width: 127px;
}

ul#largeslidertn li {
background-image: none;
padding: 0;
}

ul#largeslidertn li img {
padding: 5px;
}

ul#largeslidertn li a {
display: block;
width: 127px;
height: 64px;
outline: none;
}

ul#largeslidertn li a.current {
background: url(/sandiego/images/re_style/largeslider_current.png) no-repeat;
}

ul#largeslidercontent {
right: 0;
height: 309px;
width: 547px;
position: relative;
}

ul#largeslidercontent li {
position: absolute;
height: 309px;
width: 547px;
}

.largeslidercopy {
position: relative;
top: -108px;
left: 0;
height: 74px;
width: 455px;
padding: 16px 16px 16px 64px;
background: url(/sandiego/images/re_style/largeslidercopy_bg.png) no-repeat top;
}

.largeslidercopy h1 {
font-size: 20px;
margin: 0 0 8px 0;
}

.largeslidercopy p {
margin: 0;
}

#largeslidercontent a {
height: 309px;
width: 547px;
color: #fff;
display: block;
}

/** Small Featured Slider
==============================================================================*/

#smfeatured {
height: 227px;
width: 335px;
overflow: hidden;
position: relative;
background: #efefef;
}

ul#smeslidertn {
left: 0;
z-index: 2;
width: 16px;
}

ul#smslidertn li {
margin: 0;
padding: 0;
background-image: none;
}

ul#smslidertn li a {
display: block;
background: #efefef;
color: #aaa;
padding: 4px 8px;
border-top: 1px solid #f6f6f6;
border-bottom: 1px solid #dedede;
}

ul#smslidertn li a.current {
background: #aaa;
color: #fff;
border-top: 1px solid #b8b8b8;
border-bottom: 1px solid #989898;
}

ul#smslidercontent {
left: 0;
height: 227px;
width: 312px;
position: relative;
z-index: 1;
}

ul#smslidercontent li {
position: absolute;
height: 227px;
width: 312px;
padding: 0;
margin: 0;
background-image: none;
}

.smslidercopy {
position: relative;
top: -50px;
left: 0;
height: 74px;
width: 302px;
padding: 16px;
background: url(/sandiego/images/re_style/largeslidercopy_bg.png) no-repeat top;
}

.smslidercopy h3 {
font-size: 14px;
}

.smslidercopy p {
margin: 0;
font-size: 10px;
}

#smslidercontent a {
color: #fff;
}


/** ../images
==============================================================================*/

.blockinner img.left {
margin: 0 0 16px 0;
}

.blockinner.followus img {
margin: 0 4px 0 0;
}

.sectiontease img.right {
margin: 0 0 8px 8px;
}

.leadphoto {
width: 290px;
margin: 0 0 16px 0;
}

.storyleadphoto {
margin: 0 16px 0 0;
}

.inline {
width: 352px;
margin: 0 16px 16px 0;
}
.photocaption {
border-right: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
border-left: 1px solid #dddddd;
padding: 0 16px 16px 16px;
color: #666666;
}

p.photocredit {
margin: 0;
padding: 0;
text-align: right;
font-size: 9px;
text-transform: uppercase;
color: #777;
} 

.storyleadphoto .photocredit {
margin-bottom: 8px;
}

/** Content Blocks
==============================================================================*/

.blockheader {
width: 100%;
height: 24px;
}

.grey {
background: url(/sandiego/images/re_style/grey_header_block_bg.jpg) repeat-x;
}

.dark {
background: url(/sandiego/images/re_style/dark_header_block_bg.jpg) repeat-x;
}

.ut {
background: url(/sandiego/images/re_style/ut_header_block_bg.jpg) repeat-x;
}

.mplace {
background: url(/sandiego/images/re_style/mplace_header_block_bg.jpg) repeat-x;
}

.enlace {
background: url(/sandiego/images/re_style/enlace_header_block_bg.jpg) repeat-x;
}

.blocktitle {
font-size: 14px;
color: #efefef;
margin: 0;
padding: 0 0 0 16px;
text-transform: uppercase;
font-weight: bold;
}

.blockupdated {
font-size: 10px;
color: #fff;
text-transform: uppercase;
margin: 0;
padding: 4px 0 0 16px;
}

.blockheader a.subscribe {
padding: 0 16px 0 0;
background-position: right 2px;
}

#utblocklogo {
margin: 4px 0 0 16px;
}

.blocknav {
margin: 4px;
padding: 0;
}

.blocknav li {
float: left;
padding: 1px 16px 0 16px;
font-size: 10px;
text-transform: uppercase;
}

.blocknav li#subscribe {
padding: 0 16px 0 16px;
}

.blocknav li a {
color: #ffffff;
}

.blocknav li a:hover {
color: #ccc;
}

.grey .blocknav li {
background: url(/sandiego/images/re_style/grey_header_block_divider.jpg) no-repeat right;
}

.grey .blocknav li#subscribe  {
background: url(/sandiego/images/re_style/grey_header_block_divider.jpg) no-repeat left;
}

.dark .blocknav li {
background: url(/sandiego/images/re_style/dark_header_block_divider.jpg) no-repeat right;
}

.ut .blocknav li {
background: url(/sandiego/images/re_style/ut_header_block_divider.jpg) no-repeat right;
}

.mplace .blocknav li {
background: url(/sandiego/images/re_style/mplace_header_block_divider.jpg) no-repeat right;
}

.enlace .blocknav li {
background: url(/sandiego/images/re_style/enlace_header_block_divider.jpg) no-repeat right;
}

.blocknav li.last {
background: none;
}

.block {
width: 100%;
margin: 0 0 16px 0;
}

.blockinner {
padding: 16px;
border-left: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
background: #fff;
}

.blockinner ul.left {
width: 140px;
margin: 0;
}

/** Section Teaser
==============================================================================*/

.sectiontease {
width: 290px;
margin: 0 0 16px 0;
}

.sectiontease ul {
margin: 0;
}

/** Section Links
==============================================================================*/

.sectionlinks {
width: 112px;
}

.sectionlinks .sectionsubhead {
width: 104px;
}

.sectionlinks ul {
margin: 0;
}

.sectionlinks ul li {
padding: 0 12px 0 0;
line-height: 22px;
border-bottom: 1px solid #e5e5e5;
background: url(/sandiego/images/re_style/arrow_link.png) no-repeat right;
}

.sectionlinks ul li a {
display: block;
}

/** Entertainment Block
==============================================================================*/

#zventswidget {
width: 242px;
height: 227px;
background: url(/sandiego/images/re_style/zvents_widget.jpg) no-repeat;
}

/** Marketplace Block
==============================================================================*/

#mplacetease {
width: 175px;
}

#mplacetease h5 {
margin: 0;
}

#mplacetease p {
font-size: 11px;
padding: 0 0 8px 0;
border-bottom: 1px solid #e5e5e5;
}

#mplacebuttons {
width: 403px;
}

/** Enlace Block
==============================================================================*/

#enlacelead {
width: 175px;
margin: 0 16px 0 0;
}

#enlacelead p {
margin: 0;
}

.sectiontease.enlacetease {
width: 254px;
padding: 0 16px 0 0;
border-right: 1px solid #e5e5e5;
}

.enlacetease .sectionsubhead {
width: 246px;
}

/** Sidebar
==============================================================================*/

#sidebar {
width: 332px;
}

/** Most Popular
==============================================================================*/

#mostpopular {
border-top: 1px solid #fff;
border-right: 1px solid #e5e5e5;
border-left: 1px solid #e5e5e5;
background: #fff;
}

#mostpopular ol {
margin: 0;
}

#mostpopular ol li {
line-height: 28px;
font-size: 11px;
padding: 0 0 0 8px;

border-bottom: 1px solid #e5e5e5;
}

ul#mostpopulartabs {
padding: 2px;
margin: 0;
height: 20px;
}

#mostpopulartabs li {
float: left;
padding: 0;
background: none;
}

#mostpopulartabs a {
display: block;
float: left;
height: 14px;
padding: 4px 16px;
margin: 0 2px 0 0;
color: #aaa;
font-size: 10px;
text-transform: uppercase;
}

#mostpopulartabs li.tabsactive a {
color: #333;
background: #fff;
}

.tabs {
min-height: 172px;
}


/** Content Wells
==============================================================================*/

#retoprtwell {

float:right; padding: 85px 40px 0 20px; width:150px; position:relative; z-index:90; background-image:url(/sandiego/images/re_style/re_sf_rtcol_bg.jpg); background-repeat:no-repeat;

}

.retoptrtwell1 {

padding:27px 10px 0 0px; float:left; display:inline;

}

.retoptrtwell1a {
padding:20px 10px 0 0px; float:left; display:inline; width:130px; height:80px;
}

.retoptrtwell1b {
padding:20px 10px 0 0px; float:left; display:inline; width:130px; height:30px;
}



.retoptrtwell2 {

padding:53px 10px 0 0px; float:left; display:inline;

}

.retoptrtwell2a {
float:left; display:inline; width:130px; 
}

.retoptrtwell3 {
padding:40px 10px 0 0px; float:left;
}



#retoplftwellrh {

float:left; background-image:url(/sandiego/images/re_style/re_sf_fs_bg.jpg); background-repeat:no-repeat;  width:420px; height:430px; padding:0px 0 0 16px;
}

#retoplftwellnh {

float:left; background-image:url(/sandiego/images/re_style/re_sf_nh_bg.jpg); background-repeat:no-repeat;  width:420px; height:430px; padding:0px 0 0 16px;
}

#retoplftwellfr {

float:left; background-image:url(/sandiego/images/re_style/re_sf_fr_bg.jpg); background-repeat:no-repeat;  width:420px; height:430px; padding:0px 0 0 16px;
}



/** Story Detail
==============================================================================*/

#blocksubheader {
padding: 8px 16px;
width: 595px;
border-top: 1px solid #082063;
border-bottom: 1px solid #030d29;
background: #05143f;
}

#blocksubheader h2 {
color: #fff;
margin: 0;
}

#blocksubheadrnav {
width: 595px;
padding: 4px 16px;
background: #1c3465;
border-top: 1px solid #223f7a;
border-bottom: 1px solid #15274c;
}

#blocksubheadrnav li {
float: left;
background-image: none;
padding: 0;
margin: 0 16px 0 0;
font-size: 10px;
text-transform: uppercase;
}

#blocksubheadrnav a {
color: #fff;
}

#storytools {
width: 100%;
margin: 0 0 16px 0;
padding: 0 0 4px 0;
border-bottom: 1px solid #e5e5e5;
}

#storytools ul {
margin: 0;
}

#storytools ul.left {
width: 260px;
}

#storytools li {
float: left;
padding: 0 8px 0 0;
background-image: none;
}

.byline {
text-transform: uppercase;
margin: 0;
}



/** SEO Footer
==============================================================================*/
#seofooterre {
width:945px; height:180px; background-color:#e0eff6; padding:16px 0px 16px 30px; border-top: solid 2px #d2e2ea; border-bottom: solid 5px #c3d4dd; float:left;
}




.seofooterrehldr {
float:left; color: #666666; font-size:10px; margin-right:16px;

}


.seofooterrehldr a:link, .seofooterrehldr a:visited, .seofooterrehldr a:active {

	color:#666666;
	text-decoration: none;

}



.seofooterrehldr a:hover {
	text-decoration: none;
	color:#666666;

}



.seofooterrehdr {
color:#0073b5; font-weight:bold; font-size:12px;
}


.seofooterrehdr a:link, .seofooterrehdr a:visited, .seofooterrehdr a:active {

	color:#0073b5;
	text-decoration: none;

}



.seofooterrehdr a:hover {
	text-decoration: none;
	color:#0073b5;

}





/** Footer
==============================================================================*/
/*
#footer {
width: 943px;
padding: 16px;
margin: 0 0 0px 0;
background-color: #dddddd;
}

*/
#footer img {
margin: 0 16px 0 0;
padding: 0 16px 0 0;
background: url(/sandiego/images/re_style/footer_divider.jpg) repeat-y right;
}

#footerinfo {
width: 840px;
}

#footer ul {
margin: 0;
}

#footer ul li {
float: left;
background: none;
font-size: 10px;
text-transform: uppercase;
padding: 0 16px 0 0;
}

#copyright {
font-size: 10px;
color: #828282;
margin: 0;
padding: 8px 0 0 0;
}/***************************  start main containers***********************************************/

#alignall {
	width: 975px;
	margin: 0 auto;
	padding: 0 16px 0 16px;



}

#header {
	width: 975px;
	margin-left: 11px;
}
#wrapper {
	width: 975px;
	margin-left:10px;
	padding-left:0px;
 /*   background-image: url(/sandiego/images/re_style/wrapper_bg_990.gif); */
	background-color: #FFFFFF;
	border-top: solid 12px #0073b5;
}


/* start wrapper for gabriels template */

#wrapper0 {
	width: 975px;
	margin-left:0px;
	padding-left:0px;
 /*   background-image: url(/sandiego/images/re_style/wrapper_bg_990.gif); */
	background-color: #FFFFFF;
	border-top: solid 12px #0073b5;
	padding-top:0px;
}
/* end wrapper for gabriels template */




#containerleft {
	float: left;
	width: 650px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height:100%;
}
#mainwell {
	float: left;
	width: 650px;
	background-color: #FFFFFF;
}


#mainwellcontent {
	margin-top:5px;
	float: left;
	width: 650px;
	background-color: #FFFFFF;
}
#footer original {  
/*	height: 100px; */
	width: 975px;
	margin-left: 0px;
	margin-bottom:20px;
	padding-left:0px;
	float:left;

/*	background-image: url(http://www.signonsandiego.com/images/indexm/bg6.jpg); */
/*	background-image: url(/sandiego/images/re_style/footer_bg.jpg); */

	background-repeat: no-repeat;
	padding-top: 0px;
  } 



#footer {
width: 943px;
padding-top: 16px;
padding-right: 16px;
padding-bottom: 16px;
padding-left: 16px;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0px;
margin-left: 0pt;
background-color: #dddddd;
background-image: none;

}.footerbg {
/*
	background-image:url(http://www.signonsandiego.com/images/indexm/bg6.jpg);
	background-repeat:no-repeat;
*/

}



#footer img {
margin: 0 0px 0 0;
padding: 0 0px 0 0;
background: url(/sandiego/images/re_style/footer_divider.jpg) repeat-y right;
}


/***************************  end main containers***********************************************/


/***************************leaderboard *******************************************************/
/* shahid
.ldrbrd {

padding-left:127px;

}



#mainwellcontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	background-position: left;
	display: block;	
}


#mainwellcontent h1 a:link, #mainwellcontent h1 a:visited, #mainwellcontent h1 a:active {
	color: #000;
	text-decoration: none;

}

#mainwellcontent h1 a:hover {
	text-decoration: underline;
	color: #000;

}

*/







#mainwellcontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-position: left;
	display: block;	
}


#mainwellcontent h2 a:link, #mainwellcontent h2 a:visited, #mainwellcontent h2 a:active {
	color: #666666;
	text-decoration: none;

}

#mainwellcontent h2 a:hover {
	text-decoration: underline;
	color: #666666;

}

/** Commented out due to Adicio conflicts
======================================================================================================================

#mainwellcontent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-position: left;
	display: block;
	padding-top: 10px;
}


#mainwellcontent h3 a:link, #mainwellcontent h3 a:visited, #mainwellcontent h3 a:active {
	color: #666666;
	text-decoration: none;

}

#mainwellcontent h3 a:hover {
	text-decoration: underline;
	color: #000;

}
*/


#mainwellcontent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #005BAB;
	background-position: left;
	display: block;
	padding-top: 10px;
}


#mainwellcontent h4 a:link, #mainwellcontent h4 a:visited, #mainwellcontent h4 a:active {
	color: #000;
	text-decoration: none;

}

#mainwellcontent h4 a:hover {
	text-decoration: underline;
	color: #000;

}

#mainwellcontent h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0073b5;
	background-position: left;
	display: block;
	padding-top: 10px;
	list-style-type: disc;
}


#mainwellcontent h5 a:link, #mainwellcontent h5 a:visited, #mainwellcontent h5 a:active {
	color: #0073b5;
	text-decoration: none;

}

#mainwellcontent h5 a:hover {
	text-decoration: underline;
	color: #0073b5;

}


#mainwellcontent h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0073b5;
	display: inline;
	line-height: 15px;
	padding-bottom:10px;
}


#mainwellcontent h6 a:link, #mainwellcontent h6 a:visited, #mainwellcontent h6 a:active {
	color: #0073b5;
	text-decoration: none;

}

#mainwellcontent h6 a:hover {
	text-decoration: underline;
	color: #0073b5;

}


/* start deprecated style  3/25/09  

#mainwellcontent  li
{
	list-style-type: disc;
	padding-right: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
	margin-left:10px;
	line-height: 14px;
	overflow: hidden;
	list-style-position: inside;
	padding-top: 3px;
	padding-bottom: 3px;

}


#mainwellcontent  li a:link, #mainwellcontent  li a:visited, #mainwellcontent  li a:active {
	color: #F3F3F3;
	text-decoration: none;
}

#mainwellcontent  li a:hover {
	text-decoration: underline;
	color: #F3F3F3;
}



end deprecated style  3/25/09 */


#mwltitlebox {

	width: 640px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #E99D74;
	padding-bottom: 5px;
	height:16px;



}

.mwltitle {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 16px;
	color: #0073b5;
	padding-left:10px;
}


.mwltitle0 {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 16px;
	color: #0073b5;
	padding-left:0px;
}



/* start left bar orange */

#mwlleftcolumn {
	width:155px;
	float:left;
	margin-top:10px;
	background-color: #FEF9DA;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 10px;
	color:#333333;

}



#mwlleftcolumn h1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height:13px;
	font-weight: bold;
	color: #0073b5;
	display: block;
	margin-left:5px;
	margin-top: 10px;

}

#mwlleftcolumn h1 a:link, #mwlleftcolumn h1 a:visited, #mwlleftcolumn h1 a:active {
	color: #0073b5;
	text-decoration: none;

}






#mwlleftcolumn h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	display: inline;
	margin-left: 5px;
	top: 8px;

}


#mwlleftcolumn h2 a:link, #mwlleftcolumn h2 a:visited, #mwlleftcolumn h2 a:active {
	color: #333333;
	text-decoration: none;

}


#mwlleftcolumn h3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin-left: 5px;


}


#mwlleftcolumn h3 a:link, #mwlleftcolumn h3 a:visited, #mwlleftcolumn h3 a:active {
	color: #333333;
	text-decoration: none;

}





#mwlleftcolumn h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #005BAB;
	background-position: left;
	display: block;
	padding-top: 10px;
	margin-left:10px
}




#mwlleftcolumn h4 a:link, #mwlleftcolumn h4 a:visited, #mwlleftcolumn h4 a:active {
	color: #000;
	text-decoration: none;

}

#mwlleftcolumn h4 a:hover {
	text-decoration: underline;
	color: #000;

}





/* end left bar orange */




/* start left bar blue */



#mwlleftcolumnbl {
	width:155px;
	float:left;
	margin-top:10px;
	background-color: #E2EBF1;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 10px;

}



#mwlleftcolumnbl h1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height:13px;
	font-weight: bold;
	color: #0073b5;
	display: block;
	margin-left:5px;
	margin-top: 10px;

}

#mwlleftcolumnbl h1 a:link, #mwlleftcolumnbl h1 a:visited, #mwlleftcolumnbl h1 a:active {
	color: #0073b5;
	text-decoration: none;

}




#mwlleftcolumnbl h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	display: inline;
	margin-left: 5px;
	top: 8px;

}


#mwlleftcolumnbl h2 a:link, #mwlleftcolumnbl h2 a:visited, #mwlleftcolumnbl h2 a:active {
	color: #333333;
	text-decoration: none;

}


#mwlleftcolumnbl h3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin-left: 5px;


}


#mwlleftcolumnbl h3 a:link, #mwlleftcolumnbl h3 a:visited, #mwlleftcolumnbl h3 a:active {
	color: #333333;
	text-decoration: none;

}



/* end left bar blue */




/* start middle column */


#mwlrightcolumn {

width:470px;
margin-right:5px;
margin-left:5px;
float:right;
margin-top:10px;
color:#333333;


}






#mwlrightcolumn .mwlrightcolumnbox h1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height:20px;
	font-weight: bold;
	color: #0073b5;
	display: block;
	margin-bottom:5px;



}

#mwlrightcolumn .mwlrightcolumnbox h1 a:link, #mwlrightcolumn .mwlrightcolumnbox h1 a:visited, #mwlrightcolumn .mwlrightcolumnbox h1 a:active {
	color: #0073b5;
	text-decoration: none;

}




#mwlrightcolumn .mwlrightcolumnbox h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	display: inline;
	margin-left: 5px;
	top: 8px;

}


#mwlrightcolumn .mwlrightcolumnbox h2 a:link, #mwlrightcolumn .mwlrightcolumnbox h2 a:visited, #mwlrightcolumn .mwlrightcolumnbox h2 a:active {
	color: #333333;
	text-decoration: none;

}


#mwlrightcolumn .mwlrightcolumnbox h3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin-left: 5px;


}


#mwlrightcolumn .mwlrightcolumnbox h3 a:link, #mwlrightcolumn .mwlrightcolumnbox h3 a:visited, #mwlrightcolumn .mwlrightcolumnbox h3 a:active {
	color: #333333;
	text-decoration: none;

}





#mwlrightcolumn .mwlrightcolumnbox h4 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:14px;
	font-weight: bold;
	color: #0073b5;
	display: block;
	margin-bottom:5px;



}

#mwlrightcolumn .mwlrightcolumnbox h4 a:link, #mwlrightcolumn .mwlrightcolumnbox h4 a:visited, #mwlrightcolumn .mwlrightcolumnbox h4 a:active {
	color: #0073b5;
	text-decoration: none;

}







.mwlrightcolumnbox {

border:1px solid #EAE9E2;
width: 444px;
padding: 10px;
margin-bottom:12px;

}



.mwlrightcollistings {

	width:140px;
	height:160px;
	float:left;

	margin-right:10px;



}




.lcflh { 

height:200px;

}

/* end middle column */









#mainwellcontent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;


}

.mwlshare {

	float:right;
 	display:inline;

}




#rightbar {
	float: right;
	width: 300px;
	padding-left:10px;
	padding-right:10px;
	background-color: #fff;
}


#rightbarn {
	float: left;
	width: 300px;
	padding: 0px 0px 0px 5px;
	background-color: #fff;
}


#rightbarbigbox {
	width: 300px;
	float: left;
	margin: 16px 0 16px 0;
}	
	
#rightbarbigbox2 {
	width: 300px;
	float: left;
	margin: 0 0 0 0;
/*
	margin-top: 16px;
		
	*/

}
#rightbarleft {
	float: left;
	width: 150px;
	padding-top:5px;
	background-color: #FFFFFF;
	
}


/* start real estate right bar left 021209*/


#rerbl {
	float: left;
	width: 300px;
/* original	width: 140px;  */
 	padding-top:0px;
	background-color: #FFFFFF;
	overflow:hidden;
	margin-bottom: 10px;
	padding-bottom:10px;
	display:inline;



}


#rerbl h1 {
	color: #E67F37;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom:15px;
	width:300px;
	display:block;


}


#rerbl h1 a:link, #rerbl h1 a:visited, #rerbl h1 a:active {
	color: #E67F37;
	text-decoration: none;

}



#rerbl h2

{

color: #e67f37;
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
line-height: 14px;
font-weight: bold;
margin-bottom: 0px;
padding-bottom:0px;
}




#rerbl h2 a:link, #rerbl h2 a:visited, #rerbl h2 a:active {
	color: #e67f37;
	text-decoration: none;

}



#rerbl h2 a:hover {
	color: #e67f37;
	text-decoration: none;

}


#rerbl h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #568bb0;
	clear: both;
	display:block;
	margin-top:5px;
	padding-top:10px;
	height: 10px;
	width: 300px;
	float:left;
	border-top: solid 1px #CCCCCC;
	
}


#rerbl h3 a:link, #rerbl h3 a:visited, #rerbl h3 a:active {
	color: #568bb0;
	text-decoration: none;

}


#rerbl h3 a:hover {
	color: #568bb0;
	text-decoration: none;

}






/*

#rerbl ul
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	font-weight: normal;
	color: #999999;
	list-style-position: outside;
	position: relative;
	text-align: left;
	margin-left: 20px;
	margin-top:5px;

}

*/



#rerbl ul li {
	float: left;
	background: none;
	font-size: 10px;
	text-transform: none;
	padding: 0 16px 0 0;
	display:inline;

}


/*
#rerbl li
{
	list-style-image: url(/sandiego/images/re_style/sm_arrows_icon.gif);


}
 */

#rerbl li a:link, #rerbl li a:visited, #rerbl li a:active #rerbl li a:hover {
	color: #999999;
	text-decoration: none;
}





/* end real estate right bar left */



#rightbarright {
	float: right;
	width: 160px;
	padding-top:5px;
	display:inline;


}


#rerbr {
	float: left;
	width: 160px;
	padding-top:0px;
	background-color: #FFFFFF;
	clear: right;
	height: 100%;
	overflow:hidden;
		


}



.clear {
	clear: left;
}

.contentpad0x5 {
	padding-left: 0px;
	padding-right: 5px;

}

.contentpad0x10 {
	padding-left: 5px;
	_padding-left: 0px;
	padding-right: 5px;
	_padding-right: 0px;
	
}



.contentpad5 {

	padding-left: 0px;
	padding-right: 10px;
}


.contentpad5x5 {
	padding-left: 5px;
	padding-right: 5px;

}

.contentpad5x5x5x5 {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.contentpad0x0x5x0 {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}

.contentpad0x0x7x0 {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 7px;
	padding-bottom: 0px;
}

.contentpad5x0x5x0 {
	padding-right: 5px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}


.contentpad0x0x10x0 {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}


.contentpad0x0x10x5 {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}


.contentpad5x5x10x5 {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
}



.contentpad0x0x20x0 {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
}

.contentpad0x5x20x5 {
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 20px;
	padding-bottom: 0px;
}




.contentpad0x0x0x20px {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
}

/* Content Padding by Marc Ilagan */

.contentpad0x0x0x10px {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

/* End of content padding by Marc Ilagan */


.contentpad10x10 {
	padding-right: 10px;
	padding-left: 10px;
}



.contentpad15 {
	padding-left: 15px;
}



.contentpad90 {
	padding-left: 90px;
}


.contentpad250 {
	padding-left: 250px;
}


.floatleftsdh {
	float: left;

}



.floatleftsdh250 {
	float: left;
	width: 250px;
}


.floatrightsdh {
	float: right;
}

.floatleftsdr {

	float: left;
	width: 256px;
	background-image: url(/sandiego/images/re_style/sdrentals_search_box.gif);
	height: 520px;
	padding-left: 5px;
	padding-top: 3px;
	background-repeat: no-repeat;
}


.floatleftnh {

	float: left;
	width: 256px;
	background-image: url(/sandiego/images/re_style/new_homes_search_box.gif);
	height: 520px;
	padding-left: 5px;
	padding-top: 3px;
	background-repeat: no-repeat;
}


.floatleftrh {

	float: left;
	width: 256px;
	background-image: url(/sandiego/images/re_style/ale_homes_search_box.gif);
	height: 520px;
	padding-left: 5px;
	padding-top: 3px;
	background-repeat: no-repeat;
}



.floatrightsdh375 {
	float: right;
	width: auto;
	margin-left: 7px;
}




.floatleftmarginb5 {
	float: left;
	margin-bottom: 5px;
	background-image: none;
}


.floatleftgrnboxshortlid {
	float: left;
	background-image: url(/sandiego/images/re_style/green_box_bg_short_lid.jpg);
	background-repeat: repeat-x;
	width: 150 px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2D7B9;
	border-right-color: #E2D7B9;
	border-bottom-color: #E2D7B9;
	border-left-color: #E2D7B9;
	padding-left: 4px;
	padding-top: 3px;
	margin-bottom: 10px;

}


.floatleftgrnboxlglid {
	float: left;
	background-image: url(/sandiego/images/re_style/green_box_bg.jpg);
	background-repeat: repeat-x;
	width: 150 px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2D7B9;
	border-right-color: #E2D7B9;
	border-bottom-color: #E2D7B9;
	border-left-color: #E2D7B9;
	padding-left: 4px;
	padding-top: 0px;
	clear: both;
	margin-bottom: 10px;
}



.floatleftgrnboxlglidsolid {
	float: left;
	background-image: url(/sandiego/images/re_style/green_box_bg_lg_lid_solid.jpg);
	background-repeat: repeat-x;
	width: 150px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2D7B9;
	border-right-color: #E2D7B9;
	border-bottom-color: #E2D7B9;
	border-left-color: #E2D7B9;
	padding-left: 4px;
	padding-top: 0px;
	margin-bottom: 10px;
}




.floatleftorgboxshortlid {
	float: left;
	background-image: url(/sandiego/images/re_style/orange_box_bg_short_lid.jpg);
	background-repeat: repeat-x;
	width: 247px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2D7B9;
	border-right-color: #E2D7B9;
	border-bottom-color: #E2D7B9;
	border-left-color: #E2D7B9;
	padding-left: 4px;
	padding-top: 3px;

	margin-bottom: 10px;
}


.floatleftorgboxshortlidsolid {
	float: left;
	background-image: url(/sandiego/images/re_style/orange_box_bg_short_lid_solid.jpg);
	background-repeat: repeat-x;
	width: 247px;
	padding-left: 4px;
	padding-top: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2D7B9;
	border-right-color: #E2D7B9;
	border-bottom-color: #E2D7B9;
	border-left-color: #E2D7B9;
	margin-bottom: 10px;
}




.floatleftblueboxshortlid {
	float: left;
	background-image: url(/sandiego/images/re_style/blue_box_bg_short_lid.jpg);
	background-repeat: repeat-x;
	width: 370px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2D7B9;
	border-right-color: #E2D7B9;
	border-bottom-color: #E2D7B9;
	border-left-color: #E2D7B9;
	padding-left: 4px;
	padding-top: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

.floatleftblueboxshortlidhalfmargin {
	float: left;
	background-image: url(/sandiego/images/re_style/blue_box_bg_short_lid.jpg);
	background-repeat: repeat-x;
	width: 175px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2D7B9;
	border-right-color: #E2D7B9;
	border-bottom-color: #E2D7B9;
	border-left-color: #E2D7B9;
	padding-left: 4px;
	padding-top: 3px;
	margin-left: 0px;
	margin-bottom: 10px;
}




.floatleftblueboxshortlidsolid {
	float: left;
	background-image: url(/sandiego/images/re_style/blue_box_bg_short_lid_solid.jpg);
	background-repeat: repeat-x;
	width: 370px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2D7B9;
	border-right-color: #E2D7B9;
	border-bottom-color: #E2D7B9;
	border-left-color: #E2D7B9;
	padding-left: 4px;
	padding-top: 3px;
	padding-right: 5px;
	margin-bottom: 10px;
}


.floatleftblueboxshortlidhalfmargin2 {
	float: left;
	background-image: url(/sandiego/images/re_style/blue_box_bg_short_lid.jpg);
	background-repeat: repeat-x;
	width: 185px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2D7B9;
	border-right-color: #E2D7B9;
	border-bottom-color: #E2D7B9;
	border-left-color: #E2D7B9;
	padding-left: 4px;
	padding-top: 3px;
	margin-left: 8px;
	margin-bottom: 10px;
	left: 5px;
}

.floatleftwhiteboxshortlid {
	float: left;
	background-image: url(/sandiego/images/re_style/wht_box_bg_short_lid_solid.jpg);
	background-repeat: repeat-x;
	width: 370px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2D7B9;
	border-right-color: #E2D7B9;
	border-bottom-color: #E2D7B9;
	border-left-color: #E2D7B9;
	padding-left: 4px;
	padding-top: 3px;
	margin-left: 0px;
	padding-right: 5px;
	margin-bottom: 10px;
}


.floatleftsdhomesheader {
	float: left;
	background-image: url(/sandiego/images/re_style/sd_homes_header.jpg);
	background-repeat: no-repeat;
	height: 91px;
	width: 650px;
	margin-bottom: 0px;
	padding-top: 10px;
}


.floatleftsdrentalsheader {

	float: left;
	background-image: url(/sandiego/images/re_style/sd_rentals_header.jpg);
	background-repeat: no-repeat;
	height: 91px;
	width: 650px;
	margin-bottom: 0px;
	padding-top: 10px;

}


.floatleftnewhomesheader {

	float: left;
	background-image: url(/sandiego/images/re_style/new_homes_header.jpg);
	background-repeat: no-repeat;
	height: 91px;
	width: 650px;
	margin-bottom: 0px;
	padding-top: 10px;

}


.floatleftresalehomesheader {

	float: left;
	background-image: url(/sandiego/images/re_style/resale_homes_header.jpg);
	background-repeat: no-repeat;
	height: 91px;
	width: 650px;
	margin-bottom: 0px;
	padding-top: 10px;

}



.txtgrn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #495111;
	background-position: left;
	padding-left: 5px;
}

.txtgrn a:link, .txtgrn a:visited, .txtgrn a:active {
	color: #495111;
	text-decoration: none;
}

.txtgrn a:hover {
	text-decoration: underline;
	color: #495111;

}




.txtorg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C96923;
	background-position: left;
	padding-left: 0px;
}


.txtorg a:link, .txtorg a:visited, .txtorg a:active {
	color: #c96923;
	text-decoration: none;
}

.txtorg a:hover {
	text-decoration: underline;
	color: #c96923;

}


.txtorgtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #c96923;
	background-position: left;
	font-weight: bold;


}


.txtorgtitle a:link, .txtorgtitle a:visited, .txtorgtitle a:active {
	color: #c96923;
	text-decoration: none;
}

.txtorgtitle a:hover {
	text-decoration: underline;
	color: #c96923;

}


.txtorgsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c96923;
	background-position: left;
	font-weight: normal;
	padding-bottom: 5px;
	padding-right: 5px;

}


.txtorgsm a:link, .txtorgsm a:visited, .txtorgsm a:active {
	color: #c96923;
	text-decoration: none;
}

.txtorgsm a:hover {
	text-decoration: underline;
	color: #c96923;

}





.txtblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3871A9;
	background-position: left;

}


.txtblue a:link, .txtblue a:visited, .txtblue a:active {
	color: #3871A9;
	text-decoration: none;
}

.txtblue a:hover {
	text-decoration: underline;
	color: #3871A9;

}


.txtbluetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2B5580;
	background-position: left;
	font-weight: bold;


}


.txtbluetitle a:link, .txtbluetitle a:visited, .txtbluetitle a:active {
	color: #3871A9;
	text-decoration: none;
}

.txtbluetitle a:hover {
	text-decoration: underline;
	color: #3871A9;

}


.txtbluesm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3871A9;
	background-position: left;
	font-weight: normal;
	padding-bottom: 5px;

}


.txtbluesm a:link, .txtbluesm a:visited, .txtbluesm a:active {
	color: #3871A9;
	text-decoration: none;
}

.txtbluesm a:hover {
	text-decoration: underline;
	color: #3871A9;

}








.headertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	position: relative;
	top: 0 px;
	_top: 15px;
	right: -200px;
	width: 450px;
}


.headertxt a:link, .headertxt a:visited, .headertxt a:active {
	color: #000000;
	text-decoration: none;
}

.headertxt a:hover {
	text-decoration: underline;
	color: #000000;

}





.boxtop {
	background-image: url(/sandiego/images/re_style/box_top.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 150px;
	background-position: left;
	float: left;
	left: -2px;
	position: relative;
	padding-left: 5px;
	padding-top: 0px;
}





h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
/*	font-weight: bold; */
	color: #0073b5;
	background-position: left;
	display: inline;	
}


 h1 a:link, h1 a:visited, h1 a:active {
	color: #0073b5;
	text-decoration: none;

}

h1 a:hover {
	text-decoration: underline;
	color: #0073b5;

}




h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0073b5;
	background-position: left;
	display: inline;
}

 
 
 h2 a:link, h2 a:visited, h2 a:active {
	color: #0073b5;
	text-decoration: none;

}

h2 a:hover {
	text-decoration: underline;
	color: #0073b5;

}




#rightbarleft h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	background-position: left;
	display: inline;
}

#rightbarleft h3 a:link, #rightbarleft h3 a:visited, #rightbarleft h3 a:active {
	color: #333333;
	text-decoration: none;

}

#rightbarleft h3 a:hover {
	text-decoration: underline;
	color: #333333;

}




#rightbarleft h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-position: left;
	display: inline;
}

#rightbarleft h4 a:link, #rightbarleft h4 a:visited, #rightbarleft h4 a:active {
	color: #333333;
	text-decoration: none;

}

#rightbarleft h4 a:hover {
	text-decoration: underline;
	color: #333333;

}

#rightbarleft h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #495111;
	background-position: left;
	display: inline;
	background-x-position: left;
	background-y-position: center;
	display: inline;
	padding-left: 5pt;
	position: relative;
	top: 0px;
}

#rightbarleft h5 a:link, #rightbarleft h5 a:visited, #rightbarleft h5 a:active {
	
	text-decoration: none;

}

#rightbarleft h5 a:hover {
	text-decoration: none;
	

}


h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	background-position: left;
	display: inline;
	background-x-position: left;
	background-y-position: center;
	display: inline;
	padding-left: 5pt;
	position: relative;
	top: 8px;

}

 h6 a:link, h6 a:visited, h6 a:active {
	color: #ffffff;
	text-decoration: none;

}

h6 a:hover {
	text-decoration: underline;
	color: #ffffff;

}






.listgr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: square;
	position: relative;
	text-align: left;

	color: #606A15;
	line-height: 13px;
	margin-left: 15px;
	list-style-image: url(/sandiego/images/re_style/green_list_arrow.gif);

	
}


.listgr a:link, .listgr a:visited, .listgr a:active {
	color: #7C8A1C;
	text-decoration: none;
}

.listgr a:hover {
	text-decoration: underline;
	color: #7C8A1C;

}



.listor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: square;
	position: relative;
	text-align: left;
	line-height: 14px;
	color: #c96923;

	margin-left: 15px;
	list-style-image: url(/sandiego/images/re_style/orange_list_arrow.gif);
}


.listor a:link, .listor a:visited, .listor a:active {
	color:  #c96923;
	text-decoration: none;
}

.listor a:hover {
	text-decoration: underline;
	color:  #c96923;

}


.listorcircle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	list-style-position: inside;
	list-style-type: circle;
	position: relative;
	text-align: left;
	margin-left: 40px;
	color: #c96923;
	line-height: 15px;
	list-style-image: none;
}


.listorcircle a:link, .listorcircle a:visited, .listorcircle a:active {
	color:  #c96923;
	text-decoration: none;
}

.listorcircle a:hover {
	text-decoration: underline;
	color:  #c96923;

}



.listgrcircle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	list-style-position: inside;
	list-style-type: circle;
	position: relative;
	text-align: left;
	margin-left: 15px;
	color: #7C8A1C;
	line-height: 15px;
	list-style-image: none;
}


.listgrcircle a:link, .listgrcircle a:visited, .listgrcircle a:active {
	color:  #7C8A1C;
	text-decoration: none;
}

.listgrcircle a:hover {
	text-decoration: underline;
	color: #7C8A1C;

}






.listwht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: square;
	position: relative;
	text-align: left;
	left: -20px;
	color: #ffffff;
	line-height: 15px;
	list-style-image: url(/sandiego/images/re_style/orange_list_arrow.gif);
}


.listwht a:link, .listwht a:visited, .listwht a:active {
	color:  #ffffff;
	text-decoration: none;
}

.listwht a:hover {
	text-decoration: underline;
	color:  #ffffff;

}

.listbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: square;
	text-align: left;
	margin-left: 17px;
	color: #3871A9;
	line-height: 14px;
	list-style-image: url(/sandiego/images/re_style/blue_list_arrow.gif);
}


.listbl a:link, .listbl a:visited, .listbl a:active {
	color: #3871A9;
	text-decoration: none;
}

.listbl a:hover {
	text-decoration: underline;
	color: #3871A9;

}

.footernav {
	width: 975px;
	color: #20427A;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 10px;
	line-height: 15px;
	font-weight: normal;
	float:left;

}


.footernav a:link, .sdjobs3 a:visited{ 
	color: #20427A;
	text-decoration: none;
}

.footernav a:hover, .sdjobs3 a:active{
	color: #20427A;
	text-decoration: underline;

}

/****sdmarketplace header ******/






#sosdnavcontainer {
	float: left;
	background-image: url(/sandiego/images/re_style/bg-graphic-6x85.jpg);
	background-repeat: repeat-x;
	height: 85px;
	width: 971px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:11px;
	overflow: hidden;
	display: inline;
	
}

#sosdnavcontainerhomes {
	float: left;
	background-image: url(/sandiego/images/re_style/bg-graphic-6x85.jpg);
	background-repeat: repeat-x;
	height: 45px;
	width: 971px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:11px;
	overflow: hidden;
	display: inline;
	
}



#sosdnavcontainerhomes0 {
	float: left;
	background-image: url(/sandiego/images/re_style/bg-graphic-6x85.jpg);
	background-repeat: repeat-x;
	height: 45px;
	width: 971px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	display: inline;
	
}




#sdmarketplacead {

	height:33px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #01597e;



}



#sdmarketplacead970 {

	height:33px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #0073b5;
	width: 970px;
	margin-left: 11px;
}


.whtitle {

	
	font-family: arial, helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:17px;
	padding-right:30px;
	line-height: 40px;
	overflow: hidden;

}
	


#sosdnavlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #F3F3F3;
	font-weight: bold;
	margin-left:20px;
	line-height: 15px;
	overflow: hidden;

}


#sosdnavlist li a:link, #sosdnavlist li a:visited, #sosdnavlist li a:active {
	color: #F3F3F3;
	text-decoration: none;
}

#sosdnavlist li a:hover {
	text-decoration: underline;
	color: #F3F3F3;
}


#sosdnavlist2 li
{
	display: inline;
	list-style-type: none;
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #0073b5;
	font-weight: bold;
	padding-top:20px;
	padding-left:2px;
	line-height: 11px;
	overflow: hidden;

}


.sdmarketplacelogo {
float:left;
margin-top:18px; 
margin-left:16px; 
display:inline;
}


.placead {
float:right;
margin-top:18px; 
display:inline;
}



#navcontainer {
	float: left;
	background-image: url(/sandiego/images/re_style/re-bg-6x100.jpg);
	background-repeat: repeat-x;
	height: 100px;
	width: 750px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:0 px;
	overflow: hidden;
	display: inline;

	
}



.whtitleshortnav {

	font-family: arial, helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left:10px;
	line-height: 40px;
	overflow: hidden;
	display: inline;
}
	



#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #F3F3F3;
	font-weight: bold;
	margin-left:10px;
	line-height: 18px;
	overflow: hidden;

}


#navlist li a:link, #navlist li a:visited, #navlist li a:active {
	color: #F3F3F3;
	text-decoration: none;
}

#navlist li a:hover {
	text-decoration: underline;
	color: #F3F3F3;
}

.sdmarketplacelogoshortnav {
float:left;
margin-top:7px; 
margin-left:10px; 
display:inline;
}


.placeadshortnav {
float:right;
margin-top:10px; 
display:inline;
}

.tablebody {

margin-left:10px; 

}


.pagename {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bolder;
	text-align:left;
	color: #0073b5;
	float: left;
	padding-left: 20px;
	padding-top:1px;
	display:inline;
	
	}
	
	
.pagename| {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bolder;
	text-align:left;
	color: #0073b5;
	float: left;
	padding-left: 5px;
	
	}	
	

.homessubnav1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bolder;
	text-align:left;
	color: #0073b5;
	padding-right: 10px;
	padding-left: 10px;

}

.homessubnav2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	color: #0073b5;
	padding-right: 10px;

	font-weight: bold;
}


.homessubnav2 a:link, .homessubnav2 a:visited, .homessubnav2 a:active {
	color: #0073b5;
	text-decoration: underline;
}

.homessubnav2 a:hover {

	text-decoration: underline;
	color: #0073b5;
}


.homessubnav3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	color: #0073b5;
	padding-right: 5px;
	font-weight: normal;
	text-decoration: underline;

}


.homessubnav3 a:link, .homessubnav3 a:visited, .homessubnav3 a:active {
	color: #0073b5;
	text-decoration: underline;
}

.homessubnav3 a:hover {
	text-decoration: underline;
	color: #0073b5;
}
.homesoasright {
	padding-top:5px;

}
.homesred {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	font-size: 18px;
	line-height: 16px;
}


/*featured new development 12/08/08 */ 



.ftrnwdvpnt {

	height:100px;
	width:172px;
	margin-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 0px;
	margin-bottom: 5px;
 }




/*video tour 12/08/08 */ 


.ftrnwdvpntlogo {
	
	height:100px;
	
	margin-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 5px;

 }






/*video tour 12/08/08 */ 


.nhvideotourtitle {

	height:10px;
	margin-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-left: 5px;
	margin-bottom: 0px;
		

 }
 
.nhvtxttitle {
 
 float:left;
 font-size:20px;

 font-weight:bold; 
 font-style:italic; 
 line-height:normal
 
 }


.nhvideotour {
	
	height:80px;	
	margin-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 5px;
	margin-bottom: 5px;

 }



/*order process for print and online 12/11/08 */ 


.opprntonlinehldr {

	width:630px; 
	clear:both;
	margin-top:10px;
	

}








.opprntonline {

	float:left; 
	width:260px; 
	height:254px; 
	background-image:url(/sandiego/images/re_style/op_print_sosd_bg.jpg);  
	padding-top:18px; 
	padding-left:15px; 
	margin-right:0px;
	margin-left:15px;
	text-decoration: none;
	display:inline;

}


 .oporg {

	color:#E7935C; 
	font-size:22px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold;
	text-decoration: none;

}


 .oporg  a:link, .oporg  a:visited, .oporg  a:active {
	color:#E7935C;
	text-decoration: none;
}



 .opgry {

	color:#666666;
	font-size:24px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold;
	letter-spacing:-1px;
	text-decoration: none;

}


 .opgry a:link,  .opgry  a:visited,  .opgry a:active {
	color:#666666;
	text-decoration: none;
}



.optxt {

	color:#666666; 
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	display:block; 
	padding-top:10px;
	padding-right:15px;
	text-decoration: none;


}



 .optxt a:link,  .optxt a:visited,  .optxt a:active {
	color:#666666;
	text-decoration: none;
}





.oponline {
	float:right;
	width:270px; 
	height:254px;

	padding-top:18px; 
	padding-left:15px;
	margin-right:0px;
	background-image: url(/sandiego/images/re_style/op_sosd_only_bg.jpg);
}




/* topper area */ 



.hmtopper {

	height:137px; 
	width:980px; 
	margin-left:11px; 
	margin-top:20px; 
	margin-bottom:20px; 
	background-color:#ffffff; 
	border-bottom:#FFFFFF



}


.hmlft1 {
	float:left;
	width:420px;
	height:137px;
	padding-top:0px;
	padding-left:0px;
	margin-right:0px;
	background-image: url(/sandiego/images/re_style/ts_topper_bg.gif);
	border: 1px solid #E2D7B9;
	background-repeat: repeat-x;
}



.hmlft1 h1 {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	padding-top:10px;
	padding-left:30px;
	padding-right:10px;
	line-height: 20px;
	display:block;
	float: left;
	width:220px;

}



.hmlft1 h1 a:link, .hmlft1 h1 a:visited, .hmlft1 h1 a:active {

	color::#ffffff;
	text-decoration: none;

}





.hmlft1 h2 {

	color:#8D8D8F; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	line-height: 14px;
	width:270px;
	font-weight:bold;
	padding-top:25px;
	padding-left:0px;
	float:left;
display:inline;


}


.hmlft1 h2 a:link, .hmlft1 h2 a:visited, .hmlft1 h2 a:active {

	color:#8D8D8F;
	text-decoration: none;

}




.hmlft1 h3 {
	color:#8D8D8F; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	line-height: 14px;
	width: 250px;
	font-weight:bold;
	padding-top:20px;
	padding-left:0px;
	float:left;
	display:inline;
	width:270px;

}


.hmlft1 h3 a:link, .hmlft1 h3 a:visited, .hmlft1 h3 a:active {

	color:#8D8D8F;
	text-decoration: none;

}



.hmtpmdlbx {
	float:left;
	width:211px;
	height:137px;
	padding-top:0px;
	padding-left:0px;
	margin-right:0px;
	margin-left:10px;
	background-image: none;
	border: 1px solid #E2D7B9;


}



.hmtpmdlbx h1 {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	padding-top:10px;

	padding-right:10px;
	line-height: 20px;
	display:block;
	float: left;
	width:200px;
	text-align: center;
}



.hmtpmdlbx h1 a:link, .hmtpmdlbx h1 a:visited, .hmtpmdlbx h1 a:active {

	color::#ffffff;
	text-decoration: none;

}





.hmtpmdlbx h2 {

	color:#8D8D8F; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	line-height: 14px;
	width:80px;
	font-weight:bold;
	padding-top:25px;
	padding-left:10px;
	float:left;
	display:inline;



}


.hmtpmdlbx h2 a:link, .hmtpmdlbx h2 a:visited, .hmtpmdlbx h2 a:active {

	color:#8D8D8F;
	text-decoration: none;

}





.hmtpmdlbx h3 {
	color:#8D8D8F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 12px;
	width:192px;
	font-weight:bold;
	padding-top:17px;
	padding-left:0px;
	float:left;
	display:inline;
	position:relative;
	left: 10px;
	top: 0px;



}


.hmtpmdlbx h3 a:link, .hmtpmdlbx h3 a:visited, .hmtpmdlbx h3 a:active {

	color:#8D8D8F;
	text-decoration: none;

}








.hmtprbx {
	float:left;
	width:150px;
	height:137px;
	padding-top:0px;
	padding-left:0px;
	margin-right:0px;
	margin-left:10px;
	background-image: none;
	border: 1px solid #E2D7B9;
	display:inline;




}




.hmtprbx h1 {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	padding-top:10px;

	padding-right:10px;
	line-height: 20px;
	display:block;
	float: left;
	width:140px;
	text-align: center;
}



.hmtprbx h1 a:link, .hmtprbx h1 a:visited, .hmtprbx h1 a:active {

	color::#ffffff;
	text-decoration: none;

}





.hmtprbx h2 {
	color:#8D8D8F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 12px;
	width:125px;
	font-weight:bold;
	padding-top:25px;
	padding-left:10px;
	float:left;
	display:inline;
	padding-right: 0px;



}


.hmtprbx h2 a:link, .hmtprbx h2 a:visited, .hmtprbx h2 a:active {

	color:#8D8D8F;
	text-decoration: none;

}





.hmtprbx h3 {
	color:#8D8D8F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 12px;
	font-weight:bold;
	width: 130px;
	padding-top: 13px;
	padding-left: 10px;
	margin-top: 0px;
	padding-right: 0px;
	float:left;
	display:inline;


}


.hmtprbx h3 a:link, .hmtprbx h3 a:visited, .hmtprbx h3 a:active {

	color:#8D8D8F;
	text-decoration: none;

}

.toprtbx  h1 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color:#006696;
	font-weight: bold;
	display:inline;

}



.toprtbx  h2 {
	font-size:18px;
	color:#62B0D2;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding-bottom: 5px;
	display:inline;
	text-transform: uppercase;	

}



.toprtbx  h2 a:link, .toprtbx  h2 a:visited, .toprtbx  h2 a:active {

	color:#039193;
	text-decoration: none;


}

.toprtbx  h3 {
	font-size:16px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-bottom: 5px;
	display:block;

	

}



.toprtbx  h3 a:link, .toprtbx  h3 a:visited, .toprtbx  h3 a:active {

	color:#999999;
	text-decoration: none;


}




.toprtbx  h4 {
	font-size:12px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-right:10px;
	display:block;
	letter-spacing: normal;
	line-height: 15px;
	margin-left:0px;

	

}



.toprtbx  h4 a:link, .toprtbx  h4 a:visited, .toprtbx  h4 a:active {

	color:#999999;
	text-decoration: none;


}


.toprtbx li
{
	font-size:11px;
	color:#006696;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: 4px;
	padding-bottom: 0px;

	margin-left:20px;
	list-style-type: disc;
	font-weight: bold;
}


.toprtbx li a:link, .toprtbx li a:visited, .toprtbx li a:active {
	color:#006696;
	text-decoration: none;
}

.toprtbx li a:hover {
	text-decoration: none;
	color:#006696;
}


.hmtsbx  {

	background-image: url(/sandiego/images/re_style/ts_topper_bg.gif);
	background-repeat: repeat-x;

}




.hmnhbx  {

	background-image: url(/sandiego/images/re_style/nh_topper_bg.gif);
	background-repeat: repeat-x;

}



.hmrentalsbx  {

	background-image: url(/sandiego/images/re_style/rtl_topper_bg.gif);
	background-repeat: repeat-x;

}


.hmrhbx  {

	background-image: url(/sandiego/images/re_style/rh_topper_bg.gif);
	background-repeat: repeat-x;

}



	





.bxgryoutline {

	float: left;

	border: thin solid #D4D5D5;
	padding-left:20px;
	padding-top: 5px;
	padding-right: 0px;



}





.bxgryoutline h1 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color:#C1C1C1;
	font-weight: bold;
	display:inline;

}



.bxgryoutline h2 {
	font-size:18px;
	color:#62B0D2;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding-bottom: 5px;
	display:inline;
	text-transform: uppercase;	

}



.bxgryoutline  h2 a:link, .bxgryoutline  h2 a:visited, .bxgryoutline h2 a:active {

	color:#039193;
	text-decoration: none;


}

.bxgryoutline  h3 {
	font-size:16px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-bottom: 5px;
	display:block;

	

}



.bxgryoutline  h3 a:link, .bxgryoutline  h3 a:visited, .bxgryoutline  h3 a:active {

	color:#999999;
	text-decoration: none;


}




.bxgryoutline  h4 {
	font-size:12px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	margin-top: 10px;
	padding-bottom: 5px;
	display:block;

	

}



.bxgryoutline  h4 a:link, .bxgryoutline  h4 a:visited, .bxgryoutline h4 a:active {

	color:#999999;
	text-decoration: none;


}






.bxgryoutline li
{
	font-size:14px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	margin-top: 5px;
	padding-bottom: 5px;

	margin-left:20px;
	list-style-type: disc;
	font-weight: bold;
}


.bxgryoutline li a:link, .bxgryoutline li a:visited, .bxgryoutline li a:active {
	color:#999999;
	text-decoration: none;
}

.bxgryoutline li a:hover {
	text-decoration: none;
	color:#999999;
}



/* form begins */




#mainForm 
{
	position: relative;


	margin: 0;
	text-align: left;
	width:120px;

}

#mainwellcontent #mainForm ul
{
	list-style-type: none;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:15px;
	list-style-image: none;
}

#mainwellcontent #mainForm li
{
	list-style-type: none;
	padding-bottom: 10px;


}


#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width:120px;
}



input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}


#formHeader
{
	position: relative;
	width: 100%;

	margin:0 0 0 0;
	padding-bottom: 10px;
}

p.formHeader
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #999999;
	font-size:25px;
	position:relative;
	left:-5px;
	top:4px;
	letter-spacing: 2px;
}



#formInfo
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #ffffff;
}


p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:12px;
	position:relative;
	left:20px;
	top:0px;
	color: #ffffff;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:95%;
	font-weight:bold;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}


/* tooltip */
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:120px; 
	height:70px; 
	border: 1px solid #ccc; 
/*	background:#f4f4f4 url(question.gif) no-repeat bottom right;  */
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

/* pop-up calendar */

button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
/*	background-image:url(imgs/calendar.png); */
	cursor: pointer;
	cursor: hand;
}



.formlgltxt {


	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:10px;
	color:#333333;
	font-weight:bold;

}


/* form ends */






/* start quigo code 2/23/09 */


#quigorb {

	width:300px; 
	margin-top:20px; 
	margin-bottom:20px;
	

}


#quigomw {
	
	width: 620px;
	margin-top: 10px;
	padding-top: 10px;
	margin-left:5px;
	margin-bottom:10px;
	
}

/* end quigo code 2/23/09 */


/* start re home page 03-04-09 */


#resection1 {

	width:650px; 
	height:350px;
	margin-top:10px;

}

#resection2 {

	width:650px; 
	margin-top:15px; 
	float:left; 
	display:inline;

}


#resection3 {
	width:650px; 
	margin-top:15px; 
	float:left;

}



.swbgph1 {

	width:260px; 
	height:408px; 
	border:2px solid #F2DE99; 
	background-image:url(/sandiego/images/re_style/searchwidget_bg.gif); 
	background-repeat:no-repeat; float:left;

}


.swsubhdr {

font-family:Arial, Helvetica, sans-serif; font-size:16px; line-height:16px; color:#858585; font-weight:bold; padding-top:0px; padding-left:10px; display:block;

}


.swintro {

width:260px; margin-top:20px; font-size:14px; line-height:14px; color:#616161; font-family:Arial, Helvetica, sans-serif; display:block; padding-left:10px;

}



#mainwellcontent #resection1 .swbgph1 h2 {

	font-family:Arial, Helvetica, sans-serif; 
	font-size:30px; 
	line-height:30px; 
	color:#0073b5; 
	font-weight:bold; 
	padding-top:20px; 
	padding-left:10px; 
	display:block;


}


#mainwellcontent #resection1 .swbgph1 h2 a:link, #mainwellcontent #resection1 .swbgph1 h2 a:visited, #mainwellcontent #resection1 .swbgph1 h2 a:active {

	color:#0073b5; 
	text-decoration: none;

}



#mainwellcontent #resection1 .swbgph1 h2 a:hover {
	text-decoration: none;
	color:#0073b5; 

}


#mainwellcontent #resection1 .retpsry1 h2 {


	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:24px;
	color:#0073b5; 
	font-weight:bold; 
	padding-top:23px; 
	padding-left:10px; display:block



}


#mainwellcontent #resection1 .retpsry1 h2 a:link, #mainwellcontent #resection1 .retpsry1 h2 a:visited, #mainwellcontent #resection1 .retpsry1 h2 a:active {

	color:#0073b5; 
	text-decoration: none;

}



#mainwellcontent #resection1 .retpsry1 h2 a:hover {
	text-decoration: none;
	color:#0073b5; 

}




#mainwellcontent #resection1 .retpsry1 h3 {


 color:#20427A; font-family:Arial, Helvetica, sans-serif; font-size:16px; line-height:16px; font-weight:bold; padding-bottom:10px; padding-left:0px; padding-top:0px; display:block; height:20px; margin-bottom:0px;

}


#mainwellcontent #resection1 .retpsry1 h3 a:link, #mainwellcontent #resection1 .retpsry1 h3 a:visited, #mainwellcontent #resection1 .retpsry h3 a:active {

	color:#20427A;
	text-decoration: none;

}



#mainwellcontent #resection1 .retpsry1 h3 a:hover {
	text-decoration: none;
	color:#20427A;

}




*














#mainwellcontent #resection1 .retpsry .retpsry2 h2 
{

font-family: Arial,Helvetica,sans-serif;
font-size: 16px;
line-height: 16px;
color: #3797b8;
font-weight: bold;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
display: block;

}


#mainwellcontent #resection1 .retpsry .retpsry2 h2 a:link, #mainwellcontent #resection1 .retpsry .retpsry2 h2 a:visited, #mainwellcontent #resection1 .retpsry .retpsry2 h2 a:active {

	color:#0073b5; 
	text-decoration: none;

}



#mainwellcontent #resection1 .retpsry2 h2 a:hover {
	text-decoration: none;
	color:#0073b5; 

}



#mainwellcontent #resection1 h2 {

font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
line-height: 13px;
color: #3797b8;
font-weight: bold;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
display: block;

}


#mainwellcontent #resection1 h2 a:link, #mainwellcontent #resection1 h2 a:visited, #mainwellcontent #resection1 h2 a:active {

	color:#0073b5; 
	text-decoration: none;

}



#mainwellcontent #resection1 h2 a:hover {
	text-decoration: none;
	color:#0073b5; 

}


#mainwellcontent #resection1 .whtitlehldr h2  {

font:Arial, Helvetica, sans-serif; font-family:Arial, Helvetica, sans-serif; font-size:28px; line-height:28px; color:#666666; font-weight:bold; letter-spacing:-1px; float:left; display:inline; padding: 0 0 0 16px; margin: 0 0 0 16px;

}


#mainwellcontent #resection1 .whtitlehldr .whtitlehldrtxt {

float:left; font: Arial, Helvetica, sans-serif; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; color:#666666; padding-left:10px; margin-top:17px; padding-top:0px; display:inline;


}
#mainwellcontent #resection2 h2 {
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
line-height: 13px;
color: #3797b8;
font-weight: bold;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
display: block;

}
#mainwellcontent #resection2 h2 a:link, #mainwellcontent #resection2 h2 a:visited, #mainwellcontent #resection2 h2 a:active {
	color:#0073b5; 
	text-decoration: none;
}



#mainwellcontent #resection2 h2 a:hover {
	text-decoration: none;
	color:#0073b5; 

}



#mainwellcontent #resection3 h2 {

font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
line-height: 13px;
color: #3797b8;
font-weight: bold;
margin-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
display: block;

}


#mainwellcontent #resection3 h2 a:link, #mainwellcontent #resection3 h2 a:visited, #mainwellcontent #resection3 h2 a:active {

	color:#0073b5; 
	text-decoration: none;

}



#mainwellcontent #resection3 h2 a:hover {
	text-decoration: none;
	color:#0073b5; 

}







#mainwellcontent #resection3 .relocrenews .relocrenewshdr h2 {

font-family: Arial,Helvetica,sans-serif;
font-size: 16px;
line-height: 16px;
color: #3797b8;
font-weight: bold;
margin-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
display: block;

}


#mainwellcontent #resection3 .relocrenews .relocrenewshdr h2 a:link, #mainwellcontent #resection3 .relocrenews .relocrenewshdr h2 a:visited, #mainwellcontent #resection3 .relocrenews .relocrenewshdr h2 a:active {

	color:#0073b5; 
	text-decoration: none;

}



#mainwellcontent #resection3 .relocrenews .relocrenewshdr h2 a:hover {
	text-decoration: none;
	color:#0073b5; 

}





#mainwellcontent #resection3 h2 a:link, #mainwellcontent #resection3 h2 a:visited, #mainwellcontent #resection3 h2 a:active {

	color:#0073b5; 
	text-decoration: none;

}



#mainwellcontent #resection3 h2 a:hover {
	text-decoration: none;
	color:#0073b5; 

}










#resection2 .reflatxt
{
	width:200px;
	margin-top:15px;
	font-size:12px;
	color: #3797b8;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	float:left;
	margin-top:0px;
	font-weight: bold;
}









#resection2 .reflatxt a:link, #resection2 .reflatxt a:visited, #resection2 .reflatxt a:active {

	color:#0073b5; 
	text-decoration: none;

}



#mainwellcontent #resection1 .retpsry2 h3 a:hover {
	text-decoration: none;
	color:#0073b5; 

}












#mainwellcontent #resection2  h4 {


font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:13px; color:#0073b5; font-weight:bold; padding-top:5px; padding-left:10px; padding-bottom:5px; display:block;

}


#mainwellcontent #resection2 h4 a:link, #mainwellcontent #resection2  h4 a:visited, #mainwellcontent #resection2 h4 a:active {

	color:#0073b5; 
	text-decoration: none;

}



#mainwellcontent #resection2 h4 a:hover {
	text-decoration: none;
	color:#0073b5; 

}



#mainwellcontent #resection3  h4 {


font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:13px; color:#0073b5; font-weight:bold; padding-top:5px; padding-left:10px; padding-bottom:5px; display:block;

}


#mainwellcontent #resection3 h4 a:link, #mainwellcontent #resection3  h4 a:visited, #mainwellcontent #resection3 h4 a:active {

	color:#0073b5; 
	text-decoration: none;

}



#mainwellcontent #resection3 h4 a:hover {
	text-decoration: none;
	color:#0073b5; 

}






#mainwellcontent #resection3  h5 {


width:420px; color:#4280AA; font-family:Arial, Helvetica, sans-serif; font-size:22px; font-weight:bold; padding-bottom:10px; padding-left:0px; padding-top:0px;

}


#mainwellcontent #resection3 h5 a:link, #mainwellcontent #resection3  h5 a:visited, #mainwellcontent #resection3 h5 a:active {

	color:#4280AA; 
	text-decoration: none;

}



#mainwellcontent #resection3 h5 a:hover {
	text-decoration: none;
	color:#4280AA; 

}






#mainwellcontent #resection3  h6 {


width:420px; color:#20427A; font-family:Arial, Helvetica, sans-serif; font-size:16px; line-height:16px; font-weight:bold; padding-bottom:5px; padding-left:0px; padding-top:0px; display:block; height:20px;

}


#mainwellcontent #resection3 h6 a:link, #mainwellcontent #resection3  h6 a:visited, #mainwellcontent #resection3 h6 a:active {

	color:#20427A;
	text-decoration: none;

}



#mainwellcontent #resection3 h6 a:hover {
	text-decoration: none;
	color:#20427A;

}








.retpsry {

float:left; display:inline; width:636px; margin-left:0px; margin-top: 6px; _margin-top:10px;

}




.retpsry1 {
	width:639px;
	height:195px;

	background-repeat:no-repeat;
	background-image: url(/sandiego/images/re_style/pop_sdc_bg.jpg);
}


.retpsrysubhdr {

 font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:14px; color:#858585; font-weight:bold; padding-top:0px; padding-left:10px; padding-bottom:15px; display:block;

}

.retpsrysubhdr a:link, .retpsrysubhdr a:visited, .retpsrysubhdr a:active {

	color:#858585;
	text-decoration: none;

}



.retpsrysubhdr a:hover {
	text-decoration: none;
	color:#858585;

}





.retpsry2 {

width:354px; border:1px solid #EAE9E2; margin-top:15px; margin-bottom:15px;


/* sdmarketplace vertical share program 3/26/09 add to style when authorized


margin-bottom:7px;


*/



}


.retpsry2subhdr {

 font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:14px; color:#20427a; font-weight:bold; padding-top:0px; padding-left:0px; padding-bottom:15px; display:block;
 

/* sdmarketplace vertical share program 3/26/09 add to style when authorized


padding-bottom:7px;


*/


}


retpsry2subhdr a:link, .retpsry2subhdr a:visited, .retpsry2subhdr a:active {

	color:#20427a;
	text-decoration: none;

}



.retpsry2subhdr a:hover {
	text-decoration: none;
	color:#20427a;

}



.retpsry2secstory {

width:354px; border:1px solid #EAE9E2; margin-top:20px; margin-bottom:0px; background-color:#EAE9E2;

/* sdmarketplace vertical share program 3/26/09 add to style when authorized


margin-top:8px;


*/





}


.retpsry2secstorytxt {

font: Arial, Helvetica, sans-seriffont-family; font-family :Arial, Helvetica, sans-serif; font-size:12px; line-height:12px; color:#4280AA; font-weight:normal; padding-bottom:5px; 

width:335px; height:14px; border:1px solid #EAE9E2; padding-top:5px;  margin-top:10px; margin-left:15px; background-color:#EAE9E2; float:left; padding-left:10px; display:inline;


}



.retpsry2secstorytxt a:link, .retpsry2secstorytxt a:visited, .retpsry2secstorytxt a:active {

	color:#4280AA;
	text-decoration: none;

}



.retpsry2secstorytxt a:hover {
	color:#4280AA;
	text-decoration: none;

}





.refeatlocagent {

width:266px; margin-right:15px; _margin-right:10px; float:left; border:1px solid #EAE9E2;

}


.refeatnwdvlpment {
width:354px; float:left; display:inline;
}


.refeatnwdvlpmenthdrbox {
	width:354px;
	float:left;
	display:inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #EAE9E2;
	border-right-color: #EAE9E2;
	border-bottom-color: #EAE9E2;
	border-left-color: #EAE9E2;
}


.refeatnwdvlpmentbox {

width:354px; height:110px; border:1px solid #DEE8EF; background-color:#ffffff; float:left; display:inline; padding-top:4px;

}

.relocrenews {

width:421px; float:left; display:inline;

}


.relocrenewshdr {
width:422px; border-bottom:1px solid #EAE9E2; float:left; display:inline;

}


.relocrenews .relocrenewartsection  {
	width:418px;
	float:left;
	color:#616161;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:10px;
	padding-bottom:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAE9E2;
	font-weight: bold;
}


.relocrenews .relocrenewartsection a:link, .relocrenews .relocrenewartsection a:visited, .relocrenews .relocrenewartsection a:active {

	color:#616161;
	text-decoration: none;

}



.relocrenews .relocrenewartsection a:hover {
	
	color:#616161;
	text-decoration: none;
}



.relocrenews .relrnsecarticles {
width:400px; float:left; color:#6E9EBF; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:11px; padding-top:10px; padding-bottom:6px;

}


.relocrenews .relrnsecarticles a:link, .relocrenews .relrnsecarticles a:visited, .relocrenews .relrnsecarticles a:active {

	color:#6E9EBF;
	text-decoration: none;

}



.relocrenews .relrnsecarticles a:hover {
	color:#6E9EBF;
	text-decoration: none;

}
.relrntxt {

width:418px; float:left; color:#666666; font-family:Arial, Helvetica, sans-serif; font-size:11px; padding-top:10px; font-family:Arial, Helvetica, sans-serif; padding-bottom:5px;

}

.relrntxt a:link, .relrntxt a:visited, .relrntxt a:active {

	color:#666666;
	text-decoration: none;

}



.relrntxt a:hover {
	text-decoration: none;
	color:#666666;

}




.relrnimg {
	margin-right:10px; border: 2px solid #EAE9E2; float:left;
}

.relrnimg a:link, .relrnimg a:visited, .relrnimg a:active {

	border-color:#EAE9E2;
	text-decoration: none;

}



.relrnimg a:hover {

	border-color:#EAE9E2;
	text-decoration: none;
}






.sdms {

width:200px;  margin-left:15px; float:left; display:inline; margin-top:15px;

}


.sdmsbox {
width:200px; height:230px; border:1px solid #EAE9E2; float:left; display:inline;
}


.sdmsboxcntr {
height:95px; width:200px;
}



.sdmsboxnbr1 {

padding-right:8px; padding-left:9px; font-size:9px; font-family:Arial, Helvetica, sans-serif; color:#000000; display:block; width:62px; float:left;

}


.sdmsboxnbr1  a:link, .sdmsboxnbr1  a:visited, .sdmsboxnbr1  a:active {

	color:#000000;
	text-decoration: none;

}


.sdmsboxnbr1  a:hover {
	text-decoration: none;
	color:#000000;

}





.sdmsboxnbr1bl {
padding-right:8px; padding-left:9px; font-size:9px; font-family:Arial, Helvetica, sans-serif; color:#3771CE; display:block; width:70px; float:left;

}


.sdmsboxnbr1bl  a:link, .sdmsboxnbr1bl a:visited, .sdmsboxnbr1bl  a:active {

	color:#3771CE;
	text-decoration: none;

}


.sdmsboxnbr1bl  a:hover {
	text-decoration: none;
	color:#3771CE;

}

.sdmsboxnbr2 {

padding-right:8px; padding-left:0px; font-size:9px; font-family:Arial, Helvetica, sans-serif; color:#000000; display:block; width:27px; float:left; 

}



.sdmsboxnbr2  a:link, .sdmsboxnbr2  a:visited, .sdmsboxnbr2  a:active {

	color:#000000;
	text-decoration: none;

}


.sdmsboxnbr2  a:hover {
	text-decoration: none;
	color:#000000;

}







.sdmsnbrclrboxwh {

padding-top:5px; background-color:#ffffff; height:18px;
}


.sdmsnbrclrboxbl {

padding-top:5px; background-color:#E7F3FF; height:18px;
}

.sdmsnbrclrboxbltall {
padding-top:5px; background-color:#E7F3FF; height:26px;
}


.sdmsboxnbr3 {

padding-left:9px; font-size:9px; font-family:Arial, Helvetica, sans-serif; color:#000000; display:block; width:60px; float:left;

}

.sdmsboxnbr3  a:link, .sdmsboxnbr3  a:visited, .sdmsboxnbr3  a:active {

	color:#000000;
	text-decoration: none;

}


.sdmsboxnbr3  a:hover {
	text-decoration: none;
	color:#000000;

}
.marketrvw {

font-family:Arial, Helvetica, sans-serif; font-size:17px; line-height:17px; color:#4280AA; font-weight:bold; padding-top:15px; padding-left:10px; padding-bottom:5px; display:block;

}


.marketrvw a:link, .marketrvw a:visited, .marketrvw a:active {

	color:#4280AA;
	text-decoration: none;

}


.marketrvw a:hover {
	text-decoration: none;
	color:#4280AA;

}






.marketrvwtxt {

font-family:Arial, Helvetica, sans-serif; font-size:15px; line-height:15px; color:#616161; font-weight:bold; padding-top:5px; padding-left:10px; padding-bottom:5px; display:block;

}


.marketrvwtxt a:link, .marketrvwtxt a:visited, .marketrvwtxt a:active {

	color:#616161;
	text-decoration: none;

}


.marketrvwtxt a:hover {
	text-decoration: none;
	color:#616161;

}


.re200pxbox {
	width:200px;
	margin-left:15px;
	margin-top:0px;
	float:left;
	display:inline;

}


.re200pxboxbdr {
	width:202px;
	margin-left:15px;
	margin-top:15px;
	float:left;
	display:inline;
	border-bottom-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #EAE9E2;
}


.re200pxboxclr {

width:202px; margin-left:0px; margin-top:0px; float:left; display:inline; background-color:#EAE9E2;

}


.rehdrbx {

width:200px; border:1px solid #EAE9E2; float:left; display:inline; background-color:#ffffff;

}



.retzrbox {

 height:70px; width:180px; padding-left:10px;  margin-top:10px; 

}

.retzrtxt {

color:#4280AA; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:11px; padding-right:10px;

}


.retzrtxt a:link, .retzrtxt a:visited, .retzrtxt a:active {

	color:#4280AA;
	text-decoration: none;

}



.retzrtxt a:hover {
	text-decoration: none;
	color:#4280AA;

}






.retzrcredit {

color:#333333; font-family:Arial, Helvetica, sans-serif; font-size:10px; padding-right:10px; margin-top:10px;

}


.retzrcredit a:link, .retzrcredit a:visited, .retzrcredit a:active {

	color:#333333;
	text-decoration: none;

}



.retzrcredit a:hover {
	text-decoration: none;
	color:#333333;

}



.respnsrbox {

background-image:url(/sandiego/images/re_style/srb_live_chat.gif); height:150px; widows:320px; margin-top:12px; background-repeat:no-repeat;

}


.respnsrbox a:link, .respnsrbox a:visited, .respnsrbox a:active {

	border:none;
	text-decoration: none;

}



.respnsrbox a:hover {

	border:none;
	text-decoration: none;
	

}


.retzrsponbox {

padding-top:85px; padding-left:21px; width:160px;

}


.reohtxt {


	font-size:12px;
	line-height:12px;
	color:#616161;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	width:95%;
/*	width:120px;    */
	border:1px solid #6E9EBF;
	padding:5px;
	margin-bottom:10px;
	background-color:#EEF3F7;


}


.reohtxt a:link, .reohtxt a:visited, .reohtxt a:active {

	color:#616161;
	text-decoration: none;

}



.reohtxt a:hover {
	text-decoration: none;
	color:#616161;

}



.tsimg {
float:left; padding-top:10px; padding-left:10px;

}



.tstxt1 {
	width:354px; 
	margin-top:4px;
	font-size:12px;
	color:#616161;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:15px;
	float:left;
	line-height:15px; height:100px;  padding-top:10px; display:inline;


}


.tstxt1 a:link, .tstxt1 a:visited, .tstxt1 a:active {

	color:#616161;
	text-decoration: none;

}



.tstxt1 a:hover {
	text-decoration: none;
	color:#616161;

}



.tstxt2 {
	width:250px;
	margin-top:15px;
	font-size:12px;
	color:#616161;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	float:left;
	width:200px;
	margin-top:0px;

}


.tstxt2 a:link, .tstxt2 a:visited, .tstxt2 a:active {

	color:#616161;
	text-decoration: none;

}



.tstxt2 a:hover {
	text-decoration: none;
	color:#616161;

}




.retpsry2hdr {

 font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:14px; color:#568BB0; font-weight:bold; padding-top:5px; padding-left:10px; padding-bottom:5px; display:block;

}

.arw1 {
	display:inline-block;
	padding-right:15px;
	background-image: url(/sandiego/images/re_style/sm_arrows_icon_bold_center.gif);
	background-repeat: no-repeat;
	background-position: right center;

}


.arw1 a:link, .arw1 a:visited, .arw1 a:active {

	text-decoration: none;
}



.arw1 a:hover {
	text-decoration: none;

}


.arw2 {
	display:inline-block;
	padding-right:15px;
	background-image: url(/sandiego/images/re_style/sm_arrows_icon_center.gif);
	background-repeat: no-repeat;
	background-position: right center;

}


.arw2 a:link, .arw2 a:visited, .arw2 a:active {

	text-decoration: none;
}



.arw2 a:hover {
	text-decoration: none;

}


.repsdc   {
	width:610px;
	margin-top:0px;
	font-size:12px;
	color:#616161;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:15px;
	float:left;
	line-height:15px;
	height:100px;
	padding-top:0px;
	display:inline;
	z-index: 1;

}


.repsdchldr   {

float:left; width:95px; margin-right:5px; margin-top:8px; border-right:1px; border-right-color:#ccc; border-right-style:solid;

}


.repsdchldrnobdr  {

float:left; width:95px; margin-right:0px; margin-top:8px; 

}


.repsdctitle {

font:Arial, Helvetica, sans-serif; font-size:12px; font-size:12px; line-height:12px; padding-bottom:5px; color:#0073b5; font-weight:bold; 

}

.repsdctitle a:link, .repsdctitle a:visited, .repsdctitle a:active {

	text-decoration: none;
	color:#0073b5;
}



.repsdctitle a:hover {
	text-decoration: none;

}




.repsdctxt {

font-size:11px; line-height:13px; color:#666666;

}

.repsdctxt a:link, .repsdctxt a:visited, .rrepsdctxt a:active {

	text-decoration: none;
	color:#666666;
}



.repsdctxt a:hover {
	text-decoration: underline;
	color:#666666;

}



/* start community links tabber */

#qcsearch { 

float: left;




}

#quicksearch a {
	width: 65px;
	float: left;
	display: inline;
	font-size: 11px;
	line-height: 11px;
	letter-spacing:0px;
	font:Arial, Helvetica, sans-serif;
	background-image: url(/sandiego/images/re_style/re_qcs_ns_btn.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	margin-right: 0px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	text-align: center;
	color: #515151;
}

#For-Sale {
	float: left;
	top: 1px;
	margin-right: -3px;
	width: 619px;
	height: 170px;
	margin-top: -11px;
	margin-bottom: 0;
	margin-left: -10px;
	padding-left: 10px;
	position: relative;
	background-image: url(/sandiego/images/re_style/re_qcs_fs_bg.jpg);
	background-repeat: repeat-x;
}


#New-Homes {
	float: left;
	top: 1px;
	margin-right: -3px;
	width: 619px;
	height: 170px;
	margin-top: -11px;
	margin-bottom: 0;
	margin-left: -10px;
	padding-left: 10px;
	position: relative;
	background-image: url(/sandiego/images/re_style/re_qcs_nh_bg.jpg);
	background-repeat: repeat-x;
}


#For-Rent {
	float: left;
	top: 1px;
	margin-right: -3px;
	width: 619px;
	height: 170px;
	margin-top: -11px;
	margin-bottom: 0;
	margin-left: -10px;
	padding-left: 10px;
	position: relative;
	background-image: url(/sandiego/images/re_style/re_qcs_fr_bg.jpg);
	background-repeat: repeat-x;
}


#Apartments {
	float: left;
	top: 1px;
	margin-right: -3px;
	width: 619px;
	height: 170px;
	margin-top: -11px;
	margin-bottom: 0;
	margin-left: -10px;
	padding-left: 10px;
	position: relative;
	background-image: url(/sandiego/images/re_style/re_qcs/re_qcs_ap_bg.jpg);
	background-repeat: repeat-x;
}




#quicksearch  a.qsselected {
width: 80px;
position: relative;
display: inline;
padding: 4px 10px;
background-image: url(/sandiego/images/re_style/re_qcs_sel_btn.jpg);
background-repeat: no-repeat;
font:Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 14px;
letter-spacing:-1px;
padding-bottom:5px;
color: #dc7d3c;
font-weight: bold;
text-decoration:none;
margin-right: 0px;
padding-top: 4px;
padding-right: 6px;
padding-bottom: 4px;
padding-left: 6px;
text-align: center;
}



.qshiddencontent {
display:none;
}




/* end community links tabber */

/* end re home page 5-26-09 */




/* start news ticker 3-24-09 
==============================================================================*/


#mainwellcontent #resection1 #renews {
	list-style-type: none;
	background: #ffffff;
	color:#009900;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#mainwellcontent #resection1 #renews .newsticker {
	list-style-type: none;


}


#mainwellcontent #resection1 #renews li.first {
	display: list-item;


	list-style-type: none;
	background: #ffffff;
	color:#009900;

	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#mainwellcontent #resection1 #renews li {
	display: none;
	list-style-type: none;
	background: #ffffff;
	color:#009900;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;	
}



#mainwellcontent #resection1 #renews li a:link, #mainwellcontent #resection1 #renews li a:visited, #mainwellcontent #resection1 #renews li a:active {
	color:#4280AA;
	text-decoration: none;
	font-weight: bold;
}



#mainwellcontent #resection1 #renews li a:hover {
	text-decoration: underline;
	color:#4280AA;
	font-weight: bold;

}


#mainwellcontent #resection1 #renews li.first a:link, #mainwellcontent #resection1 #renews li.first a:visited, #mainwellcontent #resection1 #renews li.first a:active {
	color:#4280AA;
	text-decoration: none;
	font-weight: bold;
}



#mainwellcontent #resection1 #renews li.first a:hover {
	text-decoration: underline;
	color:#4280AA;
	font-weight: bold;

}


.ticker {

padding-right:13px;_padding-right:12px;
}



/* end news ticker 3-24-09 */




/*start section front styles old
==============================================================================*/




.whtitlehldr {

float:left; padding-right:13px; _padding-right:12px; height:45px;  _height:38px;  display:inline; width:630px;

}


.researchwidget {
	width:642px;
	_height:145px;
	margin-top:0px;
	padding-top:4px;
	height:150px;
	display:inline;


}


.resfrtcol{

width:200px;
float:right;
margin-right:17px;
_margin-right:5px; 
display:inline;

}


.resfrtcolrbg {

padding-top:20px;
_padding-top:10px;
background-image:url(/sandiego/images/re_style/polls_bg.jpg);
background-repeat:repeat-x;
border:1px solid #EAE9E2;
width:200px;
padding-bottom:10px;

}



.resflftcol{
width:422px;
}


.retpsrysf {

	width:422px; margin-left:0px; float:left; display:inline;

}




.retpsry1sf {

	width:422px; height:140px; margin-left:0px; border:1px solid #EAE9E2; background-image:url(/sandiego/images/re_style/topstory_bg.gif); background-repeat:no-repeat; 

}


#mainwellcontent #resection1 .retpsry1sf h2 {


	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:24px;
	color:#0073b5; 
	font-weight:bold; 
	padding-top:23px; 
	padding-left:10px; display:block



}


#mainwellcontent #resection1 .retpsry1sf h2 a:link, #mainwellcontent #resection1 .retpsry1sf h2 a:visited, #mainwellcontent #resection1 .retpsry1sf h2 a:active {

	color:#0073b5; 
	text-decoration: none;

}



#mainwellcontent #resection1 .retpsry1sf h2 a:hover {
	text-decoration: none;
	color:#0073b5; 

}


/* end section front styles */




/* start area homes styles */




#mainwellcontentah{
	margin-top:5px;
	float: left;
	width: 650px;
	background-color: #FFFFFF;
}


#mainwellcontentah tr.gray { bgcolor:gray }
#mainwellcontentah td.sans { font-family: verdana,geneva,arial,helvetica,sans-serif; font-size: 11px; font-weight: bold}

#mainwellcontentah .blueheader {font-family: verdana; font-size: 11px;	line-height: 12px; color: #000066; font-weight: bolder}
#mainwellcontentah .greyfont {font-family: verdana; font-size: 11px; line-height: 11px; color: #666666}
#mainwellcontentah .chart {border: 1px; border-color: #009900; border-style: solid;}
#mainwellcontentah .position {
	position: absolute;
	left: 770px;
	top: 5px;
}

#mainwellcontentah .style1 {font-size: 12px; font-weight:bold; color: #DF7C39}
#mainwellcontentah .style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#mainwellcontentah .style3 {font-family: Arial, Helvetica, sans-serif}
#mainwellcontentah .style5 {font-size: 12px}
#mainwellcontentah .style6 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}


/* end area homes styles */


/*start section front styles 09_2010
==============================================================================*/

#rertwell1 {
float:left;
padding:0px 0px 0px 0; 
position:relative;
z-index:90; 
width:230px;
/*border: 1px solid #dddddd;*/

}

.returnToKwicks {
	display:block;
	border:1px dashed #888;
	padding:5px;
	float:right;
}
.returnToKwicks:hover {
	background-color: #5e5e76;
	text-decoration: none;
	color: #aaa;
}

/* defaults for all examples */
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}

/*  start resale home slider */

#reslidewellrh  .kwicks li{  
  	float: left;
	width: 230px;
	height: 101px;	
/*	margin-right: 5px;  */
 } 
	 
#reslidewellrh #fa {   
  
		background-image:url(/sandiego/images/re_style/re_slider_bg_faa.jpg); 
		background-repeat:none;
}  
#reslidewellrh #ca {  
		background-image:url(/sandiego/images/re_style/re_slider_bg_ca.jpg); 
		background-repeat:none;
}  

#reslidewellrh #oh {  
       	background-image:url(/sandiego/images/re_style/re_slider_bg_oh.jpg); 
		background-repeat:none;
}  
   
 #reslidewellrh #so {  
       background-image:url(/sandiego/images/re_style/re_slider_bg_so.jpg); 
		background-repeat:none;
}

/*  end resale home slider */


/* start new homes slider  */

#reslidewellnh .kwicks li{  
  	float: left;
	width: 230px;
	height: 101px;	
/*	margin-right: 5px;  */
}

#reslidewellnh #fa {     
	background-image:url(/sandiego/images/re_style/re_slider_bg_faa.jpg); 
	background-repeat:none;
}  

#reslidewellnh #ca {  
	background-image:url(/sandiego/images/re_style/re_slider_bg_ca.jpg); 
	background-repeat:none;
} 

#reslidewellnh  #oh {  
	background-image:url(/sandiego/images/re_style/re_slider_bg_oh.jpg); 
	background-repeat:none;
}  

#reslidewellnh #so {  
	background-image:url(/sandiego/images/re_style/re_slider_bg_so.jpg); 
	background-repeat:none;
}

#reslidewellnh #nhc{  
	background-image:url(/sandiego/images/re_style/re_slider_bg_nhc.jpg); 
	background-repeat:none;
}

#reslidewellnh #nhm{  
	background-image:url(/sandiego/images/re_style/re_slider_bg_nhm.jpg); 
	background-repeat:none;
}

/* end new homes slider  */

/* start rent slider  */

 #reslidewellrt .kwicks li{  
  	float: left;
	width: 230px;
	height: 100px;
	*height: 102px;
	
/*	margin-right: 5px;  */
    }  
 #reslidewellrt #ad {   
  
		background-image:url(/sandiego/images/re_style/re_slider_bg_ad.jpg); 
		background-repeat:none;
    }  
 #reslidewellrt #ca {  
		background-image:url(/sandiego/images/re_style/re_slider_bg_ca.jpg); 
		background-repeat:none;
   }  
 #reslidewellrt #oh {  
       	background-image:url(/sandiego/images/re_style/re_slider_bg_oh.jpg); 
		background-repeat:none;
   }  
   
#reslidewellrt #so {  
       background-image:url(/sandiego/images/re_style/re_slider_bg_so.jpg); 
		background-repeat:none;
}

/* end rent slider  */


/* start foreclosure slider  */

 #reslidewellfc .kwicks li{  
  	float: left;
	width: 230px;
	height: 100px;
	*height: 102px;
	
/*	margin-right: 5px;  */
    }  
 #reslidewellfc #fa {   
  
		background-image:url(/sandiego/images/re_style/re_slider_bg_faa.jpg); 
		background-repeat:none;
    }  
 #reslidewellfc #ca {  
		background-image:url(/sandiego/images/re_style/re_slider_bg_ca.jpg); 
		background-repeat:none;
   }  
 #reslidewellfc #oh {  
       	background-image:url(/sandiego/images/re_style/re_slider_bg_oh.jpg); 
		background-repeat:none;
   }  
   
#reslidewellfc #so {  
       background-image:url(/sandiego/images/re_style/re_slider_bg_so.jpg); 
		background-repeat:none;
}

/* end foreclosure slider  */



#reslidewell  h2 {

float:left; 
padding:22px 0px 0px 16px; 
font:Arial, Helvetica, sans-serif; 
color:#0676b7; 
font-size:16px; 
line-height:16px; 
font-weight:bold; 

}
#reslidewell  h2 a:link, #reslidewell  h2 a:visited, #reslidewell  h2 a:active {

color:#0676b7; 
text-decoration: none;

}


#reslidewell  h2 a:hover {
	text-decoration: none;
	color:#0676b7; 

}


#reslidewellrh  h2 {
float:left; 
padding:22px 0px 0px 16px; 
font:Arial, Helvetica, sans-serif; 
color:#0676b7; 
font-size:16px; 
line-height:16px; 
font-weight:bold; 
}

#reslidewellrh h2 a:link, #reslidewellrh  h2 a:visited, #reslidewellrh h2 a:active {
color:#0676b7; 
text-decoration: none;
}


#reslidewellrh  h2 a:hover {
	text-decoration: none;
	color:#0676b7; 

}




#reslidewellnh  h2 {
float:left; 
padding:22px 0px 0px 16px; 
font:Arial, Helvetica, sans-serif; 
color:#0676b7; 
font-size:16px; 
line-height:16px; 
font-weight:bold; 
}

#reslidewellnh h2 a:link, #reslidewellnh  h2 a:visited, #reslidewellnh h2 a:active {
color:#0676b7; 
text-decoration: none;
}


#reslidewellnh  h2 a:hover {
	text-decoration: none;
	color:#0676b7; 

}



#reslidewellrt  h2 {

float:left; 
padding:22px 0px 0px 16px; 
font:Arial, Helvetica, sans-serif; 
color:#0676b7; 
font-size:16px; 
line-height:16px; 
font-weight:bold; 

}
#reslidewellrt h2 a:link, #reslidewellrt h2 a:visited, #reslidewellrt h2 a:active {

color:#0676b7; 
text-decoration: none;

}


#reslidewellrt  h2 a:hover {
	text-decoration: none;
	color:#0676b7; 

}



#reslidewellfc  h2 {

float:left; 
padding:22px 0px 0px 16px; 
font:Arial, Helvetica, sans-serif; 
color:#0676b7; 
font-size:16px; 
line-height:16px; 
font-weight:bold; 

}
#reslidewellfc h2 a:link, #reslidewellfc h2 a:visited, #reslidewellfc h2 a:active {

color:#0676b7; 
text-decoration: none;

}


#reslidewellfc  h2 a:hover {
	text-decoration: none;
	color:#0676b7; 

}



.reslidewelltxt {

 float:left; 
 padding:6px 16px 10px 16px; 
 font:Arial, Helvetica, sans-serif; 
 color:#505152; 
 font-size:12px; 
 line-height:14px; 
 font-weight:normal;
width:120px;

}

.reslidewelltxt a:link, .reslidewelltxt a:visited, .reslidewelltxt a:active {

color:#505152; 
text-decoration: none;
}



.reslidewelltxt a:hover {

color:#505152; 
text-decoration: none;
}




.reslidewellh2hldr {
width:225px; 
height:40px;
}



.reslidewellimg {
float:right; 
padding: 10px 10px 0 0;
}

.reslidewellbtn{
padding: 20px 0 0 13px;
}


#rebottomwell {

overflow:auto; 
padding: 0px 11px 16px 0px; 
margin: 0px  0px 16px 0px;

}


												




/** Adicio Featured Agent
=================================================================================================*/

div.scrollRowWrapper {
padding: 4px;
margin-bottom: 2px;
/*border-bottom: 1px dotted #aaa; */
}

div.scrollRow {
margin-bottom: 2px;
}

img.scrollImage {
width: 76px;
}

.AdvertisingHeader{
color: #aaa;
background-color: #f5f5f5;
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
padding-top: 2px;
padding-right: 2px;
padding-left:8px;
padding-bottom: 2px;
background-repeat: no-repeat;
background-attachment: scroll;
width:183px;
border-top: 4px solid #aaa; 
background-x-position: 0pt;
background-y-position: 3px;
			}

.AdvertisingSubHeader{
color: #black;
background-color: #f5f5f5;
font-size:14px;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
padding-top: 2px;
padding-right: 2px;
padding-left:8px;
padding-bottom: 2px;
background-repeat: no-repeat;
background-attachment: scroll;
width:183px;
border-top:1px dotted #aaa; 
border-bottom:1px dotted #aaa; 
background-x-position: 0pt;
background-y-position: 3px;
                                margin-bottom:8px;
			}

.Featured {
font-size: 75%;
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
color: #00000;
text-decoration: none;
padding-top: 0px;
padding-right: 2px;
padding-left:8px;
padding-bottom: 2px;
			}

.name{
color: #093D72;
font-size:12px;
font-weight:bold;
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 12px;
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 0pt;
background-y-position: 3px;
}

.brokerage {
color: #333333;
font-size:11px;
font-family: Arial, Helvetica, sans-serif;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 10px;
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 0pt;
background-y-position: 3px;
}

.area {
color: #333333;
font-size:11px;
font-family: Arial, Helvetica, sans-serif;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 10px;
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 0pt;
background-y-position: 3px;
}
.city{
padding-bottom: 25px;
			}

.phone{
color: #333333;
font-size: 11px;
padding-bottom: 10px;
}

.address {
color: #333333;
font-size:11px;
font-family: Arial, Helvetica, sans-serif;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0px;
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 0pt;
background-y-position: 3px;			  
			}

.portrait{
float:right;
vertical-align: top;
padding-top: 0px;
padding-right: 5px;
padding-left:8px;
padding-bottom: 2px;
}

.email{
text-decoration: none;
color: #093D72;
padding-bottom: 4px;
}

.more{
color: black;
}

.location {
font-size: 90%;
text-decoration: bold;
padding-bottom: 4px;
}

.price{
float:left;
}

.link {
float:right;
}

.featuredFooter {
color: #093D72;
font-size: .76 em;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
padding-top: 5px;
padding-right: 5px;
padding-left:2px;
padding-bottom: 2px;
width:183px;
border-top: 1px dotted #aaa; 
				}
.mainContainer {
 width:300px;
 }



/** Adicio Global Styles
=================================================================================================*/


div#aiFilterWrapper  {
     border-color:#ccc;
     background-color:#0073b5;
}


.aiSpotlightWrapper .aiSpotlightHeadline {
    background-color:#0073b5;
    border-color:#ccc;
}



#mainwellcontent .aiSpotlightHeadline h3 {color:#fff; font-size:16px; font-weight:bold;
}


.aiSpotlightCarousel {
    border-color:#ccc;
    background-color:#f7faff;
}


.aiResultsCarousel .aiResultsContainer:hover { /* (( the rounded pods around each spotlight image )) */
    border-color:#edfbff;
    background-color:#fff;
    color:#000;
}

.aiResultsCarousel .aiResultsContainer {
color:#666;
border-color:#edfbff;
}
.aiResultsCarousel .aiResultsContainer:hover { /* (( the rounded pods around each spotlight image )) */
border-color:#edfbff;
background-color:#fff; 
color:#000;
}

.aiIconUpgrade, .aiBriefIconUpgrade {
background:url("/sandiego/images/re_style/sosd_appIcon.gif") no-repeat scroll left center transparent;
}

.aiFeaturedImage {
	border: none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
}



/** rssfeed
==============================================================================*/


#rerss {


}

#rerss ul {
width:auto;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
list-style:none;

}


#rerss li {
font-size:12px;
margin: 0 0 5px 16px;
letter-spacing:0px;
line-height:14px;
padding:0 0 0px 0px;
list-style-image: url(/sandiego/images/re_style/sm_arrows_icon.gif);

}

#rerss ul li {
padding: 0 0 0 2px;
}



/** gfeed
==============================================================================*/

.gfc-resultsHeader {
  width: 100%;
  border-bottom: 1px solid #fff;
  margin-bottom : 4px;
  }
  
.gfc-resultsHeader .gfc-title{
  color: #0073b5;
  display: inline;

  }


.gfc-tabsArea {
  margin-top: 6px;
  }

.gfc-tabsAreaInvisible {
  display : none;
  }

.gfc-tabHeader {
  display: inline;
  cursor: pointer;
  padding-left: 6px;
  padding-right: 6px;
  margin-right: 2px;
  }

.gfc-tabHeader.gfc-tabhActive {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-top: 2px solid #ff9900;
  color: black;
  }

.gfc-tabHeader.gfc-tabhInactive {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-top: 2px solid #e9e9e9;
  background: #e9e9e9;
  color: #676767;
  }

.gfc-tabData.gfc-tabdActive {
  display: block;
  }

.gfc-tabData.gfc-tabdInactive {
  display: none;
  }

/* tab specific results header supression */
.gfc-tabData .gfc-resultsHeader .gfc-title {
  display: none;
  }

/* the results for each section
 * .gfc-resultsbox-{visible,invisible} : a complete-collection of results including headers
 * .gfc-results : the collection of results for a given feed
 * .gfc-result : a generic result within the control
 */
.gfc-resultsbox-visible {
  display : block;
  }

.gfc-resultsbox-invisible {
  display : none;
  }

.gfc-results {
  padding-bottom: .2em;
  }

.gfc-result {
  margin-bottom: .5em;
  }

.gfc-result .gf-title {
  font-size: 15px;
  line-height: 20px;
  overflow: hidden;
   color: #0073b5;
  }
  
  

.gf-result .gf-author,
.gf-result .gf-spacer,
.gf-result .gf-relativePublishedDate {
  color: #fff;
  font-size:8px;
  line-height:8px;
  display : inline;
  }
  
  
.gf-result .gf-snippet {
padding: 0 0 8px 0;
margin: 0px 0 8px 0;
/*border-bottom: 1px dotted #e0e0e0; */
  }

  

.gf-result .gf-spacer {
  margin-right : 3px;
  margin-left : 3px;
  }

/**
 * undo common generic table rules
 * that tend to impact branding
 */
table.gf-branding td,
table.gf-branding {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border : none;
}

table.gf-branding {
  border-style : none;
  border-width : 0px;
  border-spacing : 0px 0px;
  width : 100%;
}

td.gf-branding-text {
  vertical-align : top;
}

td.gf-branding-text div.gf-branding-text {
  padding-bottom : 2px;
  text-align : right;
  color : #676767;
  font-size : 11px;
  margin-right : 2px;
}

td.gf-branding-img-noclear {
  width : 51px;
  vertical-align : bottom;
}

td.gf-branding-img {
  width : 65px;
  vertical-align : bottom;
}

table.gf-branding-vertical td.gf-branding-text div.gf-branding-text {
  margin-right : 0px;
  text-align : center;
}

table.gf-branding-vertical td.gf-branding-img-noclear {
  text-align : center;
}

div.gf-branding-img,
div.gf-branding-img-noclear,
img.gf-branding-img,
img.gf-branding-img-noclear {
  padding-top : 1px;
}

img.gf-branding-img,
img.gf-branding-img-noclear {
  margin : 0 0 0 0;
  padding-right : 0;
  padding-left : 0;
  padding-bottom : 0;
  border : none;
  display : inline;
}

a.gf-branding-clickable {
  cursor : pointer;
}


a .gf-title
 {
  font-size: 15px;
  line-height: 18px;
  margin: 20px 0 30px 0;
  padding: 0 0 20px 0;
 overflow: hidden;
  color: #0073b5;
  text-decoration: none;

  }



/** google ads
==============================================================================*/

#regad720x90 {
margin: 32px 0px 16px 123px;

}


#regad300x250 {

	width:300px; 
	margin:20px 0px 20px 0px;
}


/** feeds
==============================================================================*/

.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example1 li{ /*CSS specific to demo 1*/
margin-bottom: 4px;
}

#example2 div{ /*CSS specific to demo 2*/
margin-bottom: 5px;
}

#example2 div a{ /*CSS specific to demo 2*/
text-decoration: none;
}

#example3 a{ /*CSS specific to demo 3*/

text-decoration: none;
}

#example3 p{ /*CSS specific to demo 3*/
margin-bottom: 2px;
}

code{ /*CSS for insructions*/
color: red;
}

#example4 a{ /*CSS specific to demo 3*/
color: #03649c;
text-decoration: none;
font-weight:normal;
font-size:14px;
line-height:14px;
font:Arial, Helvetica, sans-serif;
}

#example4 ul li {
padding: 14px 0 0 0;
}

#example4 p{ /*CSS specific to demo 3*/
margin-bottom: 6px;
}


