/* CSS Document */

body {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	background-color:#d0d2d3;
}

/* ---------- Main Layout ---------- */
#wrap {
width: 100%;
margin: 0;
padding: 0;
background-image:url(../images/linearbkg2.jpg);
background-repeat:repeat-x;
background-position:top center;
background-color:#cdcfd0;
}

#top {
width: 869px;
height: 293px;
background-color:#fff;
}

#hr-grey {
background-image:url(../images/layout-hr.jpg);
width: 869px;
height: 8px;
background-color:#fff;
}

#hr-grey-bottom {
background-image:url(../images/layout-hr.jpg);
width: 869px;
height: 8px;
background-color:#fff;
}

#hr-white {
background-image:url(../images/content-bkg.jpg);
background-repeat:repeat;
width: 869px;
height: 20px;
background-color:#fff;
}

#hr-headertext {
background-image:url(../images/home-featuretext.gif);
background-repeat:no-repeat;
width: 800px;
height: 84px;
background-color:#fff;
}

#content-bkg {
background-image:url(../images/content-bkg.jpg);
background-repeat:repeat;
background-color:#fff;
width:869px;
height:100%;
}

#content {
background-image:url(../images/white-bkg.jpg);
background-repeat:repeat-y;
background-color:#fff;
width:800px;
height:100%;
padding-bottom:30px;
}

#content-left {
background-image:url(../images/white-bkg.jpg);
background-repeat:repeat;
background-color:#fff;
float:left;
width:260px;
text-align:left;
padding-bottom:30px;
}

#content-right {
background-image:url(../images/white-bkg.jpg);
background-repeat:repeat;
background-color:#fff;
float:right;
width:500px;
text-align:left;
padding-bottom:30px;
}

#submenu-greybkg {
background-color:#eef0f3;
}

.menuheader-capabilities {
background-image:url(../images/menu-capabilities.gif);
width:260px;
}

#hr-body {
background-image:url(../images/hr-grey.gif);
height:3px;
}

#footer-bkg {
background-image:url(../images/footer-bkg.jpg);
width: 869px;
height: 81px;
background-color:#fff;
}

#footer-container {
width: 800px;
vertical-align:middle;
}

