/* Definition of styles for the White Rock Fund web site */

/* MainLayout - Centering the main content in the center of the browser */
#container, #header {
   position: relative;
   width: 800px;
   margin-left: auto;
   margin-right: auto;
   font-family: Arial, Helvetica, san-serif;
   font-size: small;
}

#header {
   padding-top: 15px;
}

/* Header Section Section */
#mainheading {
   height: 130px;
   font-weight: bold;
   font-size: 40pt;
   color: #ddc86b;
   background-image: url(../img/header_bg3.jpg);
}


#headerslogan {
   height: 25px;
   /* background-color: #D07438; */
   background-color: #FEB00D;
   background-image: url(../img/slogan_bg.jpg);
   border-top: 3px solid #848484;
   border-bottom: 3px solid #848484;
}

#headerslogan p {
   margin: 0;
   padding: 6px;
   color: white;
   font-weight: bold;
/*   padding-top: 6px;  */
   text-align: center;
   vertical-align: bottom;
}

#headerbar {
   height: 70px;
   background-image: url(../img/img_bar.jpg);
}


/* Navigation Bar Section*/
#navigation {
   position: absolute;
   top: 1px;
   left: 1px;
   width: 200px;
   height: 423px;
   background-image: url(../img/nav_img_bg2.jpg);
}

#navigation ul {
   margin: 0;
   padding-top: 20px;
   padding-left: 23px;
   font-weight: bold;
   line-height: 170%;
}

#navigation li {
   list-style-type: circle;
}

#navigation a {
   color: #0B2217;
   text-decoration: none;
}

#navigation a:link {
   color: #0B2217;
}

#navigation a:visited {
   color: #0B2217;
}

#navigation a:hover {
   text-decoration: underline;
   color: #ff3300;
}

#navigation a:active {
   color: aqua;
}

/* Main Content Section */
#content {
   line-height: 1.4em;
   padding-left: 225px;
   padding-right: 15px;
   border: 1px solid black;
   background-color: white;
}

body {
   background-color: #DFE4E5;
   background-image: url(../img/background4.gif); 
   background-repeat: repeat-x;
}

h1 {
   padding-right: 6px;
   padding-bottom: 3px;
   font-size: x-large;
   text-align: right;
   font-style: italic;
   border-right: 3px solid #cccccc;
   border-bottom: 3px solid #cccccc;
   color: #dda034;
}

h3 {
   color: #933f00;
}

li.faq {
   padding-bottom: 12px;
}

#signature {
   margin-left: auto;
   margin-right: auto;
   margin-top: 10px;
   width: 200px;
   padding-top: 8px;
   padding-bottom: 8px;
   font-size: xx-small;
   text-align: center;
   border-top: 1px dotted gray;
   border-bottom: 1px dotted gray;
}
