/* -----------------------------------------------
 Colors 
 ----------------------------------------------- */
.black  		{color: black;}
.blue_old		{color: #336699;}
.blue_dark		{color: #667964;}
.blue_meddk		{color: #8BA8C5;}
.blue_med		{color: #BAD0EC;}
.blue_medlt		{color: #CBDCF1;}
.blue_lt		{color: #DDE8F6;}
.blue_xlt		{color: #EEF3FA;}
.gray_lt		{color: #EEEEEE;}
.gray_medlt		{color: #aaaaaa;}
.gray_med		{color: #777777;}
.gray_dark		{color: #444444;}
.grayBodytext	{color: #666666;}                             
.red  			{color: #C20029;}
.gold 			{color: #FECA1C;}	/* use on dark bkgds */
.gold_dark		{color: #CA8800;}	/* use on lite bkgds */
.gold_hw		{color: #D27635;}
.green_lt		{color: #BFD3C7;}
.green_med		{color: #8F9D90;}
.green_dark		{color: #667964;}
.green_darkest	{color: #102E13;}
.tan			{color: #C8BCA2;}
.beige			{color: #ECECE5;}

/* -----------------------------------------------
 Fonts / Text
 ----------------------------------------------- */

.housingworks_body {
	background-repeat: repeat-y;
	color: black;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 90%;
	margin: 0px;
	padding: 0px;
}

b,p,td,ul,ol,li,div,form {
	font-size: 11px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -2px;
}

.bighead {
	font-size: 30px;
	font-style: italic;
}
.bighead_bold {
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #777060;
}

.headline {
	font-size: 14px;
	color:  #444444;
	font-weight: bold;
	letter-spacing: -1px;
}

.page_headline {
	color: white;
	font-family: Helvetica;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
	text-indent: 20px;
}

.headitalic {
	font-style: italic;
	color:  #667964;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}

.redhead {
	color:  #667964;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}

.whitehead {
	color:  white;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 4px;
}

.subhead {
	color:  #667964;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
}

.subhead_black {
	color:  black;
	font-weight: bold;
	letter-spacing: -1px;
}

.subhead_error {
	color:  #C20029;
	font-weight: bold;
	letter-spacing: -1px;
}

.normal {
	font-weight: normal;
}

.italic {
	font-style: italic;
}

.serif_italic {
	font-family:  Georgia, Palatino, Book Antiqua, Bookman, serif;
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.boldtight {
	font-weight: bold;
	letter-spacing: -1px;
}

.bolditalic {
	color: #777777;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
}

.boldgray {
	color: #777777;
	font-weight: bold;
}

.smallcaps {
	color: #CA8800;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.small { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px 
}

.underlined {
	text-decoration: underline;
}

/* -----------------------------------------------
 Links and rollovers
 ----------------------------------------------- */
a {
	color: #667964;
	text-decoration: none;
}
a:hover {
	color: #CA8800;
	text-decoration: underline;
}

a.res_category_link {
	border-bottom: 1px dotted;
	color: black;
	text-decoration: none;
}

a.res_category_link:hover {
	background-color: #ECECE5;
	border-bottom: 1px solid;
	color: #667964;
}

a.product_link {
	font-style: italic;
}

a.product_link:hover {
	font-style: italic;
}

a.imagelink {
	text-decoration: none;
}
a.imagelink:hover {
	text-decoration: none;
}

a.button {
	color:  white;
	background-color: #777060;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 8px 5px 8px;
}
.button_selected,
a.button:hover {
	color:  black;
	background-color: #CA8800;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 8px 5px 8px;
}

a.arrowlink {
	border-bottom: 0px;
	text-decoration: none;
}

a.arrowlink:hover {
	background-color: #CBDCF1;
	border-bottom: 0px;
	text-decoration: none;
}

a.arrowlink_beige {
	border-bottom: 0px;
	text-decoration: none;
}

a.arrowlink_beige:hover {
	background-color: #667964;
	border-bottom: 0px;
	text-decoration: none;
}

a.arrowlink_dkgray {
	border-bottom: 0px;
	text-decoration: none;
}

a.arrowlink_dkgray:hover {
	background-color: #646464;
	border-bottom: 0px;
	text-decoration: none;
}

a.commentlink {
	border-bottom: 0px;
	text-decoration: none;
}

a.commentlink:hover {
	border-bottom: 0px;
	text-decoration: none;
}

.lending_psuedobtn,
a.button_outlined {
	border-bottom: 1px solid #555;
	border-left: 1px solid #999;
	border-right: 1px solid #555;
	border-top: 1px solid #999;
	color: #667964;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 4px 10px 4px 10px;
	white-space: nowrap;
}
a.button_outlined_selected, 
a.button_outlined:hover {
	background-color: #667964;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid black;
	border-right: 1px solid #CCC;
	border-top: 1px solid black;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 4px 10px 4px 10px;
	white-space: nowrap;
	text-decoration: none;
}

a.mini_btn {
	font-size: 9px;
	background-color: #CA8800;
	border: 0px;
	color: white;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

a.mini_btn:hover {
	font-size: 9px;
	background-color: black;
	border: 0px;
	color: white;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
	text-decoration: none;
}

a.mini_btn_red {
	font-size: 9px;
	background-color: #667964;
	border-bottom: 0px;
	color:  white;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

a.mini_btn_red:hover {
	font-size: 9px;
	background-color: #CA8800;
	border-bottom: 0px;
	color: white;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
	text-decoration: none;
}

a.pagelink {
	border-bottom: none;
	color: black;
	padding: 4px 2px 4px 2px;
	text-decoration: none;
}

a.pagelink:hover {
	background-color: #8F9D90;
	color: white;
	padding: 4px 2px 4px 2px;
	text-decoration: none;
}

.pagelink_selected {
	background-color: #667964;
	color: white;
	padding: 4px 2px 4px 2px;
}

a.titlelink  {
	color: #102E13;
	font-weight: bold;
	text-decoration: none;
}

a.titlelink:hover {
	color: #CA8800;
	border-bottom: 1px solid;
	font-weight: bold;
}

/* -----------------------------------------------
 HousingWorks Tabs
 ----------------------------------------------- */

.tab_bar {
	color: black; 
	background-color: black; 
	height: 15px; 
	margin-top: 8px;		/*overridden in ie and safari*/
	margin-bottom: 8px;		/*overridden in ie and safari*/
}

a.aboutus_tab {
	color: #9D9276;
	background-color: black;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 8px;
}
a.aboutus_tab_sel {
	background-color: #9D9276;
	color: black;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 8px;
}

a.residents_tab {
	color: #759C89;
	background-color: black;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 8px;
}
a.residents_tab_sel {
	background-color: #759C89;
	color: black;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 8px;
}

a.sales_tab {
	color: #E5C480;
	background-color: black;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 8px;
}
a.sales_tab_sel {
	background-color: #CA8800;
	color: black;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 8px;
}

a.developers_tab {
	color: #758F9C;
	background-color: black;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 8px;
}
a.developers_tab_sel {
	background-color: #758F9C;
	color: black;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 8px;
}

a.landlords_tab {
	color: #A29493;
	background-color: black;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 8px;
}
a.landlords_tab_sel {
	background-color: #A29493;
	color: black;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 8px;
}

a.press_tab {
	color: #B2A7B8;
	background-color: black;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 8px;
}
a.press_tab_sel {
	background-color: #B2A7B8;
	color: black;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 8px;
}

a.aboutus_tab:hover,
a.residents_tab:hover,
a.sales_tab:hover,
a.developers_tab:hover,
a.landlords_tab:hover,
a.press_tab:hover,
a.aboutus_tab_sel:hover,
a.residents_tab_sel:hover,
a.developers_tab_sel:hover,
a.landlords_tab_sel:hover,
a.press_tab_sel:hover {
	font-size: 12px;
	color:  white;
	background-color: #666666;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 8px;
}

/* -----------------------------------------------
 Menus
 ----------------------------------------------- */

.menu_item {
	font-family: Verdana, Trebuchet MS, Dax, arial, helvetica, sans;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
}

a.aboutus_menu_item,
a.developers_menu_item,
a.residents_menu_item,
a.sales_menu_item,
a.landlords_menu_item,
a.press_menu_item {
	color: black;
	display: block;
	padding: 2px 8px 2px 8px;
}
a.aboutus_menu_item_sel {
	background-color: #787060;
	color: white;
	display: block;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
}
a.aboutus_menu_item:hover,
a.aboutus_menu_item_sel:hover {
	background-color: #ECECE5;
	color: black;
	display: block;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
}

a.residents_menu_item_sel {
	background-color: #607868;
	color: white;
	display: block;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
}
a.residents_menu_item:hover,
a.residents_menu_item_sel:hover {
	background-color: #BFD3C7;
	color: black;
	display: block;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
}

a.sales_menu_item_sel,
a.sales_menu_item_sel:hover {
	background-color: black;
	color: white;
	display: block;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
}
a.sales_menu_item:hover {
	background-color: #D7B979;
	color: black;
	display: block;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
}

a.developers_menu_item_sel {
	background-color: #6E8289;
	color: white;
	display: block;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
}
a.developers_menu_item:hover,
a.developers_menu_item_sel:hover {
	background-color: #B7C3CA;
	color: black;
	display: block;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
}

a.landlords_menu_item_sel {
	background-color: #898282;
	color: white;
	display: block;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
}
a.landlords_menu_item:hover,
a.landlords_menu_item_sel:hover {
	background-color: #D0C3C3;
	color: black;
	display: block;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
}

a.press_menu_item_sel {
	background-color: #908A91;
	color: white;
	display: block;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
}
a.press_menu_item:hover,
a.press_menu_item_sel:hover {
	background-color: #D7D1D8;
	color: black;
	display: block;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
}

a.black_button_outlined {
	border-bottom: 1px solid #555;
	border-left: 1px solid #999;
	border-right: 1px solid #555;
	border-top: 1px solid #999;
	color: black;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 4px 10px 4px 10px;
	white-space: nowrap;
}
a.black_button_outlined_selected, 
a.black_button_outlined:hover {
	background-color: black;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid black;
	border-right: 1px solid #CCC;
	border-top: 1px solid black;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 4px 10px 4px 10px;
	white-space: nowrap;
	text-decoration: none;
}

/* -----------------------------------------------
 Logos
 ----------------------------------------------- */

a.logo_blue {
	background-image: url(art/logo_blue.jpg);
	background-repeat: no-repeat;
	position: absolute;
}
a.logo_blue:hover {
	background-image: url(art/logo_blue_ov.jpg);
	background-repeat: no-repeat;
	position: absolute;
}

a.logo_grape {
	background-image: url(art/logo_grape.jpg);
	background-repeat: no-repeat;
	position: absolute;
}
a.logo_grape:hover {
	background-image: url(art/logo_grape_ov.jpg);
	background-repeat: no-repeat;
	position: absolute;
}

a.logo_green {
	background-image: url(art/logo_green.jpg);
	background-repeat: no-repeat;
	position: absolute;
}
a.logo_green:hover {
	background-image: url(art/logo_green_ov.jpg);
	background-repeat: no-repeat;
	position: absolute;
}

a.logo_gold {
	background-image: url(art/logo_gold.jpg);
	background-repeat: no-repeat;
	position: absolute;
}
a.logo_gold:hover {
	background-image: url(art/logo_gold_ov.jpg);
	background-repeat: no-repeat;
	position: absolute;
}

a.logo_salmon {
	background-image: url(art/logo_salmon.jpg);
	background-repeat: no-repeat;
	position: absolute;
}
a.logo_salmon:hover {
	background-image: url(art/logo_salmon_ov.jpg);
	background-repeat: no-repeat;
	position: absolute;
}

a.logo_tan {
	background-image: url(art/logo_tan.jpg);
	background-repeat: no-repeat;
	position: absolute;
}
a.logo_tan:hover {
	background-image: url(art/logo_tan_ov.jpg);
	background-repeat: no-repeat;
	position: absolute;
}

a.equalopportunity {
	background-color: #999999;
	display: block;	
}
a.equalopportunity:hover {
	background-color: #BFD3C7;
	display: block;
	text-decoration: none;
}

/* -----------------------------------------------
 Footers
 ----------------------------------------------- */
.footer_slogan,
a.footer_slogan_link {
	color: white;
	font-family: Verdana, Trebuchet MS, Dax, arial, helvetica, sans;
	font-style: italic;
	font-size: 12px;
	text-decoration: none;
}
a.footer_slogan_link:hover {
	color: #FECA1C;
	font-family: Verdana, Trebuchet MS, Dax, arial, helvetica, sans;
	font-style: italic;
	font-size: 12px;
	text-decoration: none;
}

a.footer_link {
	color: #BBBBBB;
	font-size: 9px;
	text-decoration: none;
}
a.footer_link:hover {
	color: white;
	font-size: 9px;
	text-decoration: none;
}

.pad_leftright {
	padding-left: 10px;
	padding-right: 10px;

}

/* -----------------------------------------------
 Table rows, columns, rules
 ----------------------------------------------- */
.ruledRow {
	border-bottom:1px solid #999999;
}
.ruledRow_blue {
	border-bottom:1px solid #336699;
}
.ruledCol_blue {
	border-left:1px solid #336699;
}
.ruledRow_white {
	border-bottom:1px solid #FFFFFF;
}
/* -----------------------------------------------
 Captions
 ----------------------------------------------- */
.CaptionText {
	font-family: Verdana, Trebuchet MS, Dax, arial, helvetica, sans;
	font-size: 10px;
	color: #BAD0EC;
	text-decoration: none;
	font-style: italic;
}
.CaptionLink {
	font-family: Verdana, Trebuchet MS, Dax, arial, helvetica, sans;
	font-size: 10px;
	color: #DDE8F6;
	text-decoration: none;
	border-bottom: 1px dotted #DDE8F6;
	font-style: italic;
}
.CaptionLink:hover {
	text-decoration: underline;
	color: #667964;
	text-decoration: none;
	border-bottom: 1px solid #667964;
}

/* -----------------------------------------------
 Testimonial Block
 ----------------------------------------------- */
 
.testimonial_block {
	margin-top: 40px;
	padding: 10px;
	text-align: left;
	position: relative;
}

.testimonial_bkgd, 
a.testimonial_link {
	background-color: #666666;
	display: block;
	/*opacity:  0.50;
	-khtml-opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);*/
}
a.testimonial_link:hover {
	background-color: black;
	display: block;
	text-decoration: none;
}

.testimonial {
	border-bottom: 0px;
	color: #BFD3C7;
	font-family: georgia, times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: left;
}

.attribution {
	border-bottom: 0px;
	color: #CCCCCC;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
	text-align: right;
	text-transform: uppercase;
}

.testimonial_portrait {
	float: left;
	margin-right: 10px;
}

.testimonial_text {
	color: black;
	font-family: georgia, times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: left;
}

.testimonial_attrib {
	border-bottom: 0px;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
	text-align: right;
	text-transform: uppercase;
}

a.more_link {
	color: #667964;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
}
a.more_link:hover {
	color: black;
	border-bottom: 0px;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
}

/* -----------------------------------------------
 Inspirational Quote Block
 ----------------------------------------------- */

.inspirational_quote {
	color: black;
	font-family: georgia, times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

.inspirational_attribution {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
}

/* -----------------------------------------------
 Sponsors Page 
 ----------------------------------------------- */

.SP0NS0R_table {
	border-bottom: 1px solid #667964;
}

.SP0NS0R_heading {
	border: 1px solid #667964;
}

.SP0NS0R_block {
	color: black;
	font-size: 11px;
	letter-spacing: -1px;
	padding: 10px;
	margin: -10px;
	text-align: center;
}

.SP0NS0R_colorlogo {
	border: 1px solid #777777;
}

.SP0NS0R_namesub {
	border: 1px solid #777777;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 10px;
}

a.spsr_link {
	border-bottom: 0px;
	display: block;
	font-size: 12px;
	padding: 8px 0px 8px 0px;
	text-decoration: none;
	width: 100%;
}

a.spsr_link:hover {
	background-color: #A9A9A9;
	border-bottom: 0px;
	display: block;
	font-size: 12px;
	padding: 8px 0px 8px 0px;
	text-decoration: none;
}

a.SP0NS0R_name {
	border-bottom: 0px;
	color: black;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 8px 0px 8px 0px;
	text-decoration: none;
	width: 100%;
}

a.SP0NS0R_name:hover {
	background-color: #BAD0EC;
	border-bottom: 0px;
	color: black;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 8px 0px 8px 0px;
	text-decoration: none;
}

a.SP0NS0R_list {
	border-bottom: 0px;
	color: black;
	text-decoration: none;
}
a.SP0NS0R_list:hover {
	border-bottom: 1px solid;
	color: #CA8800;
}

/* -----------------------------------------------
 Fake Dialog boxes (login, search, etc)
 ----------------------------------------------- */
 
.form_titlebar {
	background-color: #666666;
	color: white;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px;
}

.form_prompt {
	color: #333;
	font-weight: bold;
	letter-spacing: -1px;
	margin-right: 10px;
}

.form_prompt_required {
	color: #CA8800;
	font-weight: bold;
	letter-spacing: -1px;
	margin-right: 10px;
}

.askadvisor_block {
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding: 10px;
}

.askadvisor_datestamp {
	color: #555;
	float: right;
	font-size: 9px;
	margin-top: 2px;
	text-transform: uppercase;
	white-space: nowrap;
}

/* -----------------------------------------------
 General Input Forms
 ----------------------------------------------- */

.form_sideprompt {
	color: #CA8800;
	font-weight: bold;
	letter-spacing: -1px;
}

.form_sideproblem {
	color: #C20029;
	font-weight: bold;
	letter-spacing: -1px;
}

/* -----------------------------------------------
 Search Form
 ----------------------------------------------- */

.search_form {
	font-size: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

.search_input {
	font-family: arial, verdana, sans-serif; 
	font-size: 10px; width:200px;
	margin: 2px 0px 3px 2px; 
}

.search_btn {
	color: #000;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 60px;
}

.small_controls {
	color: black;
	font-family: arial, verdana, sans-serif;
	font-size: 9px;
}

/* -----------------------------------------------
 Registration Form
 ----------------------------------------------- */
 
.input_form_text {
	font-size: 10px;
}

.inputform_head {
	background-color: #646464;
	color: white;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
	padding: 5px;
}

.inputform_errorhead {
	background-color: #C20029;
	color: white;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
	padding: 5px;
}

.inputform_head_light {
	background-color: #646464;
	color: white;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 10px;
	padding: 5px;
}

.inputform_instrux {
	margin-top: 10px;
}

.inputform_required {
	color: #CA8800;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
}

.inputform_prompt {
	color: #777777;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
}

.inputform_problem {
	color: #C20029;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
}

.inputform_hint {
	color: #777777;
	font-weight: normal;
}

.inputform_comments {
	color: #555;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 10px;
}

/* -----------------------------------------------
 PNG classes to support PNGswap() javasript;
 Identifying PNGs with mouseovers
 ----------------------------------------------- */

.PNG_arrow {
}

.JPG_arrow {
}

.PNG_comment {
	left: 0px;
	top: 3px;
}

/* -----------------------------------------------
 Star Ratings 
 ----------------------------------------------- */
 
.rating_block {
	height: auto;
}

.rating_text {
	line-height: 15px;
	text-indent: 110px;
	top: 2px;
}

.reco_stars {
	float: left;
}

a.rating_title {
	font-weight: bold;
}

/* -----------------------------------------------
 Comments 
 ----------------------------------------------- */

.scrolling_comments_block {
	background-color: #EEEEEE;
	color: #555;
	font-size: 11px;
	height: 180px;
	overflow: auto;
	padding: 10px;
	text-align: left;
}

.comment_block {
	background-color: white;
	margin-bottom: 12px;
	padding: 6px;
}

.comment_block_beige {
	background-color: #667964;
	color: black;
	margin-bottom: 8px;
	padding: 4px;
}

.comment_text {
}

.comment_attrib {
	color:  #777777;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: right;
}

/* -----------------------------------------------
 Helper Apps 
 ----------------------------------------------- */
 
.helper_app_text {
	margin-bottom: 10px;
}

a.helper_app_link {
	border-bottom: 1px dotted;
	color: #CA8800;
	font-size: 10px;
	font-weight: bold;
}

a.helper_app_link:hover {
	border-bottom: 1px solid;
	color: #C20029;
	font-size: 10px;
	font-weight: bold;
}

.file_format_icon {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.file_size {
	color: #777777;
	white-space: nowrap;
}


/* -----------------------------------------------
 Slideshow 
 ----------------------------------------------- */

.slideshow_body {
	background-color:  #646464;
	color: black;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 90%;
	margin: 0px;
	padding: 0px;
}

.slideshow_slide {
	background-color: #646464;
	border: 1px solid #999;
	height: 610px;
	width: 610px;
}

.slideshow_scroller {
	background-color: #646464;
	border: 1px solid #646464;
	height: 120px;
	margin-bottom: 10px;
	overflow: auto;
	width: 610px;
}

.slideshow_thumbnail {
	height: 84px;
	width: 84px;
}

.slide_caption {
	color: #CCC;
	font-size: 9px;
	text-transform: uppercase;
}

a.slideshow_link {
	border: 1px solid #646464;
	color: #646464;
	display: block;
	text-decoration: none;
}

a.slideshow_link:hover {
	border: 1px solid #BAD0EC;
	color: #646464;
	display: block;
	text-decoration: none;
}

a.slideshow_link_sel {
	border: 1px solid white;
	color: #646464;
	display: block;
	text-decoration: none;
}

a.slideshow_link_sel:hover {
	border: 1px solid #BAD0EC;
	color: #646464;
	display: block;
	text-decoration: none;
}

.tallSlideShow_thumb {
	padding: 4px;
	border-bottom:1px solid #888;
	position:relative;
	
}

a.tallSlideShow_button {
	color:  white;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 8px 5px 8px;
		

}
.tallSlideShow_button_selected,
a.tallSlideShow_button:hover {
	color:  black;
	background-color: #CA8800;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 8px 5px 8px;
}

/* -----------------------------------------------
 Advanced Search / Resource Recommendations 
 ----------------------------------------------- */

.query_caption {
	color: #333;
	float: left;
	margin-left: 18px;
	width: 200px;
}

.query_emphasis {
	color: #777777;
	font-weight: bold;
	letter-spacing: -1px;
}

.query_input {
	border-bottom: 1px solid #EEEEEE;
	color: black;
	display: block;
	line-height: 120%;
	margin-left: 18px;
	margin-top: 2px;
	padding-bottom: 4px;
}

.spotlite_results {
	text-align: left;
	width: 600px;
}

.spotlite_stars {
	float: right;
	margin-top: 5px;
}

.spotlite_kludge_4ie {
	height: 20px;
	margin-top: -20px;
}

.spotlite_rezcount {
	color: #777777;
	float: right;
	font-weight: normal;
	margin-right: 14px;
	margin-top: 4px;
}

a.spotlite_category {
	background-color: #BFD3C7;
	border-bottom: 0px;
	color: black;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 6px;
	padding: 4px;
}
a.spotlite_category:hover {
	color: white;
	background-color: #8F9D90;
	border-bottom: 0px;
}

a.spotlite_rezlink {
	border-bottom: 1px solid #EEEEEE;
	color: black;
	display: block;
	line-height: 120%;
	margin-left: 18px;
	margin-top: 4px;
	padding-bottom: 6px;
}	

a.spotlite_rezlink:hover {
	border-bottom: 1px solid #EEEEEE;
	color: #C20029;
}	

a.spotlite_morelink {
	border-bottom: 0px;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	margin-left: 18px;
	margin-top: 4px;
	padding-bottom: 6px;
}	

a.spotlite_morelink:hover {
	border-bottom: 0px;
}

.results_table {
	border: 1px solid #999;
}

/* -----------------------------------------------
 Polls 
 ----------------------------------------------- */

.poll_heading_beige {
	background-color: #CBDCF1;
	color: black;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px 5px 10px;
}

.poll_heading_red,
a.poll_heading {
	background-color: #BFD3C7;
	color: black;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px;
	display: block;
}
a.poll_heading:hover {
	background-color: black;
	color: white;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px;
	display: block;
	text-decoration: none;
}

.poll_block {
	color: #555;
	font-size: 11px;
	padding: 10px 10px 0px 10px;
	text-align: center;
}

.poll_block_gray {
	background-color: #EEEEEE;
	color: #555;
	font-size: 11px;
	padding: 10px 10px 0px 10px;
	text-align: center;
}

.poll_results_block {
	background-color: #EEEEEE;
	color: #555;
	font-size: 11px;
	padding: 10px;
	text-align: left;
}

.poll_results_block_beige {
	color: #555;
	font-size: 11px;
	padding: 10px;
	text-align: left;
}

.poll_form {
	color: #555;
	font-size: 11px;
	text-align: left;
}

.poll_question  {
	color: #555;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
}

.poll_choice {
	color: #CA8800;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
}

.poll_percent {
	color: black;
	font-size: 11px;
	font-weight: bold;
}

/* -----------------------------------------------
 Client Stages 
 ----------------------------------------------- */

.client_stages {
	color: white;
	font-size: 11px;
	font-style: italic;
	margin: 10px;
}

.client_stage {
	color: black;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

/* -----------------------------------------------
 Locations business card 
 ----------------------------------------------- */

#locations_bizcard {
	background-color: #EEEEEE;
	height: 215px;
	position: relative;
	text-align: left;
	width: 375px;
}

#locations_logo_block {
	background-color: #CCCCCC;
	height: 100%;
	left: 0px;
	position: relative;
	text-align: center;
	top: 0px;
	width: 134px;
}

#locations_contact_info {
	font-size: 12px;
	height: 100%;
	left: 144px;
	line-height: 11px;
	position: absolute;
	text-align: left;
	top: 0px;
	vertical-align: middle;
	width: 231px;
}

.location_college {
	color: #666666;
	font-weight: bold;
	letter-spacing: -1px;
}

.location_name {
	color: black;
	font-weight: bold;
	letter-spacing: -1px;
}

.location_phonefax {
	color: #999999;
	font-weight: bold;
	letter-spacing: -1px;
}

#bizcard_shadow {
	left: -16px;
	position: absolute;
	top: -16px;
	z-index: 0;		/* non-negative for FireFox */
}

/* -----------------------------------------------
 Compasses 
 ----------------------------------------------- */
 
.compass_block {
	border-top: 1px solid #C20029;
	margin-bottom: 10px;
	position: relative;
}

.compass_description {
	font-style: italic;
	padding: 20px;
}
 
a.compass_btn {
	background-color: #C20029;
	border-bottom: 0px;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	margin-left: 10px;
	padding: 4px 10px 4px 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}

a.compass_btn:hover {
	background-color: black;
	border-bottom: 0px;
	color: #BAD0EC;
	font-weight: bold;
	letter-spacing: -1px;
	margin-left: 10px;
	padding: 4px 10px 4px 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}

/* -----------------------------------------------
 Resources 
 ----------------------------------------------- */
 
a.rez_type_banner {
	background-color: #999;
	color: white;
	font-size: 9px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

a.rez_type_banner:hover {
	background-color: #CA8800;
	color: white;
	font-size: 9px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

.rez_type_banner {
	border: 1px solid #CCC;
	color: #777777;
	font-size: 9px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 0px;
}

.rez_type_floater {
	border: 1px solid #CCC;
	color: #777777;
	float: right;
	font-size: 9px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}

a.rez_type_link {
	border: 1px solid #CCC;
	color: #777777;
	float: right;
	font-size: 9px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
	text-decoration: none;
}

a.rez_type_link:hover {
	border: 1px solid #CCC;
	background-color: #777777;
	color: white;
	float: right;
	font-size: 9px;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
	text-decoration: none;
}

.resource_type_banner {
	border: 1px solid #999;
	font-size: 9px;
	padding: 2px 10px 2px 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

.resource_banner_addendum {
	color: #777777;
	font-size: 9px;
	padding: 2px 10px 2px 4px;
	text-transform: uppercase;
}

.resource_heading {
	background-color: #BFD3C7;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px 5px 10px;
}

.resource_column_right {
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* -----------------------------------------------
 FAQs 
 ----------------------------------------------- */
.faqs_Q {
	color: #555555;
	font-size: 12px;
	font-weight: bold;
}
.faqs_A {
	color: #999999;
	font-size: 12px;
	font-weight: bold;
}

/* -----------------------------------------------
 Store 
 ----------------------------------------------- */
 
.store_category_list {
 	list-style-type: none;
	margin-left: -30px;
 	margin-top: 4px;
 	display:none;
}
 
.store_special_list {
 	list-style-type: none;
	margin-left: -30px;
 	margin-top: 4px;
}

.store_category_item {
 	margin-bottom: 4px;
}
 
.store_special_item {
 	margin-bottom: 10px;
}


.store_cart_contents_header {
	background-color: #BAD0EC;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 12px;
}
.store_cart_item_row_tr {
	
}
.store_cart_item_row_td {
	
}

.store_cart_totals_tr {
	background-color: #CBDCF1;
}

.store_cart_totals_shippers_tr {
	background-color: #CBDCF1;
}

.store_cart_totals_total_tr {
	background-color: #8BA8C5;
}

.store_cart_billship_warning_tr {
	background-color: #CBDCF1;
}


a.store_heading, 
a.store_special_heading:hover {
	background-color: #CBDCF1;
	border-bottom: 2px solid #EEEEEE;
	color: black;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px 5px 10px;
}
 
a.store_heading:hover, 
a.store_special_heading {
	background-color: #667964;
	border-bottom: 2px solid #EEEEEE;
	color: white;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px 5px 10px;
}

.store_special_heading{
	background-color: #667964;
	border-bottom: 2px solid #EEEEEE;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px 5px 10px;
}
 
a.store_heading_toggle {
	background-color: #CBDCF1;
	border-bottom: 2px solid #EEEEEE;
	color: black;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px 5px 10px;
}
 
a.store_heading_toggle:hover {
	background-color: #8BA8C5;
	border-bottom: 2px solid #EEEEEE;
	color: white;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px 5px 10px;
}
 
a.store_category_link {
 	border-bottom: 0px;
 	color: #646464;
}
 
a.store_category_link:hover {
  	color: #667964;
}
 
a.store_category_boldlink {
 	color: #646464;
	font-weight: bold;
	letter-spacing: -1px;
}
 
a.store_category_boldlink:hover {
  	color: #667964;
	font-weight: bold;
	letter-spacing: -1px;
}
 
a.store_item_link {
 	border-bottom: 0px;
 	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
}
 
a.store_item_link:hover {
 	border-bottom: 0px;
 	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
}

a.store_item_link_mini {
 	border-bottom: 0px;
	font-weight: bold;
	letter-spacing: -1px;
}
 
a.store_item_link_mini:hover {
 	border-bottom: 0px;
	font-weight: bold;
	letter-spacing: -1px;
}

a.store_item_link_nano {
 	border-bottom: 0px;
 	font-size: 9px;
	font-weight: bold;
	letter-spacing: -1px;
}
 
a.store_item_link_nano:hover {
 	border-bottom: 0px;
 	font-size: 9px;
	font-weight: bold;
	letter-spacing: -1px;
}

.store_featured {
	border-bottom: 1px solid #999;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: left;
}
 
.floatpixleft,
.store_pix_left {
	float: left;
	margin-bottom: 4px;
	margin-right: 10px;
}

.floatpixright,
.store_pix_right {
	float: right;
	margin-bottom: 2px;
	margin-left: 10px;
}


/* -----------------------------------------------
 Store - List View 
 ----------------------------------------------- */

.store_gallery_td {
	padding-right: 10px;
	width: 565px;
}

.store_gallery_head {
	background-color: #BAD0EC;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 12px;
}

a.store_header_link {
	border-bottom: 1px solid #667964;
	color: #667964;
	font-weight: bold;
	letter-spacing: -1px;
}

a.store_header_link:hover {
	border-bottom: 1px solid #CA8800;
	color: #CA8800;
	font-weight: bold;
	letter-spacing: -1px;
}

.store_gallery_sortbar {
	background-color: #BAD0EC;
	float: right;
	padding: 10px;
	text-align: right;
}

.store_gallery_left {
	border-right: 1px solid #777777;
	height: 425px;
	padding-right: 10px;
	padding-top: 10px;
	width: 185px;
	padding-left: 10px;
}

.store_gallery_right {
	border-right: 1px solid #777777;
	height: 425px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: 185px;
}

.store_gallery_hrule {
	border-bottom: 1px solid #777777;
	height: 2px;
	margin-bottom: 2px;
}

.store_list_desc {
	margin-top: 5px;
	margin-bottom: 5px;
}

.store_item_title {
	height: 80px;
}

.store_item_desc {
	height: 275px;
}


.store_footer_bg {
	background-color: #BAD0EC;
}

.resource_sidebar_bg {
	background-color: #EEEEEE;
}

.store_header_search_results {
	color: black;	
}

/* -----------------------------------------------
 Columns and Rules 
 ----------------------------------------------- */
 
.table_rules {
	border: 1px solid black;
}

.table_rules_light {
	border: 1px solid #CCCCCC;
}

.table_rules_topbot {
	border-top: 1px solid #C20029;
	border-bottom: 1px solid #C20029;
}

.table_rules_topbot_black {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.cell_rule_left {
	border-left: 1px solid black;
}

.column_left {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.column_right {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.column_right_nopad {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.td_stats_left {
	padding: 2px;
	padding-right: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.td_stats_right {
	padding: 2px;
	border-bottom: 1px solid #CCCCCC;
}

/* -----------------------------------------------
 Footnotes 
 ----------------------------------------------- */
 
 .footnote_sup {
	color: #999;
}
 
.footnotes {
	font-size: 9px;
	color: #999;
}

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

.list_noindents {
	list-style: square outside;
	margin-right: 10px;
}

.sidebar_list {
	list-style: disc outside;
	margin-left: -15px;
	margin-right: 10px;
}

/* -----------------------------------------------
 List Views 
 ----------------------------------------------- */
 
.capitals_caption {
	color: #333;
	font-size: 9px;
	text-transform: uppercase;
}

.filterbar_caption {
	color: #444444;
	font-size: 9px;
}

.sortbar_color,
.searchbar_color {
	background-color: #BFD3C7;
}

.sortbar_caption {
	color: #CBDCF1;
	font-size: 9px;
	padding-right: 10px;
}

a.sort_btn {
	background-color: black;
	border-bottom: 0px;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 6px;
}

a.star_sort_btn {
	background-color: black;
	border-bottom: 0px;
	color: white;
	padding: 10px 4px 6px 4px;
}

a.star_sort_btn:hover {
	background-color: #C20029;
	border-bottom: 0px;
	color: white;
	padding: 10px 4px 6px 4px;
}

a.sortselected_btn {
	background-color: #BFD3C7;
	border-bottom: 0px;
	color: black;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 6px;
}

a.sort_btn:hover,
a.sortselected_btn:hover {
	background-color: #C8BCA2;
	border-bottom: 0px;
	color: black;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 6px;
	text-decoration: none;
}

.td_listview_number {
	color: #777777;
	border-left: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.td_listview_right {
	padding-left: 30px; 
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

/* -----------------------------------------------
 Sidebars 
 ----------------------------------------------- */
 
.sidebar_float {
	background-color: #667964;
	border: 1px solid #CBDCF1;
	float: right;
	margin: 5px;
	margin-left: 20px;
}

.sidebar_heading {
	background-color: #CBDCF1;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px;
}

.sidebar_quote {
	color: #CA8800;
	font-family: georgia, times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 15px;
	text-align: left;
}

.sidebar_attribution {
	color: #777777;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 0px 15px 15px 15px;
	text-transform: uppercase;
}

/* -----------------------------------------------
 Toolkit listings on Compass pages 
 ----------------------------------------------- */
.toolkit_description_list {
	padding-bottom: 0px;
}

/* -----------------------------------------------
 Decorative Backgrounds 
 ----------------------------------------------- */
 
.oregon_chart_bkgd {
	background-image: url(/art/oregon_chart.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #C20029;
}

/* -----------------------------------------------
 Misc 
 ----------------------------------------------- */

.portrait {
	float: right;
	margin-left: 10px;
}

#hidden { 
	visibility: hidden
}
.hidden {
	color: #FFFFFF;
}

.invisible {
	display: none;
}

.visible {
	display: block;
}

.form_correction {
	margin: 0px;
	padding: 0px;
}

#pure_development_toolbar {
	position:fixed;
	z-index:100;
	right:30px;
	top:2px;
	border:1px dotted #555;
	background-color: #ccc;
	padding:2px;
	width:200px;
}
.light_green_border_bottom {
	border-bottom:1px solid #CBDCF1;	
}

.timeline {
	height: 400px;
	overflow: auto;
	border: 1px solid black;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

/* -----------------------------------------------
 Properties
 ----------------------------------------------- */

.property_pix_td {
	background-color: #999999;
	border-bottom: 1px solid #AAAAAA;
}

.property_thumbnail {
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;
	text-decoration: none;
}
.property_thumbnail:hover {
	border: 1px solid white;
	text-decoration: none;
}


/* -----------------------------------------------
 HTML Cheat Sheet (for backstage) 
 ----------------------------------------------- */

.cheat_header {
	font-weight: bold; 
	color: white; 
	background-color: #777777;
}
.cheat_padding {
	padding-left: 10px; 
	padding-right: 10px;
}
.cheat_col_left {
	border-bottom: 1px solid #777777;
	padding-right: 10px;
	color: #BD1D1D;
}
.cheat_col_right {
	border-bottom: 1px solid #777777;
}
.cheat_style {
	color: #BD1D1D;;
}
.cheat_tag {
	color: #0000FF;
}

/* -----------------------------------------------
 Original CORHA stylesheet 
 ----------------------------------------------- */

#dimensions {
	visibility: visible;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 10px;
	text-decoration: none; 
	color: #666666; 
}

.no_underline { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none; 
	color: #000000; 
}
.no_underline:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
}

.darkHeader { 
	color: #D2C6AC; 
}
.darkHeader:hover { 
	color: #B9DECC; 
	text-decoration: underline;
}
.darkHeaderSel {
	color: #FFFFFF;
}
.darkHeaderSel:hover {
	color: #B9DECC;
	text-decoration: underline;
}
.currentPage {
	color: #FF0000;
}
#requiredField {
	background-image: URL("/art/required4.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

.press_background_color {
	background-color: #B2A7B8;
}
.residents_background_color {
	background-color: #BFD3C7;
}

.community_item {
	display:inline;
	position:relative;

}
.community_items:hover {
	width:100px;
	background-color: #888;
	margin:2px;
	border:1px solid #BFD3C7;
	color:#eee;
	font-weight:bold;
}

