
/* 
Project: Resolution
Filename: red.css
Date: June 08
*/




/* ---------------- navigation ---------------- */
#nav-secondary ul {
	background: #D80026;
	}
	
#nav-secondary li.here a,
#nav-secondary li.here a:visited,
#nav-secondary a:hover,
#nav-secondary a:focus,
#nav-secondary a:visited:hover {
	color:#D80026;	
	background:#FFF;
	}

#right-nav h3 {
	background:  #d80026 !important;
	}

#sidebar .right_nav li {	
	background: url(../images/bg_activeArrow.gif) no-repeat 0 4px;
	}

.pagecontents {
	background:#fbe6ea;
	}

.pagecontents h2 {
	background:#d80026;
	}




/* ---------------- content ---------------- */
#content h1 {
	color: #d80026;
	}

#selector-two-cols h2,
#selector div h2 {
	background:  #d80026 !important;	
	}

.contentside div,
.quote-right {
	background:#d80026 url(../site_images/bg-red-curvedtop.gif) no-repeat;
	}
	
.contentside span.shim,
.quote-right .shim {
	background:#d80026 url(../site_images/bg-red-curvedbot.gif) no-repeat;
	}

#sidebar .panel h3 {
	background: #D80026;
	}




/* ---------------- Site map ---------------- */
#content ul#siteMap,
#content ul#siteMap ul {
	margin: 0 0 15px 5px;
	list-style: none !important;
	padding: 0;
	}

ul#siteMap ul {
	margin-bottom: 0;
	}

ul#siteMap li {
	margin: 6px 0 10px 0;
	padding: 0 0 5px 14px;
	background: url("../site_images/bg_bullet.gif") no-repeat 2px 6px;
	border-bottom: 1px solid #d9d9d9;
	}

ul#siteMap li a {
	font-size: 1.2em;
	color: #d80026;
	}

ul#siteMap li li {
	margin: 6px 0;
	background: none;
	padding: 0 0 0 10px;
	border-bottom: none;
	}

ul#siteMap li li a {
	font-size: 1em;
	color: #60513a;
	}

ul#siteMap li li li a {
	font-weight: normal;
	color: #898174;
	}
