/* mobile CSS Document */

html,
body,
#content_container,
#container{
  background: none;
  font: 12px Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
}

a{
  color: #0094BB;
}

#logo,
#utility,
#search,
#nav,
#header,
#breadCrumbs,
#pageHeader,
#pageName,
#footer_container,
#footer,
#so_link,
#content_narrow{
  display: none;
}

#mobile{
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#mobile_logo{
  clear: both;
  padding: 5px;
}

#mobile_nav{
  padding: 5px 10px;
  margin: 10px 0px 0px;
  background: #f4f4f4;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  clear: both;
}

#mobile_nav ul{
 list-style: none;
}

#mobile_content{
  clear: both;
  padding: 5px;
  font: 12px Arial, Helvetica, sans-serif;
}

#mobile_content h1,
#mobile_content h2,
#mobile_content h3,
#mobile_content h4{
  font: 14px Georgia, "Times New Roman", Times, serif;
}

#mobile_view{
  margin: 10px 0px 0px;
  clear: both;
  text-align: center;
}
  