@charset "utf-8";
/* CSS Document */

#comments {
	border: #3300FF .2em dotted;
	padding:10px;
	background-color:#ffffff;
	width: 95%;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
		border-top:#66b266 1em solid;
	border-bottom:#66b266 1em solid;
	
}
#footer {background-color: #fafcfa;}

#navbar {
  overflow: hidden;
  background-color: #fafcfa;
  height: 30px;
  padding-top: 15px;
}

#navbar a {
 text-align:center;
  display: ;
  color: green;
  text-align: center;
  padding: 14px 16px;
   border-right:1px solid #d8e8d8;  
 
   border-left:1px solid #d8e8d8;  
  
  text-decoration: none;
  font-size: 18px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;

}

#navbar a.active {
  background-color:   ;
  color: #263b26;
    border-bottom: solid grey;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}
hr.new1 {
  border-top: 1px solid #d8e8d8; width: 70%;
}

.menu { }

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
 
}
.menu li {
  float: right;
   border-right:1px solid #bbb;  
   
   
}
.menu li a{
   display: block;
  color: green;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
   background-color: ;
}
.menu li a:hover:not(.active) {
  background-color: #66b266; color:white;
}

.menu .active {
  background-color: #04AA6D;
}

a img {border:none;}
a:active {color: blue;}
a:link {text-decoration:none}
a:hover {color: #1E4759; background-color: #97D0EA ;  }
a:visited {color:blue;}

 #container { 
	width: 50em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #cccccc;
	text-align: left;
	
		
} 



#container2 { 
	width: 55em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #cccccc;
	text-align: left;
	
	

	
} 
 #header { margin-top:0em;  
  
  background-color: red; /* For browsers that do not support gradients */
  background-image: linear-gradient(white, #66b266);
	
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLtHdr #sidebar1 p" rule.
*/
 #sidebar1 {
	float: right; 
	width: 9em; /* since this element is floated, a width must be given */
	background: #ffffff; 
	padding: 9px 0; /* top and bottom padding create visual space within this div */
	margin-top:-2em;
	margin-left:20px;
	a : outline:0;
}


/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
 #mainContent {
	margin: 0 0 0 0em; 
	
	padding: 20px;
} 


#form {
 width: 600px; padding:1em; 
}
form {
	background-color:#F6FAFC;
	
	border: none;
}

fieldset {width: auto; padding:1em;border:none;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.warning {
color:#990000; font-weight:normal; font-size:15px;
}
label {
	display:block;
	font-weight:bold;
	}
	#about {margin-top:0em;}
	
	.flash {
margin-left:0em; margin-top:-1em;
position:relative; z-index:1;
 }
a:active
{
outline: none; 
}

a:focus
{
outline: none; color:black;
}
.pic { display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%
  }
.shadow {
 -moz-box-shadow: 3px 3px 4px #999; /* Firefox */
 -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
 box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
 }
  @media only screen and (max-width: 750px) {
	 
	    body {background-image: none; border-bottom: none;} 
		#header img {width: 100%; height: auto;}
		.pic img {width: 100%; height: auto;}
		#container {width: 100%; margin-right: 1%; padding: 0; float: right; }
		#container2 {width: 100%; margin-right: 1%; padding: 0; float: right; }
		form {width: 100%}
		#footer {display:; clear:both;}
		}
		
		
		@media only screen and (max-width: 650px) {
		
		#navbar a{font-size : 80%; padding:none; border:none; }
		
		#container {width: 100%; margin-right: 1%;  padding: 0; float: right; }
		#container2 {width: 100%; margin-right: 1%;  padding: 0; float: right; }
		#sidebar1 img {width: 60%; height: auto; }
		#sidebar1 {margin: 0% 0 0 2% ; width: 100%;  padding: 0; }
		#mainContent {margin-left: 10%; padding: 2%; width: 80%;}
		.dolly img {display: none;}
		.pic {display:none;}
		.space {display: none;}	fieldset {width: 80%;}
		#fred {width: 100%; margin-left:10%; padding: 0;}	     
		#fred textarea {width: 90%;}
		
		#fred2 {width: 100%;  padding: 0;}	     
		#fred2 textarea {width: 100%;}
		.home li {margin-right: 0;}
		}
