@charset "UTF-8";
/* CSS Document */
/* Overrides Certain Settings on Default Stylesheet to make the site customizable for every user */
/* http://www.satelliteoptimization.com/ */

/* Turn off all satellite site main links Except that in the header.. */
.link_strip, .nav_main, div.top_strip div.info span a.main_site{display: block;}

/* Site Header */
#header{background-image: url(../images/header.jpg);}

/* Menu Heading & Buttons */
#nav div, #nav div.heading, #nav div:hover.heading{background-image: url(../images/button.png);}


/* ----------- Top and Bottom Strip Colors ------------------- */


.top_strip, .bottom_strip{ border-color: #cccabb;} /* Thin Line */

.top_strip .info span{ color: #fff; font-weight: bold;}


/* ----------- Nav / Headings -------------------------------- */

.content .title{ color: #333;} /* Content Title Color */

/* Heading */
#nav div.heading{ color: #fff;}

/* Button Link Static */
#nav div a{ color: #fff; font-weight: normal;}

/* Button Link Active */
#nav div a:hover, #nav div.active a, #nav div.active a:hover{ color: #fff;}


/* ------------------------- OTHER -------------------------- */

body{ background-color: #fff;}

h1, h2, h3, h4, h5{color: #0035b8;}

h1{ border-color: #cccabb;}

#wrapper{ border: 2px solid #cccabb;}

div#orange_strip{ 
	background: transparent url(../images/orange_strip.gif) left top repeat-x;
	height: 5px;
	width: 233px;
}