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

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/************************** ****************************/

body {
background: #f7f1d9 url(../images/bkgNew_blueGreen.png) repeat-x;
margin: 0 auto;
padding: 0;
width: 858px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: .8em; /* just testing the em waters */
background-color: #91b37b;
}

p {
	padding: 4px; margin: 2px;
}

.center {
	text-align: center;
}
.note {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em; font-style: italic; 
}
/* can we still use these???  Please say yes */
/* ---------------for image alignment */
.imgLeft {
	float: left;
	margin-right: 10px;
}
.imgRight  {
	float: right;
	margin-left: 10px;
}
/*  my colors */
.blue {
	color: #4477b0;
}
.green {
	color: #62a165;
}
/*  making a special little paragraph that stands out */
.indent {
	margin-left: 20px;
	font-size: .86em;
}

a, a:link, a:visited {
text-decoration: none;
color: #000000;
font-weight: bold;
}

a:hover, a:active {
color: #cc2229;
}

h1 {
font: 1.6em Georgia, "Times New Roman", Times, serif;
text-align: center;
}
h2 {
	font: 1.4em "Comic Sans MS", "Times New Roman", Times, serif;
	font-weight: normal;
}

h2 a, h2 a:link, h2 a:visited {
	color: #cc2229;
}

h2 a:hover, h2 a:active {
	color: #000000;
}

h3 {
}

h3 a, h3 a:link, h3 a:visited {
text-decoration: none;
color: #000000;
font-weight: bold;
}

h3 a:hover, h3 a:active {
color: #cc2229;
}

#redWrap {
border-top: 0; 
border-left: 8px solid Black;
border-right: 8px solid Black;
border-bottom: 2px solid Black;
/*border: 0px 4px 2px 4px  solid #9c4e34;*/
width: 858px;
background-color: #f6f1d0;
}

#header {
background-image: url(../images/bkg_Top.png);
background-repeat: repeat-x;
background-position:top;
width:858px;
background-color:#f7f1d9;
}

#crumbNavtop {
text-align: right;
font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
font-size: .9em;
font-weight: bold;
padding: 5px 26px 0 0;
color: #f7f1d9;
}

#crumbNavtop a, #crumbNavtop a:link, #crumbNavtop a:visited {
text-decoration: none;
color: #f6f1d0;
}

#crumbNavtop a:hover, #crumbNavtop a:active {
color: #ffffff;
}

#crumbNavlower {
text-align: right;
font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
font-size: 1.1em;
font-weight: bold;
padding: 5px 16px 0 0;
color: #000000;
}

#crumbNavlower a,
#crumbNavlower a:link,
#crumbNavlower a:visited {
color: #000000;
font-weight: bold;
}

#crumbNavlower a:hover,
#crumbNavlower a:active {
color: #cc2229;
}

.navigation {
padding: 100px 0 0 10px;
}

.navigation li {
line-height: 1.1;
}

.content {
width: 830px;
margin: 0 auto 0 auto;
padding: 0 14px;
height: 100%;
background-color:#f7f1d9; /* was d0d9ba */
/*background: url(../images/bkg_cream.jpg); */
}

.red {
	color: #cc2229;
}

.greyBox {
	background-color: #d0d9ba;
	padding: 4pt;
	margin-top: 6px;
	margin-right: 40px;
	margin-bottom: 6px;
	margin-left: 40px;
	border: 1px solid #000000;
	height: 100%;
}

.greyBox a, #sideBar a, #contentBar a, #lowerBoxA #rtBox a,
.greyBox a:link, #sideBar a:link, #contentBar a:link, #lowerBoxA #rtBox a:link,
.greyBox a:visited, #sideBar a:visited, #contentBar a:visited, #lowerBoxA #rtBox a:visited {
color: #000000;
font-weight: bold;
}

.greyBox a:hover, #sideBar a:hover, #contentBar a:hover, #lowerBoxA #rtBox a:hover,
.greyBox a:active, #sideBar a:active, #contentBar a:active, #lowerBoxA #rtBox a:active {
color: #cc2229;
}


#sideBar {
width: 220px;
float: left;
margin: 0 5px;
font-size: .86em;
}

#contentBar {
width: 580px;
float: left;
margin: 0 5px;
padding: 0 0 0 5px;
border-left: 1px solid #000000;
}

#leftHalf {
width: 38%;
float: left;
}

#rightHalf {
width: 58%;
float: left;
}

/*** hack for making this work in IE6 ***/
.logoBimg {
margin-left: 36px;
float: left;
}

/** this part is read by all browsers except IE6 **/
html>body .logoBimg {
margin-left: 57px;
float: left;
}
/*** end of hack **/

#lowerBox {
text-align: center;
background: url(../images/grass_sign2.png) no-repeat;
background-position: right;
margin: 0 auto;
padding: 0;
height: 120px;
font-size: .9em;
background-color:#f7f1d9;
}

#lowerBoxA {
text-align: center;
background: url(../images/grass_line.png) no-repeat;
background-position: bottom;
margin: 0 auto;
padding: 0;
height: 140px;
font-size: 1em;
background-color:#f7f1d9;
}

#lowerBoxA a, #sideBar #lftBoxA a,
#lowerBoxA a:link, #sideBar #lftBoxA a:link,
#lowerBoxA a:visited, #sideBar #lftBoxA a:visited {
color: #000000;
font-weight: normal;
}

#lowerBoxA a:hover, #sideBar #lftBoxA a:hover,
#lowerBoxA a:active, #sideBar #lftBoxA a:active {
color: #cc2229;
}

#lowerBoxB {
text-align: center;
background: url(../images/grass_line.png) no-repeat;
background-position: bottom;
margin: 0 auto;
padding: 0 0 40px 0;
height: 100%;
font-size: 1em;
background-color:#f7f1d9;
}

#lowerBoxB img {
	border: 1px solid #000000;
	margin: 4px 4px;
	
}


#lftBox {
width: 28%;
float: left;
text-align: left;
margin: 10px 10px 0 10px;
padding: 0 0 0 5px;
height: 90px;
}

#lftBoxA {
width: 216px;
text-align: left;
margin: 0 0 10px 0;
padding: 0 0 0 5px;
/* height: 120px; */
}

/*** hack for making this work in IE6 ***/
#rtBox {
width: 28%;
float: right;
text-align: left;
margin: 16px 6px 0 10px;
height: 90px;
font-size: .86em;
}
/** this part is read by all browsers except IE6 **/
html>body #rtBox {
margin: 12px 20px 0 0;
}
/*** end of hack **/

#lowerBoxA #rtBox {
width: 66%;
}

#footer {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
margin: 0 auto 1em;
padding: 0;
font-size: .8em;
}

#footer a:link,
#footer a:visited {
color: #339933;
}

#footer a:hover, 
#footer a:active {
color: #000000;
}

/* start of php section items */

.phpbox {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	/* border: 2px solid #000000; */
	color: #000000;
	/* background-color: #33c600; */
	padding: 2px;
	margin: 0px 0 0 12px;
}

.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: block; /* if regular box is desired, then comment out */
	padding:1px 0px 1px 0px;
	margin:0px;
}

.phpbox a:link, .phpbox a:visited {
	color: #000000;
	text-decoration: none;
}

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

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

#ace1table a {
padding: 0;
margin: 0;
}

.socialMedia {
	width: 858px;
	margin: 0 auto;
	text-align: center;
}

.socialMedia img {
	margin: 0 10px;
}
