/*
  Style Sheet for DnA - S.E.A. Website Layout
    by David S. Ciochetto c.2010Nov v2.2
*/

* {
  padding:0;
  margin:0;
}

html, body {
  height:100%;
  max-height:100%;
  overflow-x:auto;
  overflow-y:hidden;
  background-color:#695E86; /* 695E86 */
  min-width:934px;
}

body {
  font-family: Verdana, Helvetica, sans-serif;
  border:0 none;
}

/* SET THE SITE WIDTH HERE 
  Adjust footer width accounting for 2 x 25px padding. */
#header, #content {
  width:900px;
  min-width:900px;
}

/* Horizontal Page Alignment - goes with page width and borders */
#header, #content, #footer, #header_images {
  position:absolute;
  left:50%;
  margin-left:-452px;
}

/* SET THE CONTENT BACKGROUND COLOR HERE #RRGGBB in hex 0 -> F where 
  0 = nothing and f = max so #ffffff is white and #000000 is white. #ff0000 is
  bright red and #660000 is darker red. Same for changing the Green and Blue. */
.lcol, .main, #content, #header {
  background-color:#FFF499; /* FFF499 */
}


/* Header */
#header {
  top:0;
  margin-top:15px;
  border-top:2px solid #333333;
  border-left:2px solid #333333;
  border-right:2px solid #333333;
  padding-top:5px;
  -moz-border-radius:15px 15px 0px 0px;
  border-radius:15px 15px 0px 0px;
}

#header_images {
  top:77px;
  border-left:2px solid #333333;
  border-right:2px solid #333333;
}

.header_images {
  left:0px;
  top:42px;
}


/* Footer */
#footer {
  width:850px;
  bottom:0;
  margin-bottom:15px;
  height:15px;
  background:#333333;
  font-size:0.8em;
  padding:5px 25px;
  border-left:2px solid #333333;
  border-right:2px solid #333333;
}

/* Main Content Area */
#content {
  overflow:hidden;
  bottom:40px;
  top:232px;
  border-left:2px solid #333333;
  border-right:2px solid #333333;
}

/* Header Stuff */
.top {
  position:absolute;
  left:65px;
}

.BigLetter {
  font-size:1.2em;
}

.top h1 {
  font-size:1em;
  font-style:italic;
}

.top h2 {
  font-size:0.85em;
  font-style:italic;
  text-indent:2em;
}

.header_image {
  float:left;
  height:60px;
}

.col {
  float:left;
}

.rcol {
  float:right;
}

.wrap {
  clear:both;
}

.wrapr {
  clear:right;
}

.rtxt {
  padding-right:1ex;
}

/* THINGS IN THE LEFT NAV BAR */
.lcol {
  float:left;
  width:20ex;
  padding:1em;
  margin-left:0;
  font-size:0.75em;
  overflow-x:hidden;
  overflow-y:auto;
  margin-top:0px;
  height:90%;
}

.lentry {
  padding-top:1ex;
  border-bottom:1px solid #666666;
  height:2em;
}

.ltopentry {
  border-top:1px solid #666666;
}

.ltxt{
  float:left;
  margin-left:1ex;
  color:#777777;
}

.Li {
  padding:0.0in;
  float:right;
  border:none;
}

.lcol a:link, #lcol a:visited, #lcol a:active {
  color:#777777;
  text-decoration:none;
  border:none;
}

.lcol a:hover {
  color:#000000;
}

.highlight {
  background:#FDC568; /* ffff4f */
  border:1px solid #666666;
  margin:-1px;
  z-index:10;
}

.default {
  background-color:inherit;
}

/* Things Associated with the main content area */
.main {
  position:relative;
  margin-left:21ex;
  margin-right:0;
  margin-top:0px;
  padding-right:3em;
  text-indent:1em;
  text-align:justify;
  overflow-y:auto;
  overflow-x:hidden;
  height:100%;
}

#main_content {
  padding-top:0.5em;
}

#main_content a:hover {
  color:#339933;
}

#main_content h1 {
  border-bottom:#dcdcdc 1px solid;
  margin-bottom:1.5ex;
}


#page_content {
  width:100%;
  height:20em;
  border:none;
  overflow:hidden;
}


a:link, a:visited {
  color: #000000;
  text-decoration:none;
}

a:hover {
  color:#000000;
}


h1, h2, h3 {
  text-indent:0;
}

h1 {
  font-size:1.2em;
}

h2 {
  font-size:1em;
}

h3 {
  font-size:0.95em;
  font-style:italic;
  text-indent:2ex;
}

h2, h3, h4, p, li {
  padding-bottom:1ex;
}

p, li {
  font-size:0.92em;
  margin:inherit;
}

ul {
  list-style-type:none;
}


/* Footer Styles */
#footer, #footer a:link, #footer a:visited, #footer a:active, #footer .sneaky {
  color:#dcdcdc;
}

#footer a:link, #footer a:visited, #footer a:active {
  text-decoration:none;
}

#footer a:hover {
  color:#ffff00;
}

.address li {
  padding-bottom:0.3ex;
}


/* Image show styles */
.fadeshow {
  text-indent:0;
  margin-bottom:5px;
  margin-left:40px;
  margin-top:5px;
}

#fadeshow1 {
  text-indent:0;
  margin-bottom:5px;
  margin-top:-12px;
}



/* Support for collapsing headers */

.fancy {
  border:1px solid #FFF0DC;
  -moz-border-radius:5px;
  margin-bottom:1em;
  padding:1ex;
}

.decoration {
  font-size:0.7em;
  float:right;
  margin-top:3px;
}



/* STYLE LIMBO

.main_menu {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size:10pt;
  background-color:#ffffff;
  color:#000000;
  margin-top:25px;
  text-indent:1ex;
}

.Menu_Button {
  height:20px;
}

#main_menu a:link {
  color:#666666;
}

#main_menu a:visited {
  color:#666666;
}

#main_menu a:hover {
  color:#000000;
  font-weight:normal;
}

#main_menu a:active {
  color:#666666;
}

*/
