html {
	height: 100%;
}

body {
  background-color:#EEEDED;
  margin: 0;
  padding: 0;
  border: 0;
  min-height: 100%;
  font-style: arial, sans-serif;
  color: #222;
  text-align:center;
}

#header {
  position: relative;
  margin: 0px auto;
  width: 100%;
  height: 50px;
  background-color: #a1a0a0;
}  

.main {
  	width: 100%;
  	margin: 0px auto;
  	min-height:100px;
  	height:100px;
  	background-image:url('http://content.sagelogix.com/idc/groups/public/documents/web_asset-websiteobject/sagelogixbackground001.jpg');
  	background-repeat: repeat-x;
}
div[class] .main {
   height:auto;
}
.container {
	position: relative;
	width: 1021px;
  	margin: 0px auto;
  	min-height:100px;
  	height:100px;
	background: #fff;
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px;
	border-left: solid #fff 1px;
	border-right: solid #fff 1px;
}
div[class] .container {
   height:auto;
}

#sageSearch {
    position: absolute;
    width: 252px;
    height: 42px;
    right: 5px;
    top: 50px;
    z-index:500;
}

.sageLogo {
    position: absolute;
    width: 171px;
    height: 98px;
    left: 0px;
    top: 0px;
}
.partnerLogo {
    position: absolute;
    width: 252px;
    height: 42px;
    right: 5px;
    top: 10px;
}

.navigationMain {
    position: absolute;
    top: 98px;
    left: 0px;
    width: 1021px;
    height: 29px;
    text-transform:uppercase;
    padding-top:1px;
    text-align:left;
    background-image: url('http://content.sagelogix.com/idc/groups/public/documents/web_asset-websiteobject/sagelogiximg001.jpg');
    background-repeat: repeat-x;
}
.mainImage {
   	position: absolute;
   	top: 127px;
   	left: 0px;
   	height: 45px;
   	width:1021px;
}

.breadCrumb {
  	position: absolute;
  	top: 172px;
  	left: 30px;
  	padding-top: 3px;
  	background-image: url('http://content.sagelogix.com/idc/groups/public/documents/web_asset-websiteobject/sagelogiximg008.jpg');
  	height: 20px;
  	width: 984px;
  	color: #fff;
  	text-align:left;
}

img.leftSide {
	position: absolute;
	top: 172px;
	left: 0px;
	height: 500px;
	width: 20px;
}

img.rightSide {
	position: absolute;
	top: 172px;
	left: 870px;
	height: 500px;
	width: 20px;
}



.contentArea {
	position: relative;
	top: 195px;
	left: 30px;
	width: 840px;
  	min-height:100px;
  	height:100px;
  	background-color: #fff;
/*	border-bottom: solid #73804c 1px;*/
/*	border-right: solid #73804c 1px;	*/
	text-align: left;
}
div[class] .contentArea {
   height:auto;
}
table.content {
    padding: 0px 0px 0px 0px;
    border-spacing: -5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-collapse: collapse;
	border-width: 0px;
	width:100%;
}
table.content th {
	padding: 0 0 0 0;
	background-color: #fff;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.content td {
    border-width: 0px;
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: none;
	vertical-align:top;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.contentBody {
    table-layout: fixed;
    height: 500px;
    padding: 0px 0px 0px 0px;
    border-spacing: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: 0px;
	border-collapse: collapse;
	border-width: 0px;
}

table.contentBody td {
    border-width: 0px;
	border-top: none;
	border-bottom: solid 0px #73804c;
	border-right: none;
	border-left: none;
	vertical-align:top;
	-moz-border-radius: 0px 0px 0px 0px;
}


#contentRegion {
  	position: relative;
  	top: -32px;
  	left: 0px;
  	width: 540px;
  	min-height: 400px;
  	margin-left: 3px;
  	border-right: solid #73804c 1px;
    
}

#contentResources {
  	position: absolute;
  	top: 40px;
  	left: 540px;
  	width: 140px;
  	min-height: 425px;
  	margin-left: 3px;
}

#navigationFooter {
   	position: relative;
   	bottom: 0px;
   	left:0px;
   	width:1024px;
   	text-transform: uppercase;
   	height: 30px;
   	margin: 0px auto;
   	text-align:right;
   	background-image: url('http://content.sagelogix.com/idc/groups/public/documents/web_asset-websiteobject/sagelogiximg002.jpg');
}



.box2 {
   background:yellow;
   min-height:100px;
   height:100px;
   }
div[class] .box2 {
   height:auto;
   }

/*.contactUs {
  position:relative;
  bottom: 120px;
  right: -410px;
  height: 40px;
}
*/
.contactUs {
  visibility:hidden;
  position:absolute;
  top: 500px;
  left: 50px;
  height: 40px;
}
