/*** PageLayout.css **/

.Page
{
	position: absolute;
	width: 1024px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: #fff;
	height: 768px;
}

.PageHeader
{
	position: absolute;
	margin-left: 31px;
	margin-top: 0px;
	width: 962px;
	height: 74;
	background: #fff;
}

.Image
{
	float: left;
	position: relative;
}

.ImageLogo
{
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
}

.ImageStrapline
{
	position: absolute;
	margin-left: 190px;
	margin-top: 0px;
}

.ContactImage
{
	position: absolute;
	margin-left: 845px;
	margin-top: 0px;
}

.rssImage
{
	position: absolute;
	margin-left: 810px;
	margin-top: 8px;
}

.inImage
{
	position: absolute;
	margin-left: 780px;
	margin-top: 8px;
}


.MenuHeader
{
	position: absolute;
	margin-left: 31px;
	margin-right: 0px;
	margin-top: 74px;
	margin-bottom: 0px;
	width: 962px;
	height: 37;
	background: #fff;
	font-size: 18px;
}


.menuNav
{
	float: left;
	position: relative;
	font-family: arial;
	background-image: url(../Images/menuOverButton.jpg);
	white-space: nowrap;
	display: block;
	width: 190px;
	height: 37px;
	margin-left: 0;
	padding: 0;
}

.menuNav a
{
display: block;
font-size: 18px;
width: 190px;
height: 37px;
display: block;
float: left;
color: white;
text-decoration: none;
}

.menuNav img
{
width: 190px;
height: 37px;
border: 0
}

* html a:hover
{
visibility:visible
}

.menuNav a:hover img
{
visibility:hidden
}

.menuNav span
{
position: absolute;
left: 23px;
top: 10px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 

.currentmenuNav
{
float: left;
position: relative;
font-family: arial;
background-image: url(../Images/menuCurrentButton.jpg);
white-space: nowrap;
display: block;
width: 190px;
height: 37px;
margin-left: 0;
padding: 0;
color: white;
}

.currentmenuNav span
{
position: absolute;
left: 23px;
top: 10px;
margin: 0px;
padding: 0px;
cursor: pointer;
}

.menuSeperator
{
	float: left;
	width: 3px;
	height: 28;
}

.submenuHeader
{
	position: absolute;
	margin-left: 31px;
	margin-right: 0px;
	margin-top: 111px;
	margin-bottom: 0px;
	width: 962px;
	height: 3;
	background-color: #999;
	font-family: arial;
}

.submenuNav
{
float: left;
position: relative;
font-family: arial;
background: #999999;
white-space: nowrap;
display: block;
margin-left: 0;
padding: 0;
}

.submenuBlank
{
	position: absolute;
	margin-left: 31px;
	margin-right: 0px;
	margin-top: 131px;
	margin-bottom: 0px;
	width: 962px;
	height: 28;
	background-color: #fff;
	font-family: arial;
}

.submenuNav a
{
float: left;
display: block;
display: block;
text-decoration: none;
}

.submenuNav span
{
float: left;
font-size: 12px;
left: 10px;
top: 2px;
margin-left: 15px;
margin-right: 15px;
padding: 5px;
cursor: pointer;
color: #fff;
text-align: center;
}

.Footer
{
	position: absolute;
	margin-left: 31px;
	margin-right: 0px;
	margin-top: 880px;
	margin-bottom: 0px;
	width: 962px;
	height: 20px;
	background-image: url(../Images/MainTitleImage.jpg);
}

.Footer span
{
	position: relative;
	margin-top: 28px;
	margin-left: 430px;
	font-family: arial;
	font-size: 10px;
	color: #fff;
}

.MainContentBlack
{
	position: absolute;
	margin-left: 31px;
	margin-right: 0px;
	margin-top: 295px;
	margin-bottom: 0px;
	width: 962px;
	height: 421px;
	background: #000;
}
