@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-align: center;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #FF3300;
}
h1 {
	font-size: 2.3em;
	font-weight: normal;
}
h2 {
	font-size: 1.1em;
}#header {
	background-image: url(../images/bg_header.png);
	background-repeat: repeat-x;
	height: 127px;
	overflow: hidden;
}
#header #innerheader #adminlinks {
	float: right;
	padding: 10px;
}
#header #innerheader #adminlinks a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#header #innerheader {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#menu {
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 42px;
	padding-left: 10px;
	width: 965px;
}
#contentbox {
	background-image: url(../images/bg_contentbox.png);
	background-repeat: repeat-y;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: left;
}
#contentbox #leftcolumn {
	background-image: url(../images/bg_leftcolumn.png);
	background-repeat: repeat-x;
	float: left;
	min-height: 320px;
	width: 230px;
	background-color: #FFF;
}
#contentbox #box2 {
	clear: both;
	float: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	width: 970px;
}
#contentbox #box1 {
	width: 970px;
	min-height: 500px;
}



#footer {
	font-size: 0.7em;
	text-align: left;
	width: 965px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-left: 10px;
}
#find #acode {
	font-size: 1.5em;
	color: #0066CC;
	padding: 5px;
	background-image: url(../images/bg_formfield.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#find {
	margin-left: 14px;
	margin-right: 10px;
	padding-bottom: 10px;
	margin-top: -10px;
	padding-top: 0px;
}
#find label {
	font-family: Corbel, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 1em;
}
#contentbox #box1 #leftcolumn #find #go {
	margin-bottom: -10px;
}

#find p {
	font-size: 0.8em;
	line-height: 1.3em;
}
#leftcolumn #clicktocall {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
}
#contentbox #box2 #copy {
	/*margin-right: 320px;*/
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
}
#contentbox #box2 #linksbox {
	float: right;
	width: 255px;
	margin-right: 20px;
	margin-left: 20px;
	padding: 10px;
	border: 1px solid #E0E0E0;
	margin-top: 25px;
	font-size: 13px;
	margin-bottom: 15px;
}
.hideonscreen, .hide {
	display: none;
	position: absolute;
	visibility: hidden;
	z-index: 0;
	left: -1000em;
	top: -1000em;
}
.1800 {
	white-space: nowrap;
}
#contentbox #box1 #copy {
	margin-left: 230px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#contentbox #box1 #copy .breadcrumb {
	font-size: 0.7em;
	color: #999999;
	margin-top: 0px;
	padding-top: 0px;
}
#contentbox #box1 #map {
	min-height: 450px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E0E0E0;
	margin-left: 230px;
}
#contentbox #box1 #map svg {
	display: block;
	width: 100%;
	height: auto;
}
#contentbox #box1 #map svg path {
	stroke: #FFFFFF;
	fill: #fcb040 !important;
	transition: fill 0.3s ease, transform 0.2s ease;
	transform-origin: center center;
	cursor: pointer;
}
#contentbox #box1 #map svg path:hover {
	fill: #f15a29 !important;
	transform: scale(1.01);
}
#contentbox #box1 #mapbox {
	min-height: 450px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E0E0E0;
	margin-left: 230px;
	padding: 10px;
}
#contentbox #box1 #mapbox #us-map-container {
	width: 100%;
	height: 100%;
}
#contentbox #feature #featureimg {
	z-index: 10;
}
#contentbox #box1 #copy p {
	font-size: 1.1em;
}
#contentbox #box1 #copy table td {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #F4F4F4;
}
.alert {
	color: #FF0000;
}
.reduced {
	font-size: 0.7em;
}
#contentbox #box1 #copy .row .blue, #contentbox .map #box1 #copy .blue {
	color: #0066FF;
}
#email {
	font-size: 0.9em;
}
#email h2 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
#email ul li {
	list-style-type: none;
}
#email label {
	float: left;
	width: 8em;
}
#email ul li label {
	float: none;
	width: auto;
}
#email input, #email textarea, #email select {
	font-size: 1em;
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
}
#email #submit {
	color: #000000;
}
form p {
	margin: 0px;
	padding-top: 0.25em;
	padding-bottom: 0.5em;
}
form ul {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 6em;
}
form {
	margin: 0px;
	padding: 0px;
}
.formbox {
	background-color: #F3F3F3;
	width: 30em;
	padding: 10px;
	margin-top: 25px;
}
#email .nofloatnosize {
	clear: both;
	float: none;
	width: auto;
}
#footer {
	color: #CCCCCC;
}
#footer a {
	color: #FB2E2A;
}
#contentbox #box1 #copy #photo {
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.mailingaddress {
	font-size: 0.75em;
	color: #F00;
}
