/* global reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt,
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

html{	
	font-size: medium;}
body{
	color: #231f20;
	font-style: normal;
	font-variant: normal;
	font-size: 0.6875em;
	line-height: 1.80em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 954px;}
	
a, button, .button { cursor: pointer; }
strong { font-weight: bold; }
em, cite { font-style: italic; }
small { font-size: 90%; }

div.row { clear: both; }
div.row p { float: left; margin: 0 12px 10px 0; }

/*#content ul { padding-top: 20px; }*/
#content ul.no_bullets, #content ul.no_bullets li { list-style: none; }
ul.associations li { padding-bottom: 8px; }
ul.associations li a img { padding: 4px; border: 1px solid #cdced0; }

.notification { color: green; }
.error, .required { color: red; }
.information_instruction { margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #d0d5dd; }
#content .address { padding-left: 8px; border-left: 3px solid #d0d5dd; list-style: none; font-size: 1.1em; text-indent: 0; }
#content .address li { margin: 0; padding: 0; list-style: none; }

#main_nav { /*min-height: 230px;*/ margin: 64px 15px 0 0; padding: 0; text-align: left; }
#main_nav li { clear: both; }
#main_nav li a { float: right; width: 202px; background-image: url(/images/buttons/main_navigation_normal.gif); }
#main_nav li a.selected, #main_nav li a.main_navigation_sub_button:hover { background-image: url(/images/buttons/main_navigation_selected.gif); }

.title_image, .button {
	display: block;
	float: left;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -50000px;
}
.button { cursor: pointer; outline: 0; }

.main_navigation_main_button { height: 12px; margin: 11px 0 6px 0; line-height: 1em; }
.properties_button { background-position: 0 0; }
.our_agents_button { background-position: 0 -90px; }
.life_in_the_valley_button { background-position: 0 -161px; }
.services_button { background-position: 0 -251px; }
.my_windermere_button { background-position: 0 -341px; }
.mortgage_services_button { background-position: 0 -450px; }

.main_navigation_sub_button { height: 19px; }
.search_properties_button { background-position: 0 -13px; }
.area_map_button { background-position: 0 -32px; }
.my_saved_searches_button { background-position: 0 -51px; }
.my_favorites_button { background-position: 0 -70px; }
.agent_list_button { background-position: 0 -103px; }
.our_philosophy_button { background-position: 0 -122px; }
.associations_button { background-position: 0 -141px; }
.living_in_walla_walla_button { background-position: 0 -174px; }
.relocation_packet_button { background-position: 0 -193px; }
.facts_and_statistics_button { background-position: 0 -212px; }
.resources_and_links_button { background-position: 0 -231px; }
.property_management_button { background-position: 0 -264px; }
.tips_for_buyers_button { background-position: 0 -283px; }
.tips_for_sellers_button { background-position: 0 -302px; }
.financing_button { background-position: 0 -321px; }
.my_account_button { background-position: 0 -392px; }
.tenant_services_button { background-position: 0 -412px; }
.owner_services_button { background-position: 0 -431px; }

.sidebar_title_long { width: 281px; height: 26px; background-image: url(/images/titles/sidebar_titles_long.gif); }
.sidebar_title { width: 230px; height: 26px; margin-bottom: 13px; background-image: url(/images/titles/sidebar_titles.gif); }
.featured_property_title { background-position: 0 0; }
.property_management_title { background-position: 0 -26px; }
.quick_search_title { background-position: 0 -52px; }
.login_my_windermere_title { background-position: 0 -78px; }

/************************
graphs
************************/
#content .graph {
	display: block; /* fixes layout wonkiness in FF1.5 */
	position: relative;
	height: 300px;
	margin: 6em 0 0;
	padding: 0;
	background: #eee url(/images/backgrounds/graph_gradient_bg.gif) repeat-x top left;
	border: 2px solid #919396;
	font: 10px Arial, Verdana, sans-serif;
}
#content .graph caption {
	position: absolute;
	top: -25px;
	display: block;
	width: inherit;
	font-weight: bold;
	text-align: center;
	caption-side: top;
	z-index: 10;
}
#content .graph tr,
#content .graph th,
#content .graph td { 
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 2;
}
#content .graph thead tr { left: 100%; top: 50%; bottom: auto; margin: -2.5em 0 0 5em; }
#content .graph thead th { width: auto; height: auto; padding: 0.5em 0; }
#content .graph tbody tr {
	height: 296px;
	padding-top: 2px;
	border-right: 1px dotted #cdced0;
	color: #555;
}
#content .graph tbody th { top: 0.75em; text-align: center; vertical-align: top; }
#content .graph .bar { border: 1px solid; border-bottom: none; color: #000; overflow: visible; }
#content .graph .bar p { position: relative; margin: 5px 0 0; padding: 0; z-index: 1000; }
#content .tick_marks {
	position: relative;
	top: -300px;
	left: 2px;
	width: auto;
	height: 300px;
	z-index: 0;
	margin-bottom: -300px;
	font: 10px Arial, Verdana, sans-serif;
}
#content .tick_marks .tick { position: relative; border-bottom: 1px solid #bbb; }
#content .tick_marks .tick p { position: absolute; left: 100%; top: -0.67em; margin: 0 0 0 0.5em; }

