﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HTML TAGS 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body
{
    margin-top:0;
    background-color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    line-height: 1.4em;
    color: #666666;
}

p {
	margin:10px 0;
	}

p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
	
hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
	_margin:10px 0;
	}
	
blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	background:url(../../images/bg-quote.png) no-repeat;
	}

blockquote p {
	margin:2px 0;
	}
	
cite {
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
	}

fieldset {
	padding:15px;
	}
	
legend {
	color:#333333;
	padding:5px 3px 10px 3px;	
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1, h2, h3, h4, h5, h6 {
	font-size:1.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

h1 {
	margin-bottom:0;
}

h1, h2 {
	margin-top:0px;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1em;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a:link
{
	color: #dc143c;
	text-decoration: none;
}

a:visited
{
	color: #b22222;
	text-decoration: none;
}

a:hover
{
	color: #980000;
	text-decoration: underline;
}

a:active {
	color:#980000;
}

#contentSideTwoColumn a:link,
#contentSide2ThreeColumn a:link,
#contentSide1ThreeColumn a:link,
#contentSideTwoColumn a:visited,
#contentSide2ThreeColumn a:visited,
#contentSide1ThreeColumn a:visited {
	text-decoration:none;
}

#contentSideTwoColumn a:hover,
#contentSide2ThreeColumn a:hover,
#contentSide1ThreeColumn a:hover {
	text-decoration:underline;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#top-information {
	height:4.5em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	color:#999999;
	font-size:.85em;
	position:relative;
	width:900px;/*changing from 760px to 900px*/
	}
	
#logo {
	position:absolute;
	background-image:url(images/OTGHomes-logo.png);background-repeat:no-repeat;
	top:.5em;
	left:15px;
	font-size:2.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:2.8em;
	padding:.1em 0 .2em 0;
	font-variant:small-caps;
	}

#logo a
{
	color: #dc143c;
	text-decoration: none;
}

#top-information-home {
	text-align:right;
	border-bottom:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:25.5%;
	height:2em;
	width:15%;
	padding:0 1.5% 0 0;
	}
	
#top-information-phone {
	text-align:center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	left:75%;
	height:100%;
	padding:0 0 0 2%;
	}

#top-information-link {
	text-align: center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:0;
	height:2em;
	width:8.5%;
	padding:0 0 0 1.5%;
	}

#heading{
	text-align: left;
	font-size:1.4em;
	font-weight:bold;
	}


#subheading{
	font-size:1.1em;
	font-weight:bold;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-main
{
    background: url(../../images/bg-nav-Azul.png) no-repeat; background-color:Transparent;
    margin-left: auto;
    margin-right: auto;
    height:20;
    width: 940px; /*changing from 740px to 900px*/
    padding: .8em 0 1em 20px;
    position: relative;
    font-weight: bold;
    right: 0px; top: 0px; height: 43px;
}

#nav-main div
{
	background: url(../../images/bg-nav-side-Green.png) no-repeat right top;
	width: 25%;
	_width: 25.5%;
	position: absolute;
	top: 0;
	right: 0;
	padding: .8em 0 1em 0;
}

#nav-main ul {
	margin:0;
	padding:0 20% 0 0;
	}
	
#nav-main li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#nav-main a:link,
#nav-main a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#nav-main a:hover
{
	color: #fff;
	text-decoration: underline;
}

#nav-main a:active {
	color:#f5f5f5;
}

#nav-main li.current a:link,
#nav-main li.current a:visited {
	text-decoration:underline;
}

#nav-main li.current a:hover
{
    color: #fff;
    text-decoration: underline;
}

#nav-main li.current a:active {
	color:#FFFFFF;
}

/* ACTIVE PAGES */
.nav-main a.StaticSelectedStyle:link, .nav-main a.StaticSelectedStyle:visited
{
	color: #fff;
	text-decoration: underline overline;
	font-variant: small-caps;
	font-weight: bold;
	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Renaming from #content-container-two-column  */

#contentContainerTwoColumn {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	width:940px;/*changing from 728px to 885px*/
	border:1px solid #818181;
	/*background:url(../../images/bg-three-column-main.png) repeat-y;*/
	position:relative;
	}
