@charset "UTF-8";
/* CSS Document */
@import url("wilshireStyle.css");

 body {
	background-color:#ebe8d9 ;
	/* BG Color only visible from footer below */
	}
	
 /* HEADER/LOGO SECTION */
#headerWrapper {
	background-color:#ebe8d9;
	}

#logo {
	padding:10px 0 0 3px;
	text-align:left;
	}
	
#headerMenu {
	padding:15px 0 0;
	}
 
  /* MENU */
 
 #menuBar {
	border-color:#fff;
	background-color:#003c75;
 }

 /* SITE WRAPPER */

 #contentOuterWrapper {
	background-image:url(../images/hpcc-bg.gif);
	background-color:#fdfceb ;
}


/* BANNER */

#banner {
	border-bottom:1px #ebe8d9 solid;
	background-image:url(../images/wcs-spc-banner.jpg);
 }
 
 #calloutBar {
 	height:55px;
	width:970px;
	padding:2px 0 0 5px;
	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:#FFF;
 }

 
 #bannerText a {
 	color:#ccc;
 }
 
 #bannerText a:visited {
 	color:#999;
 }
 
 .bannerCallout {
 	width:350px;
	margin:2px 0 0 0px;
	padding-left: 123px;
	color:#f7f0ea;
 }
 
 /* PRIMARY CONTENT */
 
 #mainContentBox {
 	border:1px #013c76 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 #aaa solid;	
	}

#newsTable tr td, #column1 {
	border-bottom:1px #aaa solid;
	}

#footerBar {

	background-color:#003c75;
	}

