/* Top Nav */

#topNav a {
	background-image: url('../images/nav_sprite_blog.gif');
}

/* Blog */

#blog {
	background-image: url('../images/blog/bg.jpg');
	background-repeat: repeat-x;
	background-color: #ececec;
}

#masthead {
	height: 152px;
}

#threeColumnRight p.quote {
	color: #224272;
}

#leftNav li, 
#rightNav li {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.0em;
	text-transform: uppercase;
	width: 120px;
	padding: 5px 0 5px 7px;
	position: relative;
	background: transparent;
	border-bottom: 0;
}

#leftNav li {
	width: 115px;
}

#rightNav li {
	width: 180px;
}

#leftNav li.sectionHeader, 
#rightNav li.sectionHeader {
	color: #2a0000;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent;
	border-bottom: 0;
}

#leftNav a, #leftNav a:visited, 
#rightNav a, #rightNav a:visited {
	color: #263173;
	font-weight: bold;
	text-transform: capitalize;
	display: block;
  text-decoration: none;
}
#leftNav a:active, #leftNav a:hover, 
#rightNav a:active, #rightNav a:hover {
	color: #333333;
	font-weight: bold;
	text-transform: capitalize;
	display: block;
	text-decoration: underline;
}
