/* CSS Document */

#header
{
	width: 778px;
	float: left;
	height: 147px;
}
#header_leftimage
{
	
	float: left;
}
#header_centerimage
{
	background: url(../images/header_image1.jpg);
	float: left;
	color: #ff0000;
	width: 241px;
	height: 147px;
}
#header_rightimage
{
	background: url(../images/header_image2.jpg);
	width: 249px;
	float: right;
	height: 147px;
}
#top_rightlinks_column
{
	width: 240px;
	float: right;
	font-size: 5px;
	padding: 2px 0px 0px 0px;
}
#home
{
	width: 80px;
	float: left;
}
#sitemap
{
	width: 80px;
	float: left;	
}
#contact
{
	width: 80px;
	float: right;
}
#icon_home
{
	background: url(../images/home_icon.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 12px;
	float: left;
	margin: 1px;
}
#icon_access
{
	background: url(../images/accessibility.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 19px;
	float: left;
}
#icon_sitemap
{
	background: url(../images/sitemap_icon.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 12px;
	float: left;	
	margin: 1px;
}
#icon_contact
{
	background: url(../images/contact_icon.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 12px;
	float: left;
	margin: 2px;
}
.top_links
{
	font-size:10px;
	font-family: tahoma;	
	color: #000;
	text-align: center;	
	text-decoration: none;	
}
.top_links:hover
{
	text-decoration: underline;
}
#header_links
{
	width: 778px;
	background: url(../images/links_bg.gif) repeat-x;
	float: right;
	position: relative;
}
#accessibility_column
{
	width: 185px;
	float: left;
	margin-top: 8px;
}
#accessibility_icon
{
	background-image: url(../images/accessibility.gif);
	background-repeat: no-repeat;
	float: left;
	width: 23px;
	height:19px;	
	margin-left:12px;
}
#links_column
{
	width: 592px;	
	float: right;
	position: relative;
}
.links_spacer
{
	padding: 0px 10px 0px 10px;
	font-family: Tahoma;
	font-size: 8pt;
	color: #6D0501;
}
.links
{
   text-align: right;
   font-size:11px;
   font-family: tahoma;
   font-weight: bold;
   color:#6D0501;
   text-decoration: none;
   position: relative;
   height: 26px;
   padding-top: 12px;
}

A.links:hover
{
	color: #000;
}
