/* mobile CSS Document */

html,
#content_container,
#container{
  background: none;
}

body{
 background-color: #cccccc;
 background-image: url("../images/css/bg_body.jpg");
 background-repeat: repeat-x;}

#logo,
#utility,
#search,
#nav,
#header,
#breadCrumbs,
#pageHeader,
#pageName,
#footer,
#so_link,
#content_narrow{
  display: none;
}

#mobile{
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
}

#mobile_nav ul{
 list-style: none;
}

#mobile_nav ul a{
  
 color: #FFFFFF;
 text-decoration: none;
}

#mobile_nav ul a:visited{
  
 color: #FFFFFF;
 text-decoration: none;
}

#mobile_content{
  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 CSS Document */

html,
#content_container,
#container{
  background: none;
}

body{
 background-color: #cccccc;
 background-image: url("../images/css/bg_body.jpg");
 background-repeat: repeat-x;}

#logo,
#utility,
#search,
#nav,
#header,
#breadCrumbs,
#pageHeader,
#pageName,
#footer,
#so_link,
#content_narrow{
  display: none;
}

#mobile{
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
}

#mobile_group_nav ul{
 list-style: none;
 text-transform: uppercase;
 padding: 0;
}

#mobile_group_nav li{
 padding: 1px 0;
}

#mobile_content_text{
  font: 11px Arial, Helvetica, sans-serif;
  width: 250px;
}

#mobile_content_text h1,
#mobile_content_text h2,
#mobile_content_text h3,
#mobile_content_text h4{
  font: 14px Georgia, "Times New Roman", Times, serif;
}


  

  