/* CSS Document
   C3 - Crowley Computer Consulting
   created for Grace Covenant Epioscopal Church
*/ 
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	color: #FFFFFF;
	
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #003366;
}

#wrapper1 {
	color: #003366;
	margin: 0px auto;
	width: 800px;

	background-color: #003366;
	background-image: url(../StdImages/Background.jpg);
	background-repeat: repeat-y;
}

a:link {color: #00FFFF; }
a:visited {color: #CC0000}
p  {color: #FFFFFF }
h5 {color: #CCCCCC }
td {color: #FFFFFF}
/* NNYLN links, leave for possible use 
a:link img {border: medium; color: #006633}
a:vlink img {border: medium; color: #993333}

h1 {color:#006633; padding-top: 1em; padding-bottom: .25em}
h2 {color:#006633; border-bottom: 1px solid; padding-top: 1em; padding-bottom: .25em }
h3 {color:#006633; border-bottom: 1px solid; padding-top: .5em; padding-bottom:  .25em }
*/


/* Header image map */
#imap1 {
	display:block; 
	width:800px; 
	height:126px; 
	background:url(../StdImages/Header.jpg); 
	position:relative; 
	margin:0px auto 0px auto;
}


/* NNYLN links, leave for possible use 
#imap2
{display:block; width:780px; height:289px; background:url(../StdImages/Header2.jpg); position:relative; margin:0px auto 0px auto;}

/* Top small buttons 
a#home {display:block; width:23px; height:31px; padding-top:0px; overflow:hidden; position:absolute; left:437px; top:11px; background:transparent}
a#sitemap {display:block; width:23px; height:31px; padding-top:0px; overflow:hidden; position:absolute; left:468px; top:11px; background:transparent}
a#contactus {display:block; width:23px; height:31px; padding-top:0px; overflow:hidden; position:absolute; left:499px; top:11px; background:transparent}

a#home:hover {border: 3px groove #FFFFFF;}
a#sitemap:hover {border: 3px groove #FFFFFF;}
a#contactus:hover {border: 3px groove #FFFFFF;}
*/

#footer1 {
	display: block;
	width:800px;
	height: 40px;
	background:url(../StdImages/Footer.jpg);
	position: static;
	margin:0px auto ;
	background-repeat: no-repeat; 
}

#footer2 {
	display:block;
	width:800px;
	/* height:35px;
	background:url(../StdImages/Bottom2Frame.jpg);
	position:relative;
	margin:0px auto ;
	background-repeat: no-repeat; */ 
}


#sitesearch {
	position: static ;
	top: 45px;
	left: 536px;
	height: 40px;
	width: 210px;
	margin: 0px;
}

/* NNYLN links, leave for possible use 
form { 
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
}

form fieldset {
  border-color: #000;
  border-width: 1px;
  border-style: none;
  padding: 0px;       
  margin: 0;
  width: 210px;
  max-width: 210px;
}

form label { 
	display: none; 
	float: none; 
	padding: 0; 
	margin: 0 px 0 0; 
	text-align: left; 
}
*/
