html, body  {
   padding: 0px;
   margin: 0px;
   background-color: #FFFFFF;
}
body {
	background-image: url();
	background-repeat: no-repeat;
	background-color: #E7E7E7;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#copyright p,
#main-content p,
#support-footer p,
   {
   font: 12px/18px Arial;
   margin: 0px;
   text-align: left;
}
a  {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #8C95A6;
}
/* Disabled for time being due to navigation
a:visited {
	color:#999
}
*/
#main-content  {
	top: 0px;
	position: absolute;
	visibility: visible;
	z-index: 9;
	width: 650px;
	left: 5px;
}

#content-background  {
	visibility: visible;
	position: relative;
	left: 0px;
	top: 338px;
	z-index: 2;
	width: 100%;
	height: 867px;
	background-repeat: no-repeat;
	background-image: url(../images/content-bg.gif);
}

#mountain-photo  {
	visibility: visible;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 7;
	width: 100%;
	height: 339px;
	background-image: url(../images/mtn-pic.jpg);
	background-repeat: no-repeat;
}

#nav-background-left  {
   background: url(../images/navleft.gif) no-repeat;
   visibility: visible;
   position: absolute;
   left: 126px;
   top: 339px;
   z-index: 3;
   width: 398px;
   height: 56px;
}

#nav-container {
	position: absolute;
	z-index: 2;
	top: 339px;
	right: auto;
	visibility: visible;
	width: 899px;
	left: 50%;
	margin-left: -450px;
}
#main-container {
	left: 50%;
	top: 445px;
	position: absolute;
	width: 800px;
	margin-left: -400px;
	visibility: visible;
}
#content-container {
	position:absolute;
	left:50%;
	top:335px;
	width:850px;
	height:840px;
	z-index:3;
	visibility: visible;
	margin-left: -425px;
	background-image: url(../images/content-bg.gif);
	padding: 5px;
	margin-top: 50px;
}
#Content-window-bg {
	position:absolute;
	left:0px;
	top:335px;
	width:100%;
	height:967px;
	z-index:1;
	background-image: url(../images/content-bg.gif);
}
.content-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
}


#headerDivider  {
	visibility: visible;
	position: absolute;
	left: 0px;
	top: 335px;
	z-index: 8;
	width: 100%;
	height: 25px;
	background-repeat: no-repeat;
}

#mtn-photo  {
	visibility: visible;
	position: absolute;
	left: 50%;
	top: 102px;
	z-index: 7;
	width: 807px;
	height: 234px;
	background-image: url(../images/mtnHeader.gif);
	background-repeat: no-repeat;
	margin-left: -404px;
}
#headerIMG {
	position:absolute;
	left:0px;
	top:0px;
	height:335px;
	z-index:3;
	background-image: url(../images/backgroundSpirals.jpg);
	width: 960px;
}
#headerBG {
	position:absolute;
	left:0px;
	top:0px;
	height:335px;
	z-index:2;
	background-image: url(../images/headerBG.jpg);
	width: 100%;
}
#navigation {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:50px;
	z-index:9;
}
#nav-bg {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:60px;
	z-index:5;
	background-image: url(../images/nav/logonav-spacer.gif);
}


#footerDivider  {
	visibility: visible;
	position: absolute;
	left: 0px;
	top: 1250px;
	z-index: 8;
	width: 100%;
	height: 1px;
	background-color: #000;
	background-repeat: no-repeat;
}
#servicesHeading {
	position:absolute;
	left:28px;
	top:24px;
	width:111px;
	height:17px;
	z-index:10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
#sitemapHeading {
	position:absolute;
	left:349px;
	top:24px;
	width:104px;
	height:17px;
	z-index:10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
#supportHeading {
	position:absolute;
	left:560px;
	top:24px;
	width:115px;
	height:22px;
	z-index:10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-style: normal;
	font-weight: bold;
	color: #667083;
	line-height: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #8C95A6;
	line-height: 18px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	line-height: 16px;
}
h4 {
	color: #667083;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 13px;
	font-weight: 600;
}
.text-in-table {
	vertical-align: top;
}

