/* ------------------------------------------------------------------ */
/* =All */
/* ------------------------------------------------------------------ */

* {margin: 0;	padding: 0;}
img {border: 0;}
hr {display: none;}
acronym, abbr {border-bottom: 1px dotted; cursor: help;}
.clear {clear: both;}
.small_text {font-size: 0.9em;}
.hide_1 {display: none;}
.hide_2 {position: absolute; left: -1000em;}
.hide_3 {text-indent: -1000em;}

/* ------------------------------------------------------------------ */
/* =Body */
/* ------------------------------------------------------------------ */

body {
	background: #f1f1f1; 
	font: normal 75%/1.3 Helvetica, Arial, Verdana, Sans-Serif;
	height:100%; 
}

p, strong {
	padding-top: 10px;
}

/* ------------------------------------------------------------------ */
/* =Position helpers */
/* ------------------------------------------------------------------ */

.full_width {
	width: 95%;
}

.one_third {
	width: 32.4%;
}

.two_thirds {
	width: 66%;
}

.one_forth {
	width: 23%;
	float: left;
	height: 100px;
}

input.full_width, input.two_thirds, select.two_thirds {
	border: solid 1px #cacaca;
	background-color: #f0f0f0;
	width: 92.5%;
	float: left;
	color: #aaa;
}

input.two_thirds, select.two_thirds {
	width: 63%;
	float: left;
	font-size: 0.8em;
}

select.two_thirds {
	height: 22px;
	color: #000;
	font-size: 0.8em;
}

.two_forths {
	width: 46%;
	float: left;
	height: 100px;
}

.three_forths {
	width: 75%;
	margin-left: 5px;
}

.half {
	width: 49.4%;
}

.light_grey {
	background-color: #f1f1f1;
}

.right {
	float: right;
	text-align: left;
}

.left {
	float: left;
	text-align: left;
}

.margin_top: {
	margin-top: 11px;
}

.margin_bottom: {
	margin-bottom: 11px;
}

.margin_right {
	margin-right: 10px;
}

.margin_left {
	padding-left: 11px;
}

.pad {
	margin: 10px;
}

.left_pad {
	margin-left: 161px;
}

/* ------------------------------------------------------------------ */
/* =Look and feel */
/* ------------------------------------------------------------------ */

.orange_dotted_border {
	border: 1px #FFCC99 dotted;
}

.grey_dotted_border {
	border: 1px #ccc dotted;
}

.error {
	background-color: #FFCCCC;
	padding: 2px;
}

.validation_error {
	padding: 3px;
}

.orange, .grey, .white {
	height: 21px;
	background-repeat:repeat-x;
	background-position:top left;
	vertical-align: center;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 0px;
}

.orange {
	background-image: url("/images/orange_background.jpg");
}


.grey {
	background-image: url("/images/grey_background.jpg");
}

.white {
	background-color: #f1f1f1;	
}

.transparent_white_background {
	background-color: #fff;
}

.orange a, .grey a, .white a, .orange a:link, .white a:link, .grey a:link, .orange a:visited, .white a:visited, .grey a:visited, .orange a:active, .grey a:active, .white a:active {
	margin-left: 9px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	background-repeat:no-repeat;
	background-position:center left;
}

.orange a {
	color: white;
	background-image: url("/images/header_arrow_icon_white.gif");
}

.grey a, .white a {
	color: #636363;
	background-image: url("/images/header_arrow_icon.gif");
}

.one_third_orange_background {
	text-decoration: none;
	background-repeat:repeat-y;
	background-position:center left;
	background-image: url("/images/one_third_orange_bg.gif");
}
			
/* ------------------------------------------------------------------ */
/* =Links */
/* ------------------------------------------------------------------ */


a, strong a {
	text-decoration: none;
	color: #000;
}

a:hover,
a:focus {
	text-decoration: underline;
}

