/* CSS Reset */
* { margin:0; padding:0; }

body {
    background:#cccccc;
}

#container {
    width:750px;
    margin:0 auto;
}

#header {
    height:105px;
    width:724px;
    margin:10px auto 0  auto;
}
#header h1 {
    display:block;
    float:left;
    width:724px;
    height:104px;
    text-indent:-10000px;
    background:url(/img/HeaderG.png) no-repeat 0 0;
}
#header h1 a {
    display:block;
    width:100%;
    height:100%;
}
#header ul {
    display:block;
    float:right;
    width:724px;
    height:36px;
    list-style:none;
}
#header ul li {
    display:block;
    float:left;
    height:36px;
    text-indent:-10000px;
}
#header ul li a {
    display:block;
    width:100%;
    height:100%;
}

#home-nav {
    width:134px;
}
#about-nav {
    width:116px;
}
#contact-nav {
    width:116px;
}
#support-nav {
    width:116px;
}
#research-nav {
    width:116px;
}
#donate-nav {
    width:116px;
}

#header h2 {
    display:block;
    float:left;
    width:724px;
    height:4px;
    background:url(/img/dividerF.png)  no-repeat 0 0;
    text-indent:-10000px;
}


#header ol {
    display:block;
    float:right;
    width:724px;
    height:30px;
    background:url(/img/about-us-sub-menu.png)  no-repeat 0 -1px;
    list-style:none;
}
#header ol li {
    display:block;
    float:left;
    height:30px;
    text-indent:-10000px;
}
#header ol li a {
    display:block;
    width:100%;
    height:100%;
}

#button1-nav {
    width:134px;
}
#button2-nav {
    width:116px;
}
#button3-nav {
    width:116px;
}
#button4-nav {
    width:116px;
}
#button5-nav {
    width:116px;
}
#button6-nav {
    width:116px;
}

#main {
    width:724px;
    background:url(/img/bodyF.png)  repeat-y 0 0;
    margin:0px auto 0  auto;
}

#main p {
    font-family:cambria, georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", times, serif;
}
#main ul {
    font-family:cambria, georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", times, serif;
    color:#000000;
    font-size:1em;
}
#main ul li {
    margin:1em 80px 1em;
}
#title16 {color:#7f7f7f; font-size:1em; margin:20px 50px 0px;}
#title18 {color:#7f7f7f; font-size:1.2em; margin:0px 50px 0px;}
#title22 {color:#404040; font-size:1.4em; margin:0px 50px 0px;}
#title32 {color:#404040; font-size:2em; margin:0px 50px 0px;}
#normal12 {color:#000000; font-size:1em; margin:1em 50px 0px;}
#inverse12 {color:#000000; font-size:1em; margin:0px 50px 0px;}

#table16 {color:#7f7f7f; font-size:1em; margin:20px 0px 0px;}
#table18 {color:#7f7f7f; font-size:1.2em; margin:0px 0px 0px;}
#table22 {color:#404040; font-size:1.4em; margin:0px 0px 0px;}
#table32 {color:#404040; font-size:2em; margin:0px 0px 0px;}




table {margin:0px 50px 0px;}
td {font-family:cambria, georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", times, serif;}
.black {color:#404040;}
.grey {color:#7f7f7f;}

img {border:0;}

a:link {color:#0000cc;text-decoration:underline;}      /* unvisited link */
a:visited {color:#0000aa;text-decoration:underline;}  /* visited link */
a:hover {color:#0000FF;text-decoration:underline;}  /* mouse over link */
a:active {color:#0000FF;text-decoration:underline;}  /* selected link */

#footer {
    width:724px;
    background:url(img/footerF.png)  no-repeat 0 0;
    margin:0px auto 0  auto;
}

#footer p {
    font-family:cambria, georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", times, serif;text-align:center;
}

body#home ul#menu {background:url(img/home-menu.png) no-repeat 0 0;}
body#about-us ul#menu {background:url(img/about-us-menu.png) no-repeat 0 0;}
body#contact-us ul#menu {background:url(img/contact-us-menu.png) no-repeat 0 0;}
body#support-us ul#menu {background:url(img/support-us-menu.png) no-repeat 0 0;}
body#research ul#menu {background:url(img/research-menu.png) no-repeat 0 0;}
body#donate ul#menu {background:url(img/donate-menu.png) no-repeat 0 0;}

ol#belief #button1-nav {background:url(/img/about-us-sub-menu.png) no-repeat 0 -36px;}
ol#mission #button2-nav {background:url(/img/about-us-sub-menu.png) no-repeat -134px -36px;}
ol#vision #button3-nav {background:url(/img/about-us-sub-menu.png) no-repeat -250px -36px;}
ol#focus #button4-nav {background:url(/img/about-us-sub-menu.png) no-repeat -366px -36px;}
ol#approach #button5-nav {background:url(/img/about-us-sub-menu.png) no-repeat -482px -36px;}
ol#people #button6-nav {background:url(/img/about-us-sub-menu.png) no-repeat -598px -36px;}




