/*
	- 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:18px;
	left:25px;
	width:600px;
	height:52px;
	background:transparent url('../images/logo.png') left center no-repeat;	
}
a#shift_logo {
	top:-14px;
	left:280px;
}


/* 
	Color Descriptions:
	------------------------------------
	#334E85 - light background
	#334E85 - middle background #334E85
	#182243 - dark background #182243
	
	#E5022F - light text color
	#334E85 - dark text color #334E85
	
	#FF3E3E - color to make white text on colored background glow - needs tweaking to make it look right in css
*/
#livefeed .inner {background-color:#182243;	}
#livefeed .inner b {text-shadow: #35549D 0px 0px 10px;} /* glow */

#mapview #map_nav h3,
#mapview #map_nav {
	text-shadow: #182243 1px 1px 0px;
}

#mapview #map_nav li li a:hover,
#mapview #map_nav li a.active {
	background-color:#182243;
}

#map_switch,
#mapview #map_nav {
	background-color: #334E85;
}


#page-index a#homenav,
#page-mapview a#mapnav,
.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:#334E85 !important;	
}

table th a:hover,
.client-dark,
#generic a:hover  {
	color:#334E85 !important;	
}

#chart #chart-wrap img {
	border:#334E85 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;	}

#page-index a#homenav,
#page-mapview a#mapnav,
#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:#334E85 url('../images/button-gradient.png') top left repeat-x; }
#generic input.bigbutton:hover,
#generic input.bigbutton:active { background:#182243 url('../images/button-gradient-hover.png') top left repeat-x;}