/* HEADER LAYOUT STYLES */
#header {
	position: absolute;
	width: 100%;
	background-image: url(../images/main-bkg.gif);
	background-repeat: repeat-x;
	height:185px;
	z-index: 50;
}

#header #headerContent {
  position:relative;
  width: 960px;
  left: -480px;
  margin-left: 50%;
  top: 0px;
}

#header #headerContent #hcTop {
	position: relative;
	height: 150px;
}

#header #headerContent #hcTop #hctLogo {
  float: left;
  width: 763px;
  height:150px;
}
#header #headerContent #hcTop #hctSupportTabs {
  float: right;
  width: 190px;
  padding: 0px;
  margin: 0px;
}

#header #headerContent #hcMainNavigation {
	position: relative;
	padding: 5px 0px;
	height: 25px;
}

#header #headerContent #hcSubNavigation {
  position:relative;
  z-index:50;
  width:940px;
  padding: 10px 10px;
  font: 11px/1.5 Helvetica, Arial, sans-serif;
  background-image: url(../images/sub-nav-bkg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

#header #headerContent #hcSubNavigationContent {
  width:900px;
  padding: 0px 10px 10px 30px;
  margin:0 auto;
}

/* BANNER LAYOUT STYLES */
#banner {
	position: absolute;
	top: 185px;
	width: 100%;
	height: 277px;
	border-bottom: 1px solid #999;
	z-index:1;
}
#banner #bannerContent {
	position: relative;
	width: 956px;
  	left: -479px;
  	margin-left: 50%;
	height: 235px;
	margin-top: 20px;
	margin-bottom: 22px;
}

#banner #bannerContent #bcImages {
	margin-bottom: 3px;	
}

/* MAIN BODY LAYOUT STYLES */
#main {
	position: absolute;
	top: 462px;
	width: 100%;
}

#main #mainContent {
  position:relative;
  width: 960px;
  left: -480px;
  margin-left: 50%;
  top: 0px;
}

#main #mainContent #mcLeft {
	position: relative;
	float: left;
	width: 580px;
	padding: 20px 20px 20px 0px;
}

#main #mainContent #mcLeft #mclLeft {
	position: relative;
	float: left;
	width: 225px;
	padding: 0px 0px 0px 0px;
}

#main #mainContent #mcLeft #mclRight {
	position: relative;
	float: left;
	width: 355px;
	padding: 0px 0px 0px 0px;
}

#main #mainContent #mcLeft #mclServicesContent .mclscNav {
  margin-top:10px;
  width:229px;
  padding-right:10px;
  margin-right: 20px
  background: url(../images/solutions_bg.jpg) 370px 20px no-repeat;
  float:left;
  border-right: 1px solid #eeeeee;
}
#main #mainContent #mcLeft #mclServicesContent .mclscContent {
  width:310px;
  padding:15px 0px 15px 10px;
  float:left;
}

#main #mainContent #mcRight {
	position: relative;
	float: left;
	width: 360px;
	padding: 20px 0px 0px 0px;
	margin-bottom: 20px;
}

#main #mainContent #mcRight #mcrContent {
	position: relative;
	padding: 10px 20px 40px 20px;
	width: 320px;
	background: #ffe793 url(../images/tip-footer.gif) no-repeat right bottom;
}

#main #mainContent #mcStaff {
	position: relative;
	width: 960px;
	padding:0px;
	float: none;
	clear: both;
}


#main #mainContent #mcStaff .sLeft {
  	position: relative;
	float: left;
	width: 239px;
	padding: 0px 20px 0px 0px;
}
#main #mainContent #mcStaff .sRight {
  	position: relative;
	float: left;
	width: 660px;
	padding: 0px 0px 0px 20px;
	border-left: 1px solid #eeeeee;
	margin-left: 20px;
}


/* FOOTER LAYOUT STYLES */
#main #footer {
 	position: relative;
	bottom: 0px;
	height: 140px;
	width: 100%;
	background-color: #232323;
}
#main #footer #footerContent {
  position:relative;
  width: 960px;
  left: -480px;
  margin-left: 50%;
}

#footer #footerContent #footerNavigation {
  width:50%;
  margin:10px 0 0 0;
  float:left;
}
#footer #footerContent #footerSidebar {
  float:left;
  margin:5px 0 0 0;
  width:50%;
}