@charset "utf-8";
/* CSS Document -- STM Home */

#quotes {
   position: absolute;
   width: 233px;
   height: 94px;
   left: 422px;
   top: 100px;
}
/*  
*******************  HOME PODS
*/

.pod {
   background: url(../images/layout/bg_pod.gif) no-repeat;
   width: 400px;
   height: 69px;
   position: absolute;
   left: 37px;
   font-size: 10px;
   cursor: pointer;
}
.podText {
   float: right;
   width: 180px;
   color: #333;
   padding: 10px 6px 0 0;
}
#pod_locations { top: 300px; }
#pod_locations img { padding-left: 34px; }
#pod_services { top: 380px; }
#pod_services img { padding-left: 48px; }
#pod_products { top: 460px; }
#pod_products img { padding-left: 42px; }
#pod_employment { top: 540px; }
#pod_employment img { padding-left: 13px; }
/* login pod */

#loginPanel {
   position: absolute;
   top: 490px;
   right: 0;
   width: 170px;
   height: 160px;
   text-align: right;
   font-sizE: 11px;
}
#loginPanel h4 {
   margin: 0;
   padding:0;
   background: url(../images/layout/icon_membersLogin.gif) no-repeat 40px center;
   color: #a10309;
   line-height: 43px;
   font-size: 12px
}
#loginPanel label {
   color: #333;
   padding: 0;
}
#loginPanel input {
   margin: 2px 0 2px 10px;
   border: 1px solid #cecece;
}
input#loginNow {
   color: #0055a5;
   text-decoration: none;
   font-size: 13px;
   margin: 4px 4px 0 0;
   border: none;
   cursor: pointer;
}
inputa#loginNow:hover { color: #a10309; }
#special{
float: right;
margin-top: 20px;
width: 190px;
height: 355px;

}
#special h3{
color: #0055a5;
text-align: center;
padding: 0 0 10px;
background: url(../images/layout/bg_currentSpecial.jpg) no-repeat center 18px;
}