html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;}

body
{ font-family: arial, sans-serif;
font-size: 120%;
  background: #FFF; 
  color: #000;
    background-color: #d9f7f7;
}

p
{ padding: 0 0 20px 10px;
  line-height: 1.7em;}


h1, h2, h3, h4, h5, h6 
{ color: #000;
  letter-spacing: 0em;
  padding: 0 0 5px 0;}

h1
{ font: bold
}

h2
{ font-size:  170% ;
font-weight: bold;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;
  color: #000;}

h3
{ font-size: 100%;
font-weight: bold;
  padding: 9px 0 5px 0;
  color: #000;}

img {
  
  border-radius: 8px;
  padding: 3px;
  }

img:hover { 
padding: 0px;
  border: 3px solid black; 
} 


a, a:hover
{ outline: none;
  text-decoration: underline;
  color: #B48A7C;}

a:hover
{ text-decoration: none;}

blockquote
{ margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;}

ul
{ margin: 2px 0 20px 20px;}

ul li
{ list-style-type: disc;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 0px;
  line-height: 1.1em;}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}

.left
{ float: left;
  width: 400px;
  margin-right: 10px;}

.right
{ float: right; 
  width: 400px;
  margin-left: 10px;}

.center
{ 
  /*display: block; */
  text-align: center;
  /* margin: 20px auto; */
  }
.border
{	
	padding: 0px;
  border: 3px solid black; 
}

img.thumbnail {
	max-width: 10vw;
} 

img.thumbnail:hover {

	max-width: 100vw; /* viewport width limit */
	position: relative;
	z-index: 9; /* raise above later in code content */
	transition: 2s;
}

#main, #logo, #menubar, #site_content, #footer
{ margin-left: auto; 
  margin-right: auto;}

#header{
   background: #000000 ;
    padding-top: 8px;
}
  
#banner
{  background: transparent url(banner.jpg) no-repeat;
  width: 860px;
  height: 203px;
  margin-bottom: 20px;
  border: 10px solid #DDD;}

#logo
{ 
background-image: url("banner3.jpg") ;
 border-radius: 8px;
width: 880px;
  position: relative;
  height: 220px;
   }

#menubar
{ width: 872px;
  height: 45px;
  padding-right: 8px;
  background: #2D2D2D;
  border-top: 1px solid #3D3D3D;} 

ul#menu
{ float: left;
  margin: 0;}

ul#menu li
{ float: left;
  padding: 0 0 0 0px;
  list-style: none;
   margin: 8px 4px 0 4px;}

ul#menu li a
{ font: bold 100% arial, sans-serif;
  display: block; 
  float: left; 
  height: 20px;
  padding: 6px 18px 5px 18px;
  text-align: center;
  color: blue;
  text-decoration: none;
  background: gainsboro;
  border-radius: 4px;
  } 

ul#menu li.selected a
{ height: 20px;
 }

ul#menu li.selected
{ 
  background: none;}

ul#menu li.selected a, ul#menu li.selected a:hover
{ background: darkgrey;
  }

ul#menu li a:hover
{ color: cornflowerblue;
 text-decoration: underline ;
 }

#site_content
{ width: 880px;
  overflow: hidden;
  margin: 20px auto 0 auto;
  padding: 0 0 10px 0;} 

#sidebar_container
{ float: left;
  width: 224px;

}


#content
{ text-align: left;
  width: 620px;
  padding: 0 0 0 5px;
  float: right;}
  
#content ul
{ margin: 2px 0 22px 0px;}

#content ul li, .sidebar ul li
{ list-style-type: disc;
  margin: 0 0 0 0; 
  padding: 0 0 4px 25px;
  line-height: 1.5em;}

#footer
{ width: 100%;
  font-family: arial, sans-serif;
  font-size: 100%;
  height: 60px;
  padding: 20px 0 ;
  text-align: center; 
  background: #000;
  border-top: 2px solid #2D2D2D;
  color: #FFF;}

#footer p
{ line-height: 1.5em;
  padding: 0 0 10px 0;}

#footer a
{ color: #FFF;
  text-decoration: none;}

#footer a:hover
{ color: #B48A7C;
  text-decoration: none;}

.search
{ color: #5D5D5D; 
  border: 1px solid #BBB; 
  width: 134px; 
  padding: 4px; 
  font: 100% arial, sans-serif;}

.form_settings
{ margin: 15px 0 0 0;}

.form_settings p
{ padding: 0 0 4px 0;}

.form_settings span
{ float: left; 
  width: 200px; 
  text-align: left;}
  
.form_settings input, .form_settings textarea
{ padding: 5px; 
  width: 299px; 
  font: 100% arial; 
  border: 1px solid #E5E5DB; 
  background: #FFF; 
  color: #47433F;}
  
.form_settings .submit
{ font: 100% arial; 
  border: 0; 
  width: 99px; 
  margin: 0 0 0 212px; 
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #3B3B3B; 
  color: #FFF;}

.form_settings textarea, .form_settings select
{ font: 100% arial; 
  width: 299px;}

.form_settings select
{ width: 310px;}

.form_settings .checkbox
{ margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;}

.separator
{ width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;}
  
table
{ margin: 10px 0 30px 0;}

table tr th, table tr td
{ background: #3B3B3B;
  color: #FFF;
  padding: 7px 4px;
  text-align: left;}
  
table tr td
{ background: #E5E5DB;
  color: #47433F;
  border-top: 1px solid #FFF;}
  
  .big {font-size: 30px;}

.color1 {
  color: #f00;
}

.color2 {
  color: #00f;
}

