﻿/************************************************************************
* 
*		Contains details that ONLY relate to the masterpage itself
*
************************************************************************/

html
{
	background-image: url(images/html_bg.jpg);
	background-repeat: repeat;
}

body
{
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat;
	text-align: center;
	overflow: inherit;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

form
{
	margin-top:0px;
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

#TopPanelTile
{
	position: relative;
	background: url(images/main_bg_top_tile.jpg) repeat-x center top;
	width: 102%;
	height: 316px;
	z-index: 1;
}

#TopNav
{
	color: White;
	position: relative;
	margin-top: -305px;
	width: 926px;
	height:30px;
	z-index: 5;
}

#TopNav a
{
	color: White;
	font-family: Arial;
	font-weight: bold;
	font-size: 1.0em;
}

#PageArea
{
	position: relative;
	text-align: left;
	background-color: White;
	border: solid 1px #0A1464;
	width: 926px;
	z-index: 20;
}

#PageTopHalf
{
	position: relative;
	background-position: center top;
	background-image: url(images/main_bg_top_image.jpg);
	background-repeat: no-repeat;
	padding-top: 35px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -400px;
	width: 1024px;
	z-index: 4;
}

#Banner
{
	position: relative;
	background: url(images/banner.png) no-repeat;
	width: 910px;
	height: 123px;
	margin-top: 8px;
	margin-left: 8px;
}

/* Navigation strips */
#NavTop
{
	position: relative;
	background: url(images/nav_bg.png) no-repeat;
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	margin-left: 8px;
	margin-top: 0px;
	width: 910px;
	height: 46px;
	padding-left: 85px;
	z-index: 10;
}

/* Webpage Content */

#MasterContentArea
{
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	z-index: 2px;
}

#PageContent
{
	position: relative;
	width: 100%;
}

#PageBottomHalf
{
	position: relative;
	background-position: center;
	background-image: url(images/main_bg_bottom_image.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	height: 463px;
	width: 1024px;
	z-index: 3;
}

#footer
{
	position: relative;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: Black;
	z-index: 5;
}

#BottomPanelTile
{
	position: relative;
	background-image: url(images/main_bg_bottom_tile.jpg);
	background-repeat: repeat-x;
	margin-top: -183px;
	height: 183px;
	width: 102%;
	z-index: 1;
}
