@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,
/*b, u, i, center,img,*/  /*sylvia did this*/
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table, caption, tbody, tfoot, thead, tr, th, td*/  /* sylvia did this */ {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

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;
}

/********** 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;
}
/* *********for image alignment************* */
.imgLeft {
	float: left;
	margin-right: 10px;
}
.imgLeftB {
	float: left;
	margin-right: 10px;
	border: 2px solid Black;
}
.imgLeftSm {
	float:left;
	margin-right:2px;
}

.imgRight  {
	float: right;
	margin-left: 10px;
}
.imgRightB {
	float: right;
	margin-left: 10px;
	border: 2px solid Black;
}
.box {
	border: 1px solid Black;
	padding: 4pt;
}
.squares {
	border: 2px solid Black;
}
.seeThru {
/*width:150px; height: 150px;*/
background-color: #f5deb3; /*#10b7bd;*/
filter: alpha(opacity=20);
-moz-opacity:.20;
opacity:.20;
}
/* ------------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 980px
/* ------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 */

#outerWrapper {
	margin: 3px auto 0 auto;
	width: 980px;
	background: url(../images/bkg_mainbodyFP.png) repeat-y center;
	/* height: 100%; */
}

#headban {
	width: 980px;
	background: url(../images/banner_10_top.png) no-repeat top center;
	height: 206px;
	border-bottom: 0px solid #156d54;
	padding: 12px 0 0 0;
}

/* #headban img {
	margin: 30px 0 0 11px;
}*/

#mainMenu {
	width: 980px;
	height: 30px;
	border-bottom: 3px solid #156d54;
}

#quikLinks {
	margin: 0 0 0 16px;
	padding: 3px 0 0 0;
	height: 24px;
	width: 600px;
}
#quikLinks img {
	border: 0;
}

#mainContent {
	width: 910px;
	margin: 4px auto 0 auto;
	padding: 0 20px;
}

#leftCol {
	width: 35%;
	float: left;
	margin: 0 auto;
	text-align: center;
}

#rightCol {
	width: 63%;
	float: left;
	padding-left: 4px;
}

#bottomBar {
	background: url(../images/bkg-bottomG960.png) no-repeat;
	height: 15px;
	/*clear: both;*/
	margin: 0;
	padding: 0;
}

#imageBlock {
	width: 550px;
	margin: 0 auto;
}

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

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

#footLeft {
	width: 49%;
	float: left;
	text-align: right;
	padding-top: 5px;
}

#footLeft img {
	border: none;
}

#footRight {
	width: 49%;
	float: right;
	text-align: left;
}

#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;
}

#iconBar {
	 text-align: center;
	 margin: 20px auto 0;
	 height: 160px;
}

#iconBar img {
	margin: 3px 3px;
	border: none;
}
