
table.contacts
{ width: 600px;
background-color: #fafafa;
border: 1px solid #ccc;
border-collapse: collapse;
border-spacing: 0px; }


td.contactDept
{ background-color: #CCCCCC;
border: 1px #000000 solid;
font-family: Verdana;
font-weight: bold;
font-size: 13px;
color: #404040; }


td.contact
{ border-bottom: 1px #6699CC dotted;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: .9em;
color: #404040;
background-color: #fafafa;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; 

border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
background: #fff;
color: #4f6b72;
}

td.contact2
{
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: .9em;
color: #404040;
background-color: #fafafa;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; 
border-bottom: 1px solid #C1DAD7;
background: #fff;
color: #4f6b72;
}

/********************************* button *****************************************/

input.btn{
color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   cursor: pointer;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
	  }

input.btnhov{
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;
   
   }
   
/********************************************** Walkin & Job ************************************/

.walkin{
color:#333333;
font-weight:bold;
}

.job{
color:#2F637A;
font-weight:bold;
} 

/******************************************Articles*******************************************/


#pressreleases {
background:#2F637A;
padding:5px;
font-size:12pt;
font-family:verdana;
color: #FFFFFF;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;

}
#border_for_pr{
border:#2F637A solid 1px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
padding:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #000000;
}


/*************************** ****************** Xlcusive ***************************************/

#xclusive {
background: #8AB792;
padding:5px;
font-size:12pt;
font-family:verdana;
color: #000000;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;

}
#xclusive_border{
border: #8AB792 solid 1px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
padding:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #000000;
}

/*************************************Drop DOwn*****************************************************/


#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FFFFFF;
}
         