/* CSS Document */
@import url("csrr_home.css");
@import url("csrr_nav.css");



body, html {
	background: #A587BB url(../images/bk.gif) repeat-x top;
	margin:0px;
	padding:0px;
	height:100%;
}

#header {
	background: url(../images/topBk.jpg) repeat-x;
	/*height: 139px;*/
	}

#siteMapCol {
	float: left;
	width: 295px;
	padding-left: 0px;
	padding-top: 20px;
}


	.siteMapHeading {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #9D7EB4;
	margin: 5px 0 0 0;
	padding: 0px;
	}
	
	#siteMapCol ul {
	margin: 0px;
	padding: 0px 0px 0px 25px;	
	}	
	
	#siteMapCol li {
		list-style:none;
		margin: 0px;
		padding: 0px 0px 5px 5px;	
	}	
#content {
	text-align: left;
	margin-top: 20px;
	margin-right: 20px;
}

#SearchForm {
	margin-right: 10px;
	margin-left: 40px;
	padding: 0px;
	margin-top: 20px;
}

/*  ===================================================  */
/*  DEFINES FOOTER */
/*  ===================================================  */

	
#footer {
	clear: both; /* serves as footer hack to pull parent div down */
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	padding: 3px 0px 0px 0px;
	}
	
#copyrightcontainer {
	float: left;
	}
	
#legalcontainer {
	clear: both;
	}
	
#copyrightDate {
	float: left;
	}
	
#footerHolder {
	clear: both;
	height: 1px;
	} /* hacks the main container div to stretch height for all child divs */
	
	* html #footerHolder {
		/* commented backslash hack v2 \*/
 		display: none;
  		d\isplay: none;
  		/* end hack */
		}

.cyberTrustLogo {
	float: left;
	}
		
#footerHack {
	clear: both;
	width: auto;
	}

