/*
@import url("devel.css");
* {
	border: 1px black dashed;
}
*/

/* layout */

/*
html, body {
	width: 100%;
	height: 100%;
}
*/

#banner {
	clear: both;
}

#sitemap {
	float: left;
	clear: left;
  width: 150px;
	margin: 2px;
	bottom: 0px;
}

#stories {
	float: right;
	clear: right;
	width: 150px;
	margin: 2px;
}

#sermons {
	float: right;
	clear: right;
	width: 150px;
	margin: 2px;
}

#reflections {
	float: right;
	clear: right;
	width: 150px;
	margin: 2px;
	bottom: 0px;
}

#focus {
	margin: 2px 155px 2px 155px;
}

/* default styles */

html, body {
	background: white;
	color: black;
	font-family: arial;
	font-size: 10pt;
	vertical-align: top;
}

a:link, a:visited {
	font-weight: bold; 
	text-decoration: none; 
	color: black;
}

a:hover, a:active {
	font-weight: bold; 
	text-decoration: underline; 
	color: black;
}

a#blue {
    font-weight: bold; 
	text-decoration: underline; 
	color: blue;

}

table { text-align: left; }
th, td { vertical-align: top;}
th { font-weight: bold; white-space: nowrap;}

/*
table[sexi-type="dl"] { border-collapse: collapse; }
table[sexi-type="dl"] caption { text-align: center; font-weight: bolder; }
table[sexi-type="dl"] th { text-align: left; vertical-align: top; padding: 0.5em 1em; white-space: nowrap;}
table[sexi-type="dl"] td { text-align: left; vertical-align: top; padding: 0.5em 1em; }
*/

/* styles for the banner */
#banner {
	padding: 0px;
	background: black;
	color: white;
	text-align: left;
	width: 100%;
}

#banner table, #banner tr {
	border: 0px none tan;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#banner td {
	padding: 0px;
	margin: 0px;
	text-align: right;
	vertical-align: bottom;
}

#banner th {
	padding: 0px;
	margin: 0px;
	width: 10em;
	text-align: right;
	vertical-align: center;
}

#banner h1 {
	color: tan;
	font-family: arial;
	font-size: 18pt;
	padding: 3px;
	margin: 0px;
}

#banner h2 {
	background: black url(images/banner.jpg) no-repeat scroll center left;
	height: 150px;
	color: white;
	font-family: sans-serif;
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
}

/* styles for sitemap */
#sitemap {
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

#sitemap > label {
	display: block;
	margin: 0px;
	padding: 0.1em 0.5em 0.1em 0.5em;
	background: tan;
	color: white;
	font-weight: bold;
}
	
#sitemap > ul[sexi-type=navlist] {
	margin: 0px;
	padding: 0.1em 0.5em 0.1em 0.5em;
	background: tan url(images/explore_bg.gif) repeat;
}
	
#sitemap ul {
	text-align: left;
	list-style: none outside;
	margin-left: 0em;
	padding-left: 0em;
}

#sitemap ul[sexi-tree-depth="0"] {
	border-bottom: 2px solid black;
}

#sitemap ul[sexi-tree-depth="1"] {
	border-bottom: 1px dashed black;
}

#sitemap ul[sexi-tree-depth="0"] > li > a {
	color: tan;
	font-weight: bold;
	text-align: left;
}

#sitemap ul[sexi-tree-depth="1"] > li > a {
	color: black;
	font-weight: normal;
	text-align: left;
}

#sitemap li {
	text-align: left;
	font-size: 8pt;
	font-family: arial;
}

#sitemap a:link, #sitemap a:visited {
	text-decoration: none;
}

#sitemap a:hover, #sitemap a:active {
	text-decoration: underline;
}

/* styles for the focus */
#focus {
	vertical-align: top;
  padding: 0 1em;
}
	
#focus > label {
	display: block;
	margin: 0px;
	padding: 0.1em 0.5em 0.1em 0.5em;
	background: rgb(18,121,157);
	color: white;
	font-weight: bold;
  text-align: center;
}

#focus h1 {
	font-size: large;
	text-decoration: underline;
	text-align: center;
}

#focus h2 {
	font-size: large;
	text-align: left;
}

/* stories */
#stories > label {
	display: block;
	margin: 0px;
	padding: 0.1em 0.5em 0.1em 0.5em;
	background: #669933;
	color: white;
	font-weight: bold;
}


#stories > ul {
    margin: 0px;
	padding: 0.1em 0.5em 1.1em 0.5em;
    background: none;}

#stories ul {
	text-align: left;
	list-style: none outside;
	margin-left: 0em;
	padding-left: 0em;
}


#stories li {
	text-align: left;
	font-size: 8pt;
	font-family: arial;
}

#stories a {
	color: #669933;
	font-weight: bold;
	text-align: left;
}

#stories a:link, #sitemap a:visited {
	text-decoration: none;
}

#stories a:hover, #sitemap a:active {
	text-decoration: underline;
}

/* sermons */
#sermons > label {
	display: block;
	margin: 0px;
	padding: 0.1em 0.5em 0.1em 0.5em;
	background: #aa3333;
	color: white;
	font-weight: bold;
}

#sermons > ul {
	margin: 0px;
	padding: 0.1em 0.5em 1.1em 0.5em;
	background: tan url(images/explore_bg.gif) repeat;
}

#sermons ul {
	text-align: left;
	list-style: none outside;
	margin-left: 0em;
	padding-left: 0em;
}


#sermons li {
	text-align: left;
	font-size: 8pt;
	font-family: arial;
}

#sermons a {
	color: #aa3333;
	font-weight: bold;
	text-align: left;
}

#sermons a:link, #sitemap a:visited {
	text-decoration: none;
}

#sermons a:hover, #sitemap a:active {
	text-decoration: underline;
}



/* reflections */
#reflections > label {
	display: block;
	margin: 0px;
	padding: 0.1em 0.5em 0.1em 0.5em;
	background: #990099;
	color: white;
	font-weight: bold;
}

#reflections > ul {
	margin: 0px;
	padding: 0.1em 0.5em 1.1em 0.5em;
	background: tan url(images/explore_bg.gif) repeat;
}

#reflections ul {
	text-align: left;
	list-style: none outside;
	margin-left: 0em;
	padding-left: 0em;
}


#reflections li {
	text-align: left;
	font-size: 8pt;
	font-family: arial;
}

#reflections a {
	color: #990099;
	font-weight: bold;
	text-align: left;
}

#reflections a:link, #sitemap a:visited {
	text-decoration: none;
}

#reflections a:hover, #sitemap a:active {
	text-decoration: underline;
}