/****** individual graphs ******/
#population_graph, #population_tick_marks .tick { width: 500px; }
#population_graph tr, #population_graph th, #population_graph td { width: 98.4px; }
#content #population_graph tbody td {
	left: 24px;
	width: 50px;
	background: #7985ca url(/images/backgrounds/blue_gradient_bg.gif) repeat-x;
	border-color: #b5bce8 #746f9c #000 #b5bce8;
}
#population_graph #city_of_college_place { left: 0; }
#population_graph #city_of_prescott { left: 100px; }
#population_graph #city_of_prescott td p { margin-top: -12px; }
#population_graph #city_of_waitsburg { left: 200px; }
#population_graph #city_of_waitsburg td p { margin-top: -12px; }
#population_graph #city_of_walla_walla { left: 300px; }
#population_graph #county_of_walla_walla { left: 400px; border-right: none; }

#ethnicity_graph, #ethnicity_tick_marks .tick { width: 600px; }
#ethnicity_graph tr, #ethnicity_graph th, #ethnicity_graph td { width: 85.7px; }
#content #ethnicity_graph tbody th { top: 0.25em; }
#content #ethnicity_graph tbody td {
	left: 20.425px;
	width: 42.85px;
	background: #9dd363 url(/images/backgrounds/green_gradient_bg.gif) repeat-x;
	border-color: #c5ef99 #8ca96d #000 #c5ef99;
}
#ethnicity_graph #white_ethnicity { left: 0; }
#ethnicity_graph #black_ethnicity { left: 85.7px; }
#ethnicity_graph #black_ethnicity td p { margin-top: -12px; }
#ethnicity_graph #hispanic_ethnicity { left: 171.4px; }
#ethnicity_graph #indian_eskimo_and_aleut_ethnicities { left: 257.1px; }
#ethnicity_graph #indian_eskimo_and_aleut_ethnicities td p { margin-top: -12px; }
#ethnicity_graph #asian_and_pacific_islander_ethnicities { left: 342.8px; }
#ethnicity_graph #asian_and_pacific_islander_ethnicities td p { margin-top: -12px; }
#ethnicity_graph #other_ethnicity { left: 428.5px; }
#ethnicity_graph #two_or_more_ethnicities { left: 514.2px; border-right: none; }
#ethnicity_graph #two_or_more_ethnicities td p { margin-top: -12px; }

#top_10_employers_graph, #top_10_employers_tick_marks .tick { width: 640px; }
#top_10_employers_graph tr, #top_10_employers_graph th, #top_10_employers_graph td { width: 64px; }
#content #top_10_employers_graph tbody th { top: 0.75em; }
#content #top_10_employers_graph tbody td {
	left: 15px;
	width: 32px;
	background: #9dd363 url(/images/backgrounds/green_gradient_bg.gif) repeat-x;
	border-color: #c5ef99 #8ca96d #000 #c5ef99;
}
#top_10_employers_graph #broetje_orchards { left: 0; }
#top_10_employers_graph #tyson_fresh_meats_inc { left: 64px; }
#top_10_employers_graph #walla_walla_community_college { left: 128px; }
#top_10_employers_graph #washington_state_penitentiary { left: 192px; }
#top_10_employers_graph #st_marys_medical_center { left: 256px; }
#top_10_employers_graph #walla_walla_public_schools { left: 320px; }
#top_10_employers_graph #boise_paper_solutions { left: 384px; }
#top_10_employers_graph #whitman_college { left: 448px; }
#top_10_employers_graph #va_medical_center { left: 512px; }
#top_10_employers_graph #us_army_corps_of_engineers { left: 576px; border-right: 0; }

#employment_by_industry_graph, #employment_by_industry_tick_marks .tick { width: 570px; }
#employment_by_industry_graph tr, #employment_by_industry_graph th, #employment_by_industry_graph td { width: 81.4px; }
#content #employment_by_industry_graph tbody th { top: 0.75em; }
#content #employment_by_industry_graph tbody td {  }
#content #employment_by_industry_graph .average_salary {
	left: 13.5px;
	width: 54.4px;
	background: #e94747 url(/images/backgrounds/red_gradient_bg.gif) repeat-x;
	border-color: #fa8c8c #9f4545 #000 #fa8c8c;
}
#content #employment_by_industry_graph thead .average_salary { top: -30px; left: -0.75em; width: 80px; height: 25px; }
#content #employment_by_industry_graph .average_employment {
	left: 18.5px;
	width: 44.4px;
	background: #7985ca url(/images/backgrounds/blue_gradient_bg.gif) repeat-x;
	border-color: #b5bce8 #746f9c #000 #b5bce8;
}
#content #employment_by_industry_graph thead .average_employment { top: -2px; left: -0.75em; width: 80px; height: 25px; }
#content #employment_by_industry_graph .percentage {
	left: 23.5px;
	width: 34.4px;
	background: #9dd363 url(/images/backgrounds/green_gradient_bg.gif) repeat-x;
	border-color: #c5ef99 #8ca96d #000 #c5ef99;
}
#content #employment_by_industry_graph thead .percentage { top: 26px; left: -0.75em; width: 80px; height: 25px; }
#employment_by_industry_graph #government { left: 0; }
#employment_by_industry_graph #manufacturing { left: 81.4px; }
#employment_by_industry_graph #health_care_and_social_assistance { left: 162.8px; }
#employment_by_industry_graph #agriculture { left: 244.2px; }
#employment_by_industry_graph #retail_trade { left: 325.6px; }
#employment_by_industry_graph #accommodation_and_food_services { left: 407px; }
#employment_by_industry_graph #other_services { left: 488.4px; border-right: 0; }