div.Header
{
	background:Gray /*url("images/home/Image-5.jpg") no-repeat 300px top*/;
	background-image:url(images/road.gif);
	background-image:;
	background-repeat:repeat-x;
	
	width: 100%;
	
	white-space:nowrap;
}
.HeaderLogo
{
	display:inline-block;
	background-image:url(images/Logo.jpg);
	background-position:top left;
	background-repeat: no-repeat;

	height: 93px;
	width: 299px;
	white-space:nowrap;
	margin-right: 20px;
}

.HeaderLogo .LogoNav
{
	width: 299px;
	height:93px;
	display:block;
}

.LogoNav SPAN
{
	display:none;
}

.TagLine
{
	position:absolute;
	left: 325px;
	top: 0px;

}

.TagLineContent
{
	color: Yellow;
	display:block;
		
	font-family: Verdana;
	font-size: 14pt;
	font-style:italic;
	font-weight: bold;

	margin:0px;
	padding: 0px;
	
	text-align:center;
	text-decoration:none;
	white-space:nowrap;		
}

.TagLine SPAN
{
	display:block;
	padding-top: 0px;

	line-height: 45px;
	white-space:nowrap;
	padding-left:250px;
}

.HeaderContacts
{
	background-color:#DE0000;
	white-space:nowrap;
	text-align:center;
	width:100%;
	display:block;
	clear:both;
}

.HeaderContacts SPAN
{
	color:White;
	font-family: Arial;	
	font-size: 9pt;
	font-weight:bold;
	padding-left:3px;
}

.HeaderContacts A
{
	color:Yellow;
	text-decoration:none;
	font-style:italic;
}

.HeaderContacts A:hover
{
	color:White;
	text-decoration:underline;
}


#footer
{
	font-family: Verdana;
	font-size: 7pt;
	color: gray;
	text-align:center;
	clear:both;
}