@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#336699;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#000000;  /* affects text color  */
/*	background-image:url(picts/Graphics/background_1.png);
	background-repeat:repeat-x;  */
}
.thrColFixHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: White;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000;  */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#CCCCCC;
/*	border: 4px solid #000000;  
	border-top: 10px solid #000000;  WORKS IF NEEDED  */
	border: 1px;
	border-bottom: 0;
	border-style: solid;
	border-color: #996600;

} 
.thrColFixHdr #header { 
	background: #DDDDDD; 
	padding: 10px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color:#CCCCCC;
	height:125px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header .text{
	height:150px;
	width:630px;
/*	padding:20px 20px 0px 20px;  Jan 1  */
	padding:20px 10px 0px 0px;
	float:left;
/*	background-color:#00FF00;  */
	text-align:center;
	display: block;
	background-color:White;
	background-color:#CCCCCC;
}
#header .title1{
	color: #6F7793; font: 24px arial, verdana, sans-serif ; font-weight: bold;
	line-height:28px;
}
#header .title2{
	color: #339900; font: 13px verdana, arial, sans-serif; font-weight: bold;
	line-height: 28px;
}
#header .title3{
	color: #336699; font: 12px arial, verdana, sans-serif ; font-weight: bold;
	line-height:22px;
}
#header .navlinks{
	margin:0 0 .1em 0;
	vertical-align:middle;
}
#header .navlinks li{
	display:inline;
	margin-right: 0.5em;
	padding-right: 0.75em;
	border-right: 1px solid #99C;
	font-weight:normal;
	font-size:12px;
	color:#996600;
}
#header .navlinks li.last{
	border-right:0px;
}
#header .navlinks a{
	color:#D4EC84;
	color:#996600;
}
#header .page-splits{
	border-top: #C0C0C0 1px solid; background-color: #996600; color: #996600; height: 3px; 
	width: 100%; 
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 181px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 5px; /* padding keeps the content of the div away from the edges */
	background-color: #CCCCCC; 
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 192px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 5px; /* padding keeps the content of the div away from the edges */
	background-color: #CCCCCC;
}
.thrColFixHdr #mainContent { 
/*	margin: -21px 215px 0 205px;*/ /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	margin: 0 64px 0 195px;  /* right originally 208  */
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:White;
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-color:#000000;
	clear:both;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}
#footer .navlinks{
	padding:.5em 0 .5em 0;
	vertical-align:middle;
}
#footer .navlinks li{
	display:inline;
	margin-right: 0.5em;
	padding-right: 0.75em;
	border-right: 1px solid #99C;
	font-weight:normal;
	font-size:12px;
	color:#996600;
}
#footer .navlinks li.last{
	border-right:0px;
}
#footer .navlinks a{
	color:#D4EC84;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#ministry .minTitle{
	color: #339900; font: 13px verdana, arial, sans-serif; font-weight: bold;
}
#ministry .minDescription{
	font: 10px verdana, arial, sans-serif; font-weight: bold;
}
#ministry .minContact{
	color: #339900; font: 10px verdana, arial, sans-serif; font-weight: bold;
}
#ministry .picLeftMin{
	border:2px;
	border-color:#000000;
	background-color:#996600;
	width: 146px;
	height:146;
}
#ministry .picRightMin{
	border:2px;
	border-color:#000000;
	background-color:#996600;
	width: 146px;
	height:146;
}
#ministry .navlinks{
	padding:.2em 0 .2em 0;
	vertical-align:middle;
}
#ministry .navlinks li{
	display:inline;
	margin-right: 0.5em;
	padding-right: 0.75em;
	border-right: 1px solid #99C;
	font-weight:normal;
	font-size:12px;
	color:#996600;
}
#ministry .navlinks li.last{
	border-right:0px;
}

#ministry .navlinks a{
	color:#336699;
}
.picWorshipRight {
	float:right;
	width:160px;
	height:120px;
	border:2;
	border-color:#000000;
	background-color:#996600;
	margin: 0 0 0 .25em;
	padding: 4px;
	
}
.picWorshipRight2 {
	float:right;
	width:90px;
	height:150px;
	border:2;
	border-color:#000000;
	background-color:#996600;
	margin: 0 0 0 .5em;
	padding: 4px;	
}
.alignJ p{
	text-align:justify;
}

.smallText {
font-size:11px;
}

/****************************************************************/
/* QAS V5 LESS HEADER, BODY, SIDEBAR  */
/* PAGE LINK CODE */

