﻿/* CSS Document */

/************************************/
/* HTML Tag Overrides */
/************************************/
html {
     overflow: -moz-scrollbars-vertical;
}
* {
	margin: 0;
	padding: 0;
}
body {
	background: #0094D6 url(images/bgfull.gif) repeat-x;
	color: #000;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
	line-height:1.7em;
}

p {
	margin-top:5px;
	margin-bottom:-5px;
}

hr {
	height:1px;
	background-color:#E9E5E5;
	color:#E9E5E5;
	border:0;
}

/************************************/
/* Template IDs */
/************************************/
#MainHolder {
	background: url(images/topcorners.gif) no-repeat;
	width:100%;	
	min-width:1003px;
}

#Header {
	height: 92px;
}

/* title */
#SiteTitle {
	float: left;
	padding: 0 0 0 0;
}
#SiteTitle img 
{
    padding:0;
    margin:0;
    float:left;    
    height:87px;
}
#SiteTitle h1 {
	color: #FFF;
	font: normal 2em Verdana,sans-serif;
}

#SiteNavigation {
	float: left;
	height: 92px;
	margin-left: 0;
	padding: 0 0;
	/*width:433px;*/
	width:453px;	
}
#SiteNavigation a {
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 56px;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
	text-transform:none;	

}
#SiteNavigation a:hover {
	background-color: #4A91C3;
	color: #FFF;
}
#SiteNavigation .hover {
	background-color: #4A91C3;
	color: #FFF;
}

#BodyHolder {
	background: #FFF url(images/bgmain.gif) no-repeat;
	clear: both;
	padding: 0 12px 0 52px;
	border-right:0 solid #005AA8;
	height:100%;
}

#FadedArea 
{
    background-image:url(images/fadedphoto.gif);
    background-repeat:no-repeat;
    background-image:none;
    width:538;
    height:366px;
}

/* main left */
#SideBar {
	float: left;
	width: 170px;
	padding:0 20px 40px 20px;
	background-color:#e7e7e7;
	/*background: #fff url(images/sidenavbg.gif) repeat-x;*/
}
#SideBar h1 {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.4em;
	height: 20px;
	margin-top: 1.2em;	
}

#SideBar .module ul {
	margin: 0;
	padding: 0;
}
#SideBar .module li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
#SideBar .module li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
#SideBar .module li a:hover {
	color: #111;
	background: url(images/nav_li.gif) no-repeat;
}

#SideBar .SiteNav ul 
{
    margin: 0;
	padding: 0;
}
#SideBar .SiteNav li
{
    border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}

/* content */
#Content {
	float: left;
	margin-right: 40px;
	_margin-right: 36px; /* for ie 6 */
	padding-top:12px;
	width: 670px;

}
#Content .descr {
	color: #C60;
	margin-bottom: 6px;
}
#Content ul li {
	list-style: url(images/li.gif);	margin-left:30px;
}
#PhotoHolder {
	/*background: url(images/bgcode.gif);	*/
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 10px 10px;	
	text-align:center;

}
#PhotoHolder img 
{
    float:left;
    margin-right:5px;
    display:inline;
}
#FooterLinks 
{
    border-top: 1px dashed #DDD;
    padding-top:10px;
    font-size:1.2em;
    text-align:center;
    font-weight:bold;
    color:#F70;
}
#FooterLinks a 
{
   
}
#Footer {
	background: #0094D6 url(images/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
	
}
#Footer a {
	color: #FFF;
	text-decoration: none;
}
#Footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
	/************************************/
	/* Secondary Page IDs */
	/************************************/
	.LeftColumn 
	{
	    float:left;
	    width:400px;
	    margin-right:10px;
	    background-color:#fff;	 
	}
	.RightColumn 
	{
	    float:left;
	    width:250px;	
	}
    .RightColumn img 
    {
        border:2px solid #ddd;
        margin-bottom:10px;
    }
	
/********************
 CONTENT GENERAL
********************/

a {
	color: #F70;
}
a:hover {
	color: #C60;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,code,ul, cite {
	font-size: 1.3em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.84em;
	margin-bottom: 4px;
}
h2 
{
    border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.4em;
	height: 20px;
	margin-top: 0;
	margin-bottom:1em;
}
h1,h3 {
	color: #06C;
	padding-top: 6px;
}

cite {
	background: url(images/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}





	
/************************************/
/* Content Classes */
/************************************/

.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}






/* FROM CONDOSALES.COM */
.TableRowData {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-top-color: #D6C49A;
    border-right-color: #D6C49A;
    border-bottom-color: #D6C49A;
    border-left-color: #D6C49A;
    font-size:120%;
}
.CondoSummaryTable {
    border: 1px solid #D6C49A;
    background-color: #FCFAF3;	    
}
.TablePictureCell {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #D6C49A;
    background-color: #ECDEBD;
    padding-top:10px;
}
.TablePictureCell a, .TablePictureCell a:link, .page a, .pager a:link {
    color:blue;
    font-size:120%;
}
.pager {
    font-size:120%;
}

.ErrorBox
{
    width:100%;
    padding:5px;
    background-color:"ff0000";
    color:"ffffff";
    font-weight:bold;
}

.FeaturedPropertyHeader
{
    background-color:#5271A5;
    color:White;
    font-weight:bold;
}
.FeaturedPropertyFooter
{
	background-color:#5271A5;
	color:White;
	font-weight:bold;
}
