
#headerNavContainer{
width:100%;
height:80px;
}

.navTitle{
 text-transform: uppercase;	

  font-family:Ubuntu, sans-serif;
  font-size:18px;
  margin-left:8px;
float:left;
}

.navTitle:hover{ color: red; text-decoration:underline;}
.navTitle:link { text-decoration: none; }
.navTitle:visited { color: #4D4D4D; text-decoration: none; } 


#s{
font-size:18px;
padding:0;
}
#searchsubmit{
font-size:18px;
padding:0;
}

#mainTitle{
  font-family:Ubuntu, sans-serif;
  font-size:48px;
  text-align:center;
}
#header h1{
text-align:center;
letter-spacing:-0.2em;
}

.showcase-slide{
float:left;
width:345px;
height:340px;
margin:10px;
background-color:#eee;
padding-top:8px;
border-radius:8px;

}
.showcase-content-wrapper{
width:350px;
height:320px;
margin-left:auto;
margin-right:auto;
text-align:center;

}

.showcase-caption{
  font-family:Ubuntu, sans-serif;
  font-size:22px;
  text-align:center;
  padding-bottom:20px;
  color:#111;
}


img{
  width: auto;
  max-width: 340px;
  height: auto;
  max-height: 240px;
}

#subtitle{
text-align:right;
color:#f22;
}
