/* 
	ACM CSS

	Banner below header

	Applied after acm.css, lhql.css

*/

/* Place content below banner and set min height to account for banner */
#content {
	height: 426px;	/* 426 = 553 - 127. IE takes this as the height and then incorrectly re-sizes if required */
	padding: 204px 0 0 0; /* padding top set rather than margin-top to fix Firefox bug */
}
/* Standards compliant browsers recognise this height setting */
html>body div#content {
  min-height: 426px;
}

/* Place left and right hand quick links below banner */
div#rhql, div#lhql {top: 206px;}

/* Banner */
#bnr {
	position: absolute;
	width: 761px;
	height: 127px;
	top: 77px;
	left: 186px;
	background: 0 122px url(../images-design/bnr-bg.gif) repeat-x;
	margin: 0; border: 0; padding: 0;
}

#bnr #slide, #bnr #slide .slide {
	position: absolute;
	width: 761px;
	height: 120px;
	top: 0;
	left: 0;
}
#bnr #slide {background: 35px 0 url(../images-design/slide-bg.jpg) no-repeat #000000;}
#bnr #slide:hover {background-image: url(../images-design/slide-bg-hvr.jpg);}

#bnr #slide .slide {background-position: 259px 0; background-repeat: no-repeat}
#bnr #slide .slide:hover {cursor: pointer;}

#bnr #slide1 {background-image: url(../images-design/slide1.gif);}
#bnr #slide2 {background-image: url(../images-design/slide2.gif);}
#bnr #slide3 {background-image: url(../images-design/slide3.gif);}
#bnr #slide4 {background-image: url(../images-design/slide4.gif);}
#bnr #slide5 {background-image: url(../images-design/slide5.gif);}
#bnr #slide6 {background-image: url(../images-design/slide6.gif);}
#bnr #slide7 {background-image: url(../images-design/slide7.gif);}
#bnr #slide8 {background-image: url(../images-design/slide8.gif);}


/* Search box in banner */
#bnr form#frm_src {
	position: absolute;
	width: 234px;
	height: 27px;
	top: 100px;
	left: 527px;
	background: 0 0 url(../images-design/frm-src-bg.gif) no-repeat #CC9933;	
}

#bnr form#frm_src input#search { /* Search text box */
	position: absolute;
	width: 116px;
	height: 15px;
	top: 5px;
	left: 76px;
	background: 0 0 url(../images-design/frm-src-txt-bg.gif) no-repeat #CC9933;
	font-size: 10px; line-height: 14px; /* Line height fixes IE6 positioning bug */
	margin: 0; border: 0; padding: 0 2px;
}

#bnr form#frm_src label {
	position: absolute;
	width: 45px;
	height: 15px;
	top: 6px;
	left: 26px;
	font-size: 11px; line-height: 11px;
	color: #FFFFFF;
	margin: 0; border: 0; padding: 0;
}

#bnr form#frm_src span {
	position: absolute;
	width: 45px;
	height: 15px;
	top: 6px;
	left: 198px;
	font-size: 11px; line-height: 11px;
	text-decoration: underline;
	color: #FFFFFF;
	margin: 0; border: 0; padding: 0;
}
#bnr form#frm_src span:hover {
	left: 199px;
	cursor: pointer;
}

