/*css styles to be displayed when looking at the document on the screen*/
@media screen {
	body
	{
		padding-top: 40px;
	}

div#wrap {
}

div#nameplate {
	/*background-image: none;*/
}

div#top_images {
	position: absolute;
	width: 592px;
	height: 81px;
	top: 8px;
	left: 398px;
	background-color: #000000;
	overflow: hidden;
}

div#top_images img {
	width: 147px;
	margin-right: 1px;
	float: left;
}

div#top_images div.border_top,
div#top_images div.border_bottom,
div#top_images div.border_right,
div#top_images div.border_left {
	background-color: #000000;
	position: absolute;
	overflow: hidden;
}
div#top_images div.border_top,
div#top_images div.border_bottom {
	width: 100%;
	height: 1px;
	left: 0;
}
div#top_images div.border_top {
	top: 0;
}
div#top_images div.border_bottom {
	top: 80px;
}
div#top_images div.border_right,
div#top_images div.border_left {
	width: 1px;
	height: 81px;
	top: 0;
}
div#top_images div.border_left {
	left: 0;
}
div#top_images div.border_right {
	left: 591px;
}

div#top_images div.top_left,
div#top_images div.top_right,
div#top_images div.bottom_left,
div#top_images div.bottom_right {
	position: absolute;
	width: 4px;
	height: 4px;
	background-repeat: no-repeat;
}
div#top_images div.top_left {
	background-image: url(/elements/edc/home_image_top_left_corner.gif);
	top: 0;
	left: 0;
}
div#top_images div.top_right {
	background-image: url(/elements/edc/home_image_top_right_corner.gif);
	top: 0;
	left: 588px;
}
div#top_images div.bottom_left {
	background-image: url(/elements/edc/home_image_bottom_left_corner.gif);
	top: 77px;
	left: 0;
}
div#top_images div.bottom_right {
	background-image: url(/elements/edc/home_image_bottom_right_corner.gif);
	left: 588px;
	top: 77px;
}
	
a#nameplate_logo
{
	top: 10px;
}

ul#small_buttons {
	left: 0px;
	top: -25px;
	color: #FFFFFF;
	font-weight: bold;
}
	
ul#small_buttons li a, ul#small_buttons li a:link, ul#small_buttons li a:visited
{
	height: auto;
	width: auto;
	padding: 0 10px;
	font-size: 11px;
	background-image: none;
	white-space: nowrap;
}

ul#small_buttons li a:focus, ul#small_buttons li a:hover, ul#small_buttons li a:active {
	background-image: none;
}

div#contact_nameplate {
	position:absolute;
	top:20px;
	right:20px;
	text-align:right;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
}
div#contact_nameplate ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
div#menu_bar {
	height:26px;
}
div#menu_bar ul li a,
div#menu_bar ul li a:link,
div#menu_bar ul li a:visited {
	background:url(/elements/edc/menu_button_repeat_blue.jpg) repeat-x;
}
div#menu_bar ul li a:focus,
div#menu_bar ul li a:hover,
div#menu_bar ul li a:active,
div#menu_bar ul li a.nav_selected {
	background:url(/elements/edc/menu_button_hover_repeat_blue.jpg) repeat-x;
}
div#menu_bar ul li a.rps_navigation_home,
div#menu_bar ul li a.rps_navigation_home:link,
div#menu_bar ul li a.rps_navigation_home:visited {
	background-image: url(/elements/edc/menu_button_home_up_blue.jpg);
}
div#menu_bar ul li a.rps_navigation_home:focus,
div#menu_bar ul li a.rps_navigation_home:hover,
div#menu_bar ul li a.rps_navigation_home:active {
	background-image: url(/elements/edc/menu_button_home_over_blue.jpg);
}
}

/*css styles to be displayed when printing the document*/
@media print {

}
