#content {
margin-left: 20px;
width: auto;
}


#content .contentNav {
margin: 0;
padding: 0;
}

#content .contentNav:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}

#content .contentNav li {
border-right: 1px solid white;
display: block;
float: left;
font-weight: bold;
margin: 0;
padding: 0;
width: 147px;
}

#content .contentNav li.the_issues { width: 127px; }
#content .contentNav li.economy_employment { width: 167px; }
#content .contentNav li.communities_safety { width: 148px; border: none; }

#content .contentNav li a {
background: #4684b5 no-repeat;
display: block;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
text-align: center;
width: 100%;
}

#content .contentNav li.the_issues a {
background-image: url(../images/home/corner-left-white.gif);
background-position: left top;
}

#content .contentNav li.communities_safety a {
background-image: url(../images/home/corner-right-white.gif);
background-position: right top;
}

#content .contentNav li a:hover,
#content .contentNav li a.active {
background-color: #dbdbdb;
color: #4684b5;
}

#content .contentInner {
background-color: #dbdbdb;
font-size: 1em;
padding: 2em 40px;
}

#content .contentInner .body {
float: left;
width: 420px;
}

#content .contentInner p span.excerpt { color: #415a68; }

#content .contentInner .widgets {
float: left;
clear: none;
width: 240px;
}