#footer
{
    margin: 0 auto 0 auto;
    padding: 30px 0px 10px 0px;
    width: 100%;
    text-align: center;
    color: #000;
    /*background-color: cyan;*/
    /*height: 100%;*/
}

.hex
{
    /*position: absolute;
    right: 0px;
    bottom: 0px;*/
    float: right;
    background-image: url(images/hex.gif); background-repeat: no-repeat; background-position:right bottom;
    width: 148px;
    height: 212px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border: 1px solid #999;
}

.sitelinks
{
    padding-top: 30px; 
    font-size: 10px;
}

.top 
{
    border-top: 1px solid #f1f1f1;
}

.sitelinks a
{
    color: orange;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 10px;
    font-size: 11px;
    text-decoration: none;
    border-left: 1px solid #f1f1f1;
}

.sitelinks a:hover
{
    text-decoration: underline;
}

#copy
{
    color: #000;
    padding: 30px 0px 20px 0px;
    font-size: 10px;
}

#copy a
{
    color: #222;
    font-size: 10px;
    text-decoration: none;
}

#footer p
{
    margin: 0 auto 0 auto;
}

#quicklinks 
{
    margin: 40px auto 0 auto;
    width: 600px;      
}
	
.item ul
{

    margin:0px;
	padding: 0px;
	list-style-type: none;
}

.item li 
{
    list-style-type: none;
    
}

.item li a
{
    font-size: 11px;
    /*width: 100%;*/
    text-align: center;
    color: #666;
    /*background-color: cyan;*/
    display: block;
    /*font-style: normal;*/
    font-style: italic;
}

.item p a
{
    font-size: 10px;
    text-align: center;
    color: #ccc;
    display: block;
    font-style: italic;
    text-decoration: none;
}

.item 
{
    float:left;
    width: 22%;
    margin: 0px 8px 0px 8px;
    text-align: center;
}

.item h4 
{
    color: #222;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    font-size: 14px; 
    font-weight: bold;
}
