/* Right Navigation */

#nav .nav-header { 
	height: 32px; 
	background: #d53529; 
}
#nav .nav-list, 
#nav .nav-list-active { 
	color: white; 
	font-size: 10px; 
	font-weight: bold; 
	line-height: 14px; 
	padding: 10px 0 0 10px; 
}
#nav .nav-list a { 
	color: #f6e8b8; 
	text-decoration: none; 
}
#nav .nav-list a:hover { 
	color: #f6e8b8; 
	text-decoration: underline; 
}
#nav .nav-list-active { 
	color: #d53529; 
}

/* Left Sidebar */

#sidebar .header { 
	height: 32px; 
	background: #d53529; 
}
#sidebar .section {
	margin-bottom: 2px;
	padding: 0 0 10px;
	background-color: #222;
}
#sidebar .section-last {
	margin-bottom: 0;
	padding: 0 0 10px;
	background-color: #222;
}
#sidebar .section a {
	color: #f6e8b8; 
	text-decoration: none;
}
#sidebar .section a:hover {
	color: #f6e8b8; 
	text-decoration: underline;
}
#sidebar .section-last a {
	color: #f6e8b8; 
	text-decoration: none;
}
#sidebar .section-last a:hover {
	color: #f6e8b8; 
	text-decoration: underline;
}
#sidebar h3 {
	color: white;
	font-size: 10px; 
	font-weight: bold; 
	line-height: 14px; 
	padding: 10px 0 5px 10px; 
	margin: 0;
}
#sidebar p,
#sidebar .list { 
	color: #eeeeee; 
	font-size: 11px; 
	line-height: 16px; 
	padding-left: 10px;
}
#sidebar p {
	margin: 0;
	padding-top: 6px;
}

/* Left Pullout Box */

#pullout { 
	border-top: 10px solid white;
	color: black; 
	background: #f6e8b8; 
	padding-bottom: 10px; 
}
/* Contact Mervis special case (see comment in contact/index.asp) */
body.contact-mervis #pullout {
	border-top: 0px;
}
.pullout-text {
	font-size: 11px; 
	line-height: 16px; 
	padding: 10px 5px 0 10px; 
}
