/*
McEwan Fraser - CSS StyleSheet

Page width: 980px

#24825e
#A7CC95
#D5E6CD

#009471 - logo?

@import url(tabs.css);
*/
@import url(header_menu.css);
@import url(page_elements.css);

a  {
	color : #24825e;
	font-weight: bold;
}
a:hover {
	color : #24825e;
	text-decoration : none;
}
a:focus { outline: none; }

body  {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #eaeaea;
	font-family: arial, helvetica, verdana, sans-serif;
}

li {
	margin-bottom: 1em;
}

#outerwrap {
	background: url(../images/top_gradient.jpg) repeat-x top;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#wrap {
	width: 995px;
	background-image: url(../images/body_shadow.jpg);
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	font-family: arial, helvetica, verdana, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: normal;
}

#wrap_bottom {
	clear: both;
	height: 31px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 995px;
	background-image: url(../images/bottom_border.jpg);
}

#content {
	width: 976px;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 8px;
	margin-left: 6px;
	padding-left: 4px;
/* Someday I'll fix the site to have space along sides with the below*/
    /*width: 956px;
	margin-right: 18px;
	margin-left: 16px;*/    
}



#content h1 {
	margin-top: 5px;
	font-size: 18pt;
	color: #24825e;
}

#content h2 {
	color: #24825e;
}

#content p, #content li {
	font-family: helvetica,arial,sans-serif;
	font-size: 10pt;
}

#boxer1 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 995px;
	height: 124px;
}

#boxer2 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 995px;
}

#boxer3 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 995px;
}

#boxer4 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 995px;
}

#map {
	width: 458px;
	background: #fff;
	margin-left:auto;
	margin-right:auto;
}

#address {
	padding-top: 20px;
	font-size: 13px;
	width: 117px;
	float: right;
}

#footer {
	font-size: 10px;
	color: #666;
	margin: 0 auto;
	width: 780px;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
}

a.footer  {
	color: #999;
	text-decoration: none;
	font-weight:normal;
}

a.footer:hover {
	color: #000;
	text-decoration : none;
}

.header {
	/*font-size: 24px;
	font-weight: bold;*/
	margin: 0;
	color: #666;
}

/*
Tooltip styles
*/
a:hover {
	/*background: #fff;*/	 /*BG color is a must for IE6*/
	text-decoration: none;
}

a.tooltip {
	border: 0;
}

a.tooltip span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 200px;
}

a.tooltip:hover span {
	display: inline;
	position: absolute;
	background-color: #fff;
	border: 1px solid #24825e;
	color: #333;
}

.tooltip img {
	border: 0;
	padding: 0;
	margin: 0;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

/*
Site navigation style
*/
/*.site_nav_line {
	font-size: 9pt;
	color: #24825e;
	text-align: left;
	width: 970px;
	padding: 2px 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}*/

#site_nav_line {
	margin: 0 7px;
	padding: 0;
	width: 570px;
	border: 0;
	background-color: transparent;
}
#site_nav_line a {
	text-decoration: none;
}
#site_nav_line a:hover {
	text-decoration: underline;
}

#login_link_div {
	float: right;
	/*margin: 4px 10px;*/
}
#login_link_div a {
	text-decoration: none;
}
#login_link_div a:hover {
	text-decoration: underline;
}

/*
Misc
*/

/* === */

/*
List properties for sale
*/

.property_list {
	width: 565px;
	border-spacing: 0;
	/*font-family: "Lucida Grands", "Lucida Sans", lucida, helvetica,arial,sans-serif;*/
	font-size: 10pt;
	border-collapse: collapse;
}

.property_list tr {
	border: 1px solid #fff;
	vertical-align: top;
}

.property_list tr:hover {
	background-color: #f5f5f5;
}

.property_list  td {
	padding: 15px 4px 4px 4px;
	border-bottom: 1px solid #ddd;
}

.property_list  td strong {
	font-size: 140%;
}

.property_list  td a {
	font-size: 110%;
}

.property_list  img {
	width: 120px;
	/*height: 60px;*/
	border: 1px solid #A7CC95;
}

.property_list_offer {
	width: 122px;
	height: 15px;
	color: white;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	background-color: #d00;
}

.property_list_active {
	background-color: #ddd;
}

/*
Property search form
*/

.propsearch_form {
	border: 1px solid #666;
	background-color: #A7CC95;
	padding: 0;
}

.propsearch_form tr {
	vertical-align: top;
}

.propsearch_form label {
	color: black;
}

