/* For the footer */

html, body {
    height: 100%;
}

#wrap {
    min-height: 100%;
}

#main {
    /* overflow:auto; was breaking firefox */
	padding-bottom: 55px;
}  /* must be same height as the footer */

#footer {
    position: relative;
	margin-top: -55px; /* negative value of footer height */
	height: 55px;
	clear:both;
}

#footer {
    display: block !important;
    font-size: 12px;
    
    color: #FFFFFF;    
    background-color: #5dc2b4;
}

.footer-logo {
    display: inline-block;
    position: relative;
    width: 107px;
    height: 32px;
    top: -5px;
    
    margin-right: 10px;
    
    background: url('../images/logo-footer.png');
}

.footer-content {
    padding-top: 18px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, .35);
}

.footer-content a {
    color: #FFFFFF; 
}

#footer ul{
    display: inline-block;    
    list-style-type: none;
}

#footer li, #footer span {
    font-size: 12px;
}

#footer li{
    float: left;
}

.footer-links {
    float: right;
    text-transform: uppercase;
}

.footer-links li {
    margin-left: 25px;
}

.footer-links li.link {
    list-style-type: disc;
}

.footer-links li.link a {
    display: inline-block;
    border-bottom: 1px dotted transparent;
}

.footer-links li.link a:hover {
    text-decoration: none;
    border-bottom: 1px dotted #FFFFFF;
}

.footer-map-info {
    font-size: 10px;
    float: right;
    clear: right;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}