/*
	- Resave brand logo image as same filename, then readjust values below
	Hint: Because the client name will always be different, the h/w/t/l values will always need tweaking
				Because of this, the shift logo will also need to change its t/l values
*/
a#brand_logo {
	top:22px;
	left:25px;
	width:376px;
	height:43px;
	background:transparent url('../images/logo.png') center center no-repeat;	
}
a#shift_logo {
	top:-12px;
	left:325px;
}



/* 
	Color Descriptions:
	------------------------------------
	#A00221 - light background
	#6F0013 - middle background
	#580004 - dark background
	
	#E5022F - light text color
	#9D1A22 - dark text color
	
	#FF3E3E - color to make white text on colored background glow - needs tweaking to make it look right in css
*/
#livefeed .inner {background-color:#6F0013;	}
#livefeed .inner b {text-shadow: #FF3E3E 0px 0px 10px;} /* glow */

#mapview #map_nav h3,
#mapview #map_nav {
	text-shadow: #580004 1px 1px 0px;
}

#mapview #map_nav li li a:hover,
#mapview #map_nav li a.active {
	background-color:#580004;
}

#map_switch,
#mapview #map_nav {
	background-color: #A00221;
}

.client-light,
blockquote a:hover,
#login #login_footer a:hover,
#header #profile a:hover,
#facybox td.body #modal-window table#mail tr td a:hover,
#modal-window a:link, #modal-window a:visited,
#mainnav li a:hover, #mainnav li.current a,
#mainnav ul li li a:hover {
	color:#E5022F !important;	
}

.client-dark,
#generic a:hover  {
	color:#9D1A22 !important;	
}

#chart #chart-wrap img {
	border:#9D1A22 1px solid;
}


/*
	- Do Not Change These 
	Images that will change from client to client, but their paths & names will not
*/
.divider { background: url('../images/hr.png');	}
#map_expand { background: transparent url('../images/hash-dark.png') top left repeat;	}
#mainnav .current a:link, 
#mainnav .current a:visited, 
#mainnav .current a:hover {
	background:transparent url('../images/nav-current.png') bottom center no-repeat;
}
#mapview #map_nav h3 { background: url('../images/hash.png') top left repeat;	}
#map_switch { background-image: url('../images/hash-dark.png');}
#mapview #map_nav { background: url('../images/red-gradient.png') top left repeat-x; }
#login .divider  { background: url('../images/hr-small.png');	}
#generic input.bigbutton { background:#C60026 url('../images/button-gradient.png') top left repeat-x; }
#generic input.bigbutton:hover,
#generic input.bigbutton:active { background:#B60023 url('../images/button-gradient-hover.png') top left repeat-x;}