/* CSS Document */
Body
{
background-color: #2788B8;
background-image: url(images/bg-rpt.png);
background-repeat: repeat-x;
margin: 0px;
color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
}
h1
{
color: #197FB2;
font-size: 16px;
margin: 0px;
padding: 0px;
}
h1.sp
{
color: #fff;
border-bottom: 1px solid #fff;
font-size: 16px;
margin: 0px 0 10px 0;
padding: 0px 0 5px 0;
}
h2
{
color: #009933;
font-size: 14px;
margin: 10px 0px 10px 0px;
padding: 0px;
}
h3
{
color: #009933;
font-size: 14px;
margin: 0px 0px 2px 0px;
padding: 0px;
}
a
{
color: #66CC33;
text-decoration: underline;
}
a:hover
{
color: #66CC33;
text-decoration: none;
}
#pitchline
{
background-image: url(images/pitchline.gif);
margin: 10px 0px 5px 0px;
background-repeat: repeat-x;
height: 13px;
}
.botlinks
{
width: 765px;
margin: 0px auto;
padding-bottom: 20px;
color: #cccccc;
font-size: 11px;
text-align: center;
}
.botlinks a
{
color: #FFFFFF;
text-decoration: none;
}
.botlinks a:hover
{
color: #FFFFFF;
text-decoration:underline;
}
.mainbox
{
margin-top: 7px;
}
.toplinks a
{
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}
.toplinks a:hover
{
color: #FFFFFF;
font-weight: bold;
text-decoration: underline;
}
.title
{
margin-top: 15px;
}
.badge
{
margin-top: 12px;
}
.nav
{
background-image: url(images/navbg.gif);
background-repeat: no-repeat;
width: 763px;
height: 35px;
text-align: left
}
.navholder
{
margin-top: 20px;
margin-bottom: 20px;
}
.link
{
padding-left: 15px;
}
.middlecontent
{
background-color: #FFFFFF;
border-right:1px solid #333333;
padding: 0px 7px 0px 7px;
text-align: left;
}
.homepic
{
padding: 0px 8px 0px 0px;
}
.h-bar
{
margin: 10px 0px 6px 0px;
}
.contact
{
color: #FFFFFF;
}
.contact a
{
color: #FFFFFF;
text-decoration: underline;
}

.floatleft {
 float: left;
 margin-right: 10px;
}

#images li {
 display: table-cell;
 float: left;
 width: 200px;
 margin-bottom: 20px;
 list-style-type:none;
}