/*css styles to be displayed when looking at the document on the screen*/

@media screen
{
	body
	{
		margin: 0;
		padding-top: 40px;
		background: #369 url(/elements/background.jpg) repeat-x;
	}
	
	div#skip { display: none; }
	div#wrap, div#page_top, div#page_bot, div#footer, #page_top_frame, #page_bot_frame { width: 1000px; }
	div#wrap, div#page_top, div#page_bot { margin: 0 auto; }
	div#header_links { position: relative; }
	
	div#header_links ul
	{
		list-style-type: none;
		margin: 0 0 10px 0;
		padding: 0;
	}
	
	div#header_links li
	{
		display: inline;
		padding-right: 10px;
	}
	
	div#header_phone
	{
		position: absolute;
		right: 0;
		top: 0;
		color: #CCC;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
	}
	
	div#header_links a, div#header_links a:link, div#header_links a:visited
	{
		color: #CCC;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
	}
	
	div#header_links a:focus, div#header_links a:hover, div#header_links a:active { color: #FFF; }
	div#nameplate_logo_print { display: none; }
	div#page { background: #FFF; }
	div#page_inset { padding: 0 10px 10px; }
	
	div#ohi img {
		display: none;
	}
}

/*css styles to be displayed when printing the document*/

@media print
{
	div#skip, div#page_top, div#page_bot, div#footer, #page_top_frame, #page_bot_frame { display: none; }
}

