
/* FGBC Main Style Sheet */

html {margin: 0; padding: 0;}

body {font: 12px Verdana, Arial, Helvetica, sans-serif;
   margin: 0; padding: 0; 
   background: rgb(100%,98%,96%); color: black;
   /*background-image: url(fgbc-b4-0809.gif);
   background-repeat: no-repeat;
   background-position: 50% 0%;*/
   }
ol, ul, li {font: 12px Verdana, Arial, Helvetica, sans-serif;
   list-style-type: disc;
   line-height: 1.66;}
input, textarea, select {
  background-color : #f2dfaf;
  color : #000;}
label, input {
  display: block;
  width: 15em;
  float: left;
  margin-bottom: 0.5em;
  }
label {
  text-align: right;
  width: 13em;
  padding-right: 3px;}
br[class="labelf"] {clear: left;
    }
input[class="button1"] {
    background-color:#ee8262; 
	color:#000; 
	border:outset 2px #ee8262;
	width: 6em;
	text-align:center;
	display: inline;
	margin-left: 10em;}
input[class="button2"] {
    background-color:#f2dfaf; 
	color:#000; 
	border:outset 2px #f2dfaf;
	width: 6em;
	text-align:center;
	display: inline;
	}
a[class="toppage"] 
  {margin-right: 10%;}
   /* h2 used in Beliefs file */
h2 {font-size: 133%; 
   margin: 1.5em 3.5% 0 3.5%;
   padding-bottom: 10px;}

h3 {font-size: 133%; 
   margin: 2.1em 3.5% 0 3.5%;
   padding: 0; 
   font-style: italic;
   text-align: right;
   }
h3[class="beliefs"]
   {margin: 2.1em 3.5% .33em 3.5%;
   padding: 0 0 .10em 0; 
   font-style: italic;
   text-align: left;
   border-bottom: 3px solid #663300; /*brown*/
   color: #5c4033;}
h3[class="audio"]
   {font-size: 110%;
   text-align: left;
   font-style: normal;}
h5 {font-size: 100%; 
   margin: .5em 0 1em 3em;
   padding: .33em 0 0; 
   border-bottom: 1px solid #663300; 
   text-align:left;
   color: #663300;}
p {line-height: 1.66; 
   margin: .3em 3em 1em 3em;}
p[class="topanchor"]
   {color: #5c4033;
   text-align: right;}

   /* Fix IE. Hide from IE Mac (for submenu)*/
* html ul li { float: left; height: 1%; }
* html li a { height: 1%; }
/*end*

/*sidenav for IE issue*/
#nav {margin: 30px 0 0 7%;}
/*end*/

div#nav {
   float: left; 
   width: 11%;}
   
/*Vertical menu with sub-menu drop-down*/

div#nav ul {
    margin: 30px 0 0 7%;
	padding: 0;
	list-style: none;
	width: 128px;
	border-bottom: 1px solid #663300;
	}
	
/*you are here*/ 

div#nav ul li#here a { background-color: rgb(80%,78%,76%);
/*alternate - #f2dfaf - same as footer color*/
   color: #5c4033; }

div#nav ul li {
	position: relative;
	list-style: none;
	}

/*Vertical submenu drop-down to appear to right*/

div#nav li ul {
	position: absolute;
	left: 119px;
	top: -27px;
	display: none;
	}

/*style for menu links and declaration for IE fix*/
div#nav ul li a {
	display: inline-block;
	}
div#nav ul li a {
	display: block;
	text-decoration: none;
	color: #663300;
	background: rgb(96%,94%,92%);
	padding: 5px;
	border: 0;
	border-top: 1px solid #663300;
	/*border-bottom: 1px solid #663300; declaration of borders to appear correctly*/
	border-left: 1px solid #663300;
	border-right: 1px solid #663300;
	}
	
div#nav ul li a:hover {
/*background: #996633; or 97694f*/ 
   /*dark tan*/
  background: #603311;
   color: white;
   }

/*submenu upon hover*/
/*background: #996633;*/ 
   /*dark tan*/
div#nav li:hover ul { display: block;
      }
	  
   /*child of body, for IE issue*/
body > #nav {margin-top: 30px;
   margin-right: 0;
   margin-bottom: 0;
   margin-left: 7%;}
/*end*/
  
/*main content*/
div#main {margin: 0;
   padding: 0;}
div#main {margin: .5em 20% 0 20%;
   }
div#maintable {margin: 0;
   }
table { table-layout: fixed; 
   width: 565px; 
   font: 12px Verdana, Arial, Helvetica, sans-serif;
   margin: 10px 0 0 10px;
   background-color: #f2dfaf;}
td {text-align: left;
   vertical-align: top;
   background-color: #f2dfaf;
   line-height: 1.66;}
   
   /*conference image*/
img {padding-left: 5px;}
img[class="conf"] {padding-left: 0px;}

/*main section links*/
div#main a {color: #cd661d;}
div#main ul {margin: 1.9em 20% 1em 15%;
   padding: 0;}

.hzshort {border-bottom:1px solid #ddd;
    width: 60%;
	margin: 20px 15%;
	overflow:hidden;
	font-size:0;
	line-height:0;
	}

.conflink { color: #fff;}

/*div#footer p {font: 9px Verdana, Arial, Helvetica, sans-serif;
   margin: 10% 20% 7% 15%; padding: 0; 
   text-align:center;
   color: #5c4033;}*/
div#footer {background-color: #f2dfaf;
   color: #5c4033; 
   margin: 3em 22% 0 22%;
   width: 55%;
   border-style: solid;
   border-width: 1px; }
div#footer p {font: 9px Verdana, Arial, Helvetica, sans-serif;
   text-align:center;
   font-style: normal;
   line-height: 1;
   padding: 0 5px;
   }
div#footer a {color: #cd661d;}
