body {
  padding: 0px 0px 0px 0px;
  margin: 0px auto;
  text-align: center;   
  font-family: Arial;
  font-size: 16px;
  background: #a31102 url(brickphotosmaller.jpg) repeat top center; <!--background image for whole site, set to repeat-->
  color: #3A3A3A;
}

#centered {
  width: 1000px;
  text-align: left;
  border: 0px;
  padding: 0;
  margin: 0 auto;
}

#container {
  width: 1000px;  <!-- WAS 682  -->
  float: right;
  margin-bottom: 0px;
  font-family: Arial;
}

#title-section {
	color: #BE3025;
	border-top: 3px solid #BE3025;
	border-bottom: 3px solid #BE3025;
	background: #fff; <!--title properties was E0E0E0-->
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 2px;
	line-height: 2px;
}

#title-section-text {
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: center;
}

#title-section-text1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	text-align: center;
	font-size: 40px;
}

#title-section-text2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	text-align: center;
	font-size: 20px;
}

#main {
  width: 1000px;
  background: #fff; <!--background color for main div -->
  background: rgba(255,255,255,0.5);
  margin: 47px 0px 0px 0px;
  padding: 0px 0px;
  border-top: 3px solid #BE3025;
}

#main-content {
  padding: 10px;
  text-align: center;
}

#content {
  margin: 0 18px;
  background: #fff; <!--background color for content div-->
  padding: 0 18px;
}

.image-grid {
	height: 300px;
 	width: 300px;
	float: top;
}

td {
	text-align: center;
	padding: 0 15px 15px 0; <!--table cell padding-->
}

#contact-info {
  margin: 0 auto;
  padding: 20px;
  color: #000000;
  text-align: center;
  background: #fff;
  font-family: Arial;
  font-size: 14px;
  border-top: 3px solid #BE3025;
}

#copyright {
  margin: 0 auto;
  padding: 20px;
  color: #000000;
  text-align: center;
  background: #fff;
  font-family: Arial;
  font-size: 14px;
  border-top: 3px solid #BE3025;
  border-bottom: 3px solid #BE3025;
}

/* =Menu
--------------------------------------------------------------- */
#access {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	font-size: 14px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 10px;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	line-height: 14px;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #e5e5e5;
}
#access li:hover > a,
#access a:focus {
	background: #fff; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#fff, #e5e5e5);
	background: -o-linear-gradient(#fff, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#fff, #e5e5e5);
	color: #000;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 14px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}
