/*This is the core style sheet*/



body {
background-color: #dedede;
color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
background-image: url(images/page-bg.gif);
margin: 0em; }

a:link {
color: #666666;
text-decoration: none;
padding: 3px; } 

a:hover {
color: #ffffff;
background-color: #9baebf; }

a:active {
background-color: #67849e; }

a:visited {
color: #666666;
padding: 3px; }

#header {
background-color: white;
border-bottom: 5px #dcd6d8 solid;
padding-top: 1px;
padding-left: 125px;
padding-bottom: 1px;
padding-right: 125px;
background-image: url(images/hdr_bkgrd.jpg);
height: 57px; }

#header p {
font-size: .6em; }

#navbar a:link, #navbar a:visited {
display: block;
color: #707556;
background-color: #d6dc9f;
border: black none;
border-bottom: 1px black solid;
padding-top: 5px;
padding-bottom: 5px;
text-decoration: none;
padding-left: 5px; }


#navbar a:hover {
background-color: gray;
color: white; }

#main-content {
border: 1px #000000 solid;
background-color: white;
margin-left: 180px;
margin-right: 180px;
margin-top: -50px;
padding-top: 5px;
padding-left: 25px;
padding-bottom: 5px;
padding-right: 25px;
height: auto; }


#navbar {
background-color: white;
position: absolute;
top: 400px;
left: 0px;
width: 180px;
border-top: 1px black solid;
font-weight: normal;
 }

#outer-image {
height: 249px;
background-image: url(images/index_pale.jpg);
background-position: top center;
}

#inner-image {
background-image: url(images/index.jpg);
height: 199px;
background-repeat: no-repeat;
background-position: top center; }

#about-image {
background-image: url(images/about.jpg);
height: 199px;
background-repeat: no-repeat;
background-position: top center;
}

#contact-image {
background-image: url(images/contact.jpg);
height: 199px;
background-repeat: no-repeat;
background-position: top center;
}

#resources-image {
background-image: url(images/resources.jpg);
height: 199px;
background-repeat: no-repeat;
background-position: top center;
}

#services-image {
background-image: url(images/services.jpg);
height: 199px;
background-repeat: no-repeat;
background-position: top center;
}

p {font-size: .7em;
text-align: justify;
line-height: 1.7em; }

p.footer {
font-size: .5em;
text-align: center;
font-weight: bold;
 }

h1 {font-size: 1.2em;
text-align: right;
letter-spacing: 5px;
font-weight: bold; }

h2 {font-size: 1em;
color: #7e815d; }

h3 {
font-size: .8em; 
text-align: left;
letter-spacing: 5px;
font-weight: bold;
}

h4 {font-size: 1em;
text-align: right;
letter-spacing: 2px;
font-weight: bold;
color: #acacac; }

h5 {font-size: .7em;
color: red;
text-decoration: underline; }

