/*  This is the main style sheet */



/*  Body Attributes ========= */

body {

background-color: #ffffff;

color: #666666;

font-family: Verdana, Helvetica, Arial, sans-serif;

font-size: 1.1em;

margin: 0;

background-image: url(../images/bg-trees-green.jpg);

}



/*  Link Attributes ========= */



a:link {

color: #0000ff;

font-size: 1em;

background-color: transparent;

text-decoration: underline;

}

a:visited {

color: #b800b8;

font-size: 1em;

background-color: transparent;

text-decoration: underline;


}

a:hover {

background-color: #0000ff;

color: #ffffff;

text-decoration: none;

}


a:active {

background-color: transparent;

color: #b800dd;



}


a.menu:link {

color: #F9FCA2;

font-size: .7em;

background-color: #006633;

text-decoration: none;

}

a.menu:visited {

color: #bb99cc;

font-size: .7em;

background-color: #006633;

text-decoration: none;


}

a.menu:hover {

background-color: #15A17D;

}


a.menu:active {

background-color: #840000;

}



/* Page Content: Header ========= */

#header {background-color: #ffffff;

border-bottom: 1px #000000 solid;

padding-left: 125px;

padding-right: 125px;

padding-top: 10px;

padding-bottom: 10px;

}



#header p {

font-size: .6em;

}


#content to 779px{

}



#navbar ul li {

list-style-type: none;

margin: 0;

padding: 0;

width: 160px;



}

#navbar ul {

margin: 0;

padding: 0;

}


#navbar ul li a:link, #navbar ul li a:visited {

display: block;

text-decoration: none;

font-weight: bold;

border-bottom: solid #000000 1px;

border-right: solid #000000 1px;

padding-top: 3px;

padding-bottom: 3px;

padding-left: 20px;

}


#navbar ul li a:hover {

}





#main-text {

background-color: #ffffff;

color: #555555;

margin-left: 198px;

padding: 20px;

border-top: 1px #000000 solid;

border-left: 1px #000000 solid;

border-right: 1px #000000 solid;

border-bottom: 1px #000000 solid;

position: absolute;

top: 170px;

width: 600px

}

#sub1-text {

background-color: #7BA699;

background-image: url(../images/bg-burg-gradient.jpg);

margin-left: 230px;

padding: 20px;

border-top: 1px #000000 solid;

border-left: 1px #000000 solid;

border-right: 1px #000000 solid;

border-bottom: 1px #000000 solid;

position: absolute;

top: 420px;

width: 300px

}


#sub2-text {

background-color: #fbfcc2;

margin-left: 1px;

padding: 20px;

border-top: 1px #000000 solid;

border-left: 1px #000000 solid;

border-right: 1px #000000 solid;

border-bottom: 1px #000000 solid;

position: absolute;

top: 30px;

width: 300px

}

#sub3-text {

background-color: #a5ab9d;

margin-left: 320px;

padding: 20px;

border-top: 1px #000000 solid;

border-left: 1px #000000 solid;

border-right: 1px #000000 solid;

border-bottom: 1px #000000 solid;

position: absolute;

top: 80px;

width: 300px

}



#sub4-area{

margin-left: 5px;

padding: 0px;

border-top: 0px #000000 solid;

border-left: 0px #000000 solid;

border-right: 0px #000000 solid;

border-bottom: 0px #000000 solid;

position: absolute;

top: 600px;

width: 80px

}

/* Header One ========= */
h1 {

color: #006633;

font-size: 1.2em;

text-align: right;

font-style: italic;

letter-spacing: 5px;

text-decoration: none;


}

/* Header Two =========*/
h2 {

color: #740000;

font-size: 1.1em;

font-style: italic;


text-decoration: none;

}


/* Header Three=========*/
h3 {

color: #740000;

padding: 2px;

font-size: .8em;

text-decoration: none;

}


/*  Paragraph Attributes ========= */
p {

font-size: .8em;

line-height: 1.7em;

text-align: justify;

}

/*  Footer Attributes ========= */

p.footer {

font-size: .5em;

text-align: center;

text-decoration: none;

font-weight: bold;

top: 600px

padding: 20px

}

/*  Images  Attributes ========= */

#outer-image {height: 120px;

background-image: url(../images/outer-image-top.jpg);

background-position: center top;

border-bottom: 1px #000000 solid;

}

#inner-image {height: 200px;

background-image: url(../images/inner-image-top.jpg);

background-repeat: no-repeat;

background-position: 260px 8px;

}


