Fluid grid with added media queries not working with {display: none}

Fluid grid layout using added media queries to fix break points will not use {display:none} properly. When I try to hide a div in moble view it hides the div in all views. I was able to hide the div using width: 0% which works in all browsers except for Safari.
Here is the css
@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/
img, object, embed, video {
  max-width: 100%;
hr {
  color: #e1e1e1;
  width: 90%;
  text-align: center;
td {
  color:#7d7e7f;
element.style {
    width: 150px;
  color:#7d7e7f;
  margin-right:20px;
/* Top Talent subscribe to email */
.inputTTemail {
  width: 130px;
  height: 35px;
  background-image: url(file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/images/submitArrow.png) ;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #ec8423;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  text-align: left;
  color: #FFF;
  border: none;
  padding-top: 5px;
#ttEnewsletter {
  width:250px;
  background-color:#FFF;
  padding:10px;
input[type="text"],input[type="email"] {
  width:200px;
  font-family:Tahoma, Geneva, sans-serif;
  font-size:1em;
  color:#7d7e7f;
  margin-bottom:1em;
  padding-left:15px;
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
  width:100%;
span.dropt {border-bottom: thin dotted;}
span.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6; }
span.dropt span {position: absolute; left: -9999px;
  margin: 20px 0 0 0px; padding: 3px 3px 3px 3px;
  border-style:solid; border-color:#7d7e7f; border-width:1px; z-index: 6;}
span.dropt:hover span {left: 2%; background: #ffffff;}
span.dropt span {position: absolute; left: -9999px;
  margin: 4px 0 0 0px; padding: 5px 5px 5px 5px;
  border-style:solid; border-color:#7d7e7f; border-width:1px;}
span.dropt:hover span {margin: 20px 0 0 170px; background: #ffffff; z-index:6;}
  Dreamweaver Fluid Grid Properties
  dw-num-cols-mobile: 6;
  dw-num-cols-tablet: 10;
  dw-num-cols-desktop: 14;
  dw-gutter-percentage: 25;
  Inspiration from "Responsive Web Design" by Ethan Marcotte
  http://www.alistapart.com/articles/responsive-web-design
  and Golden Grid System by Joni Korpi
  http://goldengridsystem.com/
/* Mobile Layout: 480px and below. *************************************************************************/
.gridContainer {
  margin-left: auto;
  margin-right: auto;
  width: 87.9666%;
  padding-left: 1.5166%;
  padding-right: 1.5166%;
  background-color:#FFF;
#LayoutDiv1 {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
  background-color:#FFF;
#logo {
  clear: both;
  float: left;
  margin-left: 0;
  margin-bottom:0px;
  padding-top:10px;
  padding-bottom:10px;
  width: 100%;
  display: block;
  background-color:#FFF;
  text-align:center;
#phone {
  clear: none;
  float: left;
  margin-left:0px;
  width: 100%;
  display: block;
  text-align:center;
  padding-top:10px;
  padding-bottom:10px;
  padding-right:10px;
#login {
  clear: none;
  float: right;
  margin-left:-2000px;
  margin-top:-2500px;
  width: 31.0344%;
  display: block;
  text-align:center;
.redBody {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.23em;
  color: #bd2137;
  line-height: 1.23em;
.orangeBody {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.23em;
  color: #ec8423;
  line-height: 1.23em;
.purpleBody {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.23em;
  color: #643f99;
  line-height: 1.23em;
.RedHeader {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #bd2137;
  font-weight: bold;
.OrangeHeader {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #ec8423;
  font-weight: bold;
.PurpleHeader {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #643f99;
  font-weight: bold;
a.redBodylink {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.23em;
  color: #bd2137;
  line-height: 1.23em;
.redBodylink:hover {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.23em;
  color:#ec8423;
  line-height: 1.23em;
a.orangeBodylink {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.23em;
  color: #ec8423;
  line-height: 1.23em;
.orangeBodylink:hover {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.23em;
  color:#bd2137;
  line-height: 1.23em;
a.purpleBodylink {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.23em;
  color: #643f99
  line-height: 1.23em;
.purpleBodylink:hover {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.23em;
  color:#ec8423;
  line-height: 1.23em;
#mobile{
  width: 100%;
  background-color: #bd2137;
  display: block;
  float: left;
#mobileHP{
  width: 100%;
  background-color: #FFFFFF;
  display: block;
  float: left;
  color: #bd2137;
a.mobileMenuhpHP {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:1em;
  color:#bd2137;
  text-align:center;
  padding-top:10px;
  padding-bottom:10px;
  text-decoration:none;
a.mobileMenuhpHP:hover {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:1em;
  color:#ec8423;
  text-align:center;
  padding-top:10px;
  padding-bottom:10px;
  text-decoration:none;
a.mobileMenuhp {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:1em;
  color:#FFF;
  text-align:center;
  padding-top:10px;
  padding-bottom:10px;
  text-decoration:none;
a.mobileMenuhp:hover {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:1em;
  color:#ec8423;
  text-align:center;
  padding-top:10px;
  padding-bottom:10px;
  text-decoration:none;
#topnav {
  clear: both;
  float: left;
  margin-left: -1000px;
  width: 100%;
  display: block;
#midnav {
  clear: both;
  float: left;
  margin-left:-1000px;
  width: 100%;
  display: block;
#MenuBar1 > li:hover > a {
  background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
  background-repeat: no-repeat;
  background-position: right center;
#bodycontent {
  clear: both;
  float: left;
  margin-left: 10px;
  margin-right: 30px;
  margin-top: -135px;
  margin-bottom: auto;
  width: 95%;
  display: block;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
.GreyHeader {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #58595b;
  font-weight: bold;
.BodyCopy {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  color: #58595b;
  padding-right:20px;
.BodyItal {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style:italic;
  font-size:.85em;
  line-height:1.5em;
  color: #58595b;
a.redLink {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:1em;
  line-height:1.5em;
  color:#bd2137;
.redLink:hover {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:1em;
  line-height:1.5em;
  color:#ec8423;
a.orangeLink {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:1em;
  line-height:1.5em;
  color:#ec8423;
.orangeLink:hover {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:1em;
  line-height:1.5em;
  color:#bd2137;
a.purpleLink {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:1em;
  line-height:1.5em;
  color:#643f99;
.purpleLink:hover {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:1em;
  line-height:1.5em;
  color:#ec8423;
a.Lrg-redLink {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: .9em;
  line-height: 1.5em;
  color: #bd2137;
.Lrg-redLink:hover {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: .9em;
  line-height: 1.5em;
  color: #ec8423;
#blogroll {
  clear: both;
  float: left;
  margin-right:-2500px;
  width: 100%;
  display: block;
#footer {
  clear: both;
  float: left;
  margin-left:0px;
  width: 100%;
  display: block;
a.viewSite {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #bd2137;
  text-decoration: underline;
a.viewSite:hover {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #ec8423;
  text-decoration: underline;
#socialMediaMobile {
  float: right;
  width: 45%;
  height:auto;
  padding-top:5px;
  padding-bottom:5px;
  margin-top:0px;
  margin-right:0px;
  text-align:right;
  line-height:35px;
#mobile-menu {
  clear: none;
  float:left;
  margin-left:3%;
  width:31.0344%;
  display: block;
  text-align: center;
  background-color: #bd2137;
  color: #FFF;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right-width: thin;
  border-left-width: thin;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: #FFF;
  border-left-color: #FFF;
#mobile-backHP {
  clear: both;
  float: left;
  margin-left: 0;
  width: 31.0344%;
  display: block;
  text-align: center;
  background-color: #FFF;
  color: #bd2137;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  padding-top: 10px;
  padding-bottom: 10px;
#mobile-loginHP {
  clear: none;
  float: right;
  margin-left: 0%;
  width: 31.0344%;
  display: block;
  text-align: center;
  background-color: #FFFFFF;
  color: #bd2137;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  padding-top: 10px;
  padding-bottom: 10px;
#mobile-back {
  clear: both;
  float: left;
  margin-left: 0;
  width: 31.0344%;
  display: block;
  text-align: center;
  background-color: #bd2137;
  color: #FFF;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  padding-top: 10px;
  padding-bottom: 10px;
#mobile-login {
  clear: none;
  float: right;
  margin-left: 0%;
  width: 31.0344%;
  display: block;
  text-align: center;
  background-color: #bd2137;
  color: #FFF;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  padding-top: 10px;
  padding-bottom: 10px;
#missionStatement {
  clear: both;
  float: left;
  margin-left:0px;
  margin-top: 10px;
  width: 100%;
  display: block;
  background-color: #7d7e7f;
  padding: 0px;
.missionStatement {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: #FFF;
  text-align: center;
  font-style: italic;
#footerCopy {
  float: left;
  width: 100%;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 0.85em;
  text-align:center;
  color: #bd2137;
#footerCopyMobile {
  float: left;
  width: 100%;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 0.85em;
  text-align:center;
#connectUs {
  float: right;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
#social-media {
  width: 100%;
  float:left;
  text-align:center;
#smicon {
  width: 100%;
  float:left;
  text-align:center;
  margin-bottom:10px;
#column1 {
  width:100%;
  float:left;
#column2 {
  width: 100%;
  float:left;
#column3 {
  width:100%;
  float:left;
#column4 {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  margin-top:-20px;
#column5 {
  float:left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  margin-top:-20px;
#rowColumns {
  float: left;
  width: 100%;
  margin-bottom: 20px;
#rowClmn1 {
  float: left;
  width: 100%;
  margin-left: 10px;
#rowClmn2 {
  width: 100%;
  margin-left: 10px;
  float: left;
#rowClmn3 {
  float: left;
  width: 100%;
  margin-left: 10px;
#newsletter {
  width:200px;
  height: auto;
  margin-right: 20px;
  padding: 5px;
  float: left;
  text-align: center;
  border: thin groove #CCCCCC;
  background-color: #EFEFEF;
#corpBuild {
  background-image: url(file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/images/building-tab.jpg );
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  width: 100%;
  height: 136px;
  padding-bottom:20px;
#corpBuildLin {
  background-image: url(file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/images/lincoln-office-p ic.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  width: 100%;
  height: 136px;
  padding-bottom:30px;
#mobileContactPg {
  margin-bottom:0px;
  padding: 0px;
  float: left;
  width: 100%;
  height:auto;
  text-align:center;
  line-height:50px;
#desktopContactPg {
  margin-top:-5000px;
  padding: 0px;
  float: left;
  width: 100%;
#icons {
  text-align: center;
  float: left;
  width: 0%;!important
#ptBoarder {
  padding-right:15px;
  padding-bottom:15px;
  float:left;
  width: 50%;
  margin-top:20px;
  margin-bottom:20px;
#eoq {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
#eoq1 {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
#eoq2 {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
#SafetyTip {
  clear: both;
  float: left;
  margin-left: 0;
  width: 90%;
  display: block;
  padding: 10px;
  border: thin solid #CCC;
#NationalRates {
  clear: both;
  float: left;
  margin-left: 0;
  margin-bottom:25px;
  width: 100%;
  display: block;
#metroRates {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
#tables {
  margin: 0px;
  padding: 0px;
  float: left;
  height:auto;
  width: 100%;
#charts {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
#chart1 {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
#chart2 {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
/* Tablet Layout: 592px. Inherits styles from: Mobile Layout. *************************************/
@media only screen and (min-width: 592px) {
.gridContainer {
  width: 91.14%;
  padding-left: 0.93%;
  padding-right: 0.93%;
  background-color:#FFF;
#LayoutDiv1 {
  clear: both;
  float: left;
  margin-left: 0;
  width: 69.3877%;
  display: block;
  background-color:#FFF;
#logo {
  clear: both;
  float: left;
  margin-left: 0;
  margin-bottom:10px;
  width: 59.1836%;
  display: block;
#login {
  clear: none;
  float: right;
  margin-left: 2.0408%;
  margin-bottom:10px;
  margin-right:20px;
  margin-top:50px;
  width: 18.3673%;
  display: block;
  text-align:right;
a.login {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  color: #bd2137;
  text-decoration: none;
  text-align:right;
a.login:hover {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  color: #ec8423;
  text-decoration: none;
  text-align:right;
.redBody {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.23em;
  color: #bd2137;
  line-height: 1.23em;
.orangeBody {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.23em;
  color: #ec8423;
  line-height: 1.23em;
.purpleBody {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.23em;
  color: #643f99;
  line-height: 1.23em;
#topnav {
  clear: both;
  float: left;
  margin-left: 0;
  margin-bottom:10px;
  width: 100%;
  display: block;
#tl {
  height: auto;
  width: 14.2857142857143%;
  padding-top: 10px;
  float: left;
  text-align:center;
  font-size:1em;
a.topnav {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #58595b;
  padding-top: 0px;
  padding-right:0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left:0px;
  margin-right:0px;
  text-decoration: none;
.topnav:hover {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #bd2137;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left:0px;
  margin-left:0px;
  margin-right: 0px;
  text-decoration: none;
  text-align: right;
.topnav:visited {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #58595b;
  padding-top: 0px;
  padding-right:0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left:0px;
  margin-right:0px;
  text-decoration: none;
#midnav {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  height:100%;
  display: block;
#MenuBar1 > li:hover > a {
  background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
  background-repeat: no-repeat;
  background-position: right center;
#isbtn-findAjob {
  font-family: "Century Gothic";
  font-size: 1.8em;
  color: #FFF;
  text-decoration: none;
  background-color: #bd2137;
  background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgBtns.png");
  background-repeat: no-repeat;
  background-position: right center;
  height: 35px;
  text-align: center;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom:10px;
  padding-left: 0px;
#isbtn-findAjob:hover {
  font-family: "Century Gothic";
  font-size: 1.8em;
  color: #FFF;
  text-decoration: none;
  background-color: #bd2137;
  background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
  background-repeat: no-repeat;
  background-position: right center;
  height: 35px;
  text-align: center;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom:10px;
  padding-left: 0px;
#isbtn-findAjob:active {
  font-family: "Century Gothic";
  font-size: 1.8em;
  color: #FFF;
  text-decoration: none;
  background-color: #bd2137;
  background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
  background-repeat: no-repeat;
  background-position: right center;
  height: 35px;
  text-align: center;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom:10px;
  padding-left: 0px;
#isbtn-findTalent {
  font-family: "Century Gothic";
  font-size: 1.8em;
  color: #FFF;
  text-decoration: none;
  background-color: #ec8423;
  background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgBtns.png");
  background-repeat: no-repeat;
  background-position: right center;
  height: 35px;
  text-align: center;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom:10px;
  padding-left: 0px;
#isbtn-findTalent:hover {
  font-family: "Century Gothic";
  font-size: 1.8em;
  color: #FFF;
  text-decoration: none;
  background-color: #ec8423;
  background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
  background-repeat: no-repeat;
  background-position: right center;
  height: 35px;
  text-align: center;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom:10px;
  padding-left: 0px;
#isbtn-forEmployees {
  font-family: "Century Gothic";
  font-size: 1.8em;
  color: #FFF;
  text-decoration: none;
  background-color: #643f99;
  background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgBtns.png");
  background-repeat: no-repeat;
  background-position: right center;
  height: 35px;
  text-align: center;
padding-top: 20px;
  padding-right: 0px;
  padding-bottom:10px;
  padding-left: 0px;
#isbtn-forEmployees:hover {
  font-family: "Century Gothic";
  font-size: 1.8em;
  color: #FFF;
  text-decoration: none;
  background-color: #643f99;
  background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
  background-repeat: no-repeat;
  background-position: right center;
  height: 35px;
  text-align: center;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom:10px;
  padding-left: 0px;
#bodycontent {
  clear: both;
  float: left;
  margin-left:20px;
  margin-right:20px;
  width: 95%;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 0px opx 0px;
.GreyHeader {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #58595b;
  font-weight: bold;
.RedHeader {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #bd2137;
  font-weight: bold;
.BodyCopy {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  color: #58595b;
.BodyItal {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style:italic;
  font-size:.85em;
  line-height:1.5em;
  color: #58595b;
a.redLink {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:1em;
  line-height:1.5em;
  color:#bd2137;
.redLink:hover {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:1em;
  line-height:1.5em;
  color:#ec8423;
a.Lrg-redLink {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: .9em;
  line-height: 1.5em;
  color: #bd2137;
.Lrg-redLink:hover {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: .9em;
  line-height: 1.5em;
  color: #ec8423;
#blogroll {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
#footer {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
#mobile{
  width: 100%;
  background-color: #bd2137;
  display: block;
  float: left;
  margin-left:-5000px;
#mobile-menu {
  clear: both;
  float: left;
  margin-left: -1000px;
  width: 18.3673%;
  display: block;
#mobile-back {
  clear: both;
  float: left;
  margin-left:-1000px;
  width: 31.0344%;
  display: block;
  text-align:center;
#mobile-login {
  clear: none;
  float: left;
  margin-left: -1000px;
  width: 31.0344%;
  display: block;
  text-align: center;
  border-right-width: thin;
  border-right-style: solid;
  border-right-color: #F66;
  background-color: #bd2137;
  color: #FFF;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
#missionStatement {
  clear: both;
  float: left;
  margin-left: 0px;
  width: 100%;
  display: block;
  background-color: #7d7e7f;
  padding:0px;
.missionStatement {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: #FFF;
  text-align: center;
  font-style: italic;
a.viewSite {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1em;
  color:#FFF;
  text-decoration: underline;
a.viewSite:hover {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #ec8423;
  text-decoration: underline;
#footerCopy {
  float: left;
  width: 50%;
  text-align:left;
#connectUs {
  float: right;
  width: 100%;
  text-align: right;
#social-media {
  width: 50%;
  float: right;
  text-align: right;
#social-mediaHP {
  width: auto;
  float: right;
  text-align: right;
  padding-right: 0px;
  padding-top: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
#smicon {
  width: 100%;
  float: right;
  text-align: right;
#desktopContact {
  float: left;
  width: 100%;
#column1 {
  width:45%;
  float:left;
  margin-right:30px;
#column2 {
  width:45%;
  float:left;
#column3 {
  width:45;
  float:left;
#column4 {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 70%;
#column5 {
  float: right;
  width: 25%;
  margin: 0px;
  padding: 0px;
#column6 {
  width: 30%;
  float: left;
  margin-right: 20px;
#column7 {
  width: 30%;
  float: left;
  margin-left: 0px;
#column8 {
  width: 30%;
  float: left;
  text-align: left;
  margin-left: 10px;
  margin-right: 0px;
#newsletter {
  width: 160px;
  height: auto;
  padding: 5px;
  float: left;
  text-align: center;
  border: thin groove #CCCCCC;
  background-color: #EFEFEF;
#corpBuild {
  background-image: url(file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/images/building-tab.jpg );
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  width: 100%;
  height: 136px;
  padding-bottom:20px;
#mobileContactPg {
  margin-left:-5000px;
  padding: 0px;
  float: left;
  width: 100%;
#desktopContactPg {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
#icons {
  text-align: right;
  float: left;
  width: 100%;
#ptBoarder {
  padding-right:15px;
  padding-bottom:15px;
  float:left;
  width: 35%;
  margin-top:20px;
  margin-bottom:20px;
#eoq {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
#eoq1 {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
#eoq2 {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
#SafetyTip {
  clear: both;
  float: left;
  margin-left: 0;
  width: 97%;
  display: block;
  padding: 10px;
  border: thin solid #CCC;
#NationalRates {
  clear: both;
  float: left;
  margin-left: 0;
  margin-bottom:25px;
  width: 100%;
  display: block;
#metroRates {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
#tables {
  margin: 0px;
  padding: 0px;
  float: left;
  height: auto;
  width: 100%;
#charts {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
#chart1 {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
#chart2 {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
/* Tablet Layout: 768px. Inherits styles from: Mobile Layout. *************************************/
@media only screen and (min-width: 768px) {
.gridContainer {
  width: 91.14%;
  padding-left: 0.93%;
  padding-right: 0.93%;
  background-color:#FFF;
#LayoutDiv1 {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
  background-color:#FFF;
#logo {
  clear: both;
  float: left;
  margin-left: 0;
  margin-bottom:10px;
  width: 59.1836%;
  display: block;
  text-align:left;
#login {
  clear: none;
  float: right;
  margin-left: 2.0408%;
  margin-bottom:10px;
  margin-right:20px;
  margin-top:50px;
  width: 18.3673%;
  display: block;
  text-align:right;
a.login {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  color: #bd2137;
  text-decoration: none;
  text-align:right;
a.login:hover {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  color: #ec8423;
  text-decoration: none;
  text-align:right;
.redBody {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.23em;
  color: #bd2137;
  line-height: 1.23em;
.orangeBody {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.23em;
  color: #ec8423;
  line-height: 1.23em;
.purpleBody {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.23em;
  color: #643f99;
  line-height: 1.23em;
#topnav {
  clear: both;
  float: left;
  margin-left: 0;
  margin-bottom:10px;
  width: 100%;
  display: block;
#tl {
  height: auto;
  width: 14.2857142857143%;
  padding-top: 10px;
  float: left;
  text-align:center;
  font-size:1em;
a.topnav {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #58595b;
  padding-top: 0px;
  padding-right:0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left:0px;
  margin-right:0px;
  text-decoration: none;
.topnav:hover {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #bd2137;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left:0px;
  margin-left:0px;
  margin-right: 0px;
  text-decoration: none;
  text-align: right;
.topnav:visited {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #58595b;
  padding-top: 0px;
  padding-right:0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left:0px;
  margin-right:0px;
  text-decoration: none;
#midnav {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  height:100%;
  display: block;
#MenuBar1 > li:hover > a {
  background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
  background-repeat: no-repeat;
  background-position: right center;
#isbtn-findAjob {
  font-family: "Century Gothic";
  font-size: 1.8em;
  color: #FFF;
  text-decoration: none;
  background-color: #bd2137;
  background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgBtns.png");
  background-repeat: no-repeat;
  background-position: right center;
  height: 35px;
  text-align: center;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom:10px;
  padding-left: 0px;
#isbtn-findAjob:hover {
  font-family: "Century Gothic";
  font-size: 1.8em;
  color: #FFF;
  text-decoration: none;
  background-color: #bd2137;
  background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
  background-repeat: no-repeat;
  background-position: right center;
  height: 35px;
  text-align: center;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom:10px;
  padding-left: 0px;
#isbtn-findAjob:active {
  font-family: "Century Gothic";
  font-size: 1.8em;
  color: #FFF;
  text-decoration: none;
  background-color: #bd2137;
  background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
  background-repeat: no-repeat;
  background-position: right center;
  height: 35px;
  text-align: center;
padding-top: 20px;
  padding-right: 0px;
  padding-bottom:10px;
  padding-left: 0px;
#isbtn-findTalent {
  font-family: "Century Gothic";
  font-size: 1.8em;
  color: #FFF;
  text-decoration: none;
  background-color: #ec8423;
  background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgBtns.png");
  background-repeat: no-repeat;
  background-position: right center;
  height: 35px;
  text-align: center;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom:10px;
  padding-left: 0px;
#isbtn-findTalent:hover {
  font-family: "Century Gothic";
  font-size:1.8em;
  color: #FFF;
  text-decoration: none;
  background-color: #ec8423;
  background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
  background-repeat: no-repeat;
  background-position: right center;
  height: 35px;
  text-align: center;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom:10px;
  padding-left: 0px;
#isbtn-forEmployees {
  font-family: "Century Gothic";
  font-size: 1.8em;
  color: #FFF;
  text-decoration: none;
  background-color: #643f99;
  background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgBtns.png");
  background-repeat: no-repeat;
  background-position: right center;
  height: 35px;
  text-align: center;
padding-top: 20px;
  padding-right: 0px;
  padding-bottom:10px;
  padding-left: 0px;
#isbtn-forEmployees:hover {
  font-family: "Century Gothic";
  font-size:1.8em;
  color: #FFF;
  text-decoration: none;
  background-color: #643f99;
  background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
  background-repeat: no-repeat;
  background-position: right center;
  height: 35px;
  text-align: center;
padding-top: 20px;
  padding-right: 0px;
  padding-bottom:10px;
  padding-left: 0px;
#bodycontent {
  clear: both;
  float: left;
  margin-left:20px;
  margin-right:20px;
  width: 95%;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 0px opx 0px;
.GreyHeader {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #58595b;
  font-weight: bold;
.RedHeader {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #bd2137;
  font-weight: bold;
.OrangeHeader {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #ec8423;
  font-weight: bold;
.PurpleHeader {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #643f99;
  font-weight: bold;
.BodyCopy {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  color: #58595b;
.BodyItal {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style:italic;
  font-size:.85em;
  line-height:1.5em;
  color: #58595b;
a.redLink {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:1em;
  line-height:1.5em;
  color:#bd2137;
.redLink:hover {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:1em;
  line-height:1.5em;
  color:#ec8423;
a.Lrg-redLink {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: .9em;
  line-height: 1.5em;
  color: #bd2137;
.Lrg-redLink:hover {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: .9em;
  line-height: 1.5em;
  color: #ec8423;
#blogroll {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
#footer {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
#mobile{
  width: 100%;
  background-color: #bd2137;
  display: block;
  float: left;
  margin-left:-5000px;
#mobile-menu {
  clear: both;
  float: left;
  margin-left: -1000px;
  width: 18.3673%;
  display: block;
#mobile-back {
  clear: both;
  float: left;
  margin-left:-1000px;
  width: 31.0344%;
  display: block;
  text-align:center;
#mobile-login {
  clear: none;
  float: left;
  margin-left: -1000px;
  width: 31.0344%;
  display: block;
  text-align: center;
  border-right-width: thin;
  border-right-style: solid;
  border-right-color: #F66;
  background-color: #bd2137;
  color: #FFF;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
#missionStatement {
  clear: both;
  float: left;
  margin-left: 0px;
  width: 100%;
  display: block;
  background-color: #7d7e7f;
  padding:0px;
.missionStatement {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: #FFF;
  text-align: center;
  font-style: italic;
a.viewSite {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1em;
  color:#FFF;
  text-decoration: underline;
a.viewSite:hover {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #ec8423;
  text-decoration: underline;
#footerCopy {
  float: left;
  width: 50%;
  text-align:left;
#connectUs {
  float: right;
  width: 100%;
  text-align: right;
#social-media {
  width: 50%;
  float: right;
  text-align: right;
#smicon {
  width: 100%;
  float: right;
  text-align: right;
#desktopContact {
  float: left;
  width: 100%;
#column1 {
  width:45%;
  float:left;
  margin-right:30px;
#column2 {
  width:45%;
  float:left;
#column3 {
  width:45;
  float:left;
#newsletter {
  width: 165px;
  height: auto;
  padding: 5px;
  float: left;
  text-align: center;
  border: thin groove #CCCCCC;
  background-color: #EFEFEF;
#corpBuild {
  background-image: url(file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/images/building-tab.jpg );
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  width: 100%;
  height: 136px;
  padding-bottom:20px;
#mobileContactPg {
  margin-left:-5000px;
  padding: 0px;
  float: left;
  width: 100%;
#desktopContactPg {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
#column4 {
  padding: 0px;
  float: left;
  width: 70%;
  margin-top: -20px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
#column5 {
  float: right;
  width: 25%;
  padding: 0px;
  margin-top: -20px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
#column6 {
  width: 50%;
  float: left;
  margin-right: 50px;
#column7 {
  width: 30%;
  float: left;
  margin-left: 50px;
#column8 {
  width: 20%;
  float: right;
  text-align: left;
  margin-left: 0px;
  margin-right: 100px;
#rowColumns {
  float: left;
  width: 100%;
  margin-bottom: 20px;
#rowClmn1 {
  float: left;
  width: 25%;
  margin-left: 20px;
#rowClmn2 {
  width: 25%;
  margin-left: 10px;
  float: left;
#rowClmn3 {
  float: left;
  width: 25%;
  margin-left: 10px;
#icons {
  text-align: right;
  float: left;
  width: 100%;
#ptBoarder {
  padding-right:10px;
  padding-bottom:15px;
  float:left;
  width: 35%;
  margin-top:20px;
  margin-bottom:20px;
#eoq {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
#eoq1 {
  clear: both;
  float: left;
  margin-left: 0;
  width: 27.5362%;
  display: block;
#eoq2 {
  clear: none;
  float: left;
  margin-left: 1.4492%;
  width: 71.0144%;
  display: block;
#SafetyTip {
  clear: both;
  float: left;
  margin-left: 0;
  width: 98%;
  display: block;
  padding: 10px;
  border: thin solid #CCC;
#NationalRates {
  clear: both;
  float: left;
  margin-left: 0px;
  width: 100%;
  display: block;
  margin-bottom: 25px;
  padding: 0px;
#metroRates {
  clear: both;
  float: left;
  margin-left: 0px;
  width: 100%;
  display: block;
#tables {
  margin: 0px;
  padding: 0px;
  float: left;
  height: auto;
  width: 100%;
#charts {
  clear: both;
  margin-left: 0;
  width: 100%;
  display: block;
#chart1 {
  clear: both;
  float: left;
  margin-left: 0;
  width: 40%;
  display: block;
  margin-bottom: 0px;
#chart2 {
  clear: both;
  margin-left: 0;
  width: 45%;
  display: block;
  float: right;
/* Tablet Layout: 1000px. Inherits styles from: Mobile Layout. *************************************/
@media only screen and (min-width: 1000px) {
.gridContainer {
  width: 91.14%;
  padding-left: 0.93%;
  padding-right: 0.93%;
  background-color:#FFF;
#LayoutDiv1 {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
  background-color:#FFF;
#logo {
  clear: both;
  float: left;
  margin-left: 0;
  margin-bottom:10px;
  width: 59.1836%;
  display: block;
  text-align:left;
#login {
  clear: none;
  float: right;
  margin-left: 2.0408%;
  margin-bottom:10px;
  margin-right:20px;
  margin-top:50px;
  width: 18.3673%;
  display: block;
  text-align:right;
a.login {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  color: #bd2137;
  text-decoration: none;
  text-align:right;
a.login:hover {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  color: #ec8423;
  text-decoration: none;
  text-align:right;
.redBody {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.23em;
  color: #bd2137;
  line-height: 1.23em;
.orangeBody {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.23em;
  color: #ec8423;
  line-height: 1.23em;
.purpleBody {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.23em;
  color: #643f99;
  line-height: 1.23em;
#topnav {
  clear: both;
  float: left;
  margin-left: 0;
  margin-bottom:10px;
  width: 100%;
  display: block;
#tl {
  height: auto;
  width: 14.2857142857143%;
  padding-top: 10px;
  float: left;
  text-align:center;
  font-size:1em;
a.topnav {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #58595b;
  padding-top: 0px;
  padding-right:0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left:0px;
  margin-right:0px;
  text-decoration: none;
.topnav:hover {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #bd2137;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left:0px;
  margin-left:0px;
  margin-right: 0px;
  text-decoration: none;
  text-align: right;
.topnav:visited {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #58595b;
  padding-top: 0px;
  padding-right:0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left:0px;
  margin-right:0px;
  text-decoration: none;
#midnav {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  height:100%;
  display: block;
#MenuBar1 > li:hover > a {
  background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
  background-repeat: no-repeat;
  background-position: right center;
#isbtn-findAjob {
  font-family: "Century Gothic";
  font-size: 1.8em;
  color: #FFF;
  text-decoration: none;
  background-color: #bd2137;
  background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgBtns.png");
  background-repeat: no-repeat;
  background-position: right center;
  height: 35px;
  text-align: center;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom:10px;
  padding-left: 0px;
#isbtn-findAjob:hover {
  font-family: "Century Gothic";
  font-size: 1.8em;
  color: #FFF;
  text-decoration: none;
  background-color: #bd2137;
  background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
  background-repeat: no-repeat;
  background-position: right center;
  height: 35px;
  text-align: center;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
#isbtn-findAjob:active {
  font-family: "Century Gothic";
  font-size: 1.8em;
  color: #FFF;
  text-decoration: none;
  background-color: #bd2137;
  background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
  background-repeat: no-repeat;
  background-position: right center;
  height: 35px;
  text-align: center;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom:10px;
  padding-left: 0px;
#isbtn-findTalent {
  font-family: "Century Gothic";
  font-size: 1.8em;
  color: #FFF;
  text-decoration: none;
  background-color: #ec8423;
  background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgBtns.png");
  background-repeat: no-repeat;
  background-position: right center;
  height: 35px;
  text-align: center;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom:10px;
  padding-left: 0px;
#isbtn-findTalent:hover {
  font-family: "Century Gothic";
  font-size:1.8em;
  color: #FFF;
  text-decoration: none;
  background-color: #ec8423;
  background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
  background-repeat: no-repeat;
  background-position: right center;
  height: 35px;
  text-align: center;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom:10px;
  padding-left: 0px;
#isbtn-forEmployees {
  font-family: "Century Gothic";
  font-size: 1.8em;
  color: #FFF;
  text-decoration: none;
  background-color: #643f99;
  background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgBtns.png");
  background-repeat: no-repeat;
  background-position: right center;
  height: 35px;
  text-align: center;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom:10px;
  padding-left: 0px;
#isbtn-forEmployees:hover {
  font-family: "Century Gothic";
  font-size:1.8em;
  color: #FFF;
  text-decoration: none;
  background-color: #643f99;
  background-image:url("file:///U|/dev2.celebritystaff.com/new-design_copy(10)/design/image s/inside-page-icons/arrow-insidePgbtns-hover.png");
  background-repeat: no-repeat;
  background-position: right center;
  height: 35px;
  text-align: center;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom:10px;
  padding-left: 0px;
#bodycontent {
  clear: both;
  float: left;
  margin-left:20px;
  margin-right:20px;
  width: 95%;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 0px opx 0px;
.GreyHeader {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #58595b;
  font-weight: bold;
.RedHeader {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #bd2137;
  font-weight: bold;
.OrangeHeader {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #ec8423;
  font-weight: bold;
.PurpleHeader {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #643f99;
  font-weight: bold;
.BodyCopy {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  color: #58595b;
.BodyItal {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style:italic;
  font-size:.85em;
  line-height:1.5em;
  color: #58595b;
a.redLink {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:1em;
  line-height:1.5em;
  color:#bd2137;
.redLink:hover {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:1em;
  line-height:1.5em;
  color:#ec8423;
a.Lrg-redLink {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: .9em;
  line-height: 1.5em;
  color: #bd2137;
.Lrg-redLink:hover {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: .9em;
  line-height: 1.5em;
  color: #ec8423;
#blogroll {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
#footer {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
#mobile{
  width: 100%;
  background-color: #bd2137;
  display: block;
  float: left

Thanks!
"Nancy O." <[email protected]> wrote:
Nancy O.  created the discussion
"Fluid grid with added media queries not working with "
To view the discussion, visit: https://forums.adobe.com/message/6496730#6496730
>

Similar Messages

  • SAP BW Bex 7.3 Queries not working with Enterprise Portal (EP) 7.3 ABAP stack only

    SAP BW Bex 7.3 Queries not working with Enterprise Portal (EP) 7.3 ABAP Stack
    Dear Portal Gurus,
    we want to integrate SAP BW Bex Queries 7.3 into an Enterprise Portal 7.3 EP ABAP Stack only installation.
    1) We have Done SSO between EP And BI System
    2) System Object is Created
    3) When we trying to create Iview of BEX 7.3 report, its executing that report on BI server, we don't have java stack on BI System
    4) We have updated the required table in Bi system for executing the report on EP
    5) RFC is OK, System Object Test is OK, Report is working independently from Business Explorer, but not working from EP
    There no irj services available on BI system, as it is only ABAP stack.
    Can anybody help us in achieving our requirement
    Thanks in advance
    Michael Wecker

    Hi Michael,
    To integrate portal with BI you need to perform BI Portal integration steps.
    Refer to a document link below for guidance purpose.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0a5216a-349c-2a10-9baf-9d4797349f6a?overridelayout=t…
    Ensure that you have performed all these relevant steps.
    Hope this helps.
    Regards,
    Deepak Kori

  • Overdrive Media console not working with iTunes when transferring audio books.  Any suggestions?

    Overdrive Media console not working with iTunes when transferring audiobooks.  Some parts don't transfer.

    Robin, I have the 4S too. Here's wha I've been doing. Well, I am downloading wma books, but it is super time consuming and annoying. First, shut off genius in your preferences in iTunes. Also change to spoken podcast for speed. Then, you start to transfer from Overdrive. It will create a playlist with your book title. Open up books though because you need to keep an eye on it. It may download like three parts and then you may have a grey one. When you get the grey, cancel the transfer, delete the greyed part, exit iTunes, re-enter iTunes, and then try to download the remaining book parts. I usually have to re-enter iTunes three or four different times during a book. When your book is downloaded, all black and none grey, open up the playlist folder and double check that all parts made it in there. If not, carry them from the books folder to the playlist and then move it into numerical order.
    Re non bookmarking problem. I now have a new habit of checking what part I am on before i shut off my phone or switch to another book. It does save where you were, it just doesn't show you. For instance, if I start part three and then play music, and then go back to the book playlist, it will appear as if we are back to the beginning, but if I go to part three, it will start up from where I was. So, just start checking and then it is easy. I am flabbergasted that no other proper solution has been offered by Overdrive. This has been a problem since October. I also wish they would acknowledge the problem on their website as well as post what version number of update they have. I have 3.2.1.0 and think that's current. Does anyone have newer than this. Good luck, and happy commuting!
    An easy, quick workaround is to plug external speakers into your laptop and take it with you in the car. A bit unwieldy, but I can't commute without books.

  • My camera works with the photobooth and with skype but does not work with online applications such as "lolcam from facebook" or "faceonthehole" application. Please help

    My camera works with the photobooth and with skype but does not work with other applications like the "lolcam" from facebook or the " faceonthe hole" application. Can anyone help?

    There was a issue with school computers being used to spy on kids in their bedrooms, Mac's were involved.
    So Apple most likely tightened the API's to only select, trustworthy companies as not to abuse the web cam access priviledge.
    If you want to use a web cam with these other programs and services, you'll likely have to buy a third party USB one, so you can manually disconnect it.
    There isn't a way to physcially disconnect the built in web cam on Mac's without busting open the machine.

  • MBA 13" media buttons not working with iTunes

    I just got my mba 13" and everything is great, but for some reason the media buttons do not work with itunes. I've tried them with vlc and other applications and they work fine. Any ideas how I can fix this?
    Thanks!
    Danny

    (n_n) wrote:
    Hi,
    No, it didn't work fine with VLC. Whenever I pressed "play/pause", it'll trigger iTune and the media buttons become the controller for both applications at the same time.
    What the %^&*..
    Cheers.
    Reset PRAM.

  • TS2634 After I updated my iPod touch with iOS6, it does not work with my Logitech docking station. Is this a problem with iOS6?

    Does updating the 4th generation iPod touch with iOS6 keep it from working with a Logitech docking station/boombox? Nothing is wrong with the boombox.

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    iOS: How to back up your data and set up as a new device
    If it still does not work that means that the update broke compatibility. That happens sometimes. You will have to wait for an update to either iPod's iOS or the dock's firmware.

  • Directv media share not working with S4(4.4.2)

    Directv media share is not working on my S4. The phone is recognized but is unable to share media. Function worked fine with Droid Razr Maxx HD.

    If the same exact app and code works with 4.0 with the same ForeignKeyDeleteAction setting, I suggest that you open a case with support.
    This property hasn't changed since 4.0
    http://e-docs.bea.com/kodo/docs41/full/html/ref_guide_mapping_defaults.html
    Laurent

  • Zen touch, crashing with Windows XP professional, not working with Windows media pla

    i will start with an apology if someone has posted this up before i have just had a quick look and could not see any think about this.
    if i turn my computer on with out running any other programs and connect the zen touch the computer automatically turn on the zen touch media player program. this work's fine as long as no other programs are running.
    i have tried to work the zen touch with Windows media player but this dose not work and the computer crashes every time.
    i have window xp professional and have all up dates from Windows. my computer is very new and has more then enough memory and ram.
    please can you help. i am not to happy with the zen touch computer program and would like to know how to fix this problem.
    thank you for your help
    Rob the monkey

    I wonder if there are problems here associated with the use of the zen touch on SP2 machines. Interestingly I cannot transfer music from my PC to my Zen 20gb on a SP2 machine but I can do so on my sisters machine which has got SP. Obviously having the lastest firmware is a good idea though but I believe there are issues associated with SP2 and as you say you have all the latest updates to windows perhaps the problem lies there. Sorry if this doesn't help you at all

  • Queries not working with multiple bind position variables?

    still need help here - can anyone provide any direction?
    (note: this is a follow-up from prior topic, " How to use JDBC Positional Binding Style & ExecuteWithParams?")
    I created two simple view objects off of the same entity
    object to perform this test:
    #1 - ViewObject with one bind position variable - where clause: where id > ?
    #2 - ViewObject with two bind position variables - where clause: where id > ? and id < ?
    I created two separate .jspx pages, view1.jspx (one input field) and view2.jspx (two input fields), for each view object by dragging ExecuteWithParams operation onto the JSF page.
    The .jspx page with one input field works (returns result sets.) The view2.jspx page with two input fields does not work - the query does not return any result sets (no errors produced, it just does not return any rows) - I've tested my query outside of jdeveloper and it works fine. I also tried switching my inputs to make sure I did not have an illogical query (i.e., id >100 and id< 1).
    Is there anything different / extra I need to do to use two bind position variables?
    Everything in this simple test was identical except for using 2 input variables versus 1.
    Technology stack is: jdeveloper 10.1.3, jsf/ADF BC, mySQL 5.01
    Message was edited by:
    javaX

    Using the where clause: "where id > ? and id < ?” for the 2 input variables, I get the same result - no row results returned (though query works outside the browser.)
    Interestingly, I modified the where clause to “where between ? and ?”, and then used values of ‘1’ and ‘100’ to test. Using the BC4J tester, the query gave back a single row with id = 100 (should have brought back 100 rows because there are 100 records with id’s 1-100.) So I got it to return something, but not the right results. This makes me believe that a different query is being sent to MySQL other than what I'm expecting from what is shown in the SQL Statement of the View Object..
    Is there anyway to view what SQL statement is actually being sent to the database using the BC4J tester? Also, could this be an issue related to the mySQL connector drivers and JDeveloper? I’m using mysql-connector-java=3.1.11-bin.jar (10/10/2005)? First though, if I could see what query is actually being sent, this may help me to debug and figure out the problem.

  • Can only add music with Autofill from Library (not working with playlists)

    I can only add music using the Autofill feature and it will only work when the main music library is selected. Autofill does not work when a playlist is selected and I can not add music directly by dragging songs from a library or playlist as described in the owner's manual.
    Is there something wrong with iTunes, the iPod or is this user error?

    Hi Steve,
    You're right it's the same for me.
    I don't know as you mentionned whether it is an user error or not but I've got 2 iPods now, one is 60 Go color display (60Go) and the other received yesterday is 2G iPod Shuffle (Clipod). I can't drag songs from 60Go nor to iTunes Library neither to Clipod Music. The autofill function works only from iTunes Library where I've got 5 songs only (new MacPro), somebody knows how to export 60Go music to iTunes Library ?
    Thanks,
    Peloche
    MacPro 2.66, 6GB, 1.7TB; Mini G4, 1.45, 1GB;iPod 60 GB; 30" & 20" ACD; Apple IIC   Mac OS X (10.4.8)   X1900XT

  • Adobe flash player 10 works with Chrome but will not work with Int. explorer

    Adobe Flash playaer 10 works with Chrome but when I try to use it in Internet Explorer it
    says I do not have it installed but I do.

    I'm sorry but I couldn't find publish settings under file in explorer.  Is file in another place.  I did input file in my search  and found change temporary internet  file settings.  Under programs, manage add ons.  Scrolled to "shock wave flash object under Adobe  and found it was disabled.  Changed to enabled and now it works fine.  Thanks for your help.  
    Dan Simonelli

  • Remote features available with Playbook 2.0 not working with Bold 9700 (running OS6)

    The new remote control features available with Playbook OS2.0 do not appear to work with my Bold 9700 (running OS6). Am I SOL with this Blackberry model in terms of using the new features on the Playbook? Don't really want to buy a new smartphone right now.

    do you have bridge 2.0 installed on your smartphone?
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

  • Media Manager not working with new Verizon Curve, Please Help...

    Close to returning my new Curve. The Roxio Media Manager will not recognize my Curve at all. I have tried everything, read every post and still nothing. Using version 4.3 of Desktop Manager with Vista Home Premium. Someone please help...
                                                            Thanks for any help

    Same issue here.  Contacted Verizon tech support, they had me reinstall media manager -- which did nothing.  They had me try disabling mass media support and the media card support.  Neither which worked.  After 90minutes on the phone, the tech was contacting their "advanced support department" to get more info.  I got fed up and hung up.  Maybe they will call me back -- who knows.
    The tech said that they might have to contact RIM to get it fixed.  I am thinking verizon inadvertantly blocked media transferring -- like they do on all of their other phones.  However, VCAST is not available on Blackberry phones for Verizon, so it is a stupid idea if they did it. 

  • Media Manager not working with Slideshows

    I just set up Media Manager and it is running properly on my PC.  The problem is when I run the slide show on my TV, I only get about 10-15 pictures in to the slide show and it exits and states "Device Unavailable"  Anyone have any ideas?

    Is it possible your pc has shut down or gone to a hibernate state?Just an idea,I truly am not an expert!

  • Media keys not working with iTunes 12.0.1

    MacBook Pro, 15" Mid-2010
    Software: OS X Yosemite 10.10.1
    iTunes: 12.0.1.26
    Hello, ever since I upgraded to OS X Yosemite/iTunes 12 back in October I have been unable to use the back, forward, and play/pause buttons with music playback on iTunes. I've tried an SMC reset with no luck and I'm not really sure what to look for in keyboard settings that might help. Thanks in advance!

    Howdy PigJiggin,
    Thanks for using the Apple Support Communities.
    To troubleshoot this issue where your function keys on your keyboard are not performing the special feature depicted in the icon, please check your keyboard settings as shown in the article linked to below.
    How to change the behavior of function keys on your Mac - Apple Support
    Cheers,
    Alex H.

Maybe you are looking for

  • How to keep music on an external hard drive, but still manage in itunes

    Hello, so i just got a new pc. Have downloaded and authorized Itunes and have pointed my file media folder to the external hard drive. What I'd like to do is keep all my music on the external hard drive without saving any music onto my new pc. So is

  • Doubt in Recover database until cancel

    Hi experts, One query, I want to try out recover database until cancel. But my archivelog files are in tape drive. How do i do it as it ask for archiver destination directory for the archivelog file. Or can any please explain how should i do it. Than

  • Inventory Consignment Report

    Is there any standard report for Inventory Consignment (by location and Date)? If yes, Please send me the name. the output fields may be some or all of the below : PO number PO Line item Receiver ID Transaction date Part Number Unit Price Standard Co

  • Inventory load failed... OPatch cannot load inventory for the given Oracle Home.OPatch failed with error code = 73

    Hi, I am going to apply bundle patch and my oracle database is 11.2.0.2 and platform Microsoft Windows x86. As per the read me file Oracle recommends that to use OPatch utility release 11.2.0.1.3 or later.To check the accessibility to the inventory i

  • How to know MODAVT take or not in MIGO?

    hello, Created PO for One Excisable material, and go for MIGO, Here excise Invoice tab appears, But we do not want to take MODVAT for this time..(Every time we are taking the MODVAT, i,e the reason we were maintained this material in J1ID). How the S