/* revised : 02/15/2008 : dw */

/*  all media  */
@media all
{
	/* global */
	* 								{ margin:0; padding:0; } html { overflow-y:scroll; }
	body							{ padding:0 0 30px 0; font:12px arial, helvetica, sans-serif; background:#fff url(/housingcenter/graphics/layout/background.jpg) repeat-x top center; }
	
	/*	layout */
	#wrap							{ width:960px; margin:0 auto;  }
	#header						{ height:128px; }
	#navigation					{ text-align:center; padding:11px 0 12px 0; height:16px; font-weight:bold; color:#fff; } * html #navigation { padding-bottom:12px; }
	#content						{  }
	#main 						{ float:left; width:544px; padding:22px 35px 9px 35px; }
	#footer						{ background:url(/housingcenter/graphics/layout/line.jpg) top center no-repeat; padding-top:10px; text-align:center; color:#6b6a6a; }
	
	/* tags */
	h1								{  }
	h2								{ font-size:18px;  }
	h2.alt						{ color:#ffae00;padding:0 0 5px 0; }
	h2.alt2  					{ font-size:16px; color:#006849; padding:15px 0 10px 0; }
	h3								{ font-size:12px; padding:5px 0; }
	h4								{ font-size:12px; color:#515151; }
	h4.date						{ padding:0 0 10px 0; }
	label,select,input[type='submit'] { cursor:pointer; }
	li								{ line-height:19px; margin:5px 0 0 0; }
	ol, ul						{ padding:0 0 10px 35px; }
	p								{ line-height:19px; padding:0 0 19px 0; }
	textarea,input				{ font:12px arial, helvetica, sans-serif; padding:3px; }
	em								{ color:#016c50;font-weight:bold; }
	p.links   					{ padding:10px 0; }
	ul.hc                   { margin-top:-10px; }
	/* custom */
	.arrow 						{ background:url(/housingcenter/graphics/layout/arrow-side.jpg) 0px 3px no-repeat; padding-left:10px; }
	.clear						{ clear:both; }
	.input						{ border:1px solid #ccc; padding:3px; }
	.gray							{ color:#6b6a6a; }
	.box 							{ background:#ecebe6;padding:20px 20px 0 20px; margin:5px 5px 20px 5px; }
	.message-box				{ padding:5px; border:1px solid #fc0; background:#fffea1; }
	.page-break,.print-only	{ display:none; }
	.point						{ cursor:pointer; }
	.right						{ text-align:right;  }
	table.std					{ width:100%; border-collapse:collapse; border:1px solid #ecebe6; }
	table.std td, table.std th { padding:5px 5px; }
	table.std tr.odd   		{ background-color:#ecebe6; }
	/* links */
	a:link, a:visited			{ color:#006849; text-decoration:none; }
	a:hover, a:active			{ color:#006849; text-decoration:underline; }
	a img							{ border:0; }
	
	#navigation a:link, #navigation a:visited			{ color:#fff; text-decoration:none; padding:0 9px; }
	#navigation a:hover, #navigation a:active			{ color:#fff; text-decoration:underline; padding:0 9px; }
}

/*  print media  */
@media print
{
	/* global */
	*								{ font-family:arial, helvetica, sans-serif; }
	body							{ color:#000; font-size:9pt; background:none; }
	
	#er							{ display:none; }
	#we							{ display:none; }
	
	/* layout */
	#wrap							{ width:600px; }
	#header, #footer, #navigation, #project, #dcha, .no-print	{ display:none; }
	
	/* tags */
	
	/* custom */
	.print-only					{ display:block; }
	.page-break					{ page-break-before:always; }
	
	/* links */
	a								{ text-decoration:underline; color:#999; }
}