﻿body 
{
	height: 100%; 
	padding: 0; 
	margin: 0;
}

#OuterBelt
{
	margin-top: auto;
	position: absolute; 
	top: 5%; 
	left: 0px; 
	width: 100%; 
	height: 800px;
	background-color: #0B61A4;
	z-index: 1;
}

#Belt
{
	height: 790px;
	width: 100%;
	top: 5px;
	position: absolute;
	background-color: #3F92D2;
	z-index: 2;
}

#InnerBelt
{
	height: 770px;
	width: 100%;
	top: 10px;
	position: absolute;
	background-color: #66A3D2;
	z-index: 3;
}

#OuterContent
{
	height: 770px;
	width: 900px;
	top: 0px;
	left: 50%;
	margin-left: -450px;
	position: absolute;
	z-index: 4;
}

#Links
{
	background-position: center center;
	width: 810px;
	height: 35px;
	left: 45px;
	top: 185px;
	z-index: 5;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.Link
{
	width: 122px;
	position: relative;
	float: left;
	line-height: 15px;
	height: 15px;
	top: 0px;
	left: 0px;
	vertical-align: middle;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.Link A:Hover
{
	text-decoration: none;
	color: #006633;
}

.Link A
{
	text-decoration: none;
	color: #FFFFFF;
}



.LinkSep
{
	background-color: #FFFFFF;
	width: 15px;
	height: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	top: 0px;
	left: 0px;
	position: relative;
	float: left;
}

.CentreColumnHeading
{
	position: absolute;
	z-index: 6;
	width: 205px;
	height: 50px;
	top: 20px;
	left: 30px;
}

.CentreColumnBody
{
	font-family: 'Segoe UI';
	font-size: 12px;
	color: #008080;
	text-align: left;
	width: 205px;
	height: 240px;
	left: 30px;
	top: 50px;
	position: absolute;
	z-index: 70;
}

.More
{
	font-family: 'Segoe UI';
	font-size: 12px;
	color: #008080;
	text-align: right;
	width: 100px;
	height: 20px;
	right: 10px;
	bottom: 15px;
	position: absolute;
	z-index: 70;
}

.CentreColumnHeadingLarge
{
	position: absolute;
	z-index: 6;
	width: 498px;
	height: 50px;
	top: 20px;
	left: 30px;
}

.CentreColumnBodyLarge
{
	font-family: 'Segoe UI';
	font-size: 12px;
	color: #008080;
	text-align: left;
	width: 498px;
	height: 260px;
	left: 30px;
	top: 50px;
	position: absolute;
	z-index: 70;
	overflow: auto;
}

.ListLinks
{
	line-height: 22px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.ListLinks A
{
	line-height: 22px;
	text-decoration: none;
	color: #006633;
}

.ListLinks A:Hover
{
	line-height: 22px;
	text-decoration: underline;
	color: #006633;
}

A
{
	color: #0B61A4;
	text-decoration: none;
}

A:hover
{
	color: #0B61A4;
	text-decoration: underline;
}

.ListLinksActive
{
	font-weight: bold;
}

.Logo
{
	background-image: url('/Images/Structure/logo_new.png');
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 800;
}

#Email
{
	position: absolute;
	z-index: 900;
	left: 460px;
	top: 50px;
	width: 140px;
	height: 40px;
	cursor: pointer;
}

#rss
{
	background-image: url('Images/Structure/rss.png');
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 80;
	width: 50px;
	height: 90px;
	top: 0px;
	left: 30px;
	cursor: default;
}

#Blog
{
	position: absolute;
	z-index: 80;
	width: 400px;
	height: 90px;
	top: 0px;
	left: 90px;
	font-family: 'Segoe UI';
	font-size: 12px;
	color: #008080;
	text-align: left;
}

#Blog A
{
	color: #008080;
}

#Mouse
{
	background-image: url('Images/Structure/mouse_specials.png');
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 80;
	width: 250px;
	height: 90px;
	top: 0px;
	left: 460px;
	cursor: default;
	cursor: pointer;
}

#SpecialOffers
{
	position: absolute;
	z-index: 80;
	width: 280px;
	height: 75px;
	top: 20px;
	left: 568px;
	font-family: 'Segoe UI';
	font-size: 12px;
	color: #008080;
	text-align: left;
	cursor: pointer;
}

#kro
{
	background-image: url('Images/Structure/kro.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 95px;
	height: 30px;
	top: 180px;
	right: 0px;
	position: absolute;
	z-index: 80;
	cursor: hand;
}