﻿body
{
	background: url(    'images/Background-Green.png' );
	background-repeat: repeat-x;
	background-color: #D6E3B5;
	font-family:Verdana;
	font-size: small;
}


.linksDontUnderline
{
	text-decoration: none;
}


#header
{
	position: absolute;
	height: 83px;
	width: 860px;
	left: 50%;
	top: 5px;
	z-index: 101;
	margin: 0 0 0 -430px;
	border-right: #3c746b 1px solid;
	border-top: #3c746b 1px solid;
	border-left: #3c746b 1px solid;
	background-color: white;
}

#content
{
	position: absolute;
	height: 742px;
	width: 860px;
	top: 90px;
	left: 50%;
	z-index: 100;
	margin: 0 0 0 -430px;
	border-right: #3c746b 1px solid;
	border-left: #3c746b 1px solid;
	background-color: white;
}

#footer
{
	position: absolute;
	height: 56px;
	width: 860px;
	top: 832px;
	left: 50%;
	z-index: 101;
	margin: 0 0 0 -430px;
	border-top: #3c746b 1px solid;
	border-right: #3c746b 1px solid;
	border-left: #3c746b 1px solid;
	border-bottom: #3c746b 1px solid;
	background-color: white;
}

#mainContent
{
	position: absolute;
	height: 690px;
	top: 45px;
	width: 680px;
	z-index: 102;
	left: 90px;
	font-family: Verdana;
	font-size: small;
}

.islandBackupPurchaseBrochure
{
	position: absolute;
	width: 176px;
	height: 90px;
	z-index: 100;
	left: 241px;
	top: 325px;
	font-family: Verdana;
	background-color: #3c746b;
	text-decoration: none;
	text-align: center;
}

.islandBackupPurchaseBrochureLink
{
	color: #FFFFFF;
	font-weight: bold;
}


/*- Tab Menu --------------------------- */

#tabMenu
{
	height: 33px;
	width: 100%;
	left: 0px;
	top: 0px;
	background: #39736B;
	font-size: 93%;
	line-height: normal;
}

#tabMenu ul
{
	margin: 0;
	padding: 10px 10px 0px 5px;
	list-style: none;
}

#tabMenu li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#tabMenu a
{
	float: left;
	background: url(   "images/tableftC.gif" ) no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}

#tabMenu a span
{
	display: block;
	background: url(   "images/tabrightC.gif" ) no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #464E42;
}

#tabMenu a:hover span
{
	color: #FFF;
}

#tabMenu a:hover
{
	background-position: 0% -42px;
}

#tabMenu a:hover span
{
	background-position: 100% -42px;
}

/******************* Login Bar **************/

#loginBar
{
	z-index: 150;
	left: 800px;
	width: 55px;
	position: absolute;
	top: 4px;
	height: 28px;
}

/******************** Profile Menu Bar ************/
#profileMenuBar
{
	height: 30px;
	width: 100%;
	left: 0px;
	top: 37px;
	background: #F5FFFA;
	font-size: 93%;
	line-height: normal;
	border-bottom: #3c746b 1px solid;
}

/******************** Management Menu Bar ************/

#managementMenuBar
{
	height: 30px;
	width: 100%;
	left: 0px;
	top: 37px;
	background: #F5FFFA;
	font-size: 93%;
	line-height: normal;
	border-bottom: #3c746b 1px solid;
}