/* Renaming from #content-main-two-column*/
#contentMainTwoColumn
{
    width: 672px;
    float: inherit;
   
}
/* Renaming from #content-side-two-column*/
#contentSideTwoColumn {
	float:right;
	width:160px;
	
	}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* Renaming from #content-container-three-column */
#contentContainerThreeColumn
{
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 938px; /*changing from 728px to 885px*/
	border: 1px solid #818181;
	background:url(../../images/new-bg-three-column-home.png) repeat-y; 
	
}

/* Renaming from #content-main-three-column */
#contentMainThreeColumn {
	width:585px;
	float:left;
	padding-right:10;
	margin-left:10px;
	
}
/* Renaming from #content-side1-three-column */
#contentSide1ThreeColumn {
	width:130px;
	font-size:.9em;
	
	}

/* Renaming from #content-side2-three-column */
#contentSide2ThreeColumn
{
	width:158px; 
	padding-right:20;
	font-size:.9em;
	float:right;
	text-align:center;
    }

/* Renaming from #content-side1-three-column */
#contentSide1ThreeColumn {
	float:left;
	}

	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SEARCH RESULTS CONTENT CONTAINER - THREE COLUMN SECTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#SearchcontentContainerThreeColumn
{
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 938px; /*changing from 728px to 885px*/
	border: 1px solid #818181; /* background:url(../../images/new-bg-three-column-home.png) repeat-y; */
	position: relative;
}


#SearchcontentMainThreeColumn
{
	width:575px;
	float:left;
	padding-right:15;
	margin-left:10px;
}
#SearchcontentSide1ThreeColumn {
	width:130px;
	font-size:.9em;
	float:left
	}
#SearchcontentSide2ThreeColumn
{width:158px; 
	padding-right:10;
	font-size:.9em;float:right;
    }
#TopRightSide 
{
	BORDER-LEFT-COLOR: #fff; 
	RIGHT: 0px; WIDTH: 100px;  
	BORDER-LEFT-STYLE: solid; 
	TOP: 0px; HEIGHT: 43px; 
	TEXT-ALIGN: center;
	background-color:#000;
	
	}
#BottomRightSide 
{
	BORDER-LEFT-COLOR: #fff; 
	RIGHT: 0px; 
	WIDTH: 73px; 
	BORDER-LEFT-STYLE: solid; 
	TOP: 0px; HEIGHT: 43px; 
	TEXT-ALIGN: center;
	background-color:#000;
	}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - THREE COLUMN SECTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Renaming from #three-column-container */
#threeColumnContainer {
	/*background:url(../../images/bg-three-column-home.png) repeat-y;*/
	padding:0;
	margin:20px 0 10px 0;
	}
/* Renaming from #three-column-side1 */
#threeColumnSide1 {
	float:left;
	width:30%;
	}
/* Renaming from #three-column-side2 */
#threeColumnSide2 {
	float:right;
	width:30%;
	}
/* Renaming from #three-column-middle */
#threeColumnMiddle {
	width:30%;
	margin:0px 32% 0px 35%;
	}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	END OF CONTENT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

  CSS USED FOR POP UPS - MapView AND MorePictures

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.subcontent{

    position:absolute; 
    border: 9px solid #d4d4d4; 
    background-color: white; 
    width: 360px; 
    padding: 8px; 
    display:none; 
    height: 291px;
   }
.subcontent2
{
    display: none;
    background-color: #fff;
    width: 400px;
    height: 400px;
    padding: 2px;
    border-right: #696969 9px solid;
    border-top: #696969 9px solid;
    border-left: #696969 9px solid;
    border-bottom: #696969 9px solid;
}   

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

  Here is the CSS for the Send to Friend Form 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
