@charset "utf-8";
body {
	margin : 10px;
	font: 90% Verdana, Helvetica, Arial;
	padding: 0px;
	background:#FFFFFF;
	color:#000000;
	background-image: url(images/BackgroundTabs.jpg);
}

.twoColFixLt #container {
	width: 800px;
	margin: 0px;
	padding-top:1px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/images/TitleTabs.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}

#sidebar1 {
	margin : 0;
	padding-bottom : 0px;
	padding-left : 10px;
	margin-top: 30px;
}

/* reset for non IE browsers */
html>body #sidebar1 {
	margin-top: 50px;
}

#sidebar1 ul, #sidebar1 li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
	margin-top: -35px;
}

html>body #sidebar1 ul, #sidebar1 li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
	margin-top: -35px;
}

	
#sidebar1 a:link, #sidebar1 a:visited	{
	background:#FFFF99;
	border : 1px solid #CCC;
	color : #222;
	float : left;
	font-size : small;
	font-weight : normal;
	line-height : 14px;
	margin-right : 8px;
	margin-top: 15px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}

#sidebar1 a:link.active, #sidebar1 a:visited.active	{
	background : #fff;
	border-bottom : 1px solid #fff;
	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 : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
	margin-top: 15px;
	font-weight:bold;
}

#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 {
	display : inline;
	left : 10px;
	position : absolute;
	top : 140px;
}

html>body.home #sidebar1 ul#subnav-1, 
html>body.sermons #sidebar1 ul#subnav-2,
html>body.church #sidebar1 ul#subnav-3,
html>body.community #sidebar1 ul#subnav-4 {
	display : inline;
	left : 10px;
	position : absolute;
	top : 120px;
}

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 : #fff;
	border : none;
	border-left : 1px solid #0cc;
	color : #999;
	font-size : smaller;
	font-weight : bold;
	line-height : 10px;
	margin-right : 4px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}

 #sidebar1 ul a:hover {
	color : #f00 !important;
}

#mainContent {
	background : #fff;
	border : 1px solid #cc0;
	border-top : none;
	border-right:#996600 2px solid;
	border-bottom:#996600 2px solid;
	clear : both;
	margin : 0px;
	margin-top: 15px;
	padding : 15px;
	padding-top: 15px;
}


#credits {
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	text-align:right;
	margin-bottom:-13px;
	padding-bottom:0px;
}
a {text-decoration:none;}
a:hover {text-decoration:underline; color:#66FF00;}
ul {list-style-image:url(images/bulletgreen.gif); list-style-position:outside;}
h1, h2, h3 {
	color:#81653F;
}

body.home #mainContent {
background-image: url(/images/TabsChurchAccent.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
}

body.church #mainContent {
background-image: url(/images/TabsChurchAccent.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
}

body.sermon #mainContent {
background-image: url(/images/TabsSermonAccent.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
}

