@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{}

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

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


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

.top_strip .info, .bottom_strip .info{ background-color: #000000;} /* Thick Line */

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


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

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

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

/* Button Link Static */
#nav div a{ color: #fff;}

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


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

body{ background-color: #fff;}

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

h1, h2, h3{ color: #990000;}