/* Mandel Group
 * (c) Mandel Group -- www.mandelgroup.com
 * 
 */
 
html { padding: 0px; margin: 0px; filter: expression(document.execCommand("BackgroundImageCache", false, true));} /* GETS RID OF IE BACKGROUND FLICKER */
body { min-width: 785px;
    padding: 0px;
    background: url(/pics/home/backbands.gif) top left repeat-y;
    color: #333; 
    margin: auto; }
    
img { border: 0; }
	
div { border: 0px dashed red; }
    
div.spacer {
    clear: both;}
    

/* HEADER TAGS USING h1 - h6 HELPS SEARCH ENGINES UNDERSTAND CONTENT IMPORTANCE*/

/*
h1 { 
   display: block;
   width: 333px;
   height: 61px;
   margin: 18px 0px 0px 0px;
   padding: 0px; }
*/
.linker { 
	display: block;
   width: 333px;
   height: 61px;
   margin: 18px 0px 0px 0px;
   padding: 0px;
}
.linker a { 
   display: block;
   width: 333px;
   height: 61px;
   text-decoration: none;
   text-indent: -5000px;
   margin: 0px;
   padding: 0px;
   background: transparent url(/pics/home/logo.gif) top left no-repeat;}

h2 { 
   font: normal 1em "Georgia", "Times New Roman", serif;
   margin: 0px;
   padding: 0px;
   line-height: 1.2em;
   color: #3c2727;}
   
h2 a{
font: normal 1em "Georgia", "Times New Roman", serif;
line-height: 1.1em;
color: #3c2727;
background: #eae8e0;}

h2 a:visited {  color: #3c2727 ;text-decoration: none;}
h2 a:active {  color: #3c2727;text-decoration: none;}
h2 a:link {  color: #3c2727;text-decoration: none;}
h2 a:hover {  color: #333;text-decoration: underline;}
   
h3 { 
   font: bold .65em Arial, Helvetica, Verdana, sans-serif;
   line-height: 1.3em;
   color: #333;
   margin: 0px 0px 0px 0px;
   padding: 0px; }
   
h3 a { 
   text-decoration: none;
   color: #333; }
   
h3 a:link { 
   text-decoration: none;
   color: #333; }
   
h3 a:hover { 
   text-decoration: underline;
   color: #333; }
   
h3.apartments { 
   display: block;
   font: bold .65em Arial, Helvetica, Verdana, sans-serif;
   line-height: 1.3em;
   color: #333;
   background: #d2cab5;
   margin: 0px 0px 0px 0px;
   padding: 4px 5px 3px 10px; }
  
h4 { 
   font: normal 1em "Georgia", "Times New Roman", serif;
   color: #fff;
   margin: 0px;
   padding: 43px 0px 0px 0px;}
   
      
h5 { 
   font: normal 1em "Georgia", "Times New Roman", serif;
   color: #333;
   margin: 0px;
   padding: 0px 0px 10px 0px;}
   
h6 { 
   font: bold .68em Arial, Helvetica, Verdana, sans-serif;
   line-height: 1.2em;
   color: #333;
   margin: 45px 0px 10px 0px;
   padding: 0px; }
   
   
/* PARAGRAPH TAG */

p {
   margin: 10px 5px 15px 0px;
   font: normal .6em Arial, Helvetica, Verdana, sans-serif;
   line-height: 1.5em;
   color: #333;}
   
p.contacto {
   display: block;
   margin: 0px 0px 1px 0px;
   padding: 10px;
   font: normal 12px/19px Arial, Helvetica, Verdana, sans-serif;
   color: #333;
   background: #fafaf8; }

p.home {
   margin: 15px 0px 30px 0px;
   padding-bottom: 20px;
   font: normal .6em Arial, Helvetica, Verdana, sans-serif;
   line-height: 1.5em;
   color: #333;
   background-image: url(/pics/home/dot.gif);
   background-repeat: repeat-x;
   background-position: bottom;}
   
p a { 
   color:#a55742;
   text-decoration: none; 
   background-image: url(/pics/home/dot.gif);
   background-repeat: repeat-x;
   background-position: bottom;}
   
p a:visited{
   color:#666;
   text-decoration: none; 
   background-image: url(/pics/home/dot.gif);
   background-repeat: repeat-x;
   background-position: bottom;}
   
p a:hover{
   color:#a55742;
   text-decoration: none; 
   background-image: url(/pics/home/line.gif);
   background-repeat: repeat-x;
   background-position: bottom;
   background-color: #fff;}
   
p.tinyresults {
font: normal 13px/17px Arial, Helvetica, Verdana, sans-serif;
color: #333;}

p.poetic {
   font: normal .6em Georgia, "Times New Roman", serif;
   line-height: 1.3em;
   font-style: italic;
   color: #857f73; }
   
p.awards {
   margin: 0px 0px 1px 0px;
   padding: 10px;
   height: 190px;
   background: #f6f5f2;}

p.phone { 
   display: block;
   width: 185px;
   background: url(/pics/shared/cell_phone.gif) top left no-repeat;
   font: bold .65em Arial, Helvetica, Verdana, sans-serif;
   line-height: 1.5em;
   color: #333;
   margin: 0px;
   padding: 0px 0px 0px 18px; }
   
.right-column {
	font: normal 11px/14px Arial, Helvetica, Verdana, sans-serif;
    color: #333; 
    width: 200px;
	float: right;
	margin: 0px 0px 20px 20px;
	}
	
img.picky {
    border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px;
	margin-bottom: 5px;}
  
img.floatRight {
    float: right;
    border: 1px solid #ccc;
	margin-left: 15px;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 5px; }
	
img.surveyfloatRight {
    float: right;
    border: 1px solid #ccc;
	background-color: #fff;
	margin: 20px 15px 20px 20px;
	padding: 5px;}

/* HOLDS CONTENT ON THE PAGE */
#container { 
    padding: 0px;
    margin: 0px;
    color: #333; 
    background-color: transparent;}

#topblock { 
    padding: 20px 20px 12px 40px;
    margin: 0px;
    border-bottom: 1px solid #fff;
    color: #333;
    background: #dcd7c7 url(/pics/home/top_gradation.gif) top left repeat-x;}
    
#holdittogether { 
    margin-left: 205px;}
    
.bannerad { 
    float: right;
    padding: 0px;
    width: 396px;
    height: 69px;
    color: #333;
    background: #92af57;}

#wide { 
    float: left;
    margin: 15px 30px 15px 0px;
    padding: 0px;
    color: #333;
    background: #eae8e0;}
    
#green_Block { 
    font: normal 1.5em "Georgia", "Times New Roman", serif;
    margin: 0px;
    padding: 20px;
    color: #fff; 
    border-bottom: 5px solid #67573d;
    background: #94b15a url(/pics/neighborhood/greenback.gif); }
    
#tan_Block { 
    font: normal 1.5em "Georgia", "Times New Roman", serif;
    margin: 0px;
    padding: 20px;
    color: #fff; 
    border-bottom: 5px solid #a65039;
    background: #94b15a url(/pics/careers/career_pattern.gif); }
   
.flashy_neighbor { 
    float: right;
    margin: 0px 0px 20px 15px;
    display: block;}
    
 .neighbor_Block1 {
    float: left;
    width: 215px;
    margin: 0px 0px 15px 13px;
    display: block;
    background: #dcd6c6;}  

.neighbor_copy {
    margin: 0px;
    padding: 10px;
    display: block;
    background: #dcd6c6 url(/pics/home/column_gradation.gif) top left repeat-x;}
    
.neighbor_copy ul {
list-style: none;
margin: 0px;
display: block;
padding: 0px;}

.neighbor_copy li {
list-style: none;
margin: 0px;
display: block;
margin-bottom: 1px;}

.neighbor_copy li a { 
margin: 0px;
display: block;
padding: 5px 5px 5px 5px;
text-decoration: none;
color: #c63;
background: #f6f4ee;
font: 14px/18px Arial, Helvetica, sans-serif; }

.neighbor_copy li a:hover {
margin: 0px;
display: block;
color: #c63;
background: #fff;
text-decoration: underline; }

.retail_block a{
float: left;
display: block;
width: 213px;
margin: 0px 0px 15px 13px;
color: #333;
border: 1px solid #dcd6c6;
background: #f6f5f1 url(/pics/retail_space/column_gradation_retail.jpg) top left repeat-y;
text-decoration: none;}

.retail_block a:link{
display: block;
color: #fff;
background: #f6f5f1 url(/pics/retail_space/column_gradation_retail.jpg) top left repeat-y;
text-decoration: none;}

.retail_block a:hover{
display: block;
border: 1px solid #333;
background: #f6f5f1;}

.gallery_block a{
float: left;
display: block;
margin: 10px 10px 0px 0px ;
color: #333;
border: 1px solid #dcd6c6;
background: ;
text-decoration: none; padding:0;}
.gallery_block a img { display:block; margin:0; }

.gallery_block a:hover{

border: 1px solid #333;
}

p.retail_block_copy {
font: normal 13px/18px Arial, Helvetica, Verdana, sans-serif;
padding: 0px 10px 0px 10px;
letter-spacing: .1px;
color: #333; }

p.retail_title { 
   font: bold 14px/18px Arial, Helvetica, Verdana, sans-serif;
   color: #333;
   margin: 0px;
   padding: 10px 10px 0px 10px; }
   
.retail_button { 
   display: block;
   margin: 0px 0px 5px 20px;
   width: 173px;
   height: 26px;
   padding: 5px;
   background: url(/pics/retail_space/retail_btn.gif) top left no-repeat; }
 
/* LIST */

/*RIGHT SIDE NAVIGATION*/
#sidenav  {
float: left;
padding: 0px;
margin: 0px;		
background: #74654d; }

#sidenav ul  {
margin: 0;
width: 175px;
padding: 0px;
font: 15px Arial, Helvetica, Verdana, sans-serif;
background: #74654d;}

#sidenav li  {
padding: 0px;
background: #74654d;
list-style-type: none;
margin: 0px; }

#sidenav li a {
margin: 0px;
padding: 10px;
border-bottom: 1px solid #edebe4;
color: #ede7da;
text-decoration: none;
display: block;}

#sidenav li a:hover, #sidenav li a.current{
background: #a55742;
color: #ede7da;
text-decoration:none;}

#sidenav ul ul {
list-style-type: none;
margin: 0px;
padding: 0px; }

#sidenav li li.sub a {
background-color: #f4f1e9;
font: 13px Arial, Helvetica, Verdana, sans-serif;
color: #3c2727;
border-bottom: 1px solid #fff;
margin: 0px;
width: 155px;
padding: 7px 10px 7px 10px;
display: block;}

#sidenav li li.sub a:hover {
background-color: #FFF;
margin: 0px;
color: #3c2727;
text-decoration: none;}

#sidenav li li.sub a.on {
background-color: #FFF;
margin: 0px;
color: #3c2727;
text-decoration: none;}

#sidenav li li.type {
background-color: #d2cab5;
font: bold 13px Arial, Helvetica, Verdana, sans-serif;
color: #3c2727;
border-bottom: 1px solid #fff;
margin: 0px;
width: 155px;
padding: 7px 10px 7px 10px;
display: block;}

#sidenav li li.type_link a {
background-color: #d2cab5;
font: bold 13px Arial, Helvetica, Verdana, sans-serif;
color: #3c2727;
border-bottom: 1px solid #fff;
margin: 0px;
width: 155px;
padding: 7px 10px 7px 10px;
display: block;}

#sidenav li li.type_link a:hover {
background-color: #FFF;
margin: 0px;
color: #3c2727;
text-decoration: none;}

#sidenav li li.type_link a.on {
background-color: #FFF;
margin: 0px;
color: #3c2727;
text-decoration: none;}


/* CENTRAL CONTENT */	
#flash_holder { 
    border-top: thin solid #b6b2a7;
    border-left: thin solid #b6b2a7;
    border-right: thin solid #dcd8cf;
    border-bottom: thin solid #fff;
    margin: 0px;
    text-align: right;
    padding: 15px 15px 11px 15px;
    font: italic 12px "Georgia", "Times New Roman", serif;
    color: #8b8476;
    background: #f1efe8 url(/pics/home/flash_backdrop.gif) top left repeat-x;}
    
#flash_holder_codos { 
    border-top: thin solid #b6b2a7;
    border-left: thin solid #b6b2a7;
    border-right: thin solid #dcd8cf;
    border-bottom: thin solid #fff;
    margin: 0px;
    text-align: right;
    padding: 15px 15px 15px 15px;
    font: italic 12px "Georgia", "Times New Roman", serif;
    color: #8b8476;
    background: #f1efe8 url(/pics/home/flash_backdrop.gif) top left repeat-x;}
    
img.flashpic { padding-bottom: 5px; }
img.dogpic { margin-bottom: 5px; border: 1px solid #fff; }
#div-rotator { border: 1px solid #fff; margin-bottom: 5px; }
img#photoimg { margin:0; display:block;}

#paper { 
    width: 497px;
    margin: 0px;
    padding: 0px 30px 0px 20px;
    color: #333;
    background: #fbfaf8; }
    
#paper_shadow { 
    width: 547px;
    height: 15px;
    background: #fbfaf8 url(/pics/home/paper_shadow.gif) top left no-repeat;
    margin: 0px;
    padding: 0px;
    color: #333; }
    
.dream_btn { 
    display: block;
    width: 231px;
    height: 26px;
    text-indent: -5000px;
    background: #fbfaf8 url(/pics/home/dream_condo_button.gif) top left no-repeat;
    margin: 0px;
    text-decoration: none;
    font: normal 14px "Georgia", "Times New Roman", serif;
    padding: 3px 0px 0px 0px;
    color: #333; }
    
.dream_btn a { 
    display: block;
    width: 183px;
    text-indent: -5000px;
    height: 26px;
    text-decoration: none;
    background: #fbfaf8 url(/pics/home/dream_condo_button.gif) top left no-repeat;
    margin: 0px;
    padding: 3px 0px 0px 48px;
    color: #333; }
   
.dream_btn a:hover{
    display: block;
    width: 183px;
    text-indent: -5000px;
    height: 26px;
    text-decoration: none;
    background: #fbfaf8 url(/pics/home/dream_condo_button.gif) top left no-repeat;
    margin: 0px;
    padding: 3px 0px 0px 48px;
    color: #333; }


#copy_block { 
    font: normal 1.5em "Georgia", "Times New Roman", serif;
    margin: 35px 0px 15px 0px;
    padding: 30px;
    color: #3c2727;
    background: #eae8e0; }
    
#copy_block2 { 
    font: normal 1.5em "Georgia", "Times New Roman", serif;
    margin: 0px 0px 15px 0px;
    padding: 30px;
    color: #3c2727;
    background-color: #eae8e0; }

#copy_block3 { 
    font: normal 1.5em "Georgia", "Times New Roman", serif;
    margin: 0px 0px 15px 0px;
    padding: 30px;
    color: #3c2727;
    background: #eae8e0 url(/pics/condos/little_condo_shadow.gif) top left repeat-x;}
    
#copy_block4 { 
    font: normal 1.5em "Georgia", "Times New Roman", serif;
    margin: 0px 0px 15px 0px;
    padding: 30px;
    color: #3c2727;}
 
.orange_block { 
    font: normal 1.5em "Georgia", "Times New Roman", serif;
    margin: 0px 0px 0px 0px;
    width: 509px;
    padding: 10px 20px 15px 20px;
    color: #fff;
    border-bottom: 5px solid #99a4c0;
    background: #f3a946 url(/pics/condos/orange_gradation2.gif) top left repeat-x; }

p.source_block { 
    font: normal .6em Arial, Helvetica, Verdana, sans-serif;
    line-height: 1.5em;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    color: #fff; }

    
.locatetab { 
    margin: 10px 0px 15px 0px;
    border-top: 1px solid #d0c9b6;
    border-bottom: 1px solid #d0c9b6;
    padding: 10px;
    color: #333; }
    
td.locate { 
    font: bold .5em Arial, Helvetica, Verdana, sans-serif;
    line-height: 1.5em;
    padding: 5px;
    color: #333; }
    
.map { 
    margin: 0px;
    padding: 5px;
    border: 1px solid #ccc;
    color: #333;
    background-color: #fff;
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	width: 470px; 
	height: 390px;
}

.map a:visited { color: #3c2727 ;text-decoration: none;}
.map a:active { color: #3c2727;text-decoration: none;}
.map a:link { color: #3c2727;text-decoration: none;}
.map a:hover { color: #3c2727;text-decoration: none; background-color: #cfc6af;}
    
img.source { 
    float: right;
    margin: 0px 0px 10px 0px;
    padding: 0px; }
    
img.neighbor_pics { 
    padding: 5px;
    border: 1px solid #ccc;
    background: #fff;}
    
img.retail_pics { 
    padding: 5px;
    border-bottom: 1px solid #dcd6c6;
    background: #fff;}
    
.networkzip {
background-color:#faf898;
color:#333;
margin: 3px;
font-size : 12px;
width: 90px; }

.networkcolor{
background-color:#faf898;
color:#333;}

.networkadd {
background-color:#fff;
color:#333;
margin: 3px;
font-size : 12px;
width: 180px; }

.networkaddlong {
background-color:#fff;
color:#333;
margin: 5px 0px 0px 0px;
font-size : 12px;
width: 190px; }


.networkaddlongest {
background-color:#fff;
color:#333;
margin: 5px 0px 0px 0px;
font-size : 12px;
width: 390px; }

.networkaddyellow {
background-color:#faf898;
color:#333;
margin: 3px;
font-size : 12px;
width: 180px; }

.networkcontact {
background-color:#faf898;
color:#333;
margin: 2px 0px 10px 0px;
font-size : 12px;
width: 200px; }

.tiny {
font: normal 11px Arial, Helvetica, Verdana sans-serif;
letter-spacing: 0px;
color: #3c2727;}

a.tiny:visited { color: #3c2727 ;text-decoration: none;}
a.tiny:active { color: #3c2727;text-decoration: none;}
a.tiny:link { color: #3c2727;text-decoration: none;}
a.tiny:hover { color: #3c2727;text-decoration: none; background-color: #cfc6af;}

.tinygrey {
font: normal 11px Arial, Helvetica, Verdana sans-serif;
letter-spacing: 0px;
color: #333;}

.right_block {
float: right;
width: 150px;
display: block;
margin: 0px 0px 20px 20px;}

.right_block_big {
float: right;
width: 230px;
height: 2200px;
display: block;
background: #faf7ec;
padding: 10px;
margin: 0px 0px 20px 25px;}



/* CONDO SOURCE TABLE */  

img.condosource { border: 0; padding: 0px 0px 5px 0px;}

.specbox {
margin: 0px;
padding: 0px;
width: 509px; }

.specbox2 {
margin: 20px 0px 0px 0px;
padding: 0px;
width: 507px; }

.specbox3 {
margin: 0px;
padding: 15px;
border: 1px solid #ccc;
background-color: #fff; }

.checktab {
color: #333;
margin: 0px 0px 0px 0px;
font: normal 11px Arial, Helvetica, Verdana, sans-serif;
padding: 5px 0px 0px 0px; }

.jobtab {
color: #333;
font: normal .5em Arial, Helvetica, Verdana, sans-serif;
line-height: 1.5em;
background: #f5f4f0;}

.checktab_Survey {
color: #333;
margin: 0px 0px 0px 0px;
font: normal .6em Arial, Helvetica, Verdana, sans-serif;
line-height: 1.2em;
padding: 0px; }

.checktab_Survey_cell {
color: #333;
margin: 0px;
padding: 2px 0px 2px 0px; }

.titletab {
color: #333;
margin: 0px 0px 0px 0px;
font: bold 12px Arial, Helvetica, Verdana, sans-serif;
padding: 5px 5px 5px 0px; }

.checktabsmall {
margin: 0px;
color: #333;
padding: 0px 3px 5px 0px;
font: normal 11px Arial, Helvetica, Verdana, sans-serif;
width: 10px; }

.checktabsmallbig {
margin: 0px;
color: #333;
padding: 2px 0px 0px 0px;
font: normal 11px Arial, Helvetica, Verdana, sans-serif;
width: 240px; }

.findbutton a {
display: block;
width: 150px;
height: 25px;
text-decoration: none;
background: url(/pics/home/search_btn.gif) top left no-repeat;
text-indent: -5000px;
padding: 0px;
margin: 10px 0px 0px 0px; }

.findbutton a:hover {
display: block;
width: 150px;
height: 25px;
background: url(/pics/home/search_btn_on.gif) top left no-repeat;
text-align: left;
text-decoration: none;
padding: 0px;
margin: 10px 0px 0px 0px; }

.printbutton a {
display: block;
width: 121px;
height: 27px;
text-decoration: none;
background: url(/pics/shared/print_page_off.gif) top left no-repeat;
text-indent: -5000px;
padding: 0px;
margin: 0px 0px 15px 0px; }

.printbutton a:hover {
display: block;
width: 121px;
height: 27px;
background: url(/pics/shared/print_page_on.gif) top left no-repeat;
text-decoration: none;
padding: 0px;
margin: 0px 0px 15px 0px; }

.jobbutton a {
display: block;
width: 160px;
height: 27px;
text-decoration: none;
background: url(/pics/careers/job_btn_off.gif) top left no-repeat;
text-indent: -5000px;
padding: 0px;
margin: 10px 0px 25px 0px; }

.jobbutton a:hover {
display: block;
width: 160px;
height: 27px;
background: url(/pics/careers/job_btn_on.gif) top left no-repeat;
text-align: left;
text-decoration: none;
padding: 0px;
margin: 10px 0px 25px 0px; }

.contactbutton a {
display: block;
width: 171px;
height: 28px;
text-decoration: none;
background: url(/pics/condos/btn_contact_off.gif) top left no-repeat;
text-indent: -5000px;
padding: 0px;
margin: 5px 0px 15px 0px; }

.contactbutton a:hover {
background: url(/pics/condos/btn_contact_on.gif) top left no-repeat; }

.righty_Float { float: right; }

.peep_pic {
float: right;
height: 346px;
margin: 0px 0px 15px 15px;
}


.results {
margin: 0px;
width: 449px;
padding-top: 0px; }

.results2 {
margin: 0px;
background: #f5f3ed;
padding: 10px; }

.resultspic {
margin: 0px;
padding: 0px;
width: 140px; }

.linespace {
display: block;
border-top: 1px solid #999;
margin: 20px 0px 30px 0px;}

.tab1up a{
display: block;
background: url(/pics/condos/tab1_up.gif) top left repeat-y;
width: 152px;
color: #333; 
padding: 15px 0px 5px 0px;
text-align: center;
margin:0px; 
font: bold 13px "Georgia", "Times New Roman", serif;
text-decoration: none;}

.tab1up a:hover {
text-decoration: underline; }

.tab1down a{
display: block;
background: url(/pics/condos/tab1_down.gif) top left repeat-y;
width: 152px;
color: #333; 
padding: 15px 0px 5px 0px;
text-align: center;
margin:0px; 
font: bold 13px "Georgia", "Times New Roman", serif;
text-decoration: none;}

.tab1down a:hover {
text-decoration: underline; }

.tab2down a{
display: block;
background: url(/pics/condos/tab2_down.gif) top left repeat-y;
width: 200px;
color: #333; 
padding: 15px 0px 5px 0px;
text-align: center;
margin:0px; 
font: bold 13px "Georgia", "Times New Roman", serif;
text-decoration: none;}

.tab2down a:hover {
text-decoration: underline; }

.tab2up a{
display: block;
background: url(/pics/condos/tab2_up.gif) top left repeat-y;
width: 200px;
color: #333; 
padding: 15px 0px 5px 0px;
text-align: center;
margin:0px; 
font: bold 13px "Georgia", "Times New Roman", serif;
text-decoration: none;}

.tab2up a:hover {
text-decoration: underline; }

.tab3down a{
display: block;
background: url(/pics/condos/tab3_down.gif) top left repeat-y;
width: 155px;
color: #333; 
padding: 15px 0px 5px 0px;
text-align: center;
margin:0px; 
font: bold 13px "Georgia", "Times New Roman", serif;
text-decoration: none;}

.tab3down a:hover {
text-decoration: underline; }

.tab3up a{
display: block;
background: url(/pics/condos/tab3_up.gif) top left repeat-y;
width: 155px;
color: #333; 
padding: 15px 0px 5px 0px;
text-align: center;
margin:0px; 
font: bold 13px "Georgia", "Times New Roman", serif;
text-decoration: none;}

.tab3up a:hover {
text-decoration: underline; }

.sourcebox { 
padding: 13px 13px 0px 13px;
background: #f1efe8 url(/pics/condos/condoback_drop.gif) top left repeat-y; }

.flashrotate { 
border: 1px solid #ccc;
float: right;
margin: 0px 0px 5px 5px;
padding: 5px;
background: #f1efe8; }

.flash_office { 
margin: 0px 0px 5px 0px; }

.sourcebox_bot {
width: 507px;
height: 13px;
padding: 0px;
margin: 0px;
background: #f1efe8 url(/pics/condos/condo_source_bot.gif) top left repeat-y; }

.maplist1 {
float: left;
width: 140px;
text-align: left;
margin: 20px 0px 0px 0px;
padding: 0px 10px 0px 0px;}

.maplist2 {
float: left;
width: 140px;
text-align: left;
padding: 0px 0px 0px 10px;
margin: 20px 0px 0px 5px;}

.maplist3 {
float: left;
width: 140px;
text-align: left;
padding: 0px 0px 0px 10px;
margin: 20px 0px 5px 5px;}

.keylist {
float: left;
width: 230px;
text-align: left;
margin: 0px;
padding: 0px 5px 0px 0px;}

.keylist ul {
list-style: none;
margin: 0px;
padding: 0px;}

.keylist li {
list-style: none;
margin: 0px;
padding: 8px;
border-bottom: 1px solid #f6f4ed;
font: 13px Arial, Helvetica, sans-serif;}

.maplist {
list-style: none;
margin: 0px;
width: 140px;
padding: 0px;}

.maplist li {
list-style: none;
margin: 0px;
border-bottom: 1px solid #f6f4ed;
font: .8em Arial, Helvetica, sans-serif;}

.maplist li a { 
margin: 0px;
display: block;
padding: 3px;
text-decoration: none;
color: #453130;
font: 13px/1.4em Arial, Helvetica, sans-serif; }

ul.maplist li#active a {
margin: 0px;
font-weight: bold;
color: #453130; 
background-color: #cfc6af;}

ul.maplist li a:hover, ul#maplist li#active a:hover {
margin: 0px;
color: #453130;
text-decoration: underline; }




/* SIMPLE LISTS */

.simple_list {
font: normal .8em Arial, Helvetica, Verdana, sans-serif;
line-height: 1.4em;
color: #333;
list-style: none;
margin: 0px;
padding: 0px;}

.simple_list li {
list-style: square;
margin: 0px 20px 0px 20px;
padding: 0px 0px 10px 0px;}

.simple_list2 {
font: normal .7em Arial, Helvetica, Verdana, sans-serif;
line-height: 1.2em;
color: #333;
list-style: none;
margin: 0px;
padding: 0px;}

.simple_list2 li {
list-style: square;
margin: 0px 20px 0px 20px;
padding: 0px 0px 10px 0px;}

.simple_list3 {
font: normal .6em Arial, Helvetica, Verdana, sans-serif;
line-height: 1.2em;
color: #333;
list-style: none;
margin: 0px;
padding: 0px;}

.simple_list3 li {
list-style: square;
margin: 0px 20px 0px 20px;
padding: 0px 0px 10px 0px;}

.condojunk {
float: left;
width: 140px;
text-align: left;
margin: 20px 0px 0px 0px;
padding: 0px 10px 0px 0px;}

.condojunk ul {
list-style: none;
margin: 0px;
display: block;
padding: 0px;}

.condojunk li {
list-style: none;
margin: 0px;
display: block;
margin-bottom: 1px;}

.condojunk li a { 
margin: 0px;
display: block;
padding: 5px 5px 5px 5px;
text-decoration: none;
color: #c63;
background: #f6f4ee;
font: 14px/18px Arial, Helvetica, sans-serif; }

.condojunk li a:hover {
margin: 0px;
display: block;
color: #c63;
background: #fff;
text-decoration: underline; }

.condojunk li.specials a { 
margin-bottom: 1px;
display: block;
padding: 5px 5px 5px 5px;
text-decoration: none;
color: #fff;
background: url(/pics/apartments/specials_button.gif) top right no-repeat;
font: bold 14px/18px Arial, Helvetica, sans-serif; }
/*
.condojunk li.pricing a { 
margin-bottom: 1px;
display: block;
padding: 5px 5px 5px 5px;
text-decoration: none;
color: #fff;
background: #94b15a url(/pics/neighborhood/greenback.gif);
font: bold 14px/18px Arial, Helvetica, sans-serif; }*/

.condojunk li.specials a:hover {
margin-bottom: 1px;
display: block;
color: #fff;
font: bold 14px/18px Arial, Helvetica, sans-serif;
background: url(/pics/apartments/specials_button.gif) top right no-repeat;
text-decoration: underline; }



/* APARTMENT STUFF */

.apartment_block {
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 8px 8px;
    background: transparent url(/pics/apartments/little_stripes.gif); }
    
.apartment_Block1 {
float: left;
display: block;
border-bottom: 1px solid #f5f3ed;
width: 150px;
font: bold 12px Arial, Helvetica, Verdana, sans-serif;
margin: 8px 11px 0px 0px;
padding: 0px 0px 5px 0px;}

.apartment_Block1 a {
color: #333;
text-decoration: none; }

.apartment_Block1 a:link {
text-decoration: none; }

.apartment_Block1 a:hover {
text-decoration: underline; }

.apartment_Block3 {
float: left;
display: block;
width: 150px;
font: bold 12px Arial, Helvetica, Verdana, sans-serif;
border-bottom: 1px solid #f5f3ed;
color: #333;
margin: 8px 0px 0px 0px;
padding: 0px 0px 5px 0px;}

.apartment_Block3 a {
color: #333;
text-decoration: none; }

.apartment_Block3 a:link {
text-decoration: none; }

.apartment_Block3 a:hover {
text-decoration: underline; }

.apartment1 {
display: block;
padding: 0px 0px 8px 0px;}

.apartment1 a{
display: block;
border: 5px solid #fff;
text-decoration: none; width:140px; overflow:hidden; height:100px;}

.apartment1 a:link{
display: block;
text-decoration: none;}

.apartment1 a:hover{
display: block;
border: 5px solid #3c2727}
.apartment1 a img { display:block; margin-left:-15px; }

/* PHOTO TOUR */

.viewpic {
display: block;
width: 116px;
padding: 0px 0px 5px 0px;}

.view_block {
float: left;
display: block;
border-bottom: 1px solid #ccc;
width: 116px;
font: bold 12px Arial, Helvetica, Verdana, sans-serif;
margin: 15px 6px 0px 0px;
padding: 0px 0px 5px 0px;}

.viewpic a{
display: block;
border: 2px solid #fff;
text-decoration: none;}

.viewpic a:link{
display: block;
text-decoration: none;}

.viewpic a:hover{
display: block;
border: 2px solid #3c2727;}

#view_link { 
   font: bold .68em Arial, Helvetica, Verdana, sans-serif;
   line-height: .2em;
   color: #333;
   margin: 0px 0px 0px 0px;
   padding: 45px 0px 10px 0px; }
   
#flooplan_link { 
   font: bold .68em Arial, Helvetica, Verdana, sans-serif;
   line-height: .2em;
   color: #333;
   margin: 0px 0px 0px 0px;
   padding: 45px 0px 10px 0px; }
   
#ammenities_link { 
   font: bold .68em Arial, Helvetica, Verdana, sans-serif;
   line-height: .2em;
   color: #333;
   margin: 0px 0px 0px 0px;
   padding: 45px 0px 0px 0px; }
   
#testimonials_link { 
   font: bold .68em Arial, Helvetica, Verdana, sans-serif;
   color: #333;
   margin: 0px 0px 0px 0px;
   padding: 45px 0px 10px 0px; }
   
#location_link, #pricing_link { 
   font: bold .68em Arial, Helvetica, Verdana, sans-serif;
   line-height: .2em;
   color: #333;
   margin: 0px 0px 0px 0px;
   padding: 45px 0px 10px 0px; }

#contacto_link { 
   font: bold .68em Arial, Helvetica, Verdana, sans-serif;
   line-height: 1.2em;
   color: #333;
   margin: 0px 0px 0px 0px;
   padding: 45px 0px 10px 0px; }
   
#specials_link { 
   font: bold .68em Arial, Helvetica, Verdana, sans-serif;
   line-height: .2em;
   color: #333;
   margin: 0px 0px 0px 0px;
   padding: 45px 0px 10px 0px; }
   
.floorplan_block {
display: block;
border-top: 1px solid #fff;
font: normal 13px/24px Arial, Helvetica, Verdana, sans-serif;
color: #333;
margin: 5px 0px 0px 0px;
padding: 15px 10px 15px 10px;
background: #dcd6c6 url(/pics/home/column_gradation.gif) top left repeat-x;}

.floorplan_block a {
    color: #cc6633;
    font-weight: bold;
    text-decoration: none;}
    
.floorplan_block a:link {
    color: #cc6633;
    text-decoration: none;}
    
.floorplan_block a:visited {
    color: #cc6633;
    text-decoration: none;}
    
.floorplan_block a:hover {
    color: #cc6633;
    text-decoration: underline;}

.newspic_left {
margin: 0px 15px 15px 0px;}

.newspic_right {
margin: 0px 0px 15px 15px;}

/* PHOTO TOUR */
.floorpic_block {
float: left;
display: block;
border-bottom: 1px solid #666666;
width: 145px;
font: normal 12px Arial, Helvetica, Verdana, sans-serif;
margin: 15px 10px 0px 0px;
padding: 0px 0px 5px 0px;}

.floorpic {
display: block;
padding: 0px;
margin: 0px 0px 10px 0px;}

.floorpic a{
display: block;
border: 1px solid #999;
text-decoration: none;}

.floorpic a:link{
display: block;
text-decoration: none;}

.floorpic a:hover{
display: block;
border: 1px solid #3c2727;}


.equitybox {
    display: block;
    padding: 5px;
    margin: 0px 0px 20px 20px;
    float: right;
    width: 206px;
    background: #c66931;}
    
.equitybox_Outline {
    border: 1px solid #fff;
    font: normal 16px "Georgia", "Times New Roman", serif;
    line-height: 24px;
    color: #fff;
    padding: 20px 10px 20px 10px;
    background: #c66931;}
    
.job_box {
    display: block;
    padding: 5px;
    width: 478px;
    background: #c66931;}
    
.job_box_Outline {
    border: 1px solid #fff;
    font: normal 17px "Georgia", "Times New Roman", serif;
    line-height: 20px;
    color: #fff;
    padding: 20px 10px 20px 10px;
    background: #c66931;}
    
p.signup_box {
    font: normal 19px "Georgia", "Times New Roman", serif;
    line-height: 24px;
    color: #fff;
    padding: 15px 15px 15px 15px;
    background: #f3a946 url(/pics/condos/orange_gradation2.gif) top left repeat-x; }
    
.specials_Box {
    padding: 10px;
    background: #f3a946 url(/pics/condos/orange_gradation2.gif) top left repeat-x; }

.pricing_Box {
	    padding: 10px;
	    background: #94b15a url(/pics/neighborhood/greenback.gif);
		
	 }

.facebook_link {
float: left;
display: block;
width: 180px;
padding: 0px 15px 15px 0px;}

.facebook_link a{
background: transparent url(/pics/apartments/facebook_link.gif) no-repeat top left;
display: block;
border: 5px solid #fff;
height:51px;
text-decoration: none;
text-indent:-5000px;
width:170px;
}

.facebook_link a:link{
display: block;
text-decoration: none;}

.facebook_link a:hover{
display: block;
border: 5px solid #3c2727;}


.specials_Box_Outline {
    font: normal 19px "Georgia", "Times New Roman", serif;
    line-height: 24px;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 15px 15px 15px; }
    
.specials_Box_Outline a {
    color: #fff;
    text-decoration: underline;}
    
.specials_Box_Outline a:link {
    color: #fff;
    text-decoration: underline;}
    
.specials_Box_Outline a:visited {
    color: #fff;
    text-decoration: none;}
    
.specials_Box_Outline a:hover {
    color: #fff;
    text-decoration: none;}

.base_list {
	margin: 0px 0px 0px 20px;
	font: normal .6em Arial, Helvetica, sans-serif; line-height: 1.5em; color: #333;
	padding: 0px;
	}
    
.base_list li {
	margin-bottom: 10px;
	}
	
#addressblock_Box{
display: block;
border: 1px solid #f6f4ed;
padding: 0px;
margin: 0px 0px 30px 0px;
background: #f6f4ed;
}

.contact_box_Form {
float: right;
display: block;
font: normal 13px/15px Arial, Helvetica, sans-serif; 
color: #3c2727;
margin: 0px;
padding: 15px 15px 5px 15px;
width: 230px;
background: #dcd7c7;
	}
	
.addressblock{
float: left;
padding: 0px 0px 0px 15px;
display: block;
width: 200px;
}	

.anotherblock{
width: 290px;
display: block;
}	

.anotherblock2{
width: 482px;
display: block;
}
.anotherblock3{
width:210px;
display: block;
}

.anotherblock4{
width: 489px;
display: block;
}

.button_list {
float: right;
display: block;
margin: 11px 0px 0px 0px;
padding: 0px;
background: #eae8e0; }

.button_list ul {
margin: 0px;
list-style: none;
padding: 0px; }

.button_list ul li {
margin: 0px;
list-style: none;
padding: 0px 0px 5px 0px;
display: block; }

.button_list a {
color: #000;
height: 28px;
width: 171px;
text-decoration: none;
text-indent: -5000px;
display: block;}

.button_list li.contact {
background: url(/pics/condos/btn_contact_off.gif) top left no-repeat;}

.button_list li.contact a:hover {
background: url(/pics/condos/btn_contact_on.gif) top left no-repeat;}

.button_list li.info {
background: url(/pics/condos/btn_info_off.gif) top left no-repeat;}

.button_list li.info a:hover {
background: url(/pics/condos/btn_info_on.gif) top left no-repeat;}

.button_list li.vip {
background: url(/pics/condos/btn_vip_off.gif) top left no-repeat;}

.button_list li.vip a:hover {
background: url(/pics/condos/btn_vip_on.gif) top left no-repeat;}

.button_list li.friend {
background: url(/pics/condos/btn_friend_off.gif) top left no-repeat;}

.button_list li.friend a:hover {
background: url(/pics/condos/btn_friend_on.gif) top left no-repeat;}

.button_list li.print {
background: url(/pics/condos/btn_print_off.gif) top left no-repeat;}

.button_list li.print a:hover {
background: url(/pics/condos/btn_print_on.gif) top left no-repeat;}

.apartment_Box {
display: block;
margin: 0px;
padding: 0px;
width: 232px; }

.condo_Box {
display: block;
float: right;
margin: 0px;
padding: 0px;
width: 232px; }

.ammenities_Box {
display: block;
border: 1px solid #fff;
margin: 10px 0px 0px 0px;
padding: 20px;
background: #f6f4ed; }

.ammenities_Box2 {
display: block;
border: 1px solid #fff;
font: normal .6em Arial, Helvetica, Verdana, sans-serif;
line-height: 1.5em;
color: #333;
margin: 10px 0px 0px 0px;
padding: 20px;
background: #f6f4ed; }

.retail_contact_Box {
display: block;
border: 1px solid #fff;
margin: 00px 0px 0px 0px;
padding: 20px;
background: #f6f4ed; }

.ammen_Box1 {
display: block;
margin: 0px;
padding: 0px;
width: 200px; }

.ammen_Box2 {
display: block;
font: normal .6em Arial, Helvetica, Verdana, sans-serif;
line-height: 1.5em;
color: #333;
margin: 0px;
padding: 0px;}

.survey_paper {
display: block;
color: #333;
margin: 0px;
padding: 15px;
width: 459px;
background: #fbfaf8 url(/pics/contact/paper_corner.gif) top left no-repeat;
	}
	
.contact_Grey a{
float: left;
display: block;
margin-bottom: 10px;
width: 163px;
margin-right: 6px;
padding: 8px;
color: #fff;
background: #c96d2f url(/pics/contact/contact_pattern.gif) top left repeat-y;
text-decoration: none;}

.contact_Grey a:link{
display: block;
width: 163px;
padding: 8px;
color: #fff;
background: #c96d2f url(/pics/contact/contact_pattern.gif) top left repeat-y;
text-decoration: none;}

.contact_Grey a:hover{
display: block;
background: #7d7a69;}

p.contact_Grey {
font: normal 12px/18px Arial, Helvetica, Verdana, sans-serif;
letter-spacing: .1px;
color: #fff;
padding: 0px;
margin: 8px 0px 8px 0px; }

p.contact_Greytitle {
font: normal 20px "Georgia", "Times New Roman", serif;
line-height: 21px;
margin: 8px 0px 0px 0px;
padding: 0px;
color: #fff; }

p.surveycopy {
font: bold 14px "Georgia", "Times New Roman", serif;
line-height: 17px;
margin: 8px 0px 0px 0px;
padding: 0px;
color: #333; }

/* SPECIAL FONT COLORS */

.big_white { 
   font: normal 1em "Georgia", "Times New Roman", serif;
   color: #fff;
   margin: 0px;
   padding: 0px;}
   
.green {
    font: bold 13px Arial, Helvetica, Verdana, sans-serif;
    color: #390;
    background: #fff;}
    
.grey {
    display: block;
    font: bold .7em Arial, Helvetica, Verdana, sans-serif;
    line-height: 1.5em;
    padding-bottom: 4px;
    color: #333;}
    
.red {
    display: block;
    margin-top: 40px;
    font: bold 13px Arial, Helvetica, Verdana, sans-serif;
    color: #C00;
    background: #fff;}
    
        
.pink {
    color: #a65039;}

.dindin { 
   display: block;
   font: normal 1em "Georgia", "Times New Roman", serif;
   margin-top: 15px;
   padding: 0px;
   line-height: 1.2em;
   color: #a65039;}
   
    
    
.black a:visited {font-weight: bold;text-decoration: none;color: #333;background: #fafaf8;}
.black a:link {font-weight: bold;text-decoration: none; color: #333; background: #fafaf8;}
.black a:hover {font-weight: bold;text-decoration: underline; color: #333; background: #fafaf8;}
    
.soldout {
    color: #900;
    font-weight: bold;}


/* TABLES */    
.specbox {
margin: 20px 0px 20px 0px;
width: 489px;
color: #333;
font: normal .5em Arial, Helvetica, Verdana, sans-serif;
line-height: 1.5em;}

p.mls {
   margin: 0px 0px 12px 0px;
   font: normal 1em Arial, Helvetica, Verdana, sans-serif;
   line-height: 1.5em;
   color: #333;}
   
.tabster {
padding: 0px;
margin: 0px;}

.celly {
margin: 0px;
border: 1px solid #333;
padding: 10px; }

.celly a {
    color: #cc6633;
    text-decoration: none;}
    
.celly a:link {
    color: #cc6633;
    text-decoration: none;}
    
.celly a:visited {
    color: #cc6633;
    text-decoration: none;}
    
.celly a:hover {
    color: #cc6633;
    text-decoration: underline;}

.celly_left {
margin: 0px;
border-left: 1px solid #333;
padding: 10px;}

.celly_center {
margin: 0px;
border-left: 1px solid #333;
padding: 10px; }

.celly_right {
margin: 0px;
border-left: 1px solid #333;
border-right: 1px solid #333;
padding: 10px; }

.celly_bt {
margin: 0px;
width: 166px;
border-bottom: 1px solid #333;
padding: 10px; }

.celly_bt_nobo {
margin: 0px;
width: 166px;
padding: 10px; }

.celly_bt_rt_nobo {
margin: 0px;
width: 166px;
border-right: 1px solid #333;
padding: 10px; }

.celly_bt_rt {
margin: 0px;
width: 166px;
border-bottom: 1px solid #333;
border-right: 1px solid #333;
padding: 10px; }

.pic_celly {
margin: 0px;
width: 180px;
border-right: 1px solid #333;
border-left: 1px solid #333;
padding: 0px; }

.celly_show {
margin: 0px;
border-top: 1px solid #333;
border-right: 1px solid #333;
border-left: 1px solid #333;
padding: 10px; }
    


/* FOOTER */
#footer {
    display: block;
    text-align: left;
    padding: 20px 20px 20px 195px;
    height: 337px;
    border-top: 2px solid #3c2727;
    color: #453130;
    font: normal 11px Arial, Helvetica, Verdana, sans-serif;
    clear: both;
    background: #dcd7c7 url(/pics/home/footer_back.gif) top left repeat-x;}
    
.footsy1 {
float: left;
width: 155px;
text-align: left;
margin: 20px 0px 0px 0px;
padding: 0px 10px 0px 0px;}

.footsy2 {
float: left;
width: 155px;
text-align: left;
padding: 0px 0px 0px 10px;
margin: 20px 0px 0px 5px;}

.footsy3 {
float: left;
width: 155px;
text-align: left;
padding: 0px 0px 0px 10px;
margin: 20px 0px 5px 5px;}

.footsylist {
list-style: none;
margin: 0px;
width: 155px;
padding: 0px;}

.footsylist li {
list-style: none;
margin: 0px;
border-bottom: 1px solid #eae4d6;
font: .8em Arial, Helvetica, sans-serif;}

.footsylist li a { 
margin: 0px;
display: block;
padding: 7px 0px 7px 5px;
text-decoration: none;
color: #453130;
font: 13px/1.4em Arial, Helvetica, sans-serif; }

ul.footsylist li#active a {
margin: 0px;
font-weight: bold;
color: #453130; 
background-color: #cfc6af;}

ul.footsylist li a:hover, ul#footsylist li#active a:hover {
margin: 0px;
color: #453130;
text-decoration: none;
background-color: #cfc6af; }


/* PORTFOLIO */
.project {
	background:#fbfaf8;
	float:left;
	margin-top: 20px;
	width:750px;
	}
	.project p {color:#333;}
	.project h3 {
		font: normal normal normal 20px Georgia, sans-serif;
		margin: 0 0 .5em 0;
		}
.p-data {
	border-left: 1px solid #fff;
	padding: 20px;
	}
.p-img {
	float:right;
	padding: 20px 20px 20px 22px;
	border-right: 1px solid #fff;
	background: url(/pics/portfolio/project-img-bg.gif) repeat-y left top;
	text-align:center;
	}
	.p-img img {
		width:440px;
		margin:0 auto;
		}
.p-info {
	background: #f1efe8 url(/pics/portfolio/project-item-bg.gif) repeat-x left 1px;
	border: solid 1px #ccc;
	}
	.p-info ul {
		font: normal normal normal 12px/normal Arial, sans-serif;
		list-style: none;
		padding: 0;
		margin:0;
		}
		.p-info ul li {
			margin: 0 10px 0 0;
			padding:.6em 0;
			border-top: 1px solid #ccc;
			width:190px;
			float:left;
			}

img.porto { padding: 10px; border: 1px solid #ccc; background: #fff;}

.toggle-text {
	overflow:hidden;
	height:0;
	}

.p-details {
	background: url(/pics/portfolio/project-details-bg.gif) repeat-x left top;
	padding:25px 25px 0px 25px;
	}
	#copy_block2.portfolio .p-details p {
		margin: 0 ;
		padding: 0 0 1.4em 0;
		color:#333;
		}
	.p-details h4 {
		margin:0 0 .5em 0;
		font: normal normal bold 14px Arial, sans-serif;
		color:#000;
		padding:0;
		}
	
.toggle {
	clear:both;
	float:left;
	/*background:transparent;*/
	}
/*	.toggle img { behavior: url(iepngfix.htc); }*/

#copy_block2.portfolio {
	background:url(/pics/portfolio/pattern.gif) repeat left top;
	padding:20px;
	
	}
	#copy_block2.portfolio h2,
	#copy_block2.portfolio p {
		color:#fff;
		background-color:transparent;
		}
#primary.portfolio {
	width:790px;
	}
	.port_intro {
		color:#fff;
		display:block;
		float:left;
		width:720px;
	}
	#no_break {width:1010px;float:left;overflow:hidden;}
/* END PORTFOLIO */

/* BLOG
**************************************************/
#blog_nav {
	border-left: 30px solid #eae8e0;
	margin-left:0;
}
#blog_nav ul {
	font: normal normal normal 14px/normal Arial, sans-serif;
	margin: 0 0 1.5em 0;
	padding:0;
	list-style:none;
}
#blog_nav ul li {
	margin:0;
	padding: .5em 0;
	border-top: solid 1px #e1dcca;
}
#blog_nav ul a {
	color:#a55742;
  		text-decoration: none; 
   background: url(/pics/home/dot.gif) repeat-x bottom;

}
#blog_nav ul a:visited {
	color:#666;
}
#blog_nav ul a:hover {
	color:#a55742;
   text-decoration: none; 
   background-image: url(/pics/home/line.gif);
   background-color: #fff;
}
.comment_links { color:#ccc; }
.blog_post { 
	padding:15px 0;
	border-top: 1px dotted #999;
}
.blog_post h3 {
	font-size:20px;
}
.blog_post p.timestamp {
	font-size:12px;
	color:#74654d;
}
.blog_img { float:right; margin:0 0 1em 1em; }


.epc a{
float: left;
display: block;
margin-bottom: 10px;
width: 163px;
margin-right: 6px;
padding: 8px;
color: #fff;
background: #94b15a url(/pics/neighborhood/greenback.gif); 
text-decoration: none;}



.epc a:hover{
display: block;
color: #fff;
background: #94b15a;}

p.epctitle {
font: normal 20px "Georgia", "Times New Roman", serif;
line-height: 21px;
margin: 0px;
padding: 0px;
color: #fff; }

p.epc {
font: normal 12px/18px Arial, Helvetica, Verdana, sans-serif;
letter-spacing: .1px;
color: #fff;
padding: 0px;
margin: 8px 0px 8px 0px; }



.heat a{
float: left;
display: block;
margin-bottom: 10px;
width: 163px;
margin-right: 6px;
padding: 8px;
color: #333;
background: #fff; 
text-decoration: none; text-align:center;}




p.heattitle {
font: normal 20px "Georgia", "Times New Roman", serif;
line-height: 21px;
margin: 0px;
padding: 0px;
color: #fff; }

p.heat {
font: normal 12px/16px Arial, Helvetica, Verdana, sans-serif;
padding: 0px;
margin: 8px 0px 8px 0px; text-align:center;}







/* SLIMBOX2 */
#lbOverlay { position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; cursor: pointer; }
#lbCenter, #lbBottomContainer { position: absolute; z-index: 9999; overflow: hidden; background-color: #fff; }
.lbLoading { background: #fff url(/pics/shared/slimbox/loading.gif) no-repeat center; }
#lbImage { position: absolute; left: 0; top: 0; border: 10px solid #fff; background-repeat: no-repeat; }
#lbPrevLink, #lbNextLink { display: block; position: absolute; top: 0; width: 50%; outline: none; }
#lbPrevLink { left: 0; }
#lbPrevLink:hover { background: transparent url(/pics/shared/slimbox/prevlabel.gif) no-repeat 0 15%; }
#lbNextLink { right: 0; }
#lbNextLink:hover { background: transparent url(/pics/shared/slimbox/nextlabel.gif) no-repeat 100% 15%; }
#lbBottom { font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-size: 10px; color: #666; line-height: 1.4em; text-align: left; border: 10px solid #fff; border-top-style: none; }
#lbCloseLink { display: block; float: right; width: 66px; height: 22px; background: transparent url(/pics/shared/slimbox/closelabel.gif) no-repeat center; margin: 5px 0; outline: none; }
#lbCaption, #lbNumber { margin-right: 71px; }
#lbCaption { font-weight: bold; }

#slideshow { width:517px; height:266px; overflow:hidden;  }
#slideshow img { width:517px; display:block;}


/* The Nivo Slider styles */
.nivoSlider { position:relative; }
.nivoSlider img { position:absolute; top:0px; left:0px; }
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink { position:absolute; top:0px; left:0px; width:100%; height:100%; border:0; padding:0; margin:0; z-index:60; display:none; }
/* The slices in the Slider */
.nivo-slice { display:block; position:absolute; z-index:50; height:100%; }
/* Caption styles */
.nivo-caption { position:absolute; left:0px; top:0px; height:100%; background:#e9e7df; color:#fff; opacity:0.8; /* Overridden by captionOpacity setting */ width:27%; z-index:89; }
.nivo-caption p { padding:5px; margin:0; }
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav { display:none; }
.nivo-directionNav a { position:absolute; top:45%; z-index:99; cursor:pointer;display:none; }
.nivo-prevNav { left:0px; }
.nivo-nextNav { right:0px; }
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a { position:relative; z-index:99; cursor:pointer; }
.nivo-controlNav a.active { font-weight:bold; }



#rotator img { display:none;  }
#nivo { width:549px; height:361px; overflow:hidden; background:#f1efe8 url(/pics/nivo/rotator.png) no-repeat; font:normal 12px/normal Arial,Helvetica,sans-serif; }
#rotator { width:521px; height:309px;  margin:14px 15px 0; background:url(/pics/nivo/ajax-loader.gif) no-repeat center center; }
.nivo-controlNav { position:absolute; left:43%; bottom:-21px; }
.nivo-controlNav a {
	display:block;
	width:8px;
	height:8px;
	background:#f1efe8 url(/pics/nivo/dots.png) no-repeat -8px 0;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 0;
}
.nivo-caption p { padding:13px; margin:0; font-size:12px; line-height:1.4; color:#3c2727; }
.nivo-caption p h2 { font-family:georgia,serif; font-size:20px;  margin:0 0 8px;line-height:1.1; }

.more_box { display:none; }

#view_mobile a { display:block; width:100px; margin:-19px 0 0 0; padding: 6px; white-space:nowrap; background:#3b2322; opacity:0.5; color:#fff; font-size:9px; font-weight:bold; text-transform: uppercase; border-bottom-left-radius:3px; border-bottom-right-radius:3px; text-align:center; text-decoration:none;}
#view_mobile a:hover { opacity:1; }