/* CSS Document */
    .navTopText {
	  font-family:Arial, Helvetica, sans-serif;
	  color:#4b90cd;
	  font-weight:bold;
	  font-size:12px;
	  text-decoration:none;
	  }
	#header {
      float:right;
      width:100%;
      background:#336699;
      font-size:93%;
      line-height:normal;
      }
    #header ul {
      margin:0;
      padding:5px 5px 0;
      list-style:none;
      }
    #header li {
      float:right;
      background:url("../images/home_nav/left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
	  border-bottom:1px solid #765;
      }
    #header a {
      display:block;
      background:url("../images/home_nav/right.gif") no-repeat right top;
      padding:5px 7px 4px 0px;
      text-decoration:none;
      font-weight:bold;
      color:#765;
      }
    #header a:hover {
      color:#333;
      }
    #header #current {
      background-image:url("../images/home_nav/left_on.gif");
      }
    #header #current a {
      background-image:url("../images/home_nav/right_on.gif");
      color:#333;
      padding-bottom:4px;
      }

	#subheader {
      float:right;
      width:100%;
      background:url("../images/bg_2lev_nav.gif");
      font-size:93%;
      line-height:normal;
      }
    #subheader ul {
      margin:0;
      padding:4px 5px 0;
      list-style:none;
      }
    #subheader li {
      float:right;
      margin:0;
      padding:0 0 0 9px;
      }
    #subheader a {
      display:block;
      padding:0px 7px 1px 0px;
      text-decoration:none;
      color:#000000;
      }
    #subheader a:hover {
      color:#776655;
      }
    #subheader #current {
      background-image:url("../images/home_nav/left_on.gif");
      }
    #subheader #current a {
      background-image:url("../images/home_nav/right_on.gif");
      color:#333;
      padding-bottom:5px;
      }
	  
	  /* Redesigned homepage CSS */
	  .spiffy{ 
display:block;
} 
.spiffy *{ 
display:block;
height:1px;
overflow:hidden;
background:#FFFFFF;
} 
.spiffy1{ 
border-right:1px solid #4b8fcc;
padding-right:1px;
margin-right:8px;
border-left:1px solid #4b8fcc;
padding-left:1px;
margin-left:8px;
background:#4b8fcc;
} 
.spiffy2{ 
border-right:1px solid #4b8fcc;
border-left:1px solid #4b8fcc;
padding:0px 2px;
background:#d4e3f8;
margin:0px 6px;
} 
.spiffy3{ 
border-right:1px solid #4b8fcc;
border-left:1px solid #4b8fcc;
margin:0px 4px;
} 
.spiffy4{ 
border-right:1px solid #4b8fcc;
border-left:1px solid #4b8fcc;
margin:0px 2px;
} 
.spiffy5{ 
border-right:1px solid #4b8fcc;
border-left:1px solid #4b8fcc;
margin:0px 2px;
} 
.spiffy6{ 
border-right:1px solid #4b8fcc;
border-left:1px solid #4b8fcc;
margin:0px 1px;
} 
.spiffy7{ 
border-right:1px solid #4b8fcc;
border-left:1px solid #4b8fcc;
margin:0px 1px;
} 
.spiffy8{ 
border-right:1px solid #4b8fcc;
border-left:1px solid #4b8fcc;
} 
.spiffy9{ 
border-right:1px solid #4b8fcc;
border-left:1px solid #4b8fcc;
} 
.spiffy_content{ 
padding:0px 10px;
background:#FFFFFF;
border-left: 1px solid #4b8fcc;
border-right: 1px solid #4b8fcc;
} 
 /* Redesigned homepage CSS End */
 
 #emailJobAlertSignUp{
 background: URL('/images/home/emailJobAlerts.gif');
 text-align:center;
 height: 63px;
 
 }
 
 #employerLogin
 {
 background:url('/images/home/employerLoginBckgrd.gif') no-repeat right top;
 margin:0px 40px 0 0; text-align:center;
 float: right;
 width: 278px;
 height: 41px;
 border: 1px;
 }