@charset "utf-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
	background-image: url(/images/BackgroundSidebar.jpg);
	background-repeat: repeat-y;
}
.twoColFixLt #container {
	width: 900px;
	margin: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/images/TitleSidebar.jpg);
	background-repeat: no-repeat;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* 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: #DDCCCC; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 0px;
	margin-top: 120px;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #ffffff;
	border-bottom: solid purple 2px;
	border-right: solid purple 2px;
} 
.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;
}



#sidebar1 ul {
background-color: #DDCCCC;
}

#sidebar1 ul, #sidebar1 li	{
	list-style-type : none;
	margin : 0;
	padding : 0;
font-family: Papyrus, Arial, San-Serif;
}

	
#sidebar1 a:link, #sidebar1 a:visited	{
	background:#DDCCCC;
	color : #666;
	font-size : small;
	font-weight : bold;
	margin-right : 8px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
	display:block;
}

#sidebar1 a:link.active, #sidebar1 a:visited.active	{
	background : #FF9;
	color : #000;
}

#sidebar1 a:hover	{
	color : #f00;
}

	
body.home #sidebar1 li#nav-1 a, 
body.sermons #sidebar1 li#nav-2 a,
body.church #sidebar1 li#nav-3 a,
body.community #sidebar1 li#nav-4 a {
	background : #BF9ba3;
	color : #000;
	font-weight : bold;
	display:block;
	width: 90%;
}

#sidebar1 #subnav-1,
#sidebar1 #subnav-2,
#sidebar1 #subnav-3,
#sidebar1 #subnav-4 {
	display : none;
	width: 90%;
}

body.home #sidebar1 ul#subnav-1, 
body.sermons #sidebar1 ul#subnav-2,
body.church #sidebar1 ul#subnav-3,
body.community #sidebar1 ul#subnav-4 {
	padding-left : 10px;
display:block;
}

body.home #sidebar1 ul#subnav-1 a, 
body.sermons #sidebar1 ul#subnav-2 a,
body.church #sidebar1 ul#subnav-3 a,
body.community #sidebar1 ul#subnav-4 a {
	background : #DDCCCC;
	border : none;
	color : #333;
	font-size : smaller;
	line-height : 10px;
	margin-right : 4px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
font-weight:normal;
white-space:nowrap;
font-family: Arial, San-Serif;
}

 #sidebar1 ul a:hover {
	color : #f00 !important;
}

h1, h2, h3 {
font-family: Candara, Arial, San-Serif;
}

#mainContent table {font-size:80%;}

#mainContent table th {
text-align:left;
background-color:#ffddff;
}


.stripes th {background-color:#FF33FF;}
.alternate {background-color:#FFeeFF}


