
/******************************/
/* section/components to hide */
/******************************/
div#webfactory-toolbar,
div#breadcrumbs span.message,
div#print-page,
div#search-box,
div#main-left,
div#main-right,
div#primary-navigation,
div#footer-navigation,
div.topOfPage,
div#webfactory-toolbar-show {
 display: none;
}


/****************************/
/* alternate general styles */
/****************************/
a,
a:visited,
a:hover,
a:link {
 color: black;
 text-decoration: none;
}


/****************/
/* main-content */
/****************/
/*
body.left-middle-right div#main-content,
body.left-middle div#main-content,
body.middle-right div#main-content,
body.middle div#main-content,
div#main-content {
 margin: 1.2em 0 0 0;
 position: absolute;
 width: 100%;
 left: 0%;
}
*/
/* new stuff.... */
body,
body div#page,
body.left-middle-right div#main-content,
body.left-middle div#main-content,
body.middle-right div#main-content,
body.middle div#main-content,
div#main-content
div#main-content div.document {
height: auto !important;
margin: 0px !important;
padding: 0px !important;
position: static !important;
width: auto !important;
}

body div#page {
padding: 130px 0px 0px 0px !important;
}




/***************/
/* breadcrumbs */
/***************/
div#breadcrumbs {
 width: 100%;
 top: 136px;
 margin: 0em 0 0 0;
 left: 0%;
 height: 2em;
 overflow: hidden;
}

div#breadcrumbs a,
div#breadcrumbs a:hover,
div#breadcrumbs a:link,
div#breadcrumbs a:visited {
 color: black;
 text-decoration: none;
}


/***************/
/* main-banner */
/***************/
div#main-banner {
 top: 0px;
 margin: 0;
 left: 0%;
 width: 100%;
}


/***************/
/* main-footer */
/***************/
div#main-footer {
 background: transparent;
 color: #000000;
 width: 100%;
}

div#main-footer div#copyright {
 float: none;
 width: 100%;
}


/*** ::::::::::::::::: START: SPECIFIC PAGE STYLES :::::::::::::::::::::::: ***/

/*** ::::::::::::::::: END: SPECIFIC PAGE STYLES :::::::::::::::::::::::::: ***/


/*** ::::::::::::::::: START: SPECIFIC COMPONENT STYLES :::::::::::::::::::::::: ***/

/*** ::::::::::::::::: END: SPECIFIC COMPONENT STYLES :::::::::::::::::::::::::: ***/








