/* Grapes, web template for business or for fun */
/* By Dave Reeder, www.davereederdesign.com */

body {margin: 0; padding: 0; background: #A9BAC3; color:#666666; line-height:1.5em; font-size:11px; font-family:Verdana, Tahoma, Helvetica, sans-serif}

/* * {margin: 0; padding: 0; border: 0; font-family:Verdana, Tahoma, Helvetica, sans-serif} */


/*----------------------------------------------Basic styles------------------------------------------------*/

h1, h2, h3 {
	font: bold 16px 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 20px; color: #6297BC; } 
h2 { font-size: 18px; color: #6297BC;}
h3 { font-size: 16px; color: #9EC630;}

p#tagline {font-style: italic; color: #648D20; font-size: 18px; line-height:.2em; padding-bottom: .7em;}  /* sits under main title */

p, ul, ol {margin: 10px 10px 10px 7px; font-size: 11px; line-height: 1.60em; color: #000; letter-spacing: 0.05em}

p span {font-size: 1.50em; font-weight: bold} /* shouting words */

a:link, a:visited {font-weight: bold; text-decoration: none; color: #6297BC;}
a:hover, a:active {color: #9EC630; border-color: #fff}

ul {list-style: outside round} /* general lists */

ul li { padding-bottom: 15px; }

acronym {font-weight: bold; border-bottom: 1px dashed #000; cursor: help}

.comic20 {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 20px;
	line-height: 110%;
}

.listing-region {
	border-bottom: 1px solid #000;
	cursor: pointer;
}

.listing-name {
	font-weight: bold;
	font-size: 14px;
}

.listing {
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}

#what-learned {
	border: 2px solid #000;
}

#what-learned-two{
	border: 5px solid #555;
}

#what-learned-three {
	border: 1px solid #000;
}

#what-learned-four{
	border: 5px solid #ccc;
}

#what-learned-five {
	border: 1px solid #000;
	text-align: center;
}

#what-learned-title {
	margin: auto;
	padding: 10px;
	width: 90%;
	text-align: center;
	font-size: 20px;
	border-bottom: 5px solid #000000;
	color: #000;
}

#what-learned-body {
	text-align: left;
}

#what-learned-body  ul{
	list-style: square;
}

/* input, select { border-left: 1px solid #555; border-top: 1px solid #555; border-right: 2px solid #000; border-bottom: 2px solid #000; padding: 5px; margin: 5px; } */

/*-----------------------------------------------Layout DIVS------------------------------------------------*/

#container {  /* keeps everything together */
position: relative; 
margin: 0 auto; 
width: 817px; 
min-height: 400px;
overflow: hidden;
background-color:#fff;
border-bottom: 2px solid #005599;
}

#hdr {  /* div containing h1, nav and grapes image */
width: 100%; 
padding: 10px 0 0 0;
background-color: #000;
border-bottom: 1px solid #AAAAAA;
}

#hdr div{
border-bottom: 1px solid #000;
}

#hdr div, #hdr img{
padding: 0;
margin: 0;
height:100px;
}

#leftcol {   /* left column */
width: 23%; 
background: transparent;
overflow: hidden;
float:left;
min-height: 100%;
}

#midcol {float: left; min-height: 100%; width: 50%; padding-left: 20px; padding-bottom: 30px; background: transparent; overflow: hidden;}  /* middle column */

#rightcol {float: right; min-height: 100%; width: 23%; padding-bottom: 30px; background: transparent; overflow: hidden;}  /* right column */

#bottombar{
font-weight:bold;
text-align:center;
width: 100%;
}

#header { border: 1px solid black; padding: 10px; text-align:center; color: #007; font-weight: bold; font-size: 14px; }
#header h2 { font-size: 18px; color: #000; }


/*---------------------------------------------Main Navigation-----------------------------------------------*/

ul#nav {   /* navigation list */
	margin: 0px 0 20px 0; /* the 53px is where the nav begins (margin top) */
	padding: 0;
	list-style: none inside
}
	
ul#nav li {display: block; padding-bottom: 5px;}

ul#nav li a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	font-size: 11px;
	min-height:18px;
}

ul#nav li a:hover {color: #9EC630;; border-color: #0f0}


	