#myimage{filter:light}
		

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POSTER PHOTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#poster-photo-container
{
	background-color: #f5f5f5;
	margin-left: auto;
	margin-right: auto;
	width: 960px; /*changing from 728px to 890px*/
	height: 43px; /*background: url(http://OTGHomes.com/images/pagetitle-LghtGreen.png);*/
	top: 0px;
	position: relative;
}
#poster-photo-containerHomePage
{
	padding:5px;
	text-align:left; 
	color:#fff; font-size:14px; font-weight:bold;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	width: 950px; /*changing from 728px to 890px*/
	height: 43px;
	position: relative;
	/*background: url(http://www.otghomes.com/images/pagetitle-greyD.png) #4caf24;*/
}
#poster-photo-containerGreen
{
	padding: 5px;
	text-align: left;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	height: 43px;
	width: 950px; /*changing from 728px to 890px*/
	position: relative;
	/*background: url(http://www.otghomes.com/images/pagetitle-greyD.png) #4caf24;*/
}	
.poster-photo-image {
	border-right:3px solid #FFF;
	display:block;
	}

#feature-area-home {
	position:absolute;
	top:0;
	right:0;
	width:21%;
	text-align:center;
	padding:2%;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	line-height:160%;
	}

#feature-area-home a:link,
#feature-area-home a:visited {
	color:#dcf2f7;
	text-decoration:underline;
	}
	
#feature-area-home a:hover {
	text-decoration:none;
	}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#pagetitle
{
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	width: 930px /*changing from 720px to 890px*/;
	background: url(images/pagetitle.png);
	background-repeat: no-repeat;
	background: #d3d3d3;
	position: relative;
	color: #696969;
	font-size: large;
	padding: .5em 20px .7em 20px;
}

#pagetitle a:link,
#pagetitle a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#pagetitle a:hover{
	color:#D4E7F8;
	text-decoration:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE VIEW CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.TreeView  
{
    border-bottom:1px dotted #B2B2B2 !important;
}

.TreeView div
{
    margin-left:5px;
}

.TreeView table
{
    border-top:1px dotted #B2B2B2 !important;
}

.TreeView div table
{
    border-bottom:none !important;
    border-top:none !important;
}

.TreeView table td
{
    padding:2px 0;
}

.LeafNodesStyle 
{
    
}


.RootNodeStyle 
{
    
}

/* ALL ELEMENTS */
.NodeStyle 
{

}

.ParentNodeStyle 
{
    background:yellow;
}
 

a.SelectedNodeStyle
{
    background: #e0ffff;
    display: block;
    padding: 2px 0 2px 3px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul {
	margin:0;
	padding:0;
	}

li {
	list-style:none;
	background:url(../../images/square-blue.png) no-repeat 0 .8em;
	padding:.7em 0 .7em 2em;
	margin-left:0.4em;
	
}

ul.list-of-links {
	border-bottom:1px dotted #B2B2B2;
}

#contentSide1ThreeColumn ul.list-of-links,
#contentSide2ThreeColumn ul.list-of-links {
	margin: 0 0 30px 0px;
}

ul.list-of-links li{
	border-top:1px dotted #B2B2B2;
	background-image:url(../../images/square-blue.png);
}

ul.list-of-links li.current
{
	background-color: #fff4f2;
	color: #b22222;
}


ul.no-lines,
ul.no-lines li {
	border:none;
	}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE FEATURE AREA

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.feature-area {
	background-color:Transparent;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}

.photo-border {
	border:1px solid #cecece;
	padding:4px;
	background:#d9d9d9 url(../../images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
}

.photo-float-left {
	float:left;
	margin-right:10px;
	}

.image-border-none {
	border:none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
	background:#fff url(../../images/bg-nav-Azul.png) bottom left no-repeat;
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:940px;/*changing from 740px to 900px*/
	padding:.8em 0 1em 20px;
	position:relative;
	color:#a9c0db;
	font-size:.8em;
}

#footer div {
	background:#4b6cb5 url(../../images/bg-nav-side-Green.png) bottom right no-repeat;
	width:25%;
	_width:25.5%;
	position:absolute;
	top:0;
	right:0;
	padding:.8em 0 1em 0;
}

