@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4em;
	background-color:#C9F;
	/*behavior:url(_css/csshover.htc);*/
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/

* {
	margin:0; 
	padding:0;
	} 

.clearthefloats {
	clear:both;
}

img.floatright { 
	float:right; 
	margin: 10px 10px 6px 10px;
	border: 2px solid #000;
	padding: 2px;
}

img.floatleft { 
	float:left;
	margin: 10px 10px 6px 10px;
	border: 2px solid #000;
	padding: 2px;
}

img.center { 
	margin: 10px 10px 6px 10px;
	border: 2px solid #000;
	padding: 2px;
}

div#container {
	width: 56em;  /* this width creates a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border: 2px solid #30C;
}

div#header {
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color:#30C;
	background-color: #E0E0E0;
	text-align: center;
	background-image: none;
	/*height: 160px;*/
	padding: 30px 0px 0px 0px;
	border-bottom: 2px solid #30C;
} 

div#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 4% 0;
	text-shadow: -3px -3px 5px #999;
	text-decoration: none;
}


/* the horizontal menu starts here */
div#listmenu * {
	z-index: 10;
	}

div#listmenu {
	width:100%; 						/* makes the div full width */
	float:left; 						/*makes the div enclose the list */
	font-size: .7em;					/* Sets font size */
	background-color:#E0E0E0;			/* colors the div */
	margin-bottom: 6%;
	}
	
div#listmenu ul {
	margin-left: 2%;				/* indents ul from edge of container */
	}
	
div#listmenu li {
	float:left;							/* causes the list to align horizontally instead of stack */
	position:relative; 					/* positioning context for the absolutely positioned drop-down */
	list-style-type:none;				/* removes the bullet off each list item */
	background-color: #E0E0E0; 			/*sets the background of the menu items */
	width: 8em;
	text-align:center;
	}
	
div#listmenu li:first-child {
	/*border-left:1px solid #2E3640; */			/*the first vertical line on the menu */
	}
	
div#listmenu li:hover { 
	background-color: #C9F;
	color:#FFF;
	}
	
div#listmenu a {
	display: block;
	/*padding: 0 10px;*/					/*creates space each side of menu item's text */
	text-decoration: none;	 			/* removes the underlining of the link */
	color: #30C;					/* sets the type color */
	}
	
div#listmenu a:hover {
	color: #FFF;
	}
						/* the horizontal menu ends here */			
						/* the drop-down starts here */
div#listmenu ul li ul {
	margin: 0;
	position:absolute; 	/* positions the drop-down ul in relation to its relatively positioned li parent */
	width: 100%; 		/*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:-1px; 			/*aligns the drop exactly under the menu */
	}
	
div#listmenu ul li ul li {
	width:100%; 						/* makes the list items fill the list container (ul) */
	border-left:1px solid #2E3640; 		/*  three sides of each drop-down item */
	border-bottom:1px solid #2E3640;
	border-right:1px solid #2E3640;
	}
	
div#listmenu ul li ul li:first-child {
	border-top:1px solid #2E3640; 		/*the top edge of the dropdown */
	}
										/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {
	display:none;
	} 									/* conceals the drop-down when menu not hovered */
	
div#listmenu ul li:hover ul {			/* shows the drop-down when the menu is hovered */
	display:block;
	} 									

body div#listmenu ul li ul li ul {
	visibility: hidden;
	top: -1px;
	left: 8em;
	} 									/* conceals the drop-down when menu not hovered */
	
div#listmenu ul li ul li:hover ul {
	visibility:visible;
	} 							

/*Listmenu ends here*/


 #navbar {
	clear:both;
  	width:800px;
	margin-left:auto;
	margin-right:auto;
 } 

 #navbar #holder {
  height:22px;
  /*border-bottom:1px solid #000;*/
  width:800px; 	
  padding-left: 5px; 
  font-size: 10px;
 } 

 #navbar #holder ul {
  list-style:none;
  margin:0;
  padding:0; 
 } 

 #navbar #holder ul li a { 
  text-decoration:none;
  float:left;
  margin-right:6px;
  font-family:"Arial Black", Gadget, sans-serif;
  color:#000;
  border:1px solid #000;
  border-bottom:none;
  padding: 0 5px;
  width: 96px;
  height:22px;
  text-align:center;
  display:block;
  background:#69F;
  -moz-border-radius-topleft:15px;
  -moz-border-radius-topright:15px;
  -webkit-border-top-left-radius:15px;
  -webkit-border-top-right-radius:15px; 
 } 

 #navbar #holder ul li a:hover {
  background:#C9F;
  color:#FFF;
  text-shadow:1px 1px 1px #000;
 } 

 #holder ul li a#onlink {
  background:#FFF;
  color:#000;
  border-bottom:1px solid #FFF; 
 } 

 #holder ul li a#onlink:hover {
  background:#FFF;
  color:#69F;
  text-shadow:1px 1px 1px #000; 
 }

div#evalCriteria
{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	padding: 1% 2% 2% 2%;
	/*border: 1px solid #666;*/
	text-align: center;
	line-height: 150%;
}

div#evalCriteria p {
	padding-bottom: 2%;
}

div#mainContent {
	background-color: #E0E0E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 1% 2% 2% 2%;
	border: 1px solid #E0E0E0;
	line-height: 150%;
}

div#mainContent p {
	padding-bottom: 2%;
}

div#spacer {
	clear:both;
	width: 100%;
	border-top: 1px solid black;
	}

div#bottom {
	padding-bottom: 2px;
	border-bottom: 2px solid #2E3640;
	}

div#footer {
	width: 100%;
	font-size: 0.75em;
	margin-bottom: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
	}

div#footer p {
	margin: 1% 15%;
	font-size:.7em;
}

div#footer ul {
	margin: 2px 0px;
	}
	
div#footer li {
	display: inline; 
	border-left: 1px solid #2E3640;
	}

div#footer li:first-child {
	border-left: none; 
	}
/*div#footer li:unknown {
	border-left: 0px
	}*/
	
div#footer ul li {
	color: #2E3640;
	padding-right: 7px;
	padding-left: 7px;  
	color: #523857;	
	}
	
div#footer ul li a {
	text-decoration: underline;
	color: #2E3640;
	}
	
div#footer ul li a:hover {
	background-color: #C9F;
	color:#FFF;
	}
	
h1 {
	text-decoration: underline;
	letter-spacing: 0.2em;
	text-align: center;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.img {
	background-color: #F0C;
	border: medium solid #000;
	margin-top: 10px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.multComp {
	text-align: center;
	padding-bottom: 2em;
}

h2 {
	font-variant: small-caps;
	font-style: italic;
	text-align: center;
	margin: auto;
	padding-top: 4px;
	padding-bottom: 4px;
}

hr {
	clear: both;
	visibility:hidden;
}

