.foo {}
/* /App_SiteStyles/CSS/styles.css */
/* ------------------------------------------------------------------
   Styles to override theme defaults
   ------------------------------------------------------------------  */
html, body { background:#333366 url(/App_SiteStyles/images/main_bg.jpg) no-repeat center top;}
.header .logo {top:4px; left:19px;}
.header { background:#333366 url(../images/bg-header.jpg) no-repeat 0 0;}
.hdr-phone {color:#333366;}
.hdr-tagline {color:#333366;}
.contentbox_qs {height:327px;}
.hdr-search input[type="text"] {border:1px solid #3A3B6C; height:17px; }
#navigation-area a, #navigation-area a:visited, #navigation-area span {color:#333366;}

/*overrides*/

/*Colors
Orange: #C86915
*/
.contentBlock_about h1 {
	color: #C86915;
}

#container {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
/* Add static content styles under here
------------------------------------------------------------------ */
#leftContent-ip .pfpage-image {
	margin-right: 20px;
	margin-bottom: 40px;
}

.pfpage-content {
	margin: 0;
}


/* End static content styles
------------------------------------------------------------------ */

/* End of /App_SiteStyles/CSS/styles.css */

