/* 
===========================================================
====
===	Custom Colors, Widths, and Images for SWL
====
==============================================================
*/

body {
	background: #7D894B url(/images/_swl/bg_body.jpg) center top repeat;
}
#wrapper {
	background:url(/images/_swl/bg_wrapper.gif) left top repeat-y;
}
#container {
	background:#fff url(/images/_swl/bg_container.gif) left top repeat-y;
}

/*

Link and Header Colors

*/

a {
	color:#4B5D37;
}
a:hover {
	color:#942A1B;
}
h1, h2, h3, h4, h5, h6 {
	color:#666;
}
h1 {
	color:#34627a;
}
h2 {
	color:#942A1B;
}
h4 {
	color:#34627a;
}

/*

Primary Nav Bar

*/

#navbar ul#mainlinks {
	width:60%;
}
#navbar ul#companylinks {
	width:40%;
}
#navbar ul#mainlinks li a:hover {
	color: #89A0AC;
}
#navbar ul#mainlinks li a.selected {
	background:#123532 url(/images/_swl/bg_mainlinks_on.gif) left top repeat-x;
	border-left:#AEC6D1 solid 1px;
	border-right:#3B454A solid 1px;
}
#navbar ul#mainlinks li a.selected:hover {
}
#navbar ul#companylinks li a:hover {
	color:#89A0AC;
}
#navbar ul#companylinks li a.selected {
	color:#89A0AC;
}
#leftbar {
	background:#6A828F;
}
body #container #leftbar ul li.navheader {
	color: #CBDEE7;
}
#leftbar #promos .promowrap {
	background:#F3ECCB url(/images/_swl/bg_promo_top.gif) left top no-repeat;
}
#leftbar #promos .promo {
	background: url(/images/_swl/bg_promo_btm.gif) left bottom no-repeat;	
}
#deeplinks {
	background: #89a0ac url(/images/_swl/bg_deeplinks.gif) left top no-repeat;
	height:78px;
}
#home #deeplinks {
	background: #89a0ac url(/images/_common/bg_deeplinks_home.gif) left top no-repeat;
}
#deeplinks a {
	color:#fff;
}
#deeplinks a:hover {
	color:#E5D8BA;
}
#deeplinks ul {
	padding:28px 10px 10px 20px;	
	width:125px;
}
#deeplinks ul.wide {
	padding:28px 10px 10px 20px;	
	width:160px;
}
#maplink {
	float:right;
	width:313px;
}
#footerlinks {
	background:url(/images/_swl/bg_footerlinks.gif) left top no-repeat;
}
#footerlinks ul#leftlinks li.utility a {
	color:#89A0AC;
}