.propsearch_form input:focus, .propsearch_form textarea:focus, .propsearch_form select:focus {
	background-color: #eee;
}

.propsearch_form select {
	margin-left: 1px;
}

.propsearch_form h3 {
	background-color: #24825e;
	color: white;
	font-weight: bold;
	font-size: 120%;
	text-align: left;
	margin: 0;
}

.propsearch_form h3 a {
	text-decoration: none;
	background-color: white;
	padding: 0 4px;
	color: #24825e;
}

.slider_bar {
	width: 450px;
	margin: 10px 0;
}

input.price_range {
	width: 5.5em;
}

input.price_range:focus {
	/*border: 1px solid #333;*/
}

/*
Standard sitepage table form
*/

.ee_table_form {
	border: 1px solid #A7CC95;
	background-color: #D5E6CD;
	width: 650px;
	border-collapse: collapse;
}

.ee_table_form tr {
	border: 1px dotted #A7CC95;
	vertical-align: top;
}

.ee_table_form td {
	padding: 4px;
}

.ee_table_form th {
	padding: 4px;
	width: 150px;
}

.ee_table_form input:focus, .ee_table_form textarea:focus, .ee_table_form select:focus {
	background-color: #eee;
}

.ee_table_form_hp1 {
	display: none;
	position: absolute;
	top: -100px;
}


/*
Misc styles for home page
*/
.home_hr {
	border: 0;
	border-top: 1px solid #24825e;
	margin: 2em 4px 1em 4px;
}

#home_sidebar {
	border: 0;
	background-color: #fff;
	float: right;
	width: 315px;
	margin-left: 8px;
	clear: none;
}
#home_sidebar form {
	padding: 2px 0 0 4px;
}
#home_sidebar table {
	width: 313px;
	margin-right: 2px;
}

#home_sidebar th {
    text-align: left;
}

#home_sidebar_div, #home_sidebar_div form {
	padding: 0;
	margin: 0;
}
#home_sidebar_feature, #home_sidebar_feature table {
	padding: 0;
	margin: 0;
}
.home_sidebar_title {
	border: 1px solid #999;
	border-bottom: 0;
	/*background-color: #24825e;*/
	background: #24825e url(../images/background/menubar_bg_2.png) repeat-x;
	color: white;
	padding: 4px 10px;
	margin: 0 2px 0 0;
	font-size: 12pt;
}
#prop_search_form {
	border: 0;
	background-color: #fff;
	clear: none;
}
#prop_search_form th {
    text-align: left;
}
#prop_search_form_div, #prop_search_form_div form {
	padding: 0;
	margin: 0;
}
#search_form_table {
	border: 1px solid #ccc;
	border-top: 0;
	background-color: #D5E6CD;
	color: black;
	margin: 0;
}
#search_form_table th {
	padding-left: 4px;
}

.home_table td {
	padding-right: 8px;
}

.home_table tr {
	vertical-align: top;
}

#home_features_div {
    background-color: #e5f3df;
    padding: 10px;
    padding-bottom: 50px;
    margin: 0;
    margin-left: 1px;
	border: 1px solid #ccc;
	overflow: auto;    
    border-top: none;
    width: 618px;
}
#home_features_div h2 {
    margin-top: 0;
    padding-top: 10px;
}

/*.home_features_table {
	border-spacing: 10px 0;
	margin: 0;
}
.home_features_table td {
	padding: 0;
	border: 1px solid #24825e;
	background-color: #D5E6CD;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: black 0.5em 0.5em 0.3em;
}
.home_features_table td h2 {
	padding: 0 8px 4px 8px;
	color: black;
	margin: 0 0 4px 0;
}
.home_features_table td p {
	padding: 0 8px;
}

.home_features_table tr {
	vertical-align: top;
}*/


#home_logos_title {
	width: 625px;
	font-size: 12pt;
	padding-left: 10px;
	margin: 8px 0 0 10px;
}

.home_logo_table td {
	width: 100%;
	padding: 10px;
}

.home_featured_prop {
	border: 1px solid #ddd;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	border-spacing: 0;
}

.home_featured_prop tr {
	vertical-align: bottom;
}

.home_featured_prop td {
	padding: 0;
	margin: 0;
	border-spacing: 0;
}

.home_featured_prop img {
	border: 1px solid #ccc;
	width: 150px;
	padding: 0;
	margin: 6px 0 0 0;
}

.home_featured_prop h2 {
	font-size: 10pt;
	font-weight: bold;
	padding: 0 3px;
}

