/* Global */
html, body, form, #bodywrap  /* form and bodywrap for CLEARFIX */
{
	height: 100%;
	margin: 0px;
  	padding: 0px;
	}

body 
{ 
	background: #D6E5E7;
	background-image: url(/images/bg_gradient693.gif);
	background-repeat: repeat-x;
	text-align: center; /* IE fix */
	}


#page
{
	min-height: 100%;						/* for FOOTER placement */
	height: auto !important;				/* for IE 6 and IE 5.5  */
	position: relative;
	width: 912px;
	margin: 0px auto -75px;					/* SUBTRACT for .push ... .footer height */
	text-align: left;
	z-index: 1;				/* MAKE FOOTER links clickable by pushing page down*/
	}

body > #page {height: auto; min-height: 100%;} /* PART of CLEARFIX */

a
{
	outline: none; 
	}

a img 
{
	border: none;
	}
	
p
{
	font-family: Helvetica Neue, Helvetica, Arial, Sans Serif;
	font-size: 10pt;
	line-height: 1.28em;
	}
	
/* Header */

#header 
{
	/* position: absolute;
	top: 0px;  */
	height: 84px;
	width: 876px; 							/* 912px with padding subtracted */
	padding: 20px 20px 0px 16px;
	background-image: url(/images/header.png);
	background-repeat: no-repeat; 
	text-align: right;
	}
	
.headerlogo
{
	/* position: relative; */
     width: 304px;
     height: 64px;
     float:left; 							/* top 20px padding added in #header */
	}
	
	
#headernav
{
	float: right;
	padding-top: 22px; 				/* added to the 20px #header padding for the logo */
	font-family: Georgia, Serif;
	font-style: italic;
	font-size:10pt;
	}

/* basic attributes (colors, font families and sizes, etc) */

.title {
	font-family: Georgia, Serif;
	font-size: 20pt;
	color: #8A9795;
	line-height: 1.1em;
	}
	
.firstparagraph {
	/* color: #6C7A78; */
	color: #AB978C; 
	}

td
	{
	font-family: Helvetica Neue, Helvetica, San-Serif;
	color: #6C7A78;
	font-size: 9pt;
	line-height: 1.0em;
	}
	

/* link attributes (colors, styles, etc) */



a:link, a:visited
{
	color: #AB978C;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:hover, a:visited:hover
{
	color: #6C7A78;
	}
	
#headernav a:link, #headernav a:visited
{	
	text-decoration: none;
	color: #FFFFFF; 
	}
	
#headernav a:hover, #headernav a:visited:hover
{	
	color: #DDFFFF;  
	/* text-decoration: underline; */
	}

#headernav a:active { color: #DDFFFF }

.linkpad
{
	padding-right: 20px;
	}

a.nobold {
	font-weight: normal;
	}
	
.footlinx, .footer
{
	text-align: center;
	font-family: Georgia, Serif;
	font-style: normal;
	font-size: 9pt;
	color: #9A8479;
	text-decoration: none;
	}

a.footlinx:link, a.footlinx:visited
{
	color: #9A8479;
	text-decoration: none;
	}

a.footlinx:hover, a.footlinx:visited:hover
{
	color: #E7D7BC;
	}

a.footlinx:active
{
	color: #9A8479;
	}


/* basic Layout */

/* ========= MAIN BLOCK =========== */

#banner
{
	position: relative;
	width: 872px;  
	height: 126px; 	
	padding: 12px 20px 12px; 
	}
#bannercopy
{
	width: 660px;
	height: 56px;	
	color: #6C7A78;
	padding: 0 24px 0 0;
	}
	
#homebanner
{
	position: relative;
	width: 872px;  		/* 912-20left-20right */
	height: 164px; 		/* 148=250-74top-12bttm margin */
	background: url(/images/bannertrees-85pct.png) no-repeat; 
	padding: 70px 20px 12px; 
	}

#hometitle
{
	padding-left: 14px;			/* INDENT - adds to the 20px pad of #homebanner */
	font-family: Georgia, Serif;
	color: #E7D7BC;
	font-size: 20pt;
	line-height: 1.1em;
	}

#subpgtitle
{
	font-family: Georgia, Serif;
	color: #8A9795;
	font-size: 20pt;
	line-height: 1.1em;
	}

.homesubtitle
{
	color: #DEE6DE;
	font-size: 15pt;
	}

/* PLUS ERP CSS */

.wtpluserp
{
	color: #74584c;
	}
#erp
{
	font-family: Helvertica-Neue, Helvetica, Arial, Sans-serif;
	font-weight: bold;
	}
	
#erp sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
    color: #da0303;
	/* padding-bottom: 12px;
	line-height: 1.6em; */
	}
	
#homebannercopy
{
	width: 610px;
	height: 56px;	
	position: absolute;
	top: 155px;
	}
	
#homebannercopy p
{
	color: #6C7A78;
	}
	
#bannerbutton
{
	float: right;
	margin-top: 38px;
	width: 205px;
	height: 83px;
	}
	
#bannerlinx
{
	position:absolute;
	right: 0px;
	top: 50px;
	width: 220px;
	}
	
#bannerlinx .title	
{
	font-family: Helvetica Neue, Helvetica, San-Serif;
	}
