/* 	GIS Planning Site Finder CSS Document
	CERC Client Footer Styles
	Stylesheet author:  S. Mattern for GIS Planning
 	Date: May 2009 */

#footer
{
    margin: 10px 0px 20px 0px;
    text-align: center;
    width: 100%;
}

#footer .rightcol
{
    float: right;
    width: 329px;
}
#footer .leftcol
{
    float: left;
    width: 64%;
}

#innerFooter
{
    width: 100%;
}
#innerFooter .hd .c, #innerFooter .ft .c
{
    font-size: 1px; /* ensure minimum height */
    height: 10px;
}
#innerFooter .ft .c
{
    height: 14px;
}
#innerFooter .hd
{
    background-color: Transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-right: 10px; /* space for right corner */
}
#innerFooter .hd .c
{
    background-color: Transparent;
    background-repeat: no-repeat;
    background-position: right 0px;
    margin-right: -10px; /* pull right corner back over "empty" space (from above margin) */
}
#innerFooter .bd
{
    background-color: Transparent;
    background-repeat: repeat-y;
    background-position: 0px 0px;
    margin-right: 6px;
}
#innerFooter .bd .c
{
    background-color: Transparent;
    background-repeat: repeat-y;
    background-position: right 0px;
    margin-right: -6px;
}
#innerFooter .ft
{
    background-color: Transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-right: 10px;
}
#innerFooter .ft .c
{
    background-color: Transparent;
    background-repeat: no-repeat;
    background-position: right 0px;
    margin-right: -10px;
}
#innerFooter .content
{
    padding: 0px 5px 0px 5px;
}
