/* Craig Doyle Real Estate CSS */

/* ----- General CSS */

body {
	padding: 0;
	margin: 0;
	color: #302f2b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

form {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}


a { color: #e26600; font-weight: bold; text-decoration: none;}

/* Remove table spacing and padding */
table td {
	padding: 0;
	margin: 0;
}

table { 
	border-collapse: collapse;
}


/* ----- Header CSS */

#header {
	background-image: url('../images/layout/header_bg.jpg');
	height: 148px;
}

#header_main {
	position: relative;
	width: 990px;
	margin: 0 auto;
}

#header_logo_icon {
	position: absolute;
	width: 90px;
	height: 90px;
	top: 12px;
	left: 20px;
}

#header_logo_text {
	position: absolute;
	right: 20px;
	top: 30px;
}

#header_buttons {
	position: absolute;
	top: 115px;
	left: 5px;
}

.menu_button, .menu_button_sel {
	float: left;
	height: 20px;
}

#header_search {
	position: absolute;
	right: 21px;
	top: 97px;
}

.header_search_field {
	border: 1px solid #aeaeae;
	width: 144px;
	background-color: #3e3e3e;
	height: 15px;
	margin-right: 5px;
	color: #fff;
}

#header_search_form {
	margin-top: 5px;
}

/* ----- Hero Block */

#hero_block {
	margin: 0 auto;
	background-color: #000;
	border-top: 11px solid #e26600;
}

#hero_block_home {
	background-image: url('../images/hero/home.jpg');
	background-position: center;
	background-repeat: no-repeat;
	height: 307px;
}

/* ----- Content */

#content {
	border-top: 11px solid #e26600;
	background-image: url('../images/layout/body_bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	
}

#content_block {
	position: relative;
	width: 990px;
	margin: 0 auto;
}

#box_icons {
	position: relative;
	left: 12px;
	top: -80px;
}

#content_text {
	position: relative;
	padding-left: 40px;
	padding-right: 10px;
	padding-bottom: 25px;
	top: 0;
}

#content_text_title h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 22px;
	margin-bottom: 14px;
}

#content_text_body {
	line-height: 180%;
}

#telephone {
	padding-left: 25px;
	padding-top: 15px;
}

.img-float-right {
	float: right;
	margin: 0 0 20px 20px;
}

.hr hr, .hr-staff hr {
	display: none;
}

.hr {
	background-color: #636363;
	width: 100%;
	height: 1px;
	margin: 20px 0;
}

.hr-staff {
	background-color: #636363;
	width: 500px;
	height: 1px;
	margin: 20px 0;
}

/* ----- Left Orange Menu */

#page_table {
	position: relative;
	left: -7px;
	height: 100%;
}

#left_orange_menu {
	position: relative;
	background-image: url('../images/layout/orange_grad.jpg');
	width: 264px;
	height: 100%;
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #e26600;
}
#like_button {
	width: 260px;
	padding-left: 10px;
	padding-top: 20px;
}


#left_orange_menu a {
	color: white;
	text-decoration: none;
}

#orange_menu_title {
	height: 70px;
	padding-top: 30px;
	padding-left: 15px;
}

#orange_divider {
	border-top: 1px solid white;
	height: 3px;
	border-bottom: 1px solid white;
	margin: 0;
	padding: 0;
	line-height: 10%;
}

.orange_item, .orange_item_sel {
	vertical-align: middle;
	height: 35px;
	border-bottom: 1px solid white;
	line-height: 35px;
	padding-left: 15px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
}

.orange_item_sel {
	padding-left: 37px;
	background-image: url('../images/layout/menu_side_icon.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-color: #636363;
}

#orange_telephone {
	position: absolute;
	bottom: 30px;
	padding-left: 15px;
}

/* ----- Footer */

#footer {
	position: relative;
	width: 990px;
	margin: 0 auto;
}

#footer_text_home, #footer_text_norm {
	position: absolute;
	width: 960px;
	top: -60px;
	left: 20px;
	border-top: 1px solid #302f2b;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 7px;
	color: #b2b2b2;
	font-size: 11px;
}

#footer_text_norm {
	top: 0;
	left: -7px;
}

#footer_text_home a, #footer_text_norm a {
	color: #b2b2b2;
	text-decoration: none;
}

/* ----- Misc */

#estate_images {
	position: relative;
	margin: 0 auto;
}

.estate_image {
	margin: 10px;
}

#contact_form td {
	padding: 4px;
}

.contact_label {
	font-weight: bold;
}

.handy_tip {
	position: relative;
	padding: 7px;
	margin: 8px;
	margin-top: 34px;
	width: 450px;
	margin: 0 auto;
	border: 2px solid #5ddfdf;
	font-size: 12px;
	color: #666666;
}

.handy_title {
	position: absolute;
	height: 32px;
	top: -33px;
	left: -2px;
}

#ethics_table {
	width: 650px;
}

#ethics_table td {
	padding: 4px;
	border: 1px solid #c1c1c1;
}

.staff_table {
	width: 500px;
}

.staff_table td {
	padding: 4px;
}

.staff_image {
	border: 1px solid #acacac;
}

.tip {
	width: 524px;
	color: #fff;
	line-height: 16px;
}

