/* CSS Document */
/* Rules below influence the height and width of page, as well
as background color and general font styles */

* { margin: 0; border: 0; padding: 0; vertical-align: top;}


/* Rule below may need to be hacked so that IE/Mac does not read it */
    html, body {
    height: 100%;
    }


img {display: block; padding: 0; border: 0;}

body {
background-color: #F0D3AC;
font-family: Garamond, Antiqua, serif;
/*font-size: 85%;*/
color: #663300;
/*background-image: url(images/background.gif);*/
background-repeat: repeat-y;
background-position: center;
}

td {
background-color: #FBF5D6;
}

#wrapper {
    margin: 0 auto;
    text-align: left;
    width: 850px;
    height: 100%;
	vertical-align: top;
	clear: both;
}


#background {
width: 850px;
	margin: 0 auto;
	padding: 0;
	border: 0;
height: 100%;
}


/* Styles for top of page */

#header {
border-bottom: 0;
border-left: 1px solid #990000;
border-right: 1px solid #990000;
padding: 0px;
height: 120px;
width: 848px;
clear: all;
vertical-align: top;
background-color: #FBF5D6;
/*background-image: url(images/flowerbkgrd.jpg);*/
background-repeat: no-repeat;
background-position: 0 0;
}

#header img {
display: inline;
padding-left: 3px;
}

/* Styles for main navigation */

#navigation {
border-left: 1px solid #990000;
border-right: 1px dotted #990000;
border-top: 1px solid #990000;
text-align: right;
padding-top: 8px;
}

#navigation ul {
list-style: none;
}

#navigation a:link {
display: block;
width: 170px;
padding: 12px 20px 4px 20px;
text-decoration: none;
color: #000066;
}

#navigation a:visited {
display: block;
width: 170px;
padding: 12px 20px 4px 20px;
text-decoration: none;
color: #000066;
text-decoration: none;
}

#navigation a:hover {
display: block;
width: 170px;
padding: 12px 20px 4px 20px;
text-decoration: none;
text-decoration: none;
color: #990000;
background: url(images/dottedline.gif) no-repeat left bottom;
}

/* Important! These are the styles that mark your current page in your navigation.
You must add a class="current" to the link of the current page in the navigation for this to work. */

td#navigation a:link.current {
background: url(images/dottedline_current.jpg) no-repeat left bottom;
display: block;
width: 170px;
padding: 12px 20px 4px 20px;
text-decoration: none;
color: #990000;
}

td#navigation a:visited.current {
background: url(images/dottedline_current.jpg) no-repeat left bottom;
display: block;
width: 170px;
padding: 12px 20px 4px 20px;
text-decoration: none;
color: #990000;
}

td#navigation a:hover.current {
background: url(images/dottedline_current.jpg) no-repeat left bottom;
display: block;
width: 170px;
padding: 12px 20px 4px 20px;
text-decoration: none;
color: #990000;
}



/* Styles for content area of your page */

#content {
padding: 16px 0 20px 20px;
background-image: url(images/background2.jpg);
background-repeat: no-repeat;
background-position: top right;
border-top: 1px solid #990000;
}

#content p {
line-height: 1.5em;
padding-bottom: 0.5em;
font-size: 110%;
}

td#content b, td#content strong {
color: #000066;
}

#content ol {
list-style-position: outside;
padding-top: 0.5em;
padding-bottom: 1.0em;
line-height: 1.2em;
padding-left: 40px;
padding-right: 20px;
}

#content ul {
list-style-position: outside;
padding-top: 0.5em;
padding-bottom: 1.0em;
line-height: 1.2em;
padding-left: 40px;
padding-right: 20px;
}

#content ul li, #content ol li {
padding-top: 0.20em;
padding-bottom: 0.30em;
}


#content a:link {
color: #990000;
}

#content a:visited {
color: #990000;
}

#content a:hover {
color: #990000;
}

/* These are your headline styles */

h1 {
color: #000066;
font-size: 165%;
}

h2 {
color: #000066;
font-size: 110%;
padding-top: 10px;
}

h3 {
color: #000066;
font-size: 115%;
font-family: Times New Roman, Times, serif;
padding-top: 10px;
}

/* This the style for the paragraph with the fancy dropcap in it */
p #initcap {
float: left;
}

/* This style is for quoted content */

blockquote {
padding: 0.5em 20px 0.0em 1.0em;
font-size: 110%;
font-style: italic;
line-height: 1.25;
}

/* These styles are for any tabled content you may have.
You can add more columns but you will need to tag the columns and create another style for them. */

td#content .tabledcontent {
width: 100%;
margin-top: 10px;
}

td#content .tabledcontent th {
padding: 0 0 .5em 0;
font-size: 100%;
font-weight: bold;
color: #000066;
text-transform: uppercase;
text-align: left;
}

td#content .tabledcontent td {
padding-bottom: 10px;
}

.tabledcontent b, .tabledcontent strong {
color: #000066;
}

td#content .tabledcontent td.firstcolumn {
color: #000066;
font-weight: bold;
vertical-align: top;
}

td#content .tabledcontent td.2ndcolumn {
padding-left: 1.0em;
vertical-align: top;
}

/* Styles for width, color, border and home page link in right column of page */

#right_column {
width: 170px;
border-right: 1px solid #990000;
border-top: 1px solid #990000;
padding: 0;
vertical-align: top;
}

#right_column img {
padding-top: 18px;
}

#right_column a:link {
color: #000066;
text-decoration: none;
padding-bottom: 2px;
}

#right_column a:visited {
color: #000066;
text-decoration: none;
padding-bottom: 2px;
}

#right_column a:hover {
color: #990000;
text-decoration: none;
border-bottom: 1px dotted #990000;
padding-bottom: 2px;
}

/* Styles for bottom of page -- creation date, EOE statement, links, font sizes, etc. */

td#footer {
border-top: 1px dotted #990000;
border-bottom: 0;
border-right: 1px solid #990000;
}

#footer p {
font-size: 80%;
line-height: 1.1em;
color: #CC9966;
padding: 10px 0px 12px 20px;
}

#bottomleft {
border-right: 0;
border-top: 1px dotted #990000;
border-left: 1px solid #990000;
width: 170px;
min-width: 170px;
}

#footer a:link {
color: #CC9966;
text-decoration: none;
}

#footer a:hover {
color: #990000;
text-decoration: underline;
}

#footer a:visited {
color: #CC9966;
}

#content {
border-right: 1px solid #990000;
padding-right: 10px;
}

/*styles for the sermon navigation on nav.htm*/

span.title {
margin-left: 5px;
}

span.images {
margin-left: 50px;
}

p.sermon {
margin: 20px;
}
