/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body { height: 100%;}
body 	   { text-align: center; color: #949471; 	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x; 
;}

/* Global Link Properties */ 			
a               { color:#8C8C9A; text-decoration:none;}
a:hover         { color:#CFCED4; }
 
                  
#wrap {min-height: 100%;font: 100% Trebuchet MS, Arial, sans-serif; line-height: 130%;}

#main {overflow:auto;
	   padding-bottom: 40px;  /* must be same height as the footer */
       min-height: 100%; 
       width:90%; 
       max-width:1200px;
       margin:auto;
       min-width:750px; }  
    


/*Email Link*/
a.email        { color:#76B572; text-decoration:none;}
a.email:hover  { color:#BAE3B7; }
 
/* Header */
#header			{ text-align:right}

/* Title */
#title			{ margin:auto; width:600px; }
#title h1  	    { font-variant: small-caps;}

/* Menu Bar */
#menubar	  	{ padding-top:5px; font-variant: small-caps; font-size: 120%; text-align:center; line-height: 40px}

/* Overall Content */
#content	    { text-align:left ; padding-top: 5px; }
#content p      { padding-bottom:10px }


address         { position:relative; font-size:120%; font-style:oblique; padding-top:130px; }


#property_img   { float:left; font-size:120%; font-style:oblique;}
#property_img img { border-style:none; }

#property_thmb  { position:relative; padding:5px; border:1px solid #99bb99; max-height:261px; overflow-y:scroll; }


#description    { float:left; text-align:left ; padding-top: 5px; }
#description p  { border-bottom: 2px solid #999; padding-bottom:20px }

/* Property Detail Information*/
#propinfo       { float:left; padding-top: 5px; padding-bottom:20px; width:100%; }
#specials       { padding-top:5px; border-bottom: 2px solid #999; width:100%; }
#propcontain    { float:left; border-right: 2px solid #999; height:200px; }
#propcol1       { float:left; padding-left:10px; padding-right:10px; font-size:80%; padding-top:5px; }
#propcol2       { float:left; padding-left:10px; padding-right:10px; font-size:80%; padding-top:5px; }


#footer         { position: relative;
                  margin-top: -40px; /* negative value of footer height */
	              height: 40px;
	              clear:both;
                  min-width:750px;} 

#copyright      { float:left; }
#copyright p    { text-align:left; padding-top:23px; font: 100% Trebuchet MS, Arial, sans-serif; font-size:10px; }

#crumbs         { position:relative; color: #99bb99; }
#crumbs p       { text-align:right; padding-top:23px; font: 100% Trebuchet MS, Arial, sans-serif; font-size:10px; }


/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}



/* IMPORTANT

You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

<!--[if !IE 7]>
	<style type="text/css">
		#wrap {display:table;height:100%}
	</style>
<![endif]-->

*/