a:link		{ color: #003399; text-decoration: none; }

a:visited	{ color: #003399; text-decoration: none; }

a:active	{ color: #003399; text-decoration: none; }

a:hover		{ color: #6699FF; text-decoration: none; }

.biglink 	{ FONT: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; TEXT-DECORATION: none; }

.biglink:hover 	{ FONT: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; TEXT-DECORATION: underline; }





/* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #666666; FONT: 11px verdana, arial, sans-serif;
	margin-bottom: 0px;
}

.title		{ COLOR: #6F7793; FONT: 21px arial, verdana, sans-serif ; font-weight: normal; }

.subtitle	{ COLOR: #339900; FONT: 13px verdana, arial, sans-serif; font-weight: bold; }

.phonetitle	{ COLOR: #336699; FONT: 12px arial, verdana, sans-serif ; font-weight: bold; }

.testimonial	{COLOR: #339900; font-weight: bold; font-style: italic; }

.copytext	{ COLOR: #999999; FONT: 10px verdana, arial, sans-serif; }

.date-font	{ COLOR: #006699; FONT: 10px arial, verdana, sans-serif; font-weight: normal; }

.page-splits	{ border-top: #C0C0C0 1px solid; background-color: #FFFFFF; color: #FFFFFF; height: 5px; /* 66px; */
width: 100%; }

.just 		{ text-align: justify; }

#flash 		{ z-index: 0; }




/* POPUP INTRO MESSAGE TEXT */

.messagetitle	{ COLOR: #6F7793; FONT: 21px arial, verdana, sans-serif ; font-weight: normal; }

.messagetext	{ COLOR: #666666; FONT: 10px verdana, arial, sans-serif; font-weight: normal; }





/* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}






/* IMAGE BORDERS */

.borders		{ border: #000000 1px solid; }

.imagerightborder	{ border-right: #9DA5C1 1px solid; }



/* GALLERY BORDERS AND CODE */

.image-border		{ border: #000000 0px solid; margin-bottom: 4px; }

.image-borderon		{ LEFT: 3px; position: relative; top: 3px; border: #000000 0px solid; margin-bottom: 4px; z-index: 0; }



.viewer-border		{ border: #000000 0px solid; }

.smalltitle 		{ COLOR: #000000; FONT: 11px verdana, arial, sans-serif; font-weight: bold; }

.picturecomments	{ COLOR: #666666; FONT: 10px verdana, arial, sans-serif; }

.picturetitle 		{ COLOR: #000000; FONT: 10px verdana, arial, sans-serif; font-weight: bold; }

.price	 		{ COLOR: #CC6600; FONT: 12px verdana, arial, sans-serif; font-weight: bold; }

.formmargin		{ margin: 0px; }


/* GALLERY MENU CODE */

.button-gallery 	{
			color: #666699;
	       		font: bold 11px arial, serif;
			text-align: center;
			background-color: #FFFFFF;
	        	background-image: url(picts/button-gallery.gif);
        		padding: 1px 5px 1px 5px;
			margin: 0px 2px 0px 1px;
        		display: block;
			cursor:pointer;
        		border: #666699 1px solid;
			}


.buttonon-gallery	{
			color: #FF6600;
	       		font: bold 11px arial, serif;
			text-align: center;
			background-color: #FFFFFF;
	        	background-image: url(picts/buttonon-gallery.gif);
        		padding: 1px 5px 1px 5px;
			margin: 0px 2px 0px 1px;
        		display: block;
			cursor:pointer;
        		border: #FF6600 1px solid;
			}






/* VIDEO MESSAGE CODE */


.button-popups 		{
			color: #666699;
	       		font: bold 11px arial, serif;
			text-align: center;
			background-color: #FFFFFF;
	        	background-image: url(picts/button-popup.gif);
        		padding: 1px 5px 1px 5px;
			margin: 0px 2px 0px 1px;
        		display: block;
			cursor:pointer;
        		border: #666699 1px solid;
			}

.buttonon-popups 	{
			color: #FF6600;
	       		font: bold 11px arial, serif;
			text-align: center;
			background-color: #FFFFFF;
	        	background-image: url(picts/buttonon-popup.gif);
        		padding: 1px 5px 1px 5px;
			margin: 0px 2px 0px 1px;
        		display: block;
			cursor:pointer;
        		border: #FF6600 1px solid;
			}






/* CONTACT PAGE CODE */

.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url(picts/shadeform.gif);
		text-align: left;
		WIDTH: 210PX;
		BORDER: #000000 1px solid}

.dropdown {	COLOR: #333333;
		WIDTH: 285PX;					/* ORIGINAL SIZE  210PX;  */
		FONT: 11px arial, verdana, sans-serif; }

.textarea	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url(picts/shadeform.gif);
		text-align: left;
		WIDTH: 250PX;
		HEIGHT: 150PX;
		BORDER: #000000 1px solid; }

.submitbutton 	{ FONT: 13px arial, verdana, sans-serif; }






/* LINKS PAGE CODE */

.searchform { 	WIDTH: 110PX;
		HEIGHT: 20PX;
		FONT: 11px arial, verdana, helvetica, sans-serif;
		background-image: url(picts/shadeform.gif);
		BORDER: #000000 1px solid; }

.searchdrop { WIDTH: 60PX; HEIGHT: 20PX; FONT: 11px arial, georgia, "Times New Roman", sans-serif; }

.searchbutton { FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		font-size: 9pt;
		width: 36px; }
		
/* KS DEFINITIONS */
/* KS: DEFINITION LIST FONT COLOR */
dt {color: #336699; FONT: 12px arial, verdana, sans-serif ; font-weight: bold;}

/*KS: LIST ITEM CENTERED */
ul.center {text-align:center; list-style-type:none }
ul.none {list-style-type:none }

/*INDEX PAGE TEXT CENTERING*/
.textBoxCenter{
margin:  40px 40px 40px 40px; 
border-color:#666666;
border-style:solid;
border-width:2px;
text-align:center;
background-image:url(picts/FieldOfDreams/watermark_450_503.jpg); 
}

/*KS TEXT BOX MUSIC PAGE */
.textBoxMusic{
text-align:center;
font-style: italic;
margin-left: 10px;
}
 
 


/*FIELD OF DREAMS*/

.fieldScriptTitle { COLOR: #6F7793; FONT: xx-large "Edwardian Script ITC", arial, verdana, sans-serif ; font-weight: bold; }
<!--[if IE6] .fieldScriptTitle { COLOR: #6F7793; FONT:21px arial, verdana, sans-serif ; font-weight: bold; }>

.fieldTitle { COLOR: #6F7793; FONT: 28px arial, verdana, sans-serif ; font-weight: normal; }
.fieldSubtitle { COLOR: #6F7793; FONT: 21px arial, verdana, sans-serif ; font-weight: normal; }
.fieldInnertext { COLOR: #6F7793; FONT: 14px arial, verdana, sans-serif ; font-weight: normal; }

.fieldScriptTitleHome { COLOR: #6F7793; FONT: xx-large "Edwardian Script ITC", arial, verdana, sans-serif ; font-weight: bold; }
.fieldTitleHome { COLOR: #6F7793; FONT: 21px arial, verdana, sans-serif ; font-weight: normal; }
.fieldSubtitleHome { COLOR: #6F7793; FONT: 12px arial, verdana, sans-serif ; font-weight: normal; }
.fieldInnertextHome { COLOR: #6F7793; FONT: 11px arial, verdana, sans-serif ; font-weight: normal; }

/*  Children's Art Work */

.CHHobosubtitle 	{ COLOR: #339999; FONT: 13px hobo, verdana, arial, sans-serif; font-weight: bold }
.CHHobogallery 	{ COLOR: #339999; FONT: 10px hobo, verdana, arial, sans-serif; font-weight: bold }
.CHprice2	 	{ COLOR: #FF6600; FONT: 12px comic sans ms, verdana, arial, sans-serif; font-weight: bold }
.CHBody2		{ COLOR: #666666; FONT: 11px comic sans ms, geneva, verdana, arial, sans-serif; font-weight: normal }

/*  Live Auction */

.LIVEtitle 		{ COLOR: #367BA7; FONT: 24px verdana, arial, sans-serif; font-weight: bold }
.subtitle 	{ COLOR: #339999; FONT: 13px verdana, arial, sans-serif; font-weight: bold }
.LIVEsubtitle 	{ COLOR: #339999; FONT: 18px verdana, arial, sans-serif; font-weight: bold }
.LIVEprice2	 	{ COLOR: #FF6600; FONT: 14px verdana, arial, sans-serif; font-weight: bold }
.LIVEBody2		{ COLOR: #666666; FONT: 14px comic sans ms, geneva, verdana, arial, sans-serif; font-weight: normal }

/* Field of Dreams 2009 */
.open {background: #000000; text-shadow:#FFFFFF; }
.wrapper {margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0;
			background:#000000;
			position:relative; top: 0; right: 0; bottom: 0; left: 0;}
.contentLeft{margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0;
				border-width: 5px; border-color:#FFFFFF; border-style:outset;
				position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; width: 350px}
.contentRight{margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0;
				border-width: 5px; border-color:#FFFFFF; border-style:outset;
				position: absolute; top: 0px; right: 0px; bottom: 0px; left: 370px; width: 300px}
.openTextRight{color: #FFFFFF; font: "Times New Roman", Times, serif; font-size: 11px;  }


/*ks addition*/
.subtitle11	{ COLOR: #339999; FONT: 11px verdana, arial, sans-serif; font-weight: bold; }
/* end ks addition */
.field_a		{ color: #FF0000; text-decoration: none; }

/*******************************************************/
.textBasic{ color: Black; font-family: 11px verdana, arial, sans-serif; }

.style2 {
	font-size: 12px;
	color: #CC0099;
	font-family: arial, verdana, helvetica, sans-serif;
}
.style3
        {
            width: 190px;
        }
.style4
        {
            width: 173px;
        }
#dboUpdate{
    margin:200px;
    }