 /* SophiaChurch.ca css */
 
 body
	{
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	line-height: 20px;
	
	text-align: center; /* centering of container div on the page */
	padding: 0px;
	margin: 0;
	background-color: #FFCC99;
	}
#container {
	width: 760px;
	background-color: #FFFFFF;
	margin: 0 auto;
	border: 1px solid gray;
	text-align: left;
}
#header { 
	width: 760px;
    text-align: center;
	background: #FF9900;
	margin: 0px;
	padding: 0px 0px;  /* 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. */
}
.toptext	{
	background-color:  #FF9900;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff; /*#0066CC;*/
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 2px;
	/*height: 30px;*/
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid gray;
	/*background:url(graphics/back.jpg) ;*/
	}

#topbanner {
	height: 170px;
	width:760px;
	background:url(graphics/topbanner.jpg) no-repeat left;

}
#slogan 
	{
	/*line-height: 26px;
	background-color: #efefef;*/
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-bottom:1px solid gray;
	width:760px;
	padding:0em  0;
	height: 30px;
	}

#leftbox {
	float: center; 
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
	/*width:140px;
	background-color:  #FF9900;*/
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff; /*#0066CC;*/
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 2px;
	/*height: 30px;*/
	padding: 0px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid #efefef;
}


.text1
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-transform: none;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0px;
	color: #000000;
	padding:4px;
	text-align: left;
	float: center;
	margin-top:2px;
	width:150px;
	border: 1px solid gray;
	
	}

.textbox
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-transform: none;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0px;
	color: #000000;
	padding:4px;
	text-align: left;
	float: center;
	margin-top:2px;
	background-color: #FFFF99;
	border: 1px solid gray;
	width:150px;
	}
.textbox2
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-transform: none;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0px;
	color: #000000;
	padding:4px;
	text-align: left;
	float: center;
	margin-bottom:2px;
	background-color: #efefef;
	border: 1px solid gray;
	width:150px;
	}
	.textbox3
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-transform: none;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0px;
	color: #000000;
	padding:4px;
	text-align: left;
	float: center;
	margin-bottom:2px;
	background-color: #ffffff;
	border: 1px solid gray;
	width:150px;
	}
#mainContent { 
	margin-left:0px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding: 10px;
	border-left:1px solid gray;
	border-right:1px solid gray;
	text-align: left;
} 

/* top nav bar*/
ul 	{
	float:left;
	width:100%;
	padding:0px;
	margin:0;
	list-style-type:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	}

li	{
display:inline;
	}

a.top	{
float:left;
/*width:10em;*/
text-decoration:none;
color:white;
background-color: #FF9900/*#83584F#F02930#000099*/;
padding:2px 10px;
border-right:1px solid white;
/*line-height: 30px;*/
letter-spacing: 1px;
	}

a.top:hover {
background-color:#4BE7D6;
color:#000000;
background:url(graphics/back.jpg) ;
	}
	
#navbar
    {
	background-color: #FF9900/*#83584F*/;
	text-align: left;
	width: 760px;
	height: 25px;
	border-bottom:1px solid gray;
	border-top:1px solid gray;
	}
/* top nav bar end*/

h1 
	{
	padding-bottom: 4px;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-transform: uppercase;
	color: #0066CC;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 7px;
	}
	
h2 
	{
	padding-left: 4px;
	background-color: #efefef;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-transform: uppercase;
	color: #000000;
	font-size: 15px;
	/*line-height: 26px;*/
	text-align: left;
	letter-spacing: 2px;
	margin-bottom: 15px;
	/*height: 20px;*/
	border: 1px solid gray;
	text-align: center;
	background:url(graphics/back.jpg) ;
	}	
	

h3
	{
	color: #993300;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	line-height: 15px;
	background-color: #ffffff;
	text-align: left;
	margin: 0;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 15px;
	}
	
#date {
float:right;
/*width:10em;*/
text-decoration:none;
color:white;
background-color: #FF9900/*#83584F#F02930#000099*/;
padding-right:2px;
/*border:1px solid white;*/
color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	line-height:25px;
/*line-height: 30px;*/
letter-spacing: 0px;

	}	




/*
#navbar 
	{
	font-family:Verdana, Geneva, Arial, sans-serif;
	color: #ffffff;
	font-size: 12px;
	line-height: 28px;
	background-color: #0066CC;
	text-align: center;
	margin-bottom: 5px;
	width: 100%;
	word-spacing: 1px;
	font-weight: bold;
	}
*/

#logo 
	{
	margin: 0 10px 10px 0px;
	height: 95px
	}

a 
	{
	color: #ff0000;
	text-decoration: none
	}

	
a:hover 
	{
	color: #0000FF;
	text-decoration: none;
	}


/*
.leftcol 
	{
	text-align: right;
	width: 150px;
	float: left
	}
*/
.menuitem 
	{
	color: #0066CC;
	margin-top: 20px;
	margin-left: 3px;
	padding-left: 6px;
	border-top: 0 none;
	border-right: 4px solid #427586;
	border-left: 4px solid #427586;
	border-bottom: 0 none;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	}

a.menuitem
	{
	color: #0066CC;
	text-decoration: none
	}

a.menuitem:hover
	{
	color: #ff0000;
	text-decoration: underline;
	border-left: 4px solid #ff0000;
	}



/*.content 
	{
	padding-left: 36px;
	padding-right: 15px;
	padding-bottom: 36px;
	float: left;
	}*/
	
.nav1b:hover
{
background-color:#0066CC}


.nav2
{
	text-decoration:none;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.nav2:hover
{
 color:#0066CC;
 text-decoration:underline;
}

.nav2b
{
	text-decoration:none;
	color:#000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	line-height: 24px;	
}

.nav2b:hover
{
 text-decoration:underline;
} 
	

.testimonials
	{
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	padding-left: 0px;
	padding-top: 5px;
	width: 150px;
	text-align: left;
	float: left;
	margin-top:1px;

	background-color: #FFFF99;
	}

#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* sitemap container*/
#sitemap {
	margin:0;
	padding: 0px;
	width: 760px;
	float:left;
	border-top:1px solid gray;
	border-bottom:1px solid gray;
	
	/*background:#cccccc;*/
	
}
#maplist {
	margin:0;
	padding:0;
	/*list-style-type:none;*/
}
#sitemapul {
	float: left;
	width: 200px;
	padding-left:25px;
	padding-bottom:15px;
	padding-top:15px;
	/*background:#000000;*/
} 
#sitemapitems {

	padding-bottom:10px;
	padding-top:10px;
	width: 760px;
	float:left;
	text-align: center;
	}
/*nav links map bottom*/
.map {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
   	line-height: 16px;
}
.map:hover {
	text-decoration:underline;
	background-color:#ffffff;
}

#copy 
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #FF9900;/*#0066CC;*/
	text-align: center;
	/*width: 760px;*/
	letter-spacing: 2px;
	/*height: 20px;*/
	clear: left;
	}

a.bottom
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: white;
	font-size: 9px;
	line-height: 16px;
	text-decoration: none;
	}

a.bottom:hover
	{
	color: #ff0000;
	text-decoration: underline;
	}



/*------------------------- borders------------------------- */
	

.bt{
border-top: 1px; 
border-top-color: #0066CC; 
border-top-style: solid; 

}	
	
.bb4 {
padding-bottom: 4px;
	}	

.bor1 {
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
}
.box_r {
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	float:right;
	padding: 4px;
	margin: 4px;
	width: 150px;
	font-size: 12px;
	line-height: 20px;
	background-color:#efefef;
	
}
