@charset "UTF-8";
body {
	font: 10pt Arial, Helvetica, sans-serif;
	background: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}

/* Links */

a {
	color: #036;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.oneColFixCtrHdr #container {
	/* width: 780px; */
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-bottom: -3px;
}

* html .oneColFixCtrHdr #header {
	margin-bottom: -3px;
}

html:not([dummy]) .oneColFixCtrHdr #header {
	margin-bottom: 0px;
}

#header img {
	width: 900px;
	height: 120px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	clear: both;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#mainContent h1 {
	color: #036;
	font-size: 12pt;
	padding: 15px 0 5px 0;
	margin: 0;
}

#mainContent h2 {
	color: #036;
	font-size: 10pt;
}

#mainContent p {
	line-height: 14pt;
	margin: 8px 0 16px 0;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

ul#nav, ul#navFooter {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#nav li, ul#navFooter li {
	margin: 0;
	padding: 0;
	float: left;
}

ul#nav a, ul#navFooter a {
	display: block;
	width: 150px;
	height: 28px;
	padding: 6px 0 0 0 ;
	color: white;
	text-align: center;
	font-weight: bold;
	background: #036 url(../images/navBg.png) repeat-x 0px 0px;
	text-decoration: none;
}

ul#nav a:visited {
	color: white;
}

ul#nav a:hover {
	text-decoration: none;
	background-position: 0 -34px;
}

ul#nav a.selected {
	background-position: 0 -34px;
}

ul#navFooter a {
	margin-top: 14px;
	background: #fff url(../images/navFooterBg.png) repeat-x top left;
	color: #036;
	height: auto;
	padding: 18px 0 10px 0;
}

ul#navFooter a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

address {
	display: block;
	line-height: 12pt;
	padding: 0;
	margin: 10px 0 10px 10px;
	font-style: normal;
}

.indent {
	padding-left: 20pt;
}

#map {
	display: block;
	width: 659px;
	height: 477px;
	margin: 10px auto;
	border: 1px solid #999;
}

/* Contact Form */

form {
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 9pt;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

label {
	font-weight: bold;
	display: block;
	padding-top: 5px;
	}

#mainContent form p {
	padding: 10px 0 5px 0;
	margin: 0;
}

legend {
	color: #036;
	font-weight: bold;
	font-size: 11pt;
	margin: 0;
	padding: 0;
	
}

.alert {
	color: red;
	font-weight: bold;
}

form table, form td {
	margin: 0;
	padding: 0;
	border: 0;
}

form td {
	width: 160px;
}

input.medium {
	width: 156px;
}

input.long {
	width: 320px;
}

input.short {
	width: 75px;
}

textarea {
	display: block;
	width: 320px;
}

#mainContent ul {
	margin: 8px 0 8px 25px;
	padding: 0;
}

#mainContent li {
	padding: 0;
	margin: 3px 0;
}

.form-results ul,
.form-results p {
  margin: 1em;
}

a img {
    border: 0;
}
