body, P, TD {
	font-family: Comic Sans MS, Arial, Helvetica;
	color: #000080;
	font-size: 12pt;
}

#wrapper {
  width:1000px;
  margin:0 auto;
}

img {
  border: 0;
}

a:link     { color: #0066FF; text-decoration: none }
a:visited  { color: #0066FF; text-decoration: none }
a:active   { color: #FF0000; text-decoration: none }
a:hover    { color: #000080; text-decoration: underline }

#main {
  padding-left: 10px;
  padding-right: 10px;
  text-align:left;
}

#home {
  background-color: rgb(255,255,255);
  text-align:left;
  padding-left: 10px;
  padding-right: 10px;
}

#navigation {
  height: 36px;
}

/* div.Section1 {
  page:Section1;
} */

h1 {text-align: center;}
h2 {text-align: center;}

/*-------------------------------------*/
/*   Horizontal Drop-Down Menu Style   */
/*-------------------------------------*/

#nav	{ 
	background: rgb(255,255,255);
	border-bottom: 2px solid rgb(250,0,0);
	text-align: center;
	vertical-align: top;
	height: 36px;
}

#nav, #nav ul {
	font-size: 11px;
	font-weight:bold;
	font-family: Comic Sans MS, Arial, Helvetica;
	padding: 0;
	margin: 0;
	list-style: none;
	background: rgb(255,255,255);
}

#nav a {
	font-size: 11px;	
	font-weight:bold;
	display: block;
	width: 95px; 
	height: 36px;
	background: rgb(255,255,255);
}

#nav li {
	width: 95px;
	float: left;
	border: 1px solid rgb(0,0,205);
}

#nav li ul {
	font-size: 11px;	
	position: absolute;
	width: 95px;
	height: 33px;
	background: rgb(255,255,255);
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.locations {
  font-family: Arial, Helvetica, sans-serif;
}

#locations {
  width:600px;
  font-family: Arial, Helvetica, sans-serif;
}

#locations p, #locations table, #locations td, #locationslist {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

#locations td {
  border: 1px solid rgb(175,175,175);
  padding:8px;
  margin:5px;
  vertical-align: top;
}

#locations th {
  padding:3px;
  margin:3px;
}

#locations label {
  display:inline;
  font-weight:bold;
  float:left;
  width:250px;
  padding:0 1em;
  text-align:right;  
}

#locationslist {
  width: 800px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

.locations_search form {
  float:left;
  width:50%;
  display:block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

.footer, .footer td, .footer a:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

.footer table {
  border-collapse: collapse;
  bordercolor:#111111:
  width:990px;
}

.phonelist-header {
  font-size: 9pt;
  font-family: Arial, Helvetica, sans-serif;
  width: 860px;
}

.phonelist-cell {
  float:left;
  width: 210px;
  display:block;
  border: 1px solid rgb(205,205,205);
}

.phonelist-cell-header {
  float:left;
  width: 210px;
  font-weight:bold
  display:block;
}

