#site-map
{
float:left;
background-color: rgb(41, 41, 41);
font-weight: normal;
font-family: 'Oswald', sans-serif;
font-size: 16px;
color: white;
width: 100%;
padding: 40px;
box-sizing: border-box;
margin: 10px 0px;
}

#site-map-header
{
float:left;
width: 100%;
text-align:left;
font-size: 18px;
margin: 0px 0px 0px 0px;
padding: 0px 20px 0px 100px;
box-sizing: border-box;
}

#site-map-header ul
{
margin: 0;	
}

#site-map-header a
{
color:lightgray;
text-decoration:none;
margin: 10px 10px 10px 10px;
}

#site-map-section
{
margin: 0px auto 0px auto;
box-sizing: border-box;
display: table;
width: 1000px;
table-layout: fixed;
padding: 0px 0px 0px 5%;
}

#site-map-section a
{
color:lightgray;
text-decoration: underline; 
cursor: pointer;

}

#site-map-section span 
{
display: table-cell;
text-align: left;

}

#site-map-logo
{
float:left;	
height: auto;
}

#site-map-logo img
{
width: 100%;
height: auto;	
}

#contact-us-details.sitemap
{
width: 100%;
padding: 0px 0px 0px 20px;
color:lightgray;
}

#contact-us-details.sitemap a
{
color:lightgray;	
}