body {
	font-family : "Times New Roman", serif;
	font-size: 1em;
	background-color: #F7F7F9;
	color: black;
	/*background-image : url('/images/template/bg.jpg');*/
	background-repeat : repeat-x;
	/*background-color : #E8E9ED;*/
background-color : #FFFFFF;
	margin: 0px;
	padding: 0px;
}

h1 {
 	margin-top: 11px;
	font-size: 1.6em;
	color : #00507D;
	font-weight: bold;
} 

h2 {
	margin-top: 11px; 
	font-size: 1.2em;
	color : #00507D;
	font-weight: bold;
        padding-left: 15px;
}


h1#title {
	font-size: 48px;
	color: #FFF;
	display: block;
	background-color: #000000;
	text-align: left;
	width: 515px;
	height: 56px;
	margin: 0px;
	padding-top: 45px;
	padding-left: 15px;
	font-family : "Times New Roman", serif;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: right bottom;
  background-color: #B2BDB9;
}

h2#title2 {
        margin-top: 11px;	
        font-size: 22px;
	color: #FFF;
	display: block;
	background-color: #000000;
	text-align: left;
	width: 515px;
	height: 25px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-family : "Times New Roman", serif;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: right bottom;
}

h3 {
	/*margin-top: 11px;*/
	font-size: 95%;
	color : #666666;
	font-weight: bold;
	margin-left: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 1.2em;
	padding-top: 8px;
	
}

#banner {
	margin: 0 auto;
	background: #FFFFFF;
	height: 80px;
    /*border-bottom: 1px solid #CCCCCC;*/
    border-top: 0px solid black;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
text-align: right;
}

/*-------------------------------------------------------------

                    global rules for links

-------------------------------------------------------------*/


a:link {
	font-weight : bold;
	text-decoration : underline;
    	COLOR: #006db8;
	background-color : inherit;
}
a:visited {
	font-weight : bold;
	text-decoration : underline;
    	COLOR: #006db8;
	background-color : inherit;
}
a:active {
	font-weight : bold;
	text-decoration : underline;
    	COLOR: #006db8;
	background-color : inherit;
}
a:hover {
	font-weight : bold;
	text-decoration : none;
    	COLOR: #006db8;
	background-color : inherit;
} 
      
/*-------------------------------------------------------------

                   Common Page Structure

-------------------------------------------------------------*/
      
#container_frontpage {
	display: table;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #999999; 
	width: 750px;
	background-image : url('/images/template/container_bg_beige.png');
    background-repeat : repeat-y;
    
}

#topnav_container {
	margin: 0 px;
	padding: 0 px;
	width: 750px;
	}
	
#left_sidebar {
	float: left;
	width: 219px;
	margin-bottom: 0px;
	position: relative;
	bottom: 0px;
	border-right: 1px solid #999999;
	padding-bottom: 5px;
}

#left_sidebar img {
	margin-bottom: 0px;
	padding:0px;
	}

#frontpage_featured_property_pic {
	width: 160px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #000;
	border-right-color: #666;
	border-bottom-color: #666;
	}
	
#frontpage_featured_property_text {
	width: 190px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
	}

#maincontent { 
	margin-top: 0px;
	float: right;
	width: 530px;
	padding-bottom: 10px;
}

#maininner {
	clear: none;
	padding-left: 0px;
	padding-right: 15px;
	font-size: 1em;
	padding-top:0px;
	margin-top: 0px;
}

#maininner p {
        padding-left: 15px;
        padding-right: 10px;
	line-height: 1.2em;
}

#contentheading { 
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 90%;
	color : #FFF;
	font-weight: bold;
	position: relative;
	bottom: 0px;
}

#property_pic, #property_thumb {
	margin-top: 10px;

	padding: 5px;
	background-color: #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}

#property_pic2 {
	padding: 5px;
	}

#property_pic {
	width: 250px;
	}

#property_thumb {
	width: 100px;
	}

#property_thumb img {
	width: 100px;
	}

#footer  {
	margin: 0px auto;
	padding: 5px 0px 0px;
	width: 750px;
}
#footer a{
	font-family : "Times New Roman", serif;
	font-size: x-small;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}
	
/*-------------------------------------------------------------

                    Navigation

-------------------------------------------------------------*/

/*main horizontal navbar*/

ul#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
	position: relative;
	top:0px;
	
}
ul#nav a {
	display: block;
	float: left;
	width: 125px;
	background-image: url(/images/template/nav_bg_white.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 0px;
	height: 27px;
	padding-top: 7px;
	text-align: center;
	}
	

ul#nav a:hover {
	text-decoration: underline;
	}
	
ul#nav li{
	display: inline;
	margin: 0px;
	padding: 0px;
	}

/*inner-page vertical navbar parent global rules*/

ul#subnav {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	/* trying to fix the left navbar
	position: relative;
	bottom: 16px;
	trying to fix the left navbar*/
	margin-top: 0px;
	border-top: 0px;
}
	ul#subnav a {
	display: block;
	text-decoration: none;
	background: #fff;
	color: #999;
	padding: 5px 10px;
	border-bottom: 1px dotted #999;
	width: 199px;
	font-family: "Times New Roman", serif;
	font-size: 90%;
	font-weight: bold;
	list-style-type: none;
	/* trying to fix the left navbar*/
	line-height: 14px;
	margin-top: 0px;
	/* trying to fix the left navbar*/
	
	}
	ul#subnav a:hover {
		background: #ccddde;
	}

	ul#subnav li{
		display: inline;
	}

/*inner-page vertical navbar children global rules*/	

ul#subsubnav {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
	ul#subsubnav a {
	display: block;
	text-decoration: none;
	background: #fff;
	color: #999;
	padding: 5px 15px;
	border-bottom: 1px dotted #999;
	width: 189px;
	font-family: "Times New Roman", serif;
	font-size: 1em;
	font-weight: normal;
	list-style-type: none;
	}
	ul#subsubnav a:hover {
		background: #ccddde;
	}

	ul#subsubnav li{
		display: inline;
	}	
	

#property_pic, #property_thumb, #property_pic2 {
margin-left: 10px;
	padding-left: 10px;
}


#map {
margin-left: 10px;
	padding-left: 10px;
}
































