.content-item
{
font-size:1.2em;
}

h4 {
font: bold 150% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
color: #af8010;
margin-bottom: .25em;
line-height: 125%;
}

h5 {
color: #222222;
margin-bottom: .25em;
font: italic bold 120% Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
line-height: 140%;
}

.text p {
font-size:1.1em;
line-height: 175%;
margin-bottom: 1em;
color: #222222;
}

.text strong {
font-weight: bold;
}

.text em {
font-style: italic;
}

.text ul {
line-height: 130%;
margin-bottom: 1em;
list-style-position: outside;
list-style-type: square;
padding-left: 2em;
}

.text ol {
line-height: 130%;
margin-bottom: 1em;
list-style-position: outside;
list-style-type: decimal;
padding-left: 2em;
}



hr,.hr
{
padding:10px 0 0 0;
display:block;
border:none;
height:0;
background:transparent url(hr.gif) repeat-x 0 0;
margin:0 0 .7em 0;
}


/*IMAGE ROTATOR*/
.rotator-menu button {
  margin:0 3px 0 0;
  padding:0;
  text-indent:-9999em;
  overflow:hidden;
  height:15px;
  width:25px;
  padding:15px 0 0 0;
  background:transparent url(billboard-nav.png) no-repeat 0 -12px;
  border:none;
  cursor:pointer;
}

.rotator-menu .selected button {
 background-position:0 3px; 
}

.rotator-menu .next button {
 width:11px;
 background-position:3px -42px; 
}

.rotator-menu .previous button {
 width:11px;
  background-position:3px -27px; 
}
