/**************/
/* footer row */
/**************/

#footer
{
	width: 550px;
	margin: 0 0 15px 225px;
	padding-top: 10px;
	background: white;
	font-size: 0.7em;
	color: silver;
	font-weight: normal;
	text-align: right;
	vertical-align: bottom;
	overflow: visible;
	float: none;
	display: block;
	height:40px;
}

/**html #footer {
	width: 560px;
}*/

/* footerLeft */

#footerLeft
{
    width:100%;
    text-align:left;
    color:#333;
    border-top:1px solid #333;
}

#footerLeft li
{
    border-left:1px solid #00928C;
    list-style-type:none;
    padding:0 5px;
    float:left;
    text-align:left;
    margin: 3px 0;
}
#footerLeft ul
{
    padding:0;
    margin:5px 0;
}

#footerLeft li:first-child 
{
    border-left:none;
    padding-left:0;
}

#footerLeft a {
	color: rgb(0,153,102);
	text-decoration: none;
}
#footerLeft a:hover {
	text-decoration: underline;
}

/* footerRight */

#footerRight 
{
    margin:0 0 8px 0;
    padding: 0;
    height:1.2em;
    width:100%;
    text-align:right;
    display:block;
    position:relative;
}

#footerRight ul
{
    padding:0;
    margin:0;
    width:100px;
    position:absolute;
    right:0px;
}

#footerRight li 
{
    font-size:0.7em;
    font-weight:bold;
    list-style-type:none;
    display:inline;
    margin:0;
    padding:0;
}

#footerRight a 
{
    text-decoration:none;
}