.home_featured_prop h3 {
	font-size: 9pt;
	font-weight: bold;
	background-color: #24825e;
	color: #fff;
	padding: 2px 0 2px 3px;
	margin: 0;
}

.section_title {
	font-size: 14pt;
	/*font-weight: bolder;*/
	color: #00764a;
}
.section_title a {
	font-family: helvetica, sans-serif;
	color: #00764a;
	letter-spacing: -1px;
}

.section_title a strong {
	font-size: 15pt;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0;
}

.home_title {
	font-size: 14pt;
	font-weight: normal;
	/*color: #00764a;*/
	color: black;
	border-bottom: 1px dotted #999;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

.logo_list_small {
	text-align: center;
}
.logo_list_small img, img.logo_list_small {
	max-width: 120px;
	margin: 0 10px 5px 0;
	border: 0;
}

/*
Part-exchange form
*/

#pe_form_div {
	/*display: none;
	font-size: 10pt;
	margin: 0;
	padding: 0;*/
	margin: 3em 10px 0 10px;
	border-top: 1px solid #666;
}

.pe_form_table {
	margin: 0;
	border: 1px solid #A7CC95;
	background-color: #D5E6CD;
	width: 650px;
	border-collapse: collapse;
}

.pe_form_table tr {
	border: 1px solid #A7CC95;
	vertical-align: top;
}

.pe_form_table td {
	padding: 4px;
}

.pe_form_table th {
	padding: 4px;
	width: 300px;
}

.pe_form_table input:focus, .pe_form_table textarea:focus, .pe_form_table select:focus {
	background-color: #eee;
}

/*
Media table and zoom images
*/

.media_table td {
	padding: 0 10px 10px 0;
}

.zoomimage {
	float: left;
	width: 100px;
	margin-right: 10px;
	border: 0;
	cursor: url(../images/icons/ic_magnifier.cur),pointer;
}

/*
Grid
*/
.ui-jqgrid tr.jqgrow td {white-space: normal !important;}

/*
Slideshows
*/

.slideshow {
	margin: 0 1px 0 4px;
	width: 700px;
	/*border: 1px solid black;
	clear: both;*/
}
.slideshow div {
	/*position: absolute;
	top: 0;*/
	display: none;
	/*margin-top: 100px;*/
}

.slideshow div img {
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 75px 0;
	padding: 4px;
	max-width: 110px;
}
.slideshow div p img {
	border: none;
	vertical-align: bottom;
}

.slideshow h2 {
	color: #24825e;
	font-size: 16pt;
	margin: 4px 0 0 0;
}
.slideshow div h3 {
	color: #999;
	font-size: 12pt;
	margin: 0 0 0.5em 0;
}
.slideshow div blockquote {
	text-align: justify;
}
/*.slideshow div blockquote:before,
.slideshow div blockquote:after {
	font-size: 200%; font-weight: bold;
}
.slideshow div blockquote:before { content: open-quote; margin-left: -10px; }
.slideshow div blockquote:after { content: close-quote; margin-right: -10px; }*/

.slideshow div p {
	text-align: justify;
}

