/*
CSS for Alleluia! site
*/
{
	padding: 0;
	margin: 0;
}
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  line-height: 125%;
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6, #footer, blockquote, div.staff, staffimage {
  font-family: "Palatino Linotype", "High Tower Text", serif;
}
h1 {
  font-size: 25pt;
  font-style: italic;
  letter-spacing: -3px;
  text-decoration: none;
  color: white;
  padding-top: 0em;
  padding-bottom: 0em;
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  background: #6699cc url('../images/mission-hdr.jpg') repeat-y right top;
}
h2 {
  color: navy;
  font-size: 130%;
  font-weight: normal;
  padding-top: 0px;
}
h3 {
  color: navy;
  font-size: 110%;
  font-weight: normal;
  padding-top: 0px;
}
h4 {
  color: navy;
  font-size: 100%;
  font-weight: normal;
  padding-top: 0px;
}
h5 {
  color: navy;
  font-size: 90%;
  font-weight: normal;
  padding-top: 0px;
}
h6 {
  color: navy;
  font-size: 80%;
  font-weight: normal;
  padding-top: 0px;
}
ul {
  color: navy;
  list-style-type: none;
}
li {
  color: navy;
  list-style-type: none;
}
p {
  font-size: small;
  color: navy;
}
#navigation {
  font-family: "Palatino Linotype", "High Tower Text", serif;
  font-size:18px;
  line-height:125%;
  color: red;
  width: 200px;
  height: 500px;
  padding: 0px;
  background: #ffffff url('../images/landrainbow-lhn.jpg') right top no-repeat;
}
#content {
  position: relative;
  top : 100px;
  left: 230px;
  float:left;
  width: 66%;
 } 
#footer {
  border-top: none;
  border-bottom: none;
  width:100%;
  color:#00467E;
  font-size:12px;
  padding-left:30px;
}
#signature {
  font-family: "Bradley Hand ITC", "Fine Hand", "Freestyle Script", "Lucida Handwriting", serif;
  font-size:20px;
  font-weight:bold;
  color:#000000;
}
.linkbutton{
font-family: "Palatino Linotype", "High Tower Text", serif;
cursor:pointer;
border:outset 1px #ccc;
background:#6699cc;
color:#fff;
font-weight:bold;
padding: 1px 2px;
}
em {
  text-transform: uppercase;
}
a {
  font-weight: bold;
}
a:link {
  color: #00467E;
}
a:visited {
  color: navy;
}
a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}
a:active {
  color: aqua;
  background-color: navy;
}
blockquote {
  font-style: italic;
  font-size: large;
  color:navy;
}
h2, ul {
  margin-top: 15px;
}
#header {
  border-top: 0px solid #7da5d8;
}
ul.content {
font-size: small;
}
li.content {
list-style-type: disc;
}
img.feature {
  clear: right;
  float: right;
  margin: 10px;
  border-style: none;
  border: none;
  width: 200px;
}
iframe.feature {
  clear: right;
  float:right;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 0px
}
div.staff {
  font-weight: bold;
  font-size: medium;
  color:#b3ba1f;
  a:hover {color: #b3ba1f};
  float: left;
  padding-right: 10px;
  margin: 0px;
  margin-top: 10px;
}
img.staffimage {
  clear:right;
  float:right;
  border-style: none;
  border: none;
  width: 200px;
}
img.rightimage {
  clear:right;
  float:right;
  border-style: none;
  border: none;
  width: 200px;
}
/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/
#navigation, #bodycontent, #header, #footer {
  position: absolute;
}
#navigation {
top: 86px;
left: 10px;
}
#bodycontent {
  top: 100px;
  left: 230px;
}
#header {
  top: 10px;
  left: 10px;
  width: 100%;
}
#footer {
  left: 10px;
  top: 325px;
}