#footer a:link,
#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#footer a:active {
	color:#FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub {
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	width:940px;/*changing from 740px to 900px*/
	text-align:center;
	padding:.1em 0 2em 0;
	position:relative;
	font-size:.8em;
	color:#999999;
	}

#footer-sub ul {
	margin:0;
	padding:0;
	}
	
#footer-sub li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#footer-sub a:link, #footer-sub a:visited
{
    text-decoration: underline;
    color: #999999;
}

#footer-sub a:hover
{
    color: #666666;
    text-decoration: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.news-date {
	font-size:0.9em;
	font-style:italic;
	color:#A4A4A4;
}

.arrow {
	vertical-align:middle;
	}

input.button-big {
	font-weight:bold;
	padding:.7em 1.5em;
	font-size:1.1em;
	vertical-align:bottom;
	}

input.button-small {
	font-weight:normal;
	padding:.4em 1em;
	font-size:.8em;
	vertical-align:bottom;
	}

.clear {
	clear:both;
	}

.none {
    display:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	 LISTING SEARCH RESULTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#listingMain
{
	margin-bottom: 5px;
	width: 595px; 
	padding:5px;
	FONT-SIZE: 11px; COLOR: #222222; 
	FONT-FAMILY: verdana, helvetica, arial, sans-serif; 
	TEXT-DECORATION: none;
	
}

.listingContainer
{
	margin-bottom: 10px;
	width: 552px;
   
}

.listing {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px
}
.featuredListing {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px
}
.listing .col1 {
	WIDTH: 13px
}
.featuredListing .col1 {
	FLOAT: left; WIDTH: 13px
}
.listing .col2 {
	FLOAT: left; VERTICAL-ALIGN: top; WIDTH: 130px; TEXT-ALIGN: center
}
.featuredListing .col2 {
	FLOAT: left; VERTICAL-ALIGN: top; WIDTH: 130px; TEXT-ALIGN: center
}
.listing .col3 {
	FLOAT: left; VERTICAL-ALIGN: top; WIDTH: 345px
}
.featuredListing .col3 {
	FLOAT: left; VERTICAL-ALIGN: top; WIDTH: 345px
}
.listing .col3col1 {
	FLOAT: left; WIDTH: 160px
}
.featuredListing .col3col1 {
	FLOAT: left; WIDTH: 160px
}
.listing .col3col2 {
	FLOAT: left; WIDTH: 185px
}
.featuredListing .col3col2 {
	FLOAT: left; WIDTH: 185px
}
.listing .descContainer {
	CLEAR: both; PADDING-TOP: 7px
}
.featuredListing .descContainer {
	CLEAR: both; PADDING-TOP: 7px
}
.listing .col4 {
	FLOAT: left; VERTICAL-ALIGN: top; WIDTH: 100px
}
.featuredListing .col4 {
	FLOAT: left; VERTICAL-ALIGN: top; WIDTH: 100px
}
.listing .propTypeContainer {
	BORDER-RIGHT: #a9a9a9 1px solid; BORDER-TOP: #a9a9a9 1px solid; DISPLAY: none; Z-INDEX: 1; OVERFLOW: hidden; BORDER-LEFT: #a9a9a9 1px solid; WIDTH: 175px; BORDER-BOTTOM: #a9a9a9 1px solid; POSITION: relative; TOP: 2px; BACKGROUND-COLOR: #ffffff
}
.listing .closeImg {
	RIGHT: 4px; CURSOR: pointer; POSITION: absolute; TOP: 4px
}
.listing .photo {
	BORDER-RIGHT: #c8c7c7 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #c8c7c7 1px solid; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; MARGIN: 0px auto; BORDER-LEFT: #c8c7c7 1px solid; WIDTH: 114px; PADDING-TOP: 2px; BORDER-BOTTOM: #c8c7c7 1px solid; HEIGHT: 74px
}
.featuredListing .photo {
	BORDER-RIGHT: #c8c7c7 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #c8c7c7 1px solid; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; MARGIN: 0px auto; BORDER-LEFT: #c8c7c7 1px solid; WIDTH: 114px; PADDING-TOP: 2px; BORDER-BOTTOM: #c8c7c7 1px solid; HEIGHT: 74px
}
.listing .sorted {
	COLOR: #cc0000
}
.listing .importantText {
	FONT-WEIGHT: 700; FONT-SIZE: 12px
}
.featuredListing .importantText {
	FONT-WEIGHT: 700; FONT-SIZE: 12px
}
.featuredListingSeparator {
	BORDER-TOP: #cfcfcf 1px solid; MARGIN: 3px 0px
}
.featuredListing .headline {
	FONT-WEIGHT: 700; FONT-SIZE: 12px; MARGIN-BOTTOM: 10px; FONT-FAMILY: Verdana, Sans-Serif
}
.featuredListing .tab {
	WIDTH: 13px; HEIGHT: 120px
}
.featuredListing .bed {
	PADDING-RIGHT: 10px
}
.featuredListing .focalPointDiv {
	PADDING-LEFT: 2px; CURSOR: pointer; PADDING-TOP: 2px
}
.featuredListing .actionLinkIcon {
	PADDING-RIGHT: 2px; VERTICAL-ALIGN: middle
}
.featuredListing .actionLinkDiv {
	PADDING-BOTTOM: 2px
}
#featuredLoadingContainer {
	WIDTH: 100%; HEIGHT: 200px; TEXT-ALIGN: center
}
#featuredLoadingImg {
	MARGIN: 75px auto
}

