/* ----------------------------------------GLOBAL BODY/BASE-SET STYLES----------------------------------------*/

/* to zero margins*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

/* to set font for body, background, and text-align center for IE5 fix to ignoring auto in wrapper*/
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* --------------------GLOBAL WRAPPER, MAIN NAVIGATION, AND CONTENT LAYOUT/DESIGN/STRUCTURE STYLES--------------------*/

/* to set container element for all elements in page, to position body element, and to reset text align to the left to fix IE5 aligning to center due to property above*/

/* wrapper for home page*/
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align:left;
	background-color:#FFFFFF;
	width: 750px;
}

/* banner and header for home and module pages*/
#banner {
	height: 157px;
	margin: 0;
	padding: 0;
	background-image: url(../images/structure/REM_banner.jpg);
	background-repeat: no-repeat;
}
#banner_slice {
	background-image:url(../images/structure/REM-banner_spacer.gif);
	margin:0;
	padding:0;
	height:14px;
	font-size: 1px;
	line-height: 0px;
}
#banner_left {
	height: 62px;
	float:left;
	position: relative;
	width: 204px;
	margin: 0;
	padding: 28px 0 0 0;
}
#banner_middle {
	margin: 0;
	padding: 0;
	width: 316px;
	float:left;
}
#banner_right {
	padding: 48px 0 0 0;
	margin: 0;
	height: 75px;
	width:230px;
	float: right;
}
/* header for content in modules*/
#content_header {
	margin: 0;
	background-image: url(../images/structure/cipmvolmod_h1.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height: 28px;
	vertical-align: baseline;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 8px;
}

/* background to navigation for home page*/
#navmain {
	margin: 0 0 0 0px;
	padding: 0;
	width: 145px;
	background-image: url(../images/structure/REM-menuslice.gif);
	background-repeat: repeat-y;
	min-height:200px;
  	height:auto !important;
	height:200px;
}
#navbackground {
	margin: 0;
	padding: 0;
	width: 155px;
	background-image: url(../images/structure/REM-menuslice.gif);
	background-repeat: repeat-y;
}

/* other navigation layout styles*/
#navbottom {
	margin: 0;
	padding: 0;
	width: 155px;
	background-image: url(../images/structure/REM-menubottom.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-size: 1px;
    line-height: 0px;
	height: 25px;
}
#navspacer {
	margin: 0;
	padding: 0;
	width: 155px;
	height: 20px;
	background-color: #FFFFFF;
}

/* container for navigation--home and module*/
#leftcol{
	width: 155px;
	float: left;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}
/* content styles*/
#content {
	padding: 0 10px 0 10px;
	margin: 0 156px 0 155px;
	background-color: #FFFFFF;
}
.container {
	width: 399px;/*total is 436px*/
	float: right;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCC99;
	border-left-color: #CCCC99;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom:15px;
}
#content_main {
	margin: 0;
	background-image: url(../images/structure/REM-content.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	min-height:395px;
	height:auto!important;
	height:395px;
}
#content_main p {
	margin: 0 0 12px 0;
}
#rightcol{
	width: 156px;
	float: right;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}
#rightpic {
	text-align: right;	
}
#rightcontact {
	background-image:url(../images/structure/REM-contactBox.gif);
	background-repeat:no-repeat;
	height:180px;
	margin: 0;
	width: 146px;
	padding:10px 3px 10px 7px;
	color:#663300;
}
#rightcontact li {
	list-style-position: outside;
	list-style-image: url(../images/structure/REM-bullet2.gif);
	margin-bottom: 8px;
	margin-left: 17px;
}
#rightcontact p {
	margin-bottom: 10px;
}
#rightcontact a {
	color: #666633;
	text-decoration:none;
}
#rightcontact a:hover {
	color:#663300;
	text-decoration:underline;
}
.shortHdots {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCC99;
	margin:10px 10px 10px 10px;
}
.rightButton {
	background-image:url(../images/structure/REM-downloadBtn.gif);
	background-repeat:no-repeat;
	margin: 0;
	height:20px;
	width: 146px;
	padding:10px 3px 10px 7px;
}
.rightButton a {
	color: #666633;
	text-decoration:none;
}
.rightButton a:hover {
	color:#663300;
	text-decoration:underline;
}
/* ----------------------------------------GLOBAL HOME AND MODULE FOOTER STYLES----------------------------------------*/
/* for home page footer background*/
#footer_home {
	background-image:url(../images/structure/REM-footer.gif);
	background-repeat:no-repeat;
	height:53px;
	clear:both;
	background-color: #FFFFFF;
	padding-top: 14px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom:10px;
}
/* for footer text styles on home and module pages*/
#footer {
	margin:0;
	padding:0;
}
#footer p {
	font-size: 12px;
	margin:0;
	margin-bottom: 12px;
	text-align:center;
	font-weight:bold;
}
#footer p a {
	color:#999966;
	text-decoration:none;
}
#footer p a:hover {
	color:#663300;
	text-decoration:underline;
}
#footer .small {
	font-size: 11px;
	margin:0;
	text-align:center;
}
#footer .small a {
	color:#999966;
	text-decoration:none;
}
#footer .small a:hover {
	color:#663300;
	text-decoration:underline;
}
