/*
 * $Id: footer.css 112920 2010-04-13 21:45:11Z kbauman $
 * $URL: https://build/subversion/DestinationSearch/wdie/tags/wdieds-2.21.5.4/src/main/webapp/css/footer.css $
 * Footer styles
 */
 
#foot {
    background-color: #fff;
    border-top: 1px solid #c0c0c0;
    clear: both;
    color: #6d6c67;
	font-size: 9px; 
	min-width: 1000px;
	overflow: hidden;
	padding: 14px 0 5px;
    width: 100%;
}

#home #foot {
	background-color: #fff;
    bottom: 0;
    margin-top: 10px;
	padding-top: 17px;
    position: fixed;
} 

.searchResFoot {
    padding-top: 80px;
}

#foot p {
    line-height: 16px;
    float: right;
    padding: 0 5px;
}

#foot a {
    color: #666;
    text-decoration: none;
}

#foot p a:hover {
    text-decoration:underline;
}

#foot .first {
    float: left; 
}

#foot .last {
    float: left;
    clear: left;
} 

.white #foot p {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    
}

#foot span {
    padding: 0 5px 2px;
}


#foot span.copyrightEircom {
    font-style: italic;
    padding-left: 0;
}

#truvo {
    float: right;
    padding-right: 5px;
}

#truvoSites {
    margin-top: 10px;
}