/* CSS Document */

.paragraph {
	font-size: 10px;
	text-align: justify;
}

.image-holder {
	margin-left: -30px;
	margin-top: -14px;
	margin-bottom: -10px;
	}

.logo {
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
	}

 #a, #b, #c {
        display: none;
		background-color: #333333;
		
    }
	
.navbar-holder {
	margin-top: -3px;
}

.footernotes {
	font-size: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	}

a.footerlink, a.footerlink:visited {
	color:#FFFFFF;
	text-decoration: none;
	}

a.footerlink:hover {
	color:#FF0000;
	text-decoration:none;
	}
	
.form-container {
	margin-right: 10px;
	}
	
#el08 {
	text-align: center;
	margin-top: 5px;
	width: 100%;
	}
	
.store-locator-holder {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
	float:left;
	width:100%;
	}

.store-locator-info {
	float:left;
	width: 84%;
	font-size: 11px;
	}

store-locator-map {
	float:right;
	text-align:right;
	}
	
a.maplink, a.maplink:visited {
	color:#FFFFFF;
	text-decoration:underline;
	}

a.maplink:hover {
	color:#FF0000;
	text-decoration:underline;
	}
	
.back-to-home {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	}

a.back-home-link, a.back-home-link:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

a.back-home-link:hover {
	color:#FF0000;
	text-decoration:underline;
	}