body
{
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	background-color: #F7F4EE;
    background-image: url(/images/background.jpg);
    background-repeat: repeat-y;
    background-position: center;
}

div#header {
    clear:both;
	text-align: left;
	width: 725px;
	margin: 0 auto 0 auto;
}

div#frame {
	text-align: left;
	width: 725px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

div#navigation {
	width: 128px;
	text-align: right;
	font-variant: small-caps;
	font-size: 0.9em;
	margin: 0;
}

div#content {
	width: 575px;
	margin: 0;
	padding: 0;
}

div#sitemap {
	text-align: left;
	font-size:1em;
	margin:0 20px 0 20px;
}

div.two-column {
	font-size: 0.85em;
	height: 100%;
	width: 284px;
	margin: 0;
	padding: 0;
}	

div.three-column {
	font-size: 0.75em;
	height: 100%;
	width: 182px;
	margin: 0;
	padding: 0;
}	

div.events {
	font-size: 0.85em;
	height: 100%;
	width: 373px;
	margin: 0;
	padding: 0;
}	
	
div#footer {
    clear:both;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

a img {
	border: none;
	background-color: #FFFFFF;
}

a:link {
	color: red;
	text-decoration: none
}

a:visited {
	color: red;
	text-decoration: none
}

a:hover {
	color: red;
	text-decoration: none;
	background-color: #CCCCFF;
}

a:active {
	color: red;
	text-decoration: none;
	background-color: #FFCCCC;
}

div#navigation a:link { 
	color: #006600;
	text-decoration: none;
	padding: 0 14px 0 0;
	background-image: url("/images/small_red_button.gif");
	background-position: 100% 65%;
	background-repeat: no-repeat
}

div#navigation a:visited { 
	color: #006600;
	text-decoration: none; 
	padding: 0 14px 0 0;
	background-image: url("/images/small_red_button.gif");
	background-position: 100% 65%;
	background-repeat: no-repeat
}

div#navigation a:hover { 
	color: red;
	text-decoration: none; 
	padding: 0 14px 0 0;
	background-image: url("/images/small_blue_button.gif");
	background-color: #FFFFFF;
	background-position: 100% 65%;
	background-repeat: no-repeat
}

div#navigation a:active { 
	color: red;
	text-decoration: none; 
	padding: 0 14px 0 0;
	background-image: url("/images/small_blue_button.gif");
	background-color: #FFFFFF;
	background-position: 100% 65%;
	background-repeat: no-repeat
}

div#sitemap a:link { 
	color: #006600;
	text-decoration: none;
	padding: 0 0 0 14px;
	background-image: url("/images/small_red_button.gif");
	background-position: 0% 65%;
	background-repeat: no-repeat
}

div#sitemap a:visited { 
	color: #006600;
	text-decoration: none; 
	padding: 0 0 0 14px;
	background-image: url("/images/small_red_button.gif");
	background-position: 00% 65%;
	background-repeat: no-repeat
}

div#sitemap a:hover { 
	color: red;
	text-decoration: none; 
	padding: 0 0 0 14px;
	background-image: url("/images/small_blue_button.gif");
	background-color: #FFFFFF;
	background-position: 0% 65%;
	background-repeat: no-repeat
}

div#sitemap a:active { 
	color: red;
	text-decoration: none; 
	padding: 0 0 0 14px;
	background-image: url("/images/small_blue_button.gif");
	background-color: #FFFFFF;
	background-position: 0% 65%;
	background-repeat: no-repeat
}

h1, h2, h3 {
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
}

h1 {
	font-size: 1.5em;
	text-decoration: underline;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
	text-align: left;
}

h4 {
	font-size: 1em;
	text-align: left;
	margin: 0px;
}

h4+p {
	margin-top:0px;
}

h1+h2 {
	margin-top: 0;
}

h1+h3 {
	margin-top: 0;
}

h2+h3 {
	margin-top: 0;
}

hr+h2 {
	margin-top: 0;
}

h1.subheader {
	font-size: 1.2em;
	margin-top: 0;
}

h2.subheader {
	font-size: 1.1em;
	margin-top: 0;
}

h3.subheader {
	font-size: 0.95em;
	margin-top: 0;
}

div.threecolumn h2 {
	font-size: 1em
}

div#calendar h1 {
	margin-bottom: 10px;
}

div.list h1 {
	font-size: 1.2em;
	text-decoration: underline;
}

p {
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 0;
}

div.events p {
	font-size: 0.95em;
}

div.events p.quote {
	font-size: 0.95em;
	margin: 5px 20px 5px 20px;
}

div.events li {
	font-size: 0.95em;
}

div.events dt, dd {
	font-size: 0.95em;
}

div.events td, th {
	font-size: 0.95em;
}

div#calendar p {
	text-align: left;
	margin: 0;
}

div.list p {
	text-align: left;
	margin: 10px 0 0 0;
	font-weight: bold;
}

div.list td {
	font-size: 0.9em;
	text-align: left;
	margin: 0;
	font-weight: bold;
}

h1+p {
	margin-top: 5px;
}

h2+p {
	margin-top: 3px;
}

h3+p {
	margin-top: 0px;
}

p+h3 {
	margin-top:5px;
}

h1+ol {
	margin-top: 10px;
}

h1+ul {
	margin-top: 10px;
}

h3+ul {
	margin-top: 0px;
}

ul, ol, dl {
	margin-top: 5px;
	margin-bottom: 5px;	
	text-align: left;
}

li {
	margin-top: 0;
	margin-bottom: 0;
}

dd {
	margin-bottom:5px;
}

dt {
	font-weight: bold;
	margin-top: 0px;
}

dd {
	margin-left:10px;
	text-align: justify;
}

