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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* *********** begin regular CSS coding **********  */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 12pt;
	margin: 0 auto;
	text-align: center;
	background: url(../images/parchment.png) repeat;
}

/* Commonly used to style page titles. */
h1 {
	background: url(../images/bkg_title.png) no-repeat center;
}
/* Commonly used to style section titles. */
h2 {
  color: #2c7f8e;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12pt;
  font-weight: bold;
  line-height: 14pt;
  margin-left: 20px;
}
h3 {
	color: #956441;
	font-size: 11pt;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 13pt;
	margin-left: 40px;
}

/* --for image alignment */
.imgLeft {
	float: left;
	margin-right: 10px; padding: 4px;
	margin-left: 10px;
}
.imgRight  {
	float: right;
	margin-left: 10px;  padding: 4px;
	margin-right: 10px;
}

/* Sets the style for unvisited links. */
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}
p {
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}
.justify {
	text-align: justify;
}
.center {
	text-align: center;
	margin: auto;
}
.sm {
	font-size: .88em;
	color: #7d6f3a;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.red {
	color: #ff0000;
}

.greenLinks a, 
.greenLinks a:link, 
.greenLinks a:visited,
.greenLinks a:active,
.greenLinks a:focus {
  color: #2c7f8e;
  text-decoration: none;
}

.greenLinks a:hover {
  color: #000000;
  text-decoration: none;
}


#greenBox {
	width: 864px;
	margin: 20px auto 20px auto; /* made top=50px if we put map bkg in site */
	padding: 12px 0 5px 0;
	background-color: #0d3d31;
}

#brownBox {
	width: 829px;
	background-color: #a34906;
	margin: 0 auto;
	padding: 5px 5px 5px 5px;
	height: 100%;
}

#tanBox {
	width: 826px;
	margin: 0 auto;
	background: url(../images/lowerBarBrown.png) no-repeat bottom;
	background-color: #e6d8b7;
	height: 100%;
	padding: 0px 0 32px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;

}

#whiteBox {
	width: 806px;
	margin: 0px auto 7px auto;
	padding: 0;
	height: 88%;
	background: url(../images/tagline_new.png) no-repeat bottom;
	background-color: #ffffff;
	border: 1px solid #0d3d31;
	font-size: 1em;
	text-align: left;
}

#menuLine {
	width: 806px;
	margin: 0 auto;
	background-color: #e6d8b7;
	background: url(../images/bkg_menuLine.png) repeat-x;
	height: 43px;
	padding: 0;
	text-align: right;
}

#rightColumn1  {
	float: right;
	padding: 10px 20px 30px 20px;
	width: 280px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	line-height: 10pt;
}

#content {
	float: left;
	width: 460px;
	margin: 0 0 30px 0;
	padding: 0;
}

#footer  {
	color: #eae2b7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .90em;
	line-height: 1.35;
	margin: 4px auto;
	padding: 0;
	text-align: center;
	width: 864px;
}

.clearFloat {
  clear: right;
  display: block;
}

#ace1table {
	float: right;
	margin: 0px;
	text-align: right;
}

/* start of php section items */

.phpbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	border: 1px dotted #b6a76e;
	color: #000000;
	background-color: #f7e8c5;
	padding: 2px;
	margin: 0 auto;
}

.phpbox ul {
	text-align: left;  /* for inline boxes, may need to comment out if regular box */
	list-style-type: none;
	padding:0px;
	margin:0px;
}

.phpbox li {
	/* display: inline; / if regular box is desired, then comment out */
	padding:1px 5px 0px 8px;
	margin:0px;
	width: 100%;
}

.phpbox a:link, .phpbox a:visited {
	color: #000000;
	text-decoration: none;
	width: 100%;
	font-weight: normal;
}

.phpbox a:hover {
	color:#8f1d3d;
	text-decoration: none;
}

.phpbox a:focus, .phpbox a:active {
	color: #000000;
	text-decoration: none;
}
/* end of php section items */

