/* ------------------------------------------------------------------ */
/* =Call me back */
/* ------------------------------------------------------------------ */

#call_me_back_box {
	border: solid;
	border-color: white #9EA3A9 #9EA3A9 white;
	border-bottom-left-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	padding: 5px;
	background: #efefef url(/images/white_to_grey.gif) repeat-x 0px 0px;
	height: 218px;
}
#call_me_back_box h1 {
	font-size: 2em;
}
#call_me_back_box h2 {
	font-size: 1.5em;
}
#call_me_back_box h3 {
	font-size: 1.25em;
}
#call_me_back_body {
	padding: 10px;
}
#call_me_back_title {
//	background-image: url("/images/orange_bg_image.jpg");
//	background-repeat:repeat-x;
//	background-position:top left;
//	width: 100%;
//	height: 36px;
	padding: 10px;
}
#call_me_back_icon {
	background-image: url("/images/call_me_back_title.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	width: 149px;
	height: 36px;
}
#call_me_back_box .small_button {
	margin-right: -12px;
}
a.support_tab {
	height: 155px;
	width: 39px;
	margin-top: 110px;
	padding: 0px;
	background-image: url("/images/support_tab.jpg");
	background-repeat:no-repeat;
	background-position:top right;
	overflow-x: hidden;
	overflow-y: hidden;
	float: right;
	z-index: 1;
	right: -5px !important;
	text-indent: -100000px;
	position: fixed;
	display: block;
}
a:hover.support_tab  {
	height: 155px;
	width: 39px;
	margin-top: 110px;
	padding: 0px;
	background-image: url("/images/support_tab.jpg");
	background-repeat:no-repeat;
	background-position:top right;
	overflow-x: hidden;
	overflow-y: hidden;
	float: right;
	z-index: 100000;
	left: auto !important;
	right: -1px !important;
	text-indent: -100000px;
	margin-left: auto !important;
	position: fixed;
	display: block;
}
.text_box {
	background-color: white;
	border-color: #777 #CCC #CCC #777;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border: 1px solid;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
}
.row {
	color: #666;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
}
.text_box label.prompted {
	color: #999;
	cursor: text;
	font-size: 120%;
	left: 7px;
	overflow: hidden;
	position: absolute;
	top: 7px;
	width: 95%;
}
.text_box textarea.text, .text_box input.text {
	background: transparent;
	border: none;
	color: black;
	display: block;
	font: normal normal normal 120%/normal Arial, Helvetica, sans-serif;
	padding: 6px;
	width: 95%;
}
input.text, textarea, .select, select {
	background: white;
	border: 1px solid;
	border-left-color: #999;
	border-top-color: #666;
	font-size: 100%;
	margin: 0px;
	padding: 4px 0px 4px 3px;
}
input, textarea, select {
	color: initial;
	display: inline-block;
	font: -webkit-small-control;
	letter-spacing: normal;
	line-height: normal;
	margin: 0em;
	text-indent: 0px;
	text-shadow: none;
	text-transform: none;
	word-spacing: normal;
}
/* ------------------------------------------------------------------ */
/* =Overall Page */
/* ------------------------------------------------------------------ */

#container {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

#page {
	padding-top: 15px;
	width: 100%;
	background-color: #fff;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	height: 100%;
}

	#header {
		height: 80px;
		margin-bottom: 15px;
	}
	
	
	#main {
		height: 75%;	
	}
		#logo {
			width: 317px;
			height: 74px;
			float: left;
			background-image: url("/images/logo.jpg");
			background-repeat:no-repeat;
			background-position:top center;
		}

		#navigation {
			height: 100%;
			background-repeat:repeat-x;
			background-position:top left;
			vertical-align: center;
			text-align: left;
			padding-top: 4px;
			padding-bottom: 5px;
			width: 631px;
		}

			#navigation ul {
				margin: 0 auto;
				padding: 0 15px;
				max-width: 78em;
				min-width: 930px;
				list-style: none;
				text-align: right;
			}

			#navigation li {
				display: -moz-inline-stack; /* Because Firefox 2 doesn't understand 'inline-block' */
				display: inline-block;
				margin: 0 0 0 15px;
				font-size: 1.2em;
			 }

			#navigation a {
				display: block;
			 	color: #f56600;
			  	cursor: pointer;
				outline: none;
				font-size: 0.85em;
			  }

	#strapline {
		height: 25%;
		text-align: left;
		vertical-align: middle;
	}

	#strapline h1 {
		background-image: url("/images/arrow.jpg");
		background-repeat:no-repeat;
		background-position:top left;
		font-size: 1em;
		font-weight: normal;
		padding-left: 12px;
		background-position: 0px 0px;
	}
	
	
	
	
	#content {
		padding: 0px;
	}
		
	#footer {
		clear: both;
		border-top: 20px #fff solid;
	}

#left_page_shaddow, #right_page_shaddow {	
	background-repeat:repeat-y;
	background-position:top;
	width: 26px;
	float: left;
	height: 100%;
	border: 1px solid #000;
}

#left_page_shaddow {
	background-image: url("/images/left_page_end.gif");
}

#right_page_shaddow {
	background-image: url("/images/right_page_end.gif");
}
	
/* ------------------------------------------------------------------ */
/* =Header */
/* ------------------------------------------------------------------ */

#main {
	height: 75%;	
}
	#logo {
		width: 259px;
		height: 57px;
		float: left;
		background-image: url("/images/logo.gif");
		background-repeat:no-repeat;
		background-position:top center;
	}

	#navigation {
		height: 100%;
		background-repeat:repeat-x;
		background-position:top left;
		vertical-align: center;
		text-align: left;
		padding-top: 4px;
		padding-bottom: 5px;
		width: 631px;
	}

		#navigation ul {
			margin-top: -19px;
			padding: 0 37px;
			max-width: 78em;
			min-width: 930px;
			list-style: none;
			text-align: right;	
		}

		#navigation li {
			display: -moz-inline-stack; /* Because Firefox 2 doesn't understand 'inline-block' */
			display: inline-block;
			margin: 0 0 0 1px;
			font-size: 1.2em;
		 }

		#navigation a {
			display: block;
		 	color: #f56600;
		  	cursor: pointer;
			outline: none;
		  }

		.secondary_navigation {
			float: left;
		}
		
#strapline {
	height: 25%;
	text-align: left;
	vertical-align: middle;
}

#strapline h1 {
	background-image: url("/images/arrow.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	font-size: 1em;
	font-weight: normal;
	padding-left: 12px;
	background-position: 0px 0px;
}

#property_text {
	float: left;
	text-align: left;
}

.property_details {
	vertical-align: top;
}

/* ------------------------------------------------------------------ */
/* =Footer */
/* ------------------------------------------------------------------ */

#footer {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