.Pointer {
	CURSOR: pointer
}

.viewmap {
	BACKGROUND-POSITION: 0px 0px
}
.virtualtour {
	BACKGROUND-POSITION: 0px -100px
}
.sendemail {
	BACKGROUND-POSITION: 0px -200px
}
.savelisting {
	BACKGROUND-POSITION: 0px -300px
}
.savelisting-visited {
	BACKGROUND-POSITION: 0px -700px
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	END OF LISTING SEARCH RESULTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	STYLING THE TDs AND DIVS SETTINGS FOR SEARCH RESULTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

 
/*MouseOver Effect */
.off
{
	background: #fff;
	border-right: #b22222 1px solid;
	border-top: #b22222 1px solid;
	border-left: #b22222 1px solid;
	border-bottom: #b22222 1px solid;
}
.on
{
	background: #fff;
	border-right: #b22222 2px solid;
	border-top: #b22222 2px solid;
	border-left: #b22222 2px solid;
	border-bottom: #b22222 2px solid;
}


/* Left TD for IMG Place holder */
#photoTD
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 0px auto;
	width: 114px;
	padding-top: 2px;
	height: 74px;
	vertical-align:top;
	FONT-SIZE: 11px; COLOR: #222222; FONT-FAMILY: verdana, helvetica, arial, sans-serif; TEXT-DECORATION: none;
	TEXT-ALIGN: -moz-center; /*mozila-firefox bug*/
	TEXT-ALIGN: center; 
	
}
/* Class use for IMG Border Effect */
.photo
{
	border-right: #c8c7c7 1px solid;
	border-top: #c8c7c7 1px solid;
    padding  : 5px;
	margin: 0px auto;
	border-left: #c8c7c7 1px solid;
	width: 150px;
	border-bottom: #c8c7c7 1px solid;
}
	
/* Class use for IMG Border Effect */
.photomouseOver
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px ;
	width: 214px;
	padding-top: 0px;
	height: 174px;
	position: fixed;
	
	
}

/* Class use for small images */
.photosm
{
	border-right: #c8c7c7 1px solid;
	padding-right: 2px;
	border-top: #c8c7c7 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 0px auto;
	border-left: #c8c7c7 1px solid;
	width: 80px;
	padding-top: 2px;
	border-bottom: #c8c7c7 1px solid;
	height: 40px;
	
}

