@charset "utf-8";
/* CSS Document */
body {
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#nav_row {
	font-size: 1.1em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EF3E34;
	text-align: center;
}

#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #EF3E34;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

h1 {
	text-align: center;
	font-size: 1.3em;
}
h2 {
	font-size: 1.2em;
	text-align: center;
	clear: both;
}
h3 {
	font-size: 1em;
	margin-bottom: -.7em;
}

#header {
	background-image: url(images/juneteenth_logo.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 123px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EF3E34;

}
#main_content {
	background: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
#search_feature {
	float: right;
	width: 400px;
	padding-top: 7px;
}

#topLeft, #topRight, #bottomLeft, #bottomRight {
	width: 350px;
	padding: 1em;
	margin-bottom: 15px;
}
#topLeft {
	float: left;
}
#topRight {
	float: right;
	clear: right;
}
#footer  {
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: none;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #EF3E34;
}
#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 */
}
#northcott {
	background-image: url(images/northcott_logo.gif);
	height: 123px;
	clear: both;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #EF3E34;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#container #main_content #emailForm {
	width: 600px;
}
#container      #footer      .admin_txt        {
	font-size: 0.7em;
	color: #999999;
	text-decoration: none;
}
#container #footer .admin_txt a {
	color: #999999;
	text-decoration: none;
}
.cent {
	text-align: center;
}

