/* Stylesheet for the Frank Church Institute Website */
/* Boise State University ~ M. Broussard ~ 02/04/2004 */

/* General characteristics */
html, body {
padding: 0em;
margin: 0em;
color: #ffffff;
background-color: #000000;
font-size: 100%;
font-family: Book Antiqua, Times New Roman;
text-align: center;
}

p {
font-size: .9em;
margin-left: .8em;
margin-right: .5em;
}

p.letter {
text-indent: 2.5em;
}

hr {
width: 100%;
width /**/: 72% !important;
text-align: right;
}

h1 {
color: #C7B76A; /*#C7BC82;*/
text-align: center;
font-size: 255%;
font-variant: small-caps;
margin-top: -71px;
margin-left: 4px;
}

h1.cm {
color: #000000;
text-align: center;
font-size: 255%;
font-variant: small-caps;
margin-top: 0px;
margin-left: 0px;
}

h2 {
margin-left: 12em;
margin-bottom: 0em;
font-size: 100%;
}

h2.middle {
margin-left: 0em;
text-align: center;
font-size: 100%;
}
/* end of general characteristics */

/* general link characteristics for links within the content area */
a, a:visited {
color: #1F60A9;
background-color: transparent;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}
/* end of link characteristics */

/* Container div ~ All other divs within the page are placed within this master div 
this div is used to create the boxed content area over the solid colored background */
#container {
color: #000000;
background: #ffffff url(../images/fccontent.jpg) -1px -1px no-repeat;
width: 660px;
height: auto;
border: 2px ridge #D6D4CD;
text-align: left;
}

#boardpage {
text-align: center;
}

#container p {
font-size: .9em;
margin-left: 12em;
margin-right: 1.5em;
}

#container li {
font-size: .9em;
margin-left: 12em;
margin-right: 1.5em;
}
/* end of container div */

/* Left navigation div and link characteristics */
#leftnav {
float: left;
margin-top: 14.3em;
margin-left: .5em;
width: 140px;
height: auto;
color: #000000;
background-color: #F6F5F1;
border: 1px solid #D2D2D2;
border-bottom: 2px solid #D2D2D2;
border-right: 2px solid #D2D2D2;
text-align: left;
}

#leftnav ul {
list-style-type: none;
}

#leftnav li {
margin-left: -30px;
margin-left /**/: -35px !important;
margin-top: 1em;
font-size: .8em;
}

#leftnav a.links, #leftnav a.links:visited {
text-decoration: none;
}

#leftnav a.links:hover {
text-decoration: underline;
}
/* end of left navigation div */

/* Header characteristics ~ using images instead of text */
h1.bio {
height: 32px;
margin-top: 3.5em;
margin-bottom: 1em;
background: transparent url(../images/bio_header.gif) top right no-repeat;
}

h1.giving{
height: 36px;
margin-top: 3.5em;
margin-bottom: 1em;
background: transparent url(../images/giving.gif) top right no-repeat;
}

h1.conference {
height: 36px;
margin-top: 3.5em;
margin-bottom: 1em;
background: transparent url(../images/conference_header.gif) top right no-repeat;
}

h1.fcp {
height: 36px;
margin-top: 3.5em;
margin-bottom: 1em;
background: transparent url(../images/fcp_header.gif) top right no-repeat;
}

h1.bc {
height: 36px;
margin-top: 3.5em;
margin-bottom: 1em;
background: transparent url(../images/bc_header.gif) top right no-repeat;
}

#bethany {
margin-left: 150px;
}

h1.initiatives {
height: 36px;
margin-top: 3.5em;
margin-bottom: 1em;
background: transparent url(../images/frankchurchchair.jpg) top right no-repeat;
}

h1.publications {
height: 36px;
margin-top: 3.5em;
margin-bottom: 1em;
background: transparent url(../images/publications.jpg) top right no-repeat;
}

h1.media {
height: 36px;
margin-top: 3.5em;
margin-bottom: 1em;
background: transparent url(../images/media_header.gif) top right no-repeat;
}

h1.board {
height: 36px;
margin-top: 3.5em;
margin-bottom: 1em;
background: transparent url(../images/board_header.gif) top right no-repeat;
}

h1.tools {
height: 36px;
margin-top: 3.5em;
margin-bottom: 1em;
background: transparent url(../images/tools_header.gif) top right no-repeat;
}

h1.register {
height: 36px;
margin-top: 3.5em;
margin-bottom: 1em;
background: transparent url(../images/register_header.gif) top right no-repeat;
}
/* end of header image tags */

/* watermark footer div */
#footer {
height: 137px;
background: transparent url(../images/fcfooter.gif) bottom right no-repeat;
}
/* end of footer div */