#bannerlinx .title .sub
{
	font-size: 11pt;
	color: #73584A; 
	}
	
#bannerlinx .blinx
{
	font-family: Helvetica Neue, Helvetica, San-Serif;
	font-size: 10pt;
	color: #AB978C; 
	line-height: 1.2em;
	}
	
/* ========= MAIN BLOCK =========== */

#homebodywrap
{
	/* width: 871px;		666 colcontainer plus 205 sidebar */
	height: 338px;			/* TALLER than sidebar */
	padding-top: 16px;
	z-index: 1;
	}

#bodywrap
{	
	width: 872px;            /* Height Declared at TOP of Document */
	padding: 16px 0 0 20px;
	/* z-index: 1; */
	}

#fourcolumncontainer
{
	float: left;
	width: 666px;			/* subtracted 20px left pad */
	height: 224px;			/* subtracted 26px top pad */
	padding: 16px 0 0 18px;
	}

/* ... NOT NEEDED - COVERED in BODYWRAP ... */
#threecolumncontainer
{	
	float: left;
	width: 872px;			
	height: 500px;
	padding: 16px 0 0 20px;
	}

.fourcolumn
{
	float: left;
	width: 194px;
	height: 224px;
	margin-right: 28px;
	}
	
#threecolA, #threecolB, #threecolC
{
	clear: none;
	float: left;
	width: 262px;  /* fit into bodywrap 872w-20leftpad=852-(28pad*3)=768/3=256 */  
	padding:  0 28px 32px 0;
	}

#threecolwide
{
	position: relative;
	clear: none;
	float: left;
	width: 370px;  
	padding:  20px 28px 32px 0;
	}


#threecolimage 
{
	width: 370px;
	height: 380px;
	/* padding:  0 12px 32px 0; */
	background: url(/images/4panel.png) no-repeat;
	}

#SLA-block
{
	/* float: left;
	margin: 0; height: 492px*/
	height: 565px;
	background: url(/images/feat_col_BG_ERP.png) no-repeat;
	}

#SLA-block p
{
	font-family: Georgia, Serif;
	color: #716259;
	font-size: 12px;
	line-height: 1.167em;
	padding: 12px 0 12px 28px;
	}
	
#SLA-block a, #SLA-block a:hover
{
	text-decoration: none;
	color: #716259;
	}
	
.fourcolumn .title, .threecolumn .title
{
	font-family: Georgia, Serif;
	font-weight: normal;
	font-size: 15pt;
	color: #8A9795;
	line-height: 1.0em;
	}

.threecolumn .title .sub
{
	color: #8A9795;  /* #AB978C */
	font-family: Helvetica Neue, Helvetica, San-Serif;
	font-size: 11pt;
	/* line-height: 1.2em; */
	}
	
.fourcolumn p
{
	font-family: Helvetica Neue, Helvetica, San-Serif;
	font-size: 10pt;
	color: #AB978C; 
	line-height: 1.2em;
	}
	
.threecolumn p
{
	font-family: Helvetica Neue, Helvetica, San-Serif;
	font-size: 10pt;
	color: #AB978C; 
	line-height: 1.2em;
	}
	
#sidebar /*for fourcolumn layout*/
{
	/* position: relative; */
	float: left;
	width: 205px;
	height: 320px;
	margin-left: 2px;
	padding-top: 24px;
	background: url(/images/sidebar_bg.png) no-repeat;
	}
	
#sidebar .title
{
	font-family: Georgia, Serif;
	font-weight: normal;
	padding-left:33px; 				/* 12px 10px 0px 33px; */
	font-size: 11pt;
	color: #8A9795;
	line-height: 1.2em;
	}
	
#sidebar ul
{
	list-style-type: none;
	font-family: Georgia, Serif;
	font-size: 9pt;
	color: #AB978C;
	}
	
#sidebar li
{
	margin:16px 32px 0px -7px;
	line-height: 1.0em;
	}

#bodywrap {padding-bottom: 65px;}  /* CLEARFIX: must be same height as the footer */

#footer {position: relative;
	margin-top: -65px; /* negative value of footer height */
	height: 65px;
	clear:both;} 

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
	
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
/* * html .clearfix { height: 1%;} */
/* .clearfix {display: block;} */
/* End hide from IE-mac */	

#homepush
{
	position: relative;		/* FIXES footer link problem */
	height: 170px;			/* ORIGINALLY 75px */
	z-index: 1;			/* FIXES footer link problem */
	}
	
#push
{
	position: relative;		/* FIXES footer link problem */
	height: 75px;
	z-index: 1;			/* FIXES footer link problem */
	}
	
#footerbox
{
	position: relative;		/* FIXES footer link problem */
	z-index: 10;			/* FIXES footer link problem */
	height: 65px;			/* 75px height - 10px top margin  */
	width: 100%;
	padding-top: 10px; 
	background: url(/images/footerfill.gif) repeat-x;
	}
	
	
#copyright
{
	text-align: center;
	font-family: Georgia, Serif;
	font-style: normal;
	font-size: 9pt;
	padding-top: 20px;
	color: #807065;   /* C1B49A */
	}
	
#w3_block
{
	float: right;
	padding-right: 8px;
	opacity: 0.4;
	}
	
/* advanced layout */



