/********************************************/
/*         Written by: Lars Astrom          */
/*         2007 - A3 IT Solutions           */
/********************************************/

/* Link Styles */
a:link		 {font-size:14px; font-style:normal; text-decoration:underline; font-family:Times New Roman, Serif; color:#e31937;}
a:visited	 {font-size:14px; font-style:normal; text-decoration:underline; font-family:Times New Roman, Serif; color:#e31937;}
a:active	 {font-size:14px; font-style:normal; text-decoration:underline; font-family:Times New Roman, Serif; color:#e31937;}
a:hover 	 {font-size:14px; font-style:normal; text-decoration:none; font-family:Times New Roman, Serif; color:#666666;}

#utilityNav a:link, #utilityNav a:visited, #utilityNav a:active{
  font-family:Times New Roman, Serif;
  font-size:11px;
  font-weight:bold;
  color:#000000; 
  text-decoration:none;
}

#utilityNav a:hover{
  text-decoration:none;
}

#pStateHolder a:link, #pStateHolder a:visited, #pStateHolder a:active{
  font-family:Times New Roman, Serif;
  font-size:18px;
  color:#000000;
  line-height:25px;
  text-decoration:none;
  background:url(/images/locations/state_icon.gif) no-repeat 0px 6px;
  padding:0 15px 0 25px;
}

#pStateHolder a:hover{
  text-decoration:none;
}

a.buttonLink:link, a.buttonLink:visited, a.buttonLink:active{
  font-size:12px;
  font-style:normal;
  text-decoration:none;
  font-weight:bold;
  font-family:Times New Roman, Serif;
  color:#e31937;
  
  display:block;
  float:left;
  background:#eeeeee;
  padding:5px 10px 5px 10px;
  margin:0 10px 0 10px;
  border:1px solid #e31937;
}

a.buttonLink:hover{
  text-decoration:none; 
  background:#ffffff;
}

/* Text Styles */
.text	{font-family:Times New Roman, Serif; font-size:14px; color:#666666; line-height:16px; }

h1	{font-family:Times New Roman, Serif; font-weight:bold; font-size:48px; color:#e31937; margin:35px 0 0 30px; padding:0;}

/* Form Styles */
.label	{font-family:Times New Roman, Serif; font-size:12px; font-weight:bold; text-align:right; color:#666666;}
.required	{font-family:Times New Roman, Serif; font-size:12px; color:#cc0000;}
.field	{
  font-family:Times New Roman, Serif;
  font-size:12px; 
  font-weight:bold; 
  color:#666666; 
  border:1px solid #000000;
  scrollbar-arrow-color:#d79f67;
  scrollbar-base-color:#903e25;
  scrollbar-dark-shadow-color:#20875e;
  scrollbar-track-color:#ffffff;
  scrollbar-face-color:#903e25;
  scrollbar-shadow-color:#903e25;
  scrollbar-highlight-color:#fae5c0;
  scrollbar-3d-light-color:#20875e; 
}
 .button {
  font-family:Times New Roman, Serif;
  font-size:12px;
  font-weight:bold; 
  text-align:right; 
  color:#e31937;
  border:1px solid #e31937;
  width:60px;
  height:24px;
  text-align:center;
  padding-bottom:3px;
 }
