@charset "utf-8";
/* CSS Document */

*:first-child+html #Tagline {
	top:8px;
	left:42px;
}

* html #PRS_left h1{ /*h1 caused and issued in ie6*/
	text-indent: -15px;
}

*:first-child+html #PRS_left h1 {/*IE 7 h1 fix*/
	text-indent: -15px;
}

*:first-child+html #Accordion {/*IE 7 Accordion Shift Fix*/
	margin-left: -11.5px;
}

* html #Accordion {
	margin-left: -11.5px; 	
}

* html ul {
	margin-left: -15px;
	margin-bottom: -15px;	
}

* html #SlideContent {
	margin-top: -9px;
}

*:first-child+html #SlideContent {
	margin-top: -9px;
}

* html #master {
	width: 990px;	
}

/*

* html #Header {
	background-image: url(../images/header-alt.png);
}

*/

* html #Header ul { /*Brings the legal buttons into view*/
	margin-left: -15px;
	margin-bottom: -15px;
}


* html #Header #Headerpic {
	background-image:url(../images/ie6Title2.png);

}

* html #Tagline {
 	display: none;
}

* html #Header #PrivacyButton {
	background-image: url(../images/Privacy-Button-alt.png);
	width:60px;
	height:25px;
	z-index: 100;
}

* html #Header #SpacerCr1 {
	background-image: url(../images/Space-cross-alt.png);
}

* html #Header #TermsButton {
	background-image: url(../images/T&C-button-alt.png);
}

* html #Header #SpacerCr2 {
	background-image: url(../images/Space-cross-alt.png);
}

* html #Header #MapButton {
	background-image: url(../images/Site-Map-Button-alt.png);
}  

* html #SNrightSide { /*Search_News page right column align*/
	padding-left: 460px;
}

* html #Contact {/* IE 6 */
	width: 16%;
}

* html #Home { /*IE 6 double margin*/
	margin-left: .12%;	
}

*:first-child+html #Contact {/*IE 7 bug where contact button was shifting down when resizing*/
	width: 15.8%;
}

*:first-child+html #Home { /*IE 7 bug where contact button was shifting down when resizing*/
	margin-left: .34%;	
}

*:first-child+html #SlideContent { /*this div shifted down in IE*/
	margin-top: .5em;
}

* html #SlideContent { /*this div shifted down in IE*/
	margin-top: .5em;
}

* html .picHead {  /*IE 6: Index picture head fix*/
	height: 21px;
	overflow: hidden;
	padding-top: 4px;
}

* html .homeCover { /*IE 6: Index transparent cover fix*/
	width: 100%;
}

* html .slideText { /*IE 6: Slide Show fix.  Needed to fit all text on the screen.*/
	height:346px;
	padding: 2px;
}

* html #Links { /*IE 6 issue on Search_News page*/
	width: 95%;	
}

* html #ContactLeft { /*IE 6 double margin issue, contact page*/
	margin-left: .5%;
	width: 29%;
}

* html #ContactRight { /*IE 6 double margin issue, contact page*/
	margin-left: .5%;
	width: 69%;
}