/**********************************
GENERAL
***********************************/
html {
height: 100%;
}

body, html {
font-family: 'Questrial', sans-serif;
font-size: 90%;
height: 100%;
color: #000;
color: #777;
background-color: #ddd;
}

#wrapper {
max-width: 940px;
width:95%;
margin: 3% auto 0 auto;
}

a {
text-decoration: none;
color: #00B6CC;
font-weight: Bold;
}

h1 {

display:none;

}

h2 {
font-size: 1.1em;
color: #fff;
font-weight: bold;
background:#49B4D9;
padding:8px 0;
margin:20px 0 8px 0;
text-align:center;
display:none;

}

h3 {  
font-size: 1.9em;
margin: 0px 0 0 0;
font-weight: normal;
position:absolute;
margin-right:auto;
margin-left:auto;
left:0;
right:0;
top: 15%;
font-weight: bold;
color:#000;
}

h4 {
font-size: 1.1em;
color: #fff;
font-weight: bold;
background:#49B4D9;
padding:8px 0;
margin:0px 0 0px 10px;
  
}
img{
max-width:90%;
}

/**********************************
HEADING
***********************************/

header {
 margin: 0 auto 0 auto;
 border-top-left-radius: 15px 15px;
 border-top-right-radius: 15px 15px;
 background:#231F20;  

}

#logo img{
margin:10px 10px 0 10px;
}


/**********************************
NAVIGATION
***********************************/

nav {
font-size: 1.2em;
text-align: center;
margin: 0 0 0 0;
border-bottom: 1px solid #464646; 
background:#505050;  
}
nav ul {
list-style: none;
margin: 0 0 0 0;
padding: 5px 15px;
}
nav li {
display: inline-block;
}
nav a {
padding: 5px 15px;
}
nav a, nav a:visited {
color: #999;
}
nav a.selected, nav a:hover {
color: #999;
}


/**********************************
MAIN CONTENT
***********************************/  
.teal-band{
background:#49B4D9;


}
.teal-band2{
background:#49B4D9;
margin-top:-3px;
padding; 0;

}
.roadblur1 {
max-width:100%;
position: relative;
text-align:center;
}
.roadblur1 img{
max-width:100%;

}
.section-container{
background:#fff;

}
.section-container:after {
content:"";
display:table;
clear:both;

}

#primary {

margin: 0 auto;
line-height: 1.4em;
font-size: 1.1em;
color: #777;

padding:  0 8px;
}

#primary p{
margin-top: 5px; 

}

#primary  img{
display:none;
}  
#secondary {  
font-size: 1.1em;
line-height: 1.4em;
padding:  0 8px;
color: #777;
}   
 #secondary p{
margin-top: 5px;

} 
#secondary img {
width:30%;
float:left;
margin-top:0px;
} 

/**********************************
FOOTER
***********************************/

footer {
font-size: 0.85em;
font-family: 'Questrial', sans-serif;
text-align: center;
clear: both;
padding: 5px 0;
border-bottom: solid 5px #00A2B5;
color: #fff;
margin-bottom:20px;
background:#49B4D9;
border-bottom-left-radius: 10px 10px;
border-bottom-right-radius: 10px 10px;
}
footer  a{
color: #fff;
font-weight:normal;
}
footer  p{
margin:5px 5px;
padding-top:5px;
}