/*
Standard slideshow navigation
*/
.slideshow_nav {
	text-align: left;
	margin-bottom: 10px;
	display: inline;
}
.slideshow_nav li {
	width: 50px;
	float: left;
	margin: 8px;
	list-style: none;
}
.slideshow_nav a {
	width: 50px;
	margin: 8px;
	display: block;
	border: 1px solid #ccc;
}
.slideshow_nav a.activeSlide { background: #88f; }
.slideshow_nav a:focus { outline: none; }
.slideshow_nav img { border: none; display: block; }

/*
Slideshow questions navigation
*/
.slideshow_q_nav {
	text-align: left;
	margin: 5px 5px 10px 5px;
	width: 236px;
	float: left;
}
.slideshow_q_nav ul {
	margin: 0;
	padding: 0;
}
.slideshow_q_nav li:first-child {
	border-top: 1px solid #ccc;
}
.slideshow_q_nav li {
	list-style-type: none;
	/*float: left;*/
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fcfcfc;
}
.slideshow_q_nav a {
	display: block;
	/*height: 150px;
	width: 100%;*/
	margin: 0;
	padding: 4px;
	overflow: auto;
	font-size: 14pt;
	text-decoration: none;
}
.slideshow_q_nav a:hover {
	background-color: #f3f3f3;
}
.slideshow_q_nav a strong {
	font-size: 28pt;
	color: #999;
	display: block;
}
.slideshow_q_nav a:hover strong {
	color: #666;
}
.slideshow_q_nav a.current {
	/*background-color: #eee;*/
	background-color: #24825e;
	color: white;
}
.slideshow_q_nav a.current strong {
	color: #ccc;
}
.slideshow_q_nav a.current:hover {
	color: #ccc;
}
.slideshow_q_nav a.current:hover strong {
	color: #fff;
}

/*
Staff profiles navigation
*/
.profile_slideshow {
	float: left;
	width: 557px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
	margin: 0;
}

.profile_nav {
	text-align: left;
	margin: 0 0 10px 5px;
	/*width: 193px;*/
	width: 386px;
	float: left;
	border: 1px solid #ccc;
}
.profile_nav ul {
	margin: 0;
	padding: 0;
}
.profile_nav li:first-child {
	border-top: 0;
}
.profile_nav li {
	list-style-type: none;
	width: 192px;
	float: left;
	margin: 0;
	padding: 0;
	/*border-top: 1px solid #ccc;*/
	background-color: #fcfcfc;
}
.profile_nav a {
	display: block;
	margin: 0;
	padding: 4px;
	overflow: auto;
	font-size: 10pt;
	text-decoration: none;
}
.profile_nav a:hover {
	background-color: #f3f3f3;
}
.profile_nav a img {
	height: 72px;
	border: 1px solid #999;
	margin-right: 4px;
	float: left;
}
.profile_nav a strong {
	font-size: 12pt;
	color: #999;
	display: block;
}
.profile_nav li:hover a strong {
	color: #666;
}
.profile_nav a.current {
	background-color: #eee;
	/*background:  url('../images/jquery_featureList/feature-tab-current.png') no-repeat right;*/
}


/*
Horizontal version
*/
.profile_nav_2 {
	text-align: left;
	margin: 5px 5px 10px 5px;
}
.profile_nav_2 ul {
	margin: 0;
	padding: 0;
}
.profile_nav_2 li:first-child {
	border-left: 1px solid #ccc;
}
.profile_nav_2 li {
	list-style-type: none;
	width: 192px;
	float: left;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fcfcfc;
}
.profile_nav_2 a {
	display: block;
	/*height: 150px;*/
	margin: 0;
	padding: 4px;
	overflow: auto;
	font-size: 10pt;
	text-decoration: none;
}
.profile_nav_2 a:hover {
	background-color: #f3f3f3;
}
.profile_nav_2 a img {
	height: 72px;
	border: 1px solid #999;
	margin-right: 4px;
	float: left;
}
.profile_nav_2 a strong {
	font-size: 12pt;
	color: #999;
	display: block;
}
.profile_nav_2 li:hover a strong {
	color: #666;
}
.profile_nav_2 a.current {
	background-color: #eee;
}

.tinytext {
    font-size: 8px;
}

#social_icons {
/*    display: none;*/
    margin-top: -37px;
    float: right;
    margin-right: 10px;
}

#social_icons a, #social_icons a img {
    border: none;
    margin-left: 5px;
}

#tagline {
    clear: left;
    background: #D5E6CD url('../images/background/menubar_bg_3.png') left center repeat-x;
    height: 25px;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: -8px;
    margin-bottom: 10px;
    color: #24825E;
    border-bottom: 1px solid #ddd;
}
#strapline {
    float: left;
    line-height: 25px;
    font-size: 12pt;
    font-weight: bold; 
    margin-left: 5px;
    font-style: italic;
}
#social_panel {
    float: right;
    line-height: 25px; 
    text-align: right;
}
#social_panel .addthis_button_email {margin-right:20px;margin-top:-2px;}
#social_panel .addthis_button_email span {margin-top:4px;}
#social_title {
    font-size: 10pt;
    font-weight: bold; 
    float: right;
    margin-right: 5px;    
}
#social_buttons {
    float: right;  
    margin-right: 10px;
    margin-top: 3px; 
}

#header_phone_numbers {
    background-color: #f00;
    height: 25px;
    text-align: center;
    background: #f3f3f3 url(../images/background/menubar_bg_3.png) repeat-x;
    line-height: 25px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #24825E;    
}
#header_hours{
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    color: #f00; 
}
#header_hours p {text-decoration:none;}
/* keep this for future usage */
#alert_banner {
    color: #000;
    width: 600px;
    border: 2px solid #f00;
    background-color: #e5f3df;
    float: right;
    margin-top: -88px;
    font-weight: bold;
    padding: 5px;
    font-size: 14px;
    text-align: center;
	margin-right: 5px;
}

