/**this determines the height of the whitespace in which the book title resides
It apparently needs to be width:53.875rem;=862px
Change top border image from 1px to 0  height was 5.625rem
*/
/**---------------------vv @MEDIA vv------------------------------------------*/
/**PORTRAIT*/
@media only screen and (max-width:31.25rem), only screen and (orientation: portrait)  {
div#homepagebanner {
	position:relative;
	background-color:#ffffff;
	height:9rem;
	width:53.875rem;
	margin:0 auto 0 auto;
	border-top:0 solid #000000;
	background-image:url("/images/SBSA%20Partners.jpg" );
	background-repeat: no-repeat;
	background-size: 55rem 9rem;
	}
}
/**@media only screen and (orientation: landscape) and (max-width:48rem) /
/**LANDSCAPE*/
@media screen and  (orientation:landscape)  {
div#homepagebanner {
	position:relative;
	background-color:#ffffff;
	height:8rem;
	width:53.875rem;
	margin:0 auto 0 auto;
	border-top:0 solid #000000;
	background-image:url("/images/SBSA%20Partners.jpg" );
	background-repeat: no-repeat;
	background-size: 50rem 7.5rem;
	}
}
/**For pcs 
@media  screen and (min-width:980px)
*/
@media  screen and (min-width:980px)  {	
div#homepagebanner {
	position:relative;
	background-color:#ffffff;
	height:7rem;
	width:73.875rem;
	margin:0 auto 0 auto;
	border-top:0 solid #000000;
	background-image:url("/images/SBSA%20Partners.jpg" );
	background-repeat: no-repeat;
	background-size: 43.75rem 6.56rem;
	}
}	
/**---------------------^^ @MEDIA ^^------------------------------------------*/

img#homepagebanner{
	float:left;
}

div#newsTickerHolder{
	position:absolute;
	top:0.3125rem;
	right:0.3125rem;
	margin:0;
}

div#newsTickerHolder h2{
	margin:0;
	padding:0 0 6px 0;
	font-size:1.25rem;
}
/** 32CA73 is kelly green */
div.newsTicker{
	width:25rem;
	border:1px solid #000000;
	padding:0.1875rem;
	background-color:#32ca73;
}

div.newsTicker ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

div.newsTicker ul li{
	width:24.375rem;
	text-align:center;
	margin:0;
	padding:0.125rem;
}

div.newsTicker ul li a{
	color:#000000;
	font-weight:bold;
}