/* Class use for small images */
.photofull
{
	border-right: #c8c7c7 0px solid;
	padding-right: 0px;
	border-top: #c8c7c7 0px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #c8c7c7 0px solid;
	width: 150px;
	padding-top: 0px;
	border-bottom: #c8c7c7 0px solid;
	height: 138px;
	
}

.col
{
	width:10%;
	vertical-align: top;
	padding: 2px;
	text-align:left;
	vertical-align:top;
    
}
.col2
{
	padding-right: 10px;
	clear: both;
	vertical-align: top;
	width: 55%;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.col3 /* TD is also optional. Use for Links, etc */
{
    padding-right: 10px; padding-left: 5px; CLEAR: both; 
    WIDTH: 25%;
    VERTICAL-ALIGN: top;
   
}
.col4
{
	padding: 2px;text-align:left;
	VERTICAL-ALIGN: top;
	WIDTH: 45px; HEIGHT: 50px;
	
}
.col5 /*Ads goes here*/
{
	padding: 2px;text-align:left;
	VERTICAL-ALIGN: top; CLEAR: both; 
	text-align:center;
	 
}
 
 
 /* Search Multi Image Style with Multi Div  */
 .contentslide
{
	padding: 0px;
	width: 150px;
	height: 174px;
	background-color: #fff;
	border-right: #8b0000 10px solid;
	border-top: #8b0000 10px solid;
	border-left: #8b0000 10px solid;
	border-bottom: #8b0000 6px solid;
}

.contentslide .contentdiv{
display: none;
}

#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:small;
		font-family:arial;	
	}

/*   Search Pagination */

.pagination
{
	width: 150px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	background-color: #8b0000; /*Left/ right border width of pagination DIV.*/
	padding: 0 0 4px 0;
	border-right: #8b0000 10px solid;
	border-top: #8b0000 0px solid;
	border-left: #8b0000 10px solid;
	border-bottom: #8b0000 0px solid;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 177px; /*IE5 width*/
width: 177px; /*IE6 width*/
font-size:small; font-family:Arial;
}

.pagination a
{
    padding: 0 5px;
    text-decoration: none;
    color: #fff;
    background-color: #50F028 inherit;
}

.pagination a:hover, .pagination a.selected
{
	color: #000;
	background-color: #ffffff;
}

/* NEW Cool Pagination*/

div.cmPagination 
{
	float:left; 
	display:inline; 
	margin-right:9px; 
	padding-bottom:2; 
	height:auto; 
	width:550px; 
}


div.cmPagination a
{
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana margin:2px 2px 2px 4px;
	padding: 3px 4px;
	background-color: #ffe8e8;
	line-height: 11px;
	height: 22px;
	width: 22px;
	border-right: #b22222 1px solid;
	border-top: #b22222 1px solid;
	border-left: #b22222 1px solid;
	border-bottom: #b22222 1px solid;
}

div.cmPagination a:hover
{
	text-decoration: none;
	background-color: #fff;
	border-right: #dc143c 1px solid;
	border-top: #dc143c 1px solid;
	border-left: #dc143c 1px solid;
	border-bottom: #dc143c 1px solid;
}

div.cmPagination a.img 
{ 
	margin:2px 2px 2px 4px; 
	padding:3px 4px 3px 10px; 
	height:18px; 
	border:0; 
	background:none; 
	vertical-align:middle; 
}

div.cmPagination a.img:hover 
{ 
	border:0; 
}

div.cmPagination a.box 
{ 
	margin-top:1px !important; 
	margin-top:2px; 
}

div.cmPagination a.first 
{ 
	margin-left:2px; 
}

div.cmPagination a.last 
{ 
	margin-right:2px; 
}

div.cmPagination a.on
{
	background-color: #fff;
	cursor: default;
	border-right: #dc143c 1px solid;
	border-top: #dc143c 1px solid;
	border-left: #dc143c 1px solid;
	border-bottom: #dc143c 1px solid;
}
/* END NEW Cool Pagination*/


