body {
    background-color: #ffffff;
    color: #000000;
    /* Remove padding and margins from the page so it is flush */
    margin: 0px 0px 40px 0px;
	padding: 0;
    /*
    * Reduce the font size down so it's equivalent to 10px on medium text settings
    * EM Sizing thanks to http://www.clagnut.com/blog/348
    */
    font-size: 62.5%;
    font-family: Georgia,'Times New Roman',Serif;
    text-align: center;
}

/*
* Site Wide Classes
*/

/* Allow the content to appear in the middle of the page */
#site {
    margin-left: auto;
    margin-right: auto;
    width: 768px;
    text-align: left;

    font-size: 1.4em;
    font-weight: normal;
}

/* Display all forms inline */
form {
    display: inline;
}

/* Make the mouse pointer change to a hand over all form labels */
label {
    cursor: pointer;
    cursor: hand;
}

/* Clear any floats */
.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

/*
* EM Settings
*/

input, select, th, td {
    font-size: 1em;
}

li li, li p, td p {
    font-size: 1em
}

/*
* Standard Heading settings
*/

h1 {
    font-size: 2.6em;
}  /* displayed at 26px */

h2 {
    font-size: 1.6em;
}  /* displayed at 16px */

h3 {
    font-size: 1.25em;
}  /* displayed at 15px */

h4 {
    font-size: 1em;
}  /* displayed at 12px */

/*
* Header Classes
*/

#header div.leader {
    height: 225px;
    background: #ffffff url(../siteimages/header-background.jpg) no-repeat right;
    position: relative;
}

#header h1.logo {
    position: absolute;
    top: 50px;
    left: 45px;

    margin: 0;
    padding: 0;

    font-family: 'Times New Roman',Serif;
    color: #89A1BD;
    text-align: center;
}

#navbar {
    background-color: #9BCB3C;
    color: #f7f7f7;
    height: 25px;
}

#navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	text-align: center;
}

#navbar ul li {
    display: inline;
    margin: 0;
    padding: 0;
}

#navbar ul li a {
    color: #f7f7f7;
    line-height: 25px;
    font-weight: bold;
    padding: 4px;
    margin: 0;
}

#navbar ul li a:hover {
    background-color: #7EA62D;
}

/*
* Navigation Classes
* Add new sections to this list to highlight them
*/

#home .home,
#services .services,
#believe .believe {
    background: #7EA62D;
}

/*
* Content Classes
*/

#body h2,
#body h3 {
    margin-top: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#body p {
    padding-left: 10px;
}

#body a {
    color: #000000;
}

#content {
    float: left;
    width: 420px;
    margin: 15px;
}

#content div.block {
    background-color: #9BCB3C;
    color: #000000;
    padding: 8px;
    margin-bottom: 26px;
}

#content ul li {
    margin-bottom: 10px;
}


#sidebar {
    float: right;
    width: 255px;
    margin: 15px;
}

#sidebar div.block {
    background-color: #D9D9D9;
    color: #000000;
    padding: 8px;
    margin-bottom: 26px;
}

#sidebar img {
    margin-bottom: 26px;
}

#sidebar ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#sidebar ul li{
    margin: 0px;
    padding: 0 0 6px 0;
}

/*
* Footer Classes
*/

#footer {
    clear: both;
}

#footer a {
    color: #000000;
}

#footer p {
    float: left;
    padding: 0px;
    margin: 0px;
}

#footer ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: right;
}

#footer ul li {
    display: inline;
    margin: 0 0 0 10px;
    padding: 0px;
}

/*
* Default Links
*/

a {
    text-decoration: underline;
}

a:visited {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}
