#navcontainer
{
width: 18em;
border-right: 1px solid #d5c6b3;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #7d6844;
color: #333;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #ffffff;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #7d6844;
border-right: 10px solid #d5c6b3;
background-color: #e2d9ca;
color: #7d6844;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 10px solid #e2d9ca;
border-right: 10px solid #e2d9ca;
background-color: #d5c6b3;
color: #fff;
}

/********************************************************************************/


.propertyDetailsBox{
border-right: 1px solid #ff0000; 
}
.propertyDetailsTitle{
color:white;
font-size:150%;
font-weight:bold;
vertical-align:middle;
}
.propertyDetailsTitleNumbers{
color:white;
font-family:arial;
font-weight:bold;
vertical-align:middle;
}
.propertyDetailsSaleType{
color:white;
font-family:arial;
font-size:130%;
font-weight:bold;
vertical-align:middle;
}
.smallLink{
color:#FF0000;
font-weight:normal;
}
.smallLinkWhite{
color:#FFFFFF;
font-weight:normal;
}
.smallLinkWhite:hover{
color:#FFFFFF;
}

/* All comments are surrounded by /* */ 
/* Comments can't be placed inside { } brackets  */

/********************************* Styles for specific areas on page *********************************/
/*** This section can be used to apply styles to specific areas of the page                                                      ***/
/*** For example "#leftContent a" and "#leftContent a:hover" (below)                                                          ***/
/*** could be used to apply styles to left column links only                                                                           ***/
/*** (by default they are left empty so they will have the same style as the rest of the page)                         ***/
/*********************************************************************************************/

#centerContent{
padding:0px;
}

#leftContent{
padding:0px;
}

#leftContent a{
}

#leftContent a:hover{

}

#rightContent{
display:none;
}

#topContent{
padding:0px
}

#bottomContent{
padding:0px;
}

.ripesiteFooterLogo{
display:none;
}

/********************************** General page wide styles **********************************/
/*** These styles apply to the whole page, but will we overridden                                                           ***/
/*** in specific areas if the same elements exist for the specific area above                                            ***/
/*****************************************************************************************/

body {
line-height: 1.4em;
margin:15px 10px;
scrollbar-face-color: #ff0000;
scrollbar-shadow-color: Gray;
scrollbar-highlight-color: #510000;
scrollbar-3dlight-color: #F5F5F5;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: #ffffff;
}

input, select, textarea {
font-size: 12px;
}

p {
}

h1{
margin:0;
}

.image-shadow {
   float:left;
   background: url(/images/shadow.gif) no-repeat bottom right;
   margin: 10px 0 0 5px;
}
.image-shadow img {
   display: block;
   position: relative;
   background-color: #fff;
   border: 1px solid #a9a9a9;
   margin: -6px 6px 6px -6px;
   padding: 4px;
} 
img {
border: none;
text-decoration: none;
}

a img {
text-decoration: none;
}

a.silver:link 	{ FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 9pt; color:#c0c0c0; font-weight:bold; text-decoration:underline; }
a.silver:visited 	{ FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 9pt; color:#c0c0c0; font-weight:bold; text-decoration:underline; }
a.silver:active 	{ FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 9pt; color:#c0c0c0; font-weight:bold; text-decoration:underline; }
a.silver:hover 	{ FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 9pt; color:#ffffff; font-weight:bold; text-decoration:none; }


/* The 3 border properites are: Width Style Color */
.boxBorder {
border: 1px solid #CCCCCC; 
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 5px;
}


/******************************** Page borders ********************************/
/* left nav border */
.inner {
}
/* Footer border */
.bottom{
}

/******************************** Page layout settings ********************************/
/* left column width */
.outer {
border-left-width: 210px;  
}
/* left column width and  _negative_ left column width */
.left {
width: 205px;
margin-left: -210px;
}