#content a {text-decoration: none;}
#content a.underline {text-decoration: underline;}
#content a:hover,
strong a,
#content a:focus {text-decoration: underline;}

/* ------------------------------------------------------------------ */
/* =Lists */
/* ------------------------------------------------------------------ */

ul.no_ul_bullets {
	margin: 0 auto;
	list-style: none;
	text-align: left;
	padding:7px;
}

li.no_li_bullets {
	padding: 2px;
}

li.no_li_bullets textarea {
	float: right;
}

.hi_textarea {
	margin-left: 20px;
}

.tickbox {
	text-align: left;
	border: 1px #000 solid;
	height: 200px;
}

.small_button {
	background-image: url("/images/home_search_button.png");
	background-repeat:no-repeat;
	background-position:top center;
	width: 76px;
	height: 22px;
	border: 0px;
	background-color: #fff;
	padding: 2px;
	margin-top: 4px;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	float: right;
}

.big_button {
	background-image: url("/images/big_button.png");
	background-repeat:no-repeat;
	background-position:top center;
	width: 143px;
	height: 22px;
	border: 0px;
	background-color: #fff;
	padding: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	float: left;
	text-align: center;
}

.property_photo {
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	border: 1px #e0e0e0 solid;
	padding: 5px;
}

.property_photo img {
	display:block;
	margin:auto;
}

.photo_border {
    display: block;
    text-align: center;
    vertical-align: middle;
}

h1 {
	font-size: 1.75em;
}



/* ------------------------------------------------------------------ */
/* =Forms */
/* ------------------------------------------------------------------ */

/* Fieldsets */ 

fieldset {
	margin: 0 0 1.5em 0;
	border: 1;
	}


form.default fieldset {
	padding: 0 20px;
	background: #CCC;
	}

form.default fieldset.medium {width: 50%;}
form.default fieldset.medium_2 {width: 75%;}

fieldset.search_results {
	margin: 0 0 1px 0;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-radius-top-left: 3px;
	-webkit-border-radius-top-right: 3px;
	padding: 8px 10px 7px 10px;
	background: #dde6c6;
	text-align: center;
	}

/* Legends */

legend {display: none;}
	
form.default legend {
  display: inline;	
	padding: 10px 15px 0 15px;
	background: #CCC;
	text-transform: uppercase;
	font-size: 1em;
	font-family: Georgia, Arial, Verdana, Serif;
  color: #354A39;	
  }
  
/* Strucutre */

#content form.default div.form_block {
 	margin: 1em 0;
 	padding: 5px 0;
  }
 
.hidden {
	display: none;
}

#content form.default div.form_field {
	overflow: hidden;
	padding: 0 5px 0 0;
  }

/* Labels */

#content form.default label,
#content p.label {
	float: left;
	margin: 0 10px 0 0;
	padding: 4px 0 0 0; 
	width: 35%;
  font-weight: normal;
	line-height: 1.1;
	color: #354A39;
  }
	
#content fieldset.search_results label {color: #354A39;}
 
#content form.default label span {
  font-weight: normal;
  font-size: 0.9em;
  color: #604f22;
  }
   
/* Controls */

input,
select,
textarea {font: 1em Arial, Verdana, Sans-Serif;}
  
input.text,
select,
textarea {
	border: 1px solid #ADC1B1;
	padding: 2px 0 2px 3px; 
  background: #fff;
	color: #222;
	}

#content form.default select {padding: 2px 2px 2px 0;}

fieldset.search_results input.text {
	margin: 0 5px;
	width: 250px;
	}
	
.white_to_grey_background_1 {
	background-image: url("/images/white_to_grey.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
}
.grey_to_white_background_1 {
	background-image: url("/images/grey_white.gif");
	background-repeat:repeat-x;
	background-position:top left;
}

.gray {
	color: gray;
}

.black {
	color: black;
}

.center {
	float: center;
}

.underline {
	text-decoration: underline;
}