
/*

Color values:

Logo / header Gold		= #CC9900
Side bar gold			= #F5D566
Red from logo / Menu		= #CD0406

Dark blue			= #094696
Light blue/gray	(logo shadow)	= #667BBE

Flash header, Slanted Colors -
Yellow Tween Stripe:     #EAD97B
Yellow Solid Stripe:     #E7D264
Blue Gradient Stripe:    #FFFFFF & #091664 
The Background is Alpha: #FFFFFF & #091664 {A Radial Extended Gradient}

*/


/* ----- SIDE MENU ITEMS ----------------------------------------------------------------------------- */

.leftnav_table {
    font-family:    "lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
    padding-right:  0px;
    line-height:    1.25em; 
}

.leftnav_table td img {
    color:      #3A3A3A;
    display:    block;
}


.leftnav_img table, td, a, img {
    text-decoration:        none;
    border-style:			none;
}


.leftnav_table a {
    background-color:       #D9DDE6;
    background-image:       url(/images/misc/leftnav-link-bg-a.gif);
    background-position:    left top;
    background-repeat:      no-repeat;
    color:                  #081FAB;
    display:                block;
    font-family:			"lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
    font-size:              11px;
    padding-bottom:         4px;
    padding-left:           25px;
    padding-top:            5px;
    text-align:             left;
}


.leftnav_table a:hover {
    background-color:       #0C3C8E;
    background-image:       url(/images/misc/leftnav-link-bg-2-a.gif);
    background-position:    left top;
    background-repeat:      no-repeat;
    color:                  #FCCE23;
    font-family:			"lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
    font-size:              11px;
    text-decoration:        none;
    text-align:             left;
}


.side_logo {
   background-color: white; 
   width: 			 200px;
   height: 			 175px;
   text-align:	     center; 
   border: 			 1px solid #094696; 
   padding-top:      5px; 
   margin-top: 	     5px; 
   margin-left:      5px;
   }

.side_logo IMG {
   border:  0px;
   padding: 0px 0px 0px 0px;	}
	
.side_cal {
	background-color: white; 
	width: 		200px;
	height: 	190px;
	text-align:	center; 
	border: 	1px solid #094696; 
	padding-top: 	5px; 
	margin-top: 	5px; 
	margin-left: 	5px;	}

.side_logo_text {
   padding:        0px 0px 0px 0px;
   vertical-align: top;
   color:          #094696;
   font-weight:    bold;	}
   
.side_logo_link {
   padding:         0px 0px 0px 0px;
   vertical-align:  top;
   color:           #094696;
   font-weight:     bold;
   text-decoration: none;	}

.side_big {
	width:		196px;
	background-color:white; 
	text-align:	left; 
	height:		auto; 
	border: 	2px solid #CD0406; 
	margin-top:	5px; 
	margin-left:	3px; 
	margin-right:	5px;
	}
	
.side_theme_gold {
	color:black; 
	background-color:#CC9900; 
	background-repeat:repeat-x; 
	font-size:14px; 
	height:20px; 
	padding-bottom:2px;	}
	
/* --------------------------------------------------------------------------------------------- */
	
.side_gray {
   width:		196px;
   background-color:    Snow; 
   text-align:	        left; 
   height:		auto; 
   border: 	        1px solid Black; 
   margin-top:	5px; 
   margin-left:	3px; 
   margin-right:	5px;
   }
	
.side_gray_hdr {
   color:		White; 
   background-image:    url('../images/misc/btn_bkg.gif');
   background-repeat:   repeat-x;
   text-transform:	uppercase;
   font-size:		11px; 
   height:		18px;
   padding-bottom:	2px;
   }


/* --------------------------------------------------------------------------------------------- */

.side_theme_red {
   font-weight:		bold; 
   color:		white; 
   background-color:	#CD0406; 
   background-image:	url('../images/misc/menu_bg.gif'); 
   background-repeat:	repeat-x; 
   font-size:		14px; 
   height:		20px; 
   padding-bottom:	2px;	}
   
.side_theme_red a:link,
.side_theme_red a:visited,
.side_theme_red UL,
.side_theme_red LI, {
   text-decoration:  none;
   font-size:	     14px;
   color:            blue;
   background-color: white;	}
   
