body {
	background-image: url('../../images/bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5;
	color: #515655;
	overflow-x: hidden;
}

h1 {
	font-size: 18pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 10.5pt;
}
#navContentContainer {
	width: 80%;
	min-height: 40em;
}
#navigation {
	position: fixed;
	top: 120px;
	width: 157px;
	height: 100%;
	float: left;
	margin-left: 90px;
}
#mainContentPane {
	width: 75%;
	height: 100%;
	//float: right; 
	padding: 5px; 
	word-wrap: break-word; 
	margin-left: 290px;
	//margin-right: 5%;
	//position: relative;
}
td.doubleContentBoxes {
	width: 35%;
	padding: 15px;
	border: 2px outset #7BBDDD;
	background-color: white;
}
.singleContentBox {
	width: 70%;
	padding: 15px;
	border: 2px outset #7BBDDD;
	background-color: white;
}
#contentArea {
	line-height: 1.5em;
	word-wrap: break-word;
}

div.navButtonInactive:hover, div.navButtonInactive:active {
	background-color: #7bbddd;
	border-left: 5px solid #6297b0;
	width: 100%;
	height: 2.25em;
	text-indent: 5px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
}
div.navButtonInactive {
	width: 100%;
	height: 2.25em;
	text-indent: 10px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
}
div.navButtonActive {
	color: white;
	background-color: #7bbddd;
	border-left: 5px solid #6297b0;
	width: 100%;
	height: 2.25em;
	text-indent: 5px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
}
a.navLink:link, a.navLink:visited {
	font-size: 1.25em;
	text-decoration: none;
	color: #515655;
	font-weight: bold;
	display: block;
	height: 2.25em;
	line-height: 2.25em;
	cursor: pointer;
}
a.navLink:hover, a.navLink:active {
	font-size: 1.25em;
	text-decoration: none;
	color: white;
	font-weight: bold;
	display: block;
	height: 2.25em;
	line-height: 2.25em;
	cursor: pointer;
}
a.emailLink:link, a.emailLink:visited, a:link, a:visited, a.descTools:link, a.descTools:visited {
	color: #7bbddd;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
a.emailLink:hover, a.emailLink:active, a:hover, a:active {
	color: #7bbddd;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

a.descTools {
	color: #7bbddd;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
}

a.descTools:hover, a.descTools:active {
	color: #7bbddd;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
}
	
input, textarea {
	border: 1px inset #969696;
}

.field_message {
	font-size: 8pt;
	color: red;
}

#formMessage, #feedbackForm {
	display: none;
}

#noscript {
	font-weight: bold;
}

#map_canvas {
	width: 550px;
	height: 300px;
	//float: left;
	font-family: Arial;
	font-size: 10pt;
	display: none;
	margin: 0px auto;
}
#address_entry {
	width: 100%;
	height: 1.5em;
	clear: both;
	font-family: Arial;
	font-size: 10pt;
	display: none;
}
#directionsPanel {
	//float: right;
	width: 80%;
	font-family: Arial;
	font-size: 9pt;
	background-color: white;
	color: black;
	margin: 0px auto;
	padding-top: 10px;
}

#outputPanel {
	height: 100%;
	//float: right;
	width: 80%;
	font-family: Arial;
	font-size: 9pt;
	background-color: white;
	color: black;
	margin: 0px auto;
	padding-top: 10px;
}

#adp-placemark img, .adp-placemark img {
   display:none;
}
#adp-placemark {
   font-weight: bold;
   padding: 10px;
   //padding-left: 50px;
   background: white url('../../images/maps_start.png') no-repeat left center;
}
.adp-placemark {
   font-weight: bold;
   padding: 10px;
   //padding-left: 50px;
   background: white url('../../images/CFE_marker.png') no-repeat left center;
}

.adp-text {
	padding-left: 50px;
}

#printer_friendly {visibility: hidden; font-size: 9pt; text-align: right;}
#toggleMapBox, #toggleMapLabel {
	text-align: right;
	display: none;
}
#toggleMapDiv {
	 text-align: right;
	 width: 100%;
	 display: none;
}

#quickTools {
	position: fixed;
	bottom: 15px;
	left: 90px;
	width: 150px;
	text-align: center;
}
.sympTogA {
	cursor: pointer;
}
.symptomDesc {
	display: block;
}
.symptomToggle {
	font-weight: bold;
}