@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,  ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}



/********** start of regular CSS styling *********/

body {
	width: 980px;
	margin: 0 auto;
	line-height: 1;
	background: #156d54 url(../images/bkg-greenNEW.png) repeat;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
p {
	margin: 0 6px 8px 6px;
	padding: 2px;
}
.sm {
	font-size: .9em;
	margin-bottom:0;
}
.blocked {
	margin-left: 60px; margin-right: 60px;
}
.special {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: .92em;
}
.indented {
	margin-left: 40px;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.justify {
	text-align: justify;
}
/* *********for image alignment************* */
.imgLeft {
	float: left;
	margin-right: 10px;
}


.imgRight  {
	float: right;
	margin-left: 10px;
}

.box {
	border: 1px solid Black;
	padding: 4pt;
}
.squares {
	border: 2px solid Black;
}

/* ------------colors */
.red {
	color: #f93204;
}
.dkRed {
	color: #b62d2d;
}
.blue {
	color: #738fa8;
}
.dkBlue {
	color:2e6ea7;
}
.green {
	color: #afc443;
}
.dkGreen {
	color:#156d54;
}
.orange {
	color: #ff8c00;
}
.yellow {
	color: #ffcc00;
}
.moonlight {
	color:#ffffb8;
}
/* ------headings */
h1, h2, h3, h4 {
	font-family: Cambria, "MS Serif", "New York", serif;
	margin-left: 12px;
	margin-top: 4px;
	margin-bottom:4px;
}
h1 {
	font-size: 140%;
}
h2 {
	font-size: 125%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 100%;
}
/*  ---------- links */
a, a:link, a:visited {
	color: #2773b8;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color:#229051;
	font-weight: bold;
}
/*  ---------lists */
ul {
	list-style: square outside;
}
li {
	padding: 2px;
}

/*  -------- wraps */
#menu {
	width: 980px;
	height: 32px;
	background: url(../fp_images/bkg_mainbodyFP.png) center;
	background-repeat: no-repeat;
}
#tagArea {
	width: 980px;
	height: 34px;
	text-align: center;
	margin: 0 auto;
}

#logoArea {
	background-image: url(../images/bkg_upperHeadR.png);
	width:980px; height: 193px;
	background-repeat: no-repeat;
}
#wrapper {
	width: 980px;
	background: url(../fp_images/bkg_mainbodyFP.png) repeat-y center;
	height: 100%;
	margin: 0 auto;
}

#leftDiv {
	width: 222px;
	float: left;
	margin: 0 0 0px;
}

#leftDiv p {
	margin-left: 16px;
}

#ctrDiv {
	float: left;
	width: 534px;
	text-align: center;
	height: 311px;
	background: url(../images/bkg_slideshow.png) no-repeat;
}

#rightDiv {
	width: 222px;
	float: right;
}

#mainContent {
	width: 980px; /* was 870px */
	margin: 4px auto 0 auto;
}

#quikLinks {
	display: block;
	text-align: right;
	margin: 70px 16px 0 0;
	padding: 0;
	height: 70px;
	width: 110px;
	float: right;
}
#quikLinks img {
	border: 0;
}
#leftCol {
	width: 33%;
	float: left;
}

#rightCol {
	width: 65%;
	float: left;
}

#footer {
	text-align: center;
	width: 980px; 
	color: #ece1c2; /* #afc443; */
	font-size: .8em;
	background: url(../fp_images/bkg_footerB.png) top center;
	background-repeat: no-repeat;
}

#ace1table {
	margin: 0 auto;
}
.pullquote {
	float: right;
	width: 250px;
	font: .9em;
	margin: 6px 10px 6px 10px;
 	border: 2px solid Black; /* #10b7bd*/
	padding: 4px;
	text-align: center;
}

.image_box {
	margin: 0 auto;
	text-align: center;
	height: 140px; /* 285px */
}

/* Roger's magic phpbox code */

/* start of php section items */

.blogBox,
.blogBox2 {
	background: #cbbb8e url(../fp_images/bkg_light_Tan.png);
	float: left;
	width: 196px;
	border: none;
	color: #000000;
	padding: 30px 0 10px 0;
	margin: -30px auto 0;
	text-align: center; 
}

.blogBox2 {
	background: url(../fp_images/this_week_box.png) no-repeat top center;
	width: 280px;
	height: 130px;
	margin: 0 0 0 30px;
	padding: 30px 0 0;
	text-align: left;
}

.blogBox p,
.blogBox2 p {
	margin: 0 7px;
	padding: 4px;
	color: #000000;
	font-size: 10pt;
}

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

.blogBox li,
.blogBox2  li {
	/*display: inline;*/ /* if regular box is desired, then comment out */
	padding:1px 5px 0px 0px;
	margin:0px;
	font-family: Cambria, Georgia, "Times New Roman", serif;
/*	font-size: 9pt;*/
}

.blogBox a:link,
.blogBox a:visited,
.blogBox2 a:link,
.blogBox2 a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 9pt;
	}

.blogBox a:hover,
.blogBox2 a:hover {
	color:#b90000;
	text-decoration: none;
}

.blogBox a:focus,
.blogBox a:active,
.blogBox2 a:focus,
.blogBox2 a:active {
	color: #000000;
	text-decoration: none;
}

p.lefttext {
	text-align: right;
	margin-right: 30px;
	margin: 0 7px 2px 7px;
	padding: 0;
	font-weight: bold;
}

/* end of php section items */