html, body {
    height: 100%;
}

body {
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    background-image: url('http://geelong.fruitproperty.com/wp-content/themes/fruit/images/backgrounds/bg_body_home.gif');
    background-repeat: repeat-x;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #666666;
}

p {
    font-size: 14px;
    line-height: 27.75px;
}

img {
    border: 0px;
}

/*
#nav {
    height: 68px; 
    background: url('http://geelong.fruitproperty.com/wp-content/themes/fruit/images/backgrounds/bg_nav.gif') no-repeat 0 0;
}
*/

h2 {
    border-top: 4px solid #ff9b00;
    padding-top: 4px;
    color: #ff9b00;
    font-family: 'Arial Black', Arial;
    font-size: 1.25em;
    line-height: 1em;
    letter-spacing: -0.05em;
}

#welcome_bar h2 {
  border-top: 0px;
  color: #82c805;
}


.corner {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.buttonLink {
    margin-top: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    font-size: 12px;
    width: 200px;
    font-weight: bold;
    background-color: #FF9B00;
}
.buttonLink:hover {
    background-color: #82C805;
}
.buttonLink a {
    text-decoration: none;
    color: #ffffff;
}

h5 {
 color: #82c805;
}

.ourTeamPersonBox {
    background-color: #CDE99B
}
#propThumbs img {
    width: 240px;
}


#content p {
    font-size: .75em;
    line-height: 18px;
}

#date_weather {
    width: auto;
	height: 24px;
	background: url('http://geelong.fruitproperty.com/wp-content/themes/fruit/images/backgrounds/bg_time_weather.gif') repeat-x 0 0;
	margin-top: 9px;
	padding: 3px 3px 3px 10px;
	border: 1px solid #a0d541;
	float: right;
	font-weight: bold;
	color: #5cae02;
    font-size:0.6875em;
}

#date_weather span.left  {
    margin-right: 11px;
	padding: 3px 11px 0 0;
	border-right: 1px solid #9bd338;
	float: left;
	display: block;
}
	
#date_weather span.right {
    margin-top: 2px;
	float: left;
	display: block;
	color: #ff9b00;
}

#welcome_bar    { width: 980px; height: 50px; margin: 0 auto; }
#welcome_bar h2 { height: 36px; padding-top: 0; float: left}

.propertyPhotoBorder {
    border: 3px solid #DDDDDD;
}

.btn_page {
    color: #ff9b00;
    text-decoration: none;
}

/* ie 6 only * html hacks*/ 

* html #welcome_bar h2 {
   margin-top: 5px; 
}
* html #date_weather {
    margin-top: 0px;
}
* html #nav {
    margin-top: -3px;
    margin-bottom: 10px;
}

#bodyBox {
    width: 680px;
    float: left;
    margin-left: 20px;
}
* html #bodyBox {
    margin-left: 5px;
}

#floaterPanel {
    width: 240px;
    background-image: url('http://geelong.fruitproperty.com/wp-content/themes/fruit/images/backgrounds/bg_wrapper.gif');
    float: right;
    /*min-height: 600px;*/
    height: 100%;
    
    padding-top: 25px;
    padding-left: 50px;
    padding-right: 50px;
}


.floatContainer {
    width: 100%;
    overflow: hidden;
}

#map {
    border: 1px solid green;
}

.infoWindowHead {
    background-color: #CDE99B;
}


.propertyRow {
    height: 160px;
    border-bottom: 1px solid #FB9000;
    margin-top: 10px;
}

/*
#nav                            {
    width: 680px;
    height: 40px;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: auto;
}
#nav ul                         { margin: 0; padding: 0; }
#nav ul li                      { list-style: none; float: left; }
#nav ul li a                    {
    height: 40px;
    background: url('http://fruitproperty.com/wp-content/themes/fruit_corporate/images/backgrounds/bg_nav.gif') no-repeat 0 0;
    border: 0;
    display: block;
    text-indent: -9999px;
}
#nav ul li.navhome a        { width: 87px; background-position: 0 0; }
#nav ul li.navprofile a     { width: 96px; background-position: -87px 0; }
#nav ul li.navcontact a     { width: 103px; background-position: -183px 0; }
#nav ul li.navfranchise a   { width: 238px; background-position: -286px 0; }
#nav ul li.navlocations a   { width: 114px; background-position: -522px 0; }

#nav ul li a:hover              { border: 0; }
#nav ul li.navhome a:hover      { width: 87px; background-position: 0 -40px; }
#nav ul li.navprofile a:hover   { width: 96px; background-position: -87px -40px; }
#nav ul li.navcontact a:hover   { width: 103px; background-position: -183px -40px; }
#nav ul li.navfranchise a:hover { width: 238px; background-position: -286px -40px; }
#nav ul li.navlocations a:hover { width: 114px; background-position: -522px -40px; }
*/
