﻿body 
{
    background-color: #917c00;
}

p, label
{
    font-family: Verdana, Arial;
    font-size: 13px;
    color: #3a3a3a; 
    line-height: 20px;
    font-weight: 500;  
}

h1
{
    font-size: 25px;
    font-weight: bold;
    font-family: Verdana, Arial;
    color: #333333;
}

h2
{
    font-size: 13px;
    font-family: Verdana, Arial;
    color: #666666;
    line-height: 10px;
}

h3
{
    font-size: 16px;
    font-family: Verdana, Arial;
    color: #319966;
}

#wrapper
{
    width: 900px;
    margin: 0px auto;
}

#banner
{
    background-image: url(images/banner.jpg);
    background-repeat: no-repeat;
    height: 265px;
    width: 900px;
}

.active
{
    color: #707171;
}

#nav
{
    padding-top: 230px;
    padding-left: 32px;
}

#nav ul
{
    display: inline;
    padding: 0px;
    margin: 0px;
}

#nav ul li
{
    display: inline;
    list-style: none;
    padding-left: 5px;
    padding-right: 5px;
}

#nav ul li a
{
    font-family: Verdana, Arial;
    font-size: 14px;
    color: #9a1c1f;
    text-decoration: none;
}

#nav ul li a:hover
{
    color: #707171;
}

#content
{
    background-color: #d0d0a2;
    width: 900px;
}

#footer
{
    background-color: #fff;
    height: 45px;
    width: 900px;
}

#video
{
    background-image: url(images/video.jpg);
    background-repeat: no-repeat;
    height: 253px;
    width: 350px;
    margin: 25px;
    margin-left: 60px;
}

#sherrif
{
    background-image: url(images/sherrif.jpg);
    background-repeat: no-repeat;
    height: 280px;
    width: 221px;
    margin-right: 25px;
    margin-top: 20px;
    margin-left: 15px;
}

#homeContent
{
    margin: 25px;
    margin-right: 60px;
}

#programContent
{
    padding-left: 32px;
}

#report
{
    padding-left: 90px;
}

#report ul
{
    margin: 0px;
    padding: 0px;
}

#report ul li
{
    list-style: none;
}

#report ul li a
{
    font-family: Verdana;
    font-size: 13px;
    line-height: 25px;
    color: #707171;
    text-decoration: none;
}

#report ul li a:hover
{
    
}

#projectsContent
{
    padding-left: 90px;
}

#projectsContent ul
{
    margin: 0px;
    padding: 0px;
}

#projectsContent ul li
{
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

#projectsContent ul li a
{
    font-family: Verdana, Arial;
    font-size: 15px;
    color:  #9a1c1f;
    text-decoration: none;
}

#projectsContent ul li a:hover
{
    color: #707171;
}

.prjActive
{
    color: #707171;
    font-weight: bold;
}

#fsHolder
{
   margin: 0px auto; 
}

#fsHolder img
{
    border: solid 2px white;
}

#index
{
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #707171;
}

.req
{
    color: #9a1c1f;
}

#rotator 
{
    height: 300px;
    margin-right: 400px;
}

#rotator ul li 
{
	
	position: absolute;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#rotator ul li a
{
    cursor: default;
}

#rotator ul li img 
{
    border: 0px;
}

#rotator ul li.show 
{
	z-index:500;
}