ul+p {
	margin-top: 0;
}

ol+p {
	margin-top: 0;
}

hr {
	clear: both;
	background-color: transparent;
	color: transparent;
	height: 1px;
	border: 0px;
	border-top: 1px solid #006600;
}

td {
	vertical-align: top;
}

td.vr {
	background-image: url(/images/vr_green.gif);
	background-repeat: repeat-y;
	background-position: center;
}

blockquote {
	margin: 5px 20px 5px 20px;
	text-align: justify;
}

.qualifier {
	font-size: smaller;
	font-style: italic;
	text-decoration: none;
}

.center {
	text-align: center;
}

.small {
	font-size: smaller;
}

.cursive {
	font-weight:normal;
	font-size:2em;
	font-family: "Brush Script MT", Zapf-Chancery, cursive;
}

.comic {
	font-family: "Comic Sans MS", Arial, sans-serif;
}

.empty {
	background-color: #AAAAAA;
}

.sunday {
	background-color: #DDDDDD;
}

.today {
    background-color: #CCCCFF;
}

p.time {
	color:#333366; 
	font-size:0.9em; 
	font-weight:bold;
	margin: 0;
}

h1+iframe {
	margin: 0;
}

iframe {
	margin: 0;
}

.blue {
	margin:10px; 
	padding:10px; 
	background-color:#EEEEFF; 
	border-style:solid; 
	border-color:#FF0000; 
	border-width: 1px;
}

.garland {
	margin:10px; 
	padding:10px; 
	background-image:url(/images/garland-upper.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#EEEEFF; 
	border-style:solid; 
	border-color:#FF0000; 
	border-width: 1px;
}

.garland h1 {
	margin-top:30px;
	margin-left: 40px;
	margin-right: 40px;
}

.garland h2 {
	margin-left: 40px;
	margin-right: 40px;
}

.garland h3 {
	margin-left: 40px;
	margin-right: 40px;
}

.garland p {
	margin-left: 40px;
	margin-right: 40px;
}

.worship {
	margin: 0 10px 10px 10px;
	padding: 20px;
	background-color:#EEEEFF; 
	background-image: url(/images/tower_medium.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-style:solid; 
	border-color:#FF0000; 
	border-width: 1px;
}

.button {
	color:#006600;
	font-weight:bold;
	border-style:solid;
	border-color:#006600;
	border-width:1px;
	background-color:#CCCCCC
}

#contents dt {
	margin-top:5px;
}

table.grid {
	margin-top: 5px
	margin-right: auto;
	margin-bottom: 5px;
	margin-left; auto;
    border-width: 1px;
    border-color: #006600;
    border-style: solid none none solid;
	font-size:0.8em;
}

.grid th {
    border-width: 1px;
    border-color: #006600;
    border-style: none solid solid none;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #CCCCCC;
}

.grid td {
    border-width: 1px;
    border-color: #006600;
    border-style: none solid solid none;
	text-align: left;
	vertical-align: top;
	background-color: #EEEEEE;
}

.grid th.light {
	background-color: #DDDDDD;
}

div.banner {
	margin: auto;
	text-align: center;
}

div.banner + h1, h2, h3 {
	margin-top: 0;
}

table.list {
	margin: 5px auto 5px auto;
    border-width: 1px;
    border-color: #006600;
    border-style: solid none none solid
}

th.list {
    border-width: 1px;
    border-color: #006600;
    border-style: none solid solid none;
    padding: 5px;
    font-size:0.9em;
    font-weight: bold;
    text-align: center;
    vertical-align: middle
}

td.list {
    border-width: 1px;
    border-color: #006600;
    border-style: none solid solid none;
    padding: 5px;
    font-size:0.9em;
    text-align: left;
    vertical-align: middle;
}

tr.shade {
	background-color: #DFDFFF
}

th.shade {
	background-color: #BBBBFF
}

td.shade {
	background-color: #BBBBFF
}

.alert {
	font-weight: bold;
	color: red;
	text-align: center
}

div.shadow {
    display: block;
    float:left;
    background: url(/images/shadow.png) no-repeat bottom right;
    margin: 18px 0 0 18px;
}

/* The top-right corner of the shadow */
div.shadow:before {
    content:"";
    background: url(/images/shadow.png) no-repeat top right;
    margin: -9px 0 0 0;
    display: block;
    height: 9px;
}

/* The bottom-left corner of the shadow */
div.shadow:after {
    content: "";
    background: url(/images/shadow.png) no-repeat bottom left;
    margin: -30px 0 0 -9px;
    display: block;
    width: 9px;
    height: 30px;
}

/* The item with the shadow */
div.shadow > * {
    margin:0;
    display: block;
    position: relative;
    top: -9px; 
    left: -9px;
}

/* Workaround for a bug in Mozilla 1.7 (1.7.10-1 Debian)
 *
 * For non-floated elements the div.shadow will extend to contain 
 * the whole :before rect, which has negative margins and should
 * be put instead outside it's parent. Putting a border around the 
 * div seems to fix the problem. 
 *
 * Enable the following rule if you want to use non floated content.
 */

div.shadow { border: 0.1px solid transparent; }

.shadow img.framed {
	background: white;
	padding: 4px;
	border: 1px solid #006600; 
}

#twitter_div
{
	font-family: Georgia, serif;
	background-color: #99DDFF;
	margin-top:5px;
	padding: 10px;
	border: 1px #339933 solid;
	color: #003300;
}

ul#twitter_update_list { 
	list-style: none; 
	font-size: 14px;
}

ul#twitter_update_list li
{
	margin: 0 0 10px -40px;
	padding: 5px 0 5px 60px;
	background: url(/images/twitter_bird.png) center left no-repeat #99DDFF;
}
