/* COLORS --------------------------

   Dark blue: #134a7d (19, 74, 125)
   Dark blue 2: #165da0 (22, 93, 160)
   Light blue: #5c0074 (54, 167, 233)
   Light blue 2: #8ccae9 (140, 202, 233)
   Gray: #8b8a88 (139, 138, 136)
   Purple: #392e7a (57, 46, 122)
   Dark tan 1: #c4c0a2 (196, 192, 162)
   Light tan 1: #dad5b4 (218, 213, 180)
   Light tan 2: #f1f0e3 (241, 240, 227)
 
   ----------------------------------*/
   
   
   @import url('styles_main_content.css');
   
   
/* -------- MAIN PAGE ELEMENTS -------- */
 
 
 body {
 margin: 0px;
 padding: 0px;
 font-family: Arial, Verdana, sans-serif;
 font-size: 11px;
 line-height: 15px;
 background-color: #5c0074;
 }
 
 
 #frame {
 background-color: #5c0074;
 position: absolute;
 top: 0px;
 left: 0px;
 } 
 
 
 #table_main {
 background-color: #5c0074;
 } 
 
 
/* -------- NAVIGATION CONTAINERS -------- */
 
 
 #navigation_a {
 border-right: 1px solid #ffffff;
 color: #ffffff;
 font-family: Arial, Verdana, sans-serif;
 font-size: 11px;
 line-height: 20px;
 background-color: #c4c0a2;
 width: 170px;
 }
 
 
 #navigation_b {
 font-family: Arial, Verdana, sans-serif;
 font-size: 11px;
 line-height: 20px;
 background-color: #5c0074;
 background: url(../images/b_navigation.gif) no-repeat;
 border-bottom: 1px solid #ffffff;
 height: 75px;
 }
 
 
 #navigation_b_sub {
 font-family: Arial, Verdana, sans-serif;
 font-size: 10px;
 line-height: 20px;
 background-color: #aaa890;
 height: auto;
 }
 
 
/* -------- NAVIGATION LIST A -------- */
 
 
 #navigation_a td.bottom {
 background: url(../images/a_back.gif) repeat-y;
 border-top: 1px solid #ffffff;
 }
 
 
 #navigation_a ul {
 list-style: none;
 clear: both;
 float: left;
 position: relative;
 left: 0px;
 margin-left: -10px;
 }
 
 
 #navigation_a ul li {
 clear: both;
 }
 
 
 #navigation_a li {
 padding: 1px 0 1px 0;
 }
 
 
 #navigation_a ul li a {
	color: #333333;
	text-decoration: none;
 }
 
 
 #navigation_a ul li a:hover {
 color: #f1f0e3;
 text-decoration: none;
 }
 
 
 #navigation_a a {
 background: transparent url(../images/arrow_right.gif) no-repeat 0px 2px;
 padding: 0 0 0 10px;
 }
 
 
 #navigation_a td.employees {
 border-top: 1px solid #ffffff;
 background-color: #aaa890;
 } 
 
 
 #navigation_a td.employees ul {
 margin: 15px 0 15px -10px;
 } 

 
 
 #navigation_a ul.a_emergency a {
 background: none;
 text-transform: uppercase; 
 padding: 0 0 0 0;
 }
 
 
/* -------- NAVIGATION LIST B -------- */
 
 
#navigation_b ul {
 position: relative;
 top: 25px;
 list-style: none;
 float: right;
 margin: 0 0 0 -25px;
 }
 
 
 #navigation_b ul li {
 float: right;
 padding-right: 25px;
 }
 
 
 #navigation_b ul li a {
 color: #ffffff;
 text-decoration: none;
 }
 
 
 #navigation_b ul li a:hover {
 color: #FFFFFF;
 text-decoration: none;
 }
 
 
 #navigation_b a {
 background: transparent url(../images/arrow_right.gif) no-repeat 0px 2px;
 padding: 0 0 0 10px;
 }
 
 
#navigation_b_sub ul {
 position: relative;
 list-style: none;
 float: right;
 margin: 0 0 0 -25px;
 }
 
 
 #navigation_b_sub ul li {
 float: right;
 padding-right: 15px;
 }
 
 
 #navigation_b_sub ul li a {
 color: #ffffff;
 text-decoration: none;
 }
 
 
 #navigation_b_sub ul li a:hover {
 color: #f1f0e3;
 text-decoration: none;
 }
 
 
 #navigation_b_sub a {
 background: transparent;
 padding: 0 0 0 10px;
 }
 
 
/* -------- PIECES WITHIN MAIN TABLE -------- */
 
 
 #header {
 background-color: #ffffff;
 height: 150px;
 }
 
 
 #footer {
 background: url(../images/footer.gif) no-repeat;
 height: 30px;
 } 
 
 
 #blue_spacer {
 background-color: #134a7d;
 height: 5px;
 }
 
 
/* -------- BORDER CLASSES FOR MAIN TABLE -------- */
 
 
 .left_line {
  border-left: 2px solid #ffffff;
 }
 
 
 .right_line {
  border-right: 2px solid #ffffff;
 }
 
 
 .left_right {
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
 }
 
 
 .top_line {
  border-top: 1px solid #ffffff;
 }
 
 

