@charset "UTF-8";
/* CSS Document */
@import url("wilshireStyle.css");

 body {
	background-color:#C9C2B8 ;
	/* BG Color only visible from footer below */
	}
	
 /* HEADER/LOGO SECTION */
#headerWrapper {
	background-color:#C9C2B8;
	}
 
  /* MENU */
 
 #menuBar {
	border-color:#FFF;
	background-color:#6B3B3B;
 }

 /* SITE WRAPPER */

 #contentOuterWrapper {
	background-image:url(../images/hspc-bg.gif);
	background-color:#f7f0ea ;
}


/* BANNER */

#banner {
	border-bottom:1px #6B3B3B solid;
	background-image:url(../images/hpsc-Banner.jpg);
 }
 
 #calloutBar {
 	height:55px;
	width:970px;
	padding:2px 0 0;
	overflow:hidden;
	margin-top:57px;
 }
 
 #bannerText {
	width:290px;
	height:120px;
	margin:135px 0 0 632px;
	line-height:1.5;
 }
 
 #bannerText p {
 	margin:8px 0 10px 0;
	font-size:13px;
	line-height:1.5;
	color:#222;

 }

 
 #bannerText a:visited {
 	color:#006699;
 }
 
 .bannerCallout {
 	width:350px;
	margin:2px 0 0 0px;
	padding-left: 123px;
	color:#f7f0ea;
 }
 
 /* PRIMARY CONTENT */
 
 #mainContentBox {
 	border:1px #6B3B3B solid;
	background-color: #f6f5ef;
	min-height:300px !important;
	background-image:url(../images/contentBox-bg.gif);
	background-position:top;
	background-repeat:no-repeat;

 }

 
 #sideBarContent {
	background:url(../images/edge.jpg) top left no-repeat;
}

#mainContentBox h2 {
  	border-bottom:1px #C9C2B8 solid;	
	}

#newsTable td {
	border-bottom:1px #C9C2B8 solid;	
	}

#footerBar {

	background-color:#6B3B3B;
	}