


/* layoutstyles.css */ 

/* Universal style rule */ 
*{ 
  margin: 0; 
  padding: 0; 
} 

body {
  background: #c1a748 url(images/bg-bsa1.jpg);
  /*background-color: #c1a748;*/
  font-family: Arial, Helvetica, sans-serif; 
} 

#wrapper{ 
  width: 55em; 
  background-color: #c1a748;
  /*background: #e2e6e0 url(bkg/pap16.jpg);*/
  /* Put 20px margin above the wrapper */ 
  /* Set right and left to auto for centering */ 
  margin: 20px auto; 
} 

/********** Major layout divisions **********/ 
#branding{ 
  /* For absolutely-positioned hyperlinks */ 
  position:relative; 
} 

/** branding division hyperlinks **/ 
#branding a{ 
  /* Postions are set in tags in layout.htm */ 
  position:relative; 
  text-decoration:none; 
  color:#000; 
  font-size:0.8em; 
} 

#branding a:link, #branding a:visited{ 
  color:#000; 
} 

#branding a:hover{ 
  color:#0f0; 
} 
#branding a:active{ 
  color:#1bb498; 
} 

/* Fixes the mysterious image gap */ 
#branding img{ 
  display:block; 
} 

/************* Leftcolumn division styles ****************/
#leftcolumn{
  /* Remember, content and navbar left 
  margins must match this width */
  width:8em;
  float:left;
  /* Temporary border */
  /*border: dashed 1px #f00;*/
  /* Center images and text inside this div */
  text-align:center;
}



/* Applies to images in the leftcolumn div */
#leftcolumn img{
  width:90%;
}


/* Applies to paragraphs in the leftcolumn division */
#leftcolumn p{
  border:solid 2px #f00;
  padding:0.5em;
  width:80%;
  font-size:0.8em;
  margin:1em auto;
  text-align:left;
}


/************* Rightcolumn division styles ****************/
#rightcolumn{
  /* Remember, content and navbar left 
  margins must match this width */
  width:8em;
  float:right;
  /* Temporary border */
  /*border: dashed 1px #f00;*/
  /* Center images and text inside this div */
  text-align:center;
}



/* Applies to images in the rightcolumn div */
#rightcolumn img{
  width:90%;
}


/* Applies to paragraphs in the rightcolumn division */
#rightcolumn p{
  border:solid 2px #f00;
  padding:0.5em;
  width:80%;
  font-size:0.8em;
  margin:1em auto;
  text-align:left;
}







/* Navbar division */ 
#navbar{ 
  background:#aaa url(images/navbak.jpg) repeat-x center; 
  /* Left margin must match leftcolumn width */ 
 /* margin-left:8em; */
  height:1.6em; 
} 

/* Remove bullets from ul in the navbar */ 
#navbar ul{ 
  list-style-type:none; 
} 

/* List items in the navbar */ 
#navbar li{ 
  float:left; 
  /* Required for drop-down menus */ 
  position:relative; 
} 

/* Applies to navbar links, unvisited and visited */ 
#navbar a, 
#navbar a:link, 
#navbar a:visited{ 
  text-decoration:none; 
  font-family:Verdana, Geneva, Arial, Sans-Serif; 
  font-size:80%; 
  color:#000; 
  background:#aaa url(images/navbak.jpg) repeat-x center; 
  display:block; 
  height:2em; 
  width:8em; 
  border-right: solid 1px #ddd; 
  line-height:2em; 
  text-align:center; 
  outline-style:none; 
} 

/* Navbar hover, active, and current page links */ 
#navbar a:hover, 
#navbar a:active, 
.homepage #nav-home a,
.aboutpage #nav-about a,
.financepage #nav-finance a,
.advancementpage #nav-advancement a,
.campingpage #nav-camping a,
.trainingpage #nav-training a,
.newspage #nav-news a,
.resourcespage #nav-resources a{ 
  background:#ddd url(images/navhover.jpg) repeat-x center; 
  color:#000; 
} 

/* Drop-down menu styles */ 
/* Applies to drop-down menus in navbar */ 
#navbar li ul{ 
  position:absolute; 
  z-index:100; 
  visibility:hidden; 
} 

/* Make drop-down visible on navbar hover */ 
#navbar li:hover ul, 
#navbar li a:hover ul{ /* IE6 hack */ 
  visibility:visible; 
  top:1.6em; 
  left:0; 
} 


/* Applies to links on the drop-down menu */ 
#navbar li:hover ul li a, 
#navbar li a:hover ul li a{ /* IE6 hack */ 
  background:#ccc; /* Removes background image */ 
  color:#000; 
  text-align:left; 
  display:block; 
  width:11em; 
  padding:0 0 0 1em; 
  height:auto; 
} 

/* Hover on drop-down menu links */ 
#navbar li:hover ul li a:hover, 
#navbar li a:hover ul li a:hover{ /* IE6 hack */ 
  background: #aaa; 
  color:#000; 
} 

/* IE6 hack applies to its table drop-down */ 
#navbar table { 
  margin:-1px; 
  border-collapse:collapse; 
  position:absolute; 
  top:0.5em; 
  left:0; 
  z-index:100; 
} 


#content{ 
/* Left margin must match leftcolumn width */ 
  margin-left:8em;
  margin-right:8em;
  background-color:#fff; 
  color:#000; 
  padding:10px 10px; 
} 

/* Applies to paragraphs in the content division */ 
#content p{ 
  line-height:1.5em; 
} 

/* Applies to all lists in the content division */ 
#content ul, #content ol{ 
  
  padding:10px 0 10px 40px; 
} 

/* Applies to all list items in the content division*/
#content li{
list-style-image:url(bkg/graywolf/i4.gif);
  margin-bottom:10px;
} 









/* Styles h1, h2, and h3 style rules in the content division */ 
#content h1, #content h2, #content h3{ 
  font-family: Charcoal, Impact, sans-serif; 
  color:#000; 
  font-weight:normal; 
  font-style:italic; 
  font-variant:small-caps; 
  letter-spacing:0.08em; 
} 

/* Size h1 headings in the content division */ 
#content h1{ 
  font-size:2em; 
} 

/* Size h2 headings in the content division */ 
#content h2{ 
  font-size:1.5em; 
} 
/* Size h3 headings in the content division */ 
#content h3{ 
  font-size:1.25em; 
  font-style:normal; 
}

/* Style for tables of thumbnail images */
table.thumbs{
   text-align: center;
   border-collapse: collapse;
   margin: auto;
}
/* Style for table cells that contain thumbnails */
td.thumbs{ 
   border: solid 1px #00bfff;
   padding: 4px;
}
/* Style for thumbnail images */
img.thumbs{
   width:5em;
}



 

#footer{ 
  /* To be determined */ 
}