/* CSS Document */



.container a:link { color: #333333; font-size: 8pt; font-family: "Arial"; text-decoration:none; font-weight: bold;}

.container a:visited { color: #333333; font-size: 8pt; font-family: "Arial"; text-decoration:none; font-weight: bold;}

.container a:hover { color: #74041E; font-size: 8pt; font-family: "Arial";  font-weight: bold;}

.container a:active { color: #333333; font-size: 8pt; font-family: "Arial"; text-decoration:none; font-weight: bold;}



.container2 a:link { color: #333333; font-size: 9pt; font-family: "Arial"; text-decoration:none; font-weight: bold;}

.container2 a:visited { color: #333333; font-size: 9pt; font-family: "Arial"; text-decoration:none; font-weight: bold;}

.container2 a:hover { color: #74041E; font-size: 9pt; font-family: "Arial";  font-weight: bold;}

.container2 a:active { color: #333333; font-size: 9pt; font-family: "Arial"; text-decoration:none; font-weight: bold;}



a:link { color: #333333; font-size: 9pt; font-family: "Arial"; text-decoration:none; font-weight: bold;}

a:visited { color: #333333; font-size: 9pt; font-family: "Arial"; text-decoration:none; font-weight: bold;}

a:hover { color: #74041E; font-size: 9pt; font-family: "Arial";  font-weight: bold;}

a:active { color: #333333; font-size: 9pt; font-family: "Arial"; text-decoration:none; font-weight: bold;}





a.nav:link { color: #74041E; font-size: 10pt; font-family: "Arial"; font-weight: bold;}

a.nav:visited { color: #74041E; font-size: 10pt; font-family: "Arial"; text-decoration:none; font-weight: bold;}

a.nav:hover { color: #000000; font-size: 10pt; font-family: "Arial"; font-weight: bold;}

a.nav:active { color: #74041E; font-size: 10pt; font-family: "Arial"; text-decoration:none; font-weight: bold;}



a.nav4:link { color: #000066; font-size: 10pt; font-family: "Arial"; font-weight: bold;}

a.nav4:visited { color: #000066; font-size: 10pt; font-family: "Arial"; text-decoration:none; font-weight: bold;}

a.nav4:hover { color: #000066; font-size: 10pt; font-family: "Arial"; font-weight: bold;}

a.nav4:active { color: #000066; font-size: 10pt; font-family: "Arial"; text-decoration:none; font-weight: bold;}







a.foot:link { color: #000000; font-size: 9pt; font-family: "Arial"; text-decoration:none; font-weight: bold;}

a.foot:visited { color: #000000; font-size: 9pt; font-family: "Arial"; text-decoration:none; font-weight: bold;}

a.foot:hover { color: #74041E; font-size: 9pt; font-family: "Arial"; text-decoration:none; font-weight: bold;}

a.foot:active { color: #000000; font-size: 9pt; font-family: "Arial"; text-decoration:none; font-weight: bold;}



a.top:link { color: #FFFFFF; font-size: 10pt; font-family: "Arial";}

a.top:visited { color: #FFFFFF; font-size: 10pt; font-family: "Arial";}

a.top:hover { color: #999999; font-size: 10pt; font-family: "Arial";}

a.top:active { color: #FFFFFF; font-size: 10pt; font-family: "Arial";}



a.button:link { color: #FFFFFF;  font-weight: bold; font-size: 9pt; font-family: "Arial"; }

a.button:visited { color: #FFFFFF;  font-weight: bold; font-size: 9pt; font-family: "Arial"; }

a.button:hover { color: #CCCCCC;  font-weight: bold; font-size: 9pt; font-family: "Arial"; }

a.button:active { color: #FFFFFF;  font-weight: bold; font-size: 9pt; font-family: "Arial"; }



.phone { font-size: 9pt;  font-family: "Arial";}



.nav5 { color: #000066; font-weight: bold; font-size: 9pt; font-family: "Arial"; }



.menu { font-size: 9pt;  font-family: "Arial";}



.menu2 { font-size: 9pt;  font-family: "Arial";}



.menu3 { font-size: 9pt;  font-family: "Arial"; }



.pagetitle { font-size: 12pt;  font-family: "Arial"; font-weight: bold; }



.footer { color: #000000; font-size: 9pt;  font-family: "Arial";}



.border 

{

    border-color: #000000;

    border-width: 1px 1px 1px 1px;

    border-style: solid;

}



.border2

{

    border-color: #000000;

    border-width: 0px 1px 1px 1px;

    border-style: solid;

}



body {

scrollbar-arrow-color: #000066;

scrollbar-darkshadow-color: #000000;

scrollbar-dark-color: #000000;

}



/* ------------------------------
	NEW STYLES
	CSS 22-JUL-2010
------------------------------ */
.login-form {
	padding:10px;
	font-family: arial;
}
.login-form label { display: inline-block; width: 70px; font-size: 0.8em; color: #333333; font-weight: bold; }
.login-form input[type=text] , .login-form input[type=password]{ width: 100px; }
.login-form input[type=submit] { float: right; }



/* ------------------------------
	NEW STYLES
	CSS 11-OCT-2011
------------------------------ */
.traffic-form {
	
}


#traffic-form input[type=text], #traffic-form input[type=file]  {
	
	width: 165px;
}
#traffic-form select{
width: 165px;
height:25px;
}
#traffic-form input[type="submit"] {
 /* margin: 0px auto 0 auto;
  width: 100px;
  padding: 10px;
  border: 2px solid #593131;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;   
  color: #000000;
  background: #fff;
  font-size: 1.2em;
  font-weight: bold;
  -webkit-appearance: none; */
}
#traffic-form input[type="submit"]:hover, input[type="submit"]:active {
  cursor: pointer;
   background: #156938;
  color: #ffffff;
}
#traffic-form label {
	font-size:0.9em;
  display: block;
  float: left;
  /*clear: left;*/
  text-align: right;
  width: 70px;
  padding: 3px 10px;
 

}
form *:focus {
  border: 2px solid #156938;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

#traffic-form ul {
	list-style: none;
}







