html, body {
	margin: 0;
	padding: 0;
}

body {
	color: #fff;
	background-color: #2f50a1;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: arial, verdana;
	font-size: 12px;
	height: 100%;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}

a { color: #020949; }
a:hover { text-decoration: underline; }

#content {
	background-color: #0078ce;
	border-left: #666 1px solid;
	border-right: #666 1px solid;
	min-height: 400px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
}

#content p, #content td {
	color: #fff;
}

#content .note {
	color: #ddd;
	font-style: italic;
	font-weight: bold;
}

#content a:link, #content a:visited {
	color: #fff;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content .alert {
	color: #ffff00;
	font-size: 14px;
	font-weight: bold;
}

#content .formfield {
	background-color: #ffffff;
	color: #01009a;
	font-size: 11px;
	padding: 2px;
}

#content h1 {
  font-size: 15px;
  margin-bottom: 2px;
  padding-bottom: 0px;
}

#content h2 { font-size: 13px; }
#content hr {
  color: #ddd;
  height: 1px;
  width: 80%;
}

#content sup { font-size: 8px; }

#crumbs {
	background-color: #0078ce;
	border-left: #666 1px solid;
	border-right: #666 1px solid;
	color: #01009a;
	font-style: italic;
	font-weight: bold;
	line-height: 20px;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#crumbs a:link, #crumbs a:visited {
	color: #01009a;
	text-decoration: none;
}

#crumbs a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer {
	background-color: #01009a;
	border: #666 1px solid;
	color: #ccc;
	font-size: 11px;
	height: 30px;
	text-align: center;
}

#footer a { color: #ccc; }
#footer a:hover { color: #fff; }

#leftnav {
	font-size: 13px;
	padding-right: 10px;
}

#leftnav a:link, #leftnav a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#leftnav a:hover {
	color: #d1680d;
	font-weight: bold;
	text-decoration: underline;
}

#leftnav li {
	color: #fff;
	padding-bottom: 3px;
}

#leftnav ul {
	list-style-image: url(../images/bullet_paw.gif);
}

#locations {
	text-align: center;
}

#locations .loc_head {
	background-color: #0065b7;
	font-weight: bold;
}

#locations .loc_typ {
	background-color: #2db8ef;
}

#locations ul {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 733px;
}

#locations ul.clear_addy:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#locations ul.one_item li {
	width: 709px;
}

#locations ul.two_items li {
	width: 342px;
}

#locations ul.three_items li {
	width: 220px;
}

#locations ul.four_items li {
	width: 159px;
}

#locations li {
	display: inline;
	float: left;
	list-style: none;
	padding:.2em 1em;
}

#map {
	color: #03C;
}

#news ul {
	list-style: none;
	padding-left: 4px;
}

#news li {
	padding-bottom: 4px;
}

#topnav {
	background-color: #01009a;
	border: #666 1px solid;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	text-align: center;
}

#topnav a:active {
	text-decoration: underline;
}

#topnav a:link, #topnav a:visited {
	color: #fff;
	display: inline;
	margin: 0;
	text-decoration: none;
}

#topnav a:hover {
	color: #d1680d;
	text-decoration: underline;
}

#topnav li {
	color: #fff;
	display: inline;
	padding: 0;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0;
}

#topnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	padding-bottom: 3px;
}