/* CSS Document */

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #99CC66; 
	background-color: #F5BB00;
	margin-top: 0em;
	}
	
#wrapper {
	margin-left: 3em;
	margin-right: 3em;
	background-color:#FFFFFF;
	padding-top: 0em;
	}
	
	
 #main {
	float: left;
	margin-left: 2em;
	margin-right: 6em;
	padding-left: 2em;
	padding-right: 2em;
	background-color: #FFFFFF;
	margin-top: 0em;
	margin-bottom: 0em; 
 }
 #watermelon 
 {
	position:absolute;
	width:153px;
	height:140px;
	z-index:1;
	left: 654px;
	top: 34px;
	
}


#calendar {
	position:absolute;
	width:156px;
	height:130px;
	z-index:2;
	left: 770px;
	top: 0px;
}


/*clear all of the gutters around the body of the page

body {
margin: 0;
padding: 0;
}
*/

/*global reset to zero of margins and padding from your page, even between headings and paragraphs

* {
margin: 0;
padding: 0
}
*/

/* reset margins and padding for headers and lists */

h1, h2, h3, h5, h6, ul {
margin: 0;
padding: 0;
}

h3 {
font-size: .95em;
color:#663300;
}
h2 {
font-size: .95em;
color:#993300;
}

td {
font-size: .75em;
color:#663300;
}

h4 {
font-size: .85em;
}

/* line-height provides for spacing between lines - don't use a unit of measure for line-height because this is inherited from the font-size */
p {
	font-family:Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2;
	color: #666666;
}

/*padding is within the element and margin is outside the element*/
h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #99CC66;
	font-size: 1.25em;
	padding-bottom: 0.25em;
	border-bottom-style: none;
	margin-bottom: 0;
	padding-top: .05em;
}

/*remove space between h1 and follow-on p*/
h1+p {
margin-top: .2em;
padding-top: 1em;
}

.footer {text-align:center;
color:#6633CC;
line-height: 2em;
}



h2, th {
	font-family:Verdana, Tahoma, Georgia;
	color:#993300;
	padding: 0.5em;
	font-size: 1em;
}

th {
background-color:#99CC66;
color:#333333;
}

/* Linked Text */
a:link {
	color:#999900;
	text-decoration: underline;
}

a:visited { color:#99CC66;
text-decoration: underline;
 }
 
a:hover { color: #3333FF;
text-decoration: underline; 
}

/*special font applications -- add this to html using <span class="highlight"></> around the text you want to highlight*/
.highlight {background-color:#99CC66;
}
#nav {
	margin-top: 0em;
	margin-left: 0em;
}

#nav ul {
	padding: 0;
	margin: 0;

}
#nav li {
	float: left;
	position: relative;
	width: 8em;
	border: 1px solid #B0C4DE;
	background-color: #F5BB00;
	color: #CCCC00;
	font-size: 0.85em;
	margin-right: .15em;
	margin-top: 1.50em;
	padding-top: .80em;
	padding-bottom: .50em;

}
#nav a:link, #nav a:visited {
display: block;
text-decoration: none;
text-align:center;
color: #000066;
margin-bottom: -1px;
}
* html #nav a {
width: 100%;
}
#nav ul {
display: none;
position: absolute;
padding: 0;
}
#nav ul li {
	background-color: #FFFFFF;
	font-size: .95em;
	margin-bottom: -1px;
	margin-top: 1px;
	padding: .20em;
	border-top-width: 1px;
	border-top-color:#CCCC00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC00;
}
#nav li:hover ul {
display: block;
}
#leftpanel {
	left: 67px;
	position:absolute;
	width: 200px;
	padding: 30px 10px 0px 10px;
	top: 331px;
}

#calendarpanel{
	padding-top: 30px;
	margin-left: 3em;
	margin-right: 3em;
	margin-top: 3em;
	background-color:#FFFFFF;
	padding-top: 0em;
	}

#calendarpanel td {
	text-align:left;
	vertical-align: text-top;
	}

#middlepanel {
	margin-left: 220px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 2em;

}


#calendar {
	margin-left: 25px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-top: 2em;
}

#rightpanel {
	float: right;
	width: 240px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #F5BB00;
	padding: 40px 10px 20px 20px;
	margin-left: 20px;
	margin-top: 2.5em;
}

/* defining lists with an image for bullets*/
ul {list-style-image:url(../img/flower-bullit.jpg);
font-size: .95em;
color:#666666; 
padding: 0.1em;
margin-left: 3em;
}

#middlepanel ol li {font-size: .85em;
color:#666666;
}

.BoldOrangeBrn {color: #A77D00;
font-weight: bold;}

.quote{
	font-size: 0.8em;
	color: #663300;
	align: right;
	text-align:left;
	padding: 0.2em;
	top: 5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1em;
	border-color:#99CC66;
	border-style: dotted;
	border-width: 2px;
	padding: 1em;
}

/*images  -- adding a class to use with the img tag when you want a border*/

.imgborder {
	border: 3px solid #8CC53E;

}

/* hoverbox code */
.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail1{
position: relative;
z-index: 0;
}

.thumbnail1:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail1 span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail1 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail1:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 50px; /*position where enlarged image should offset horizontally */

}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
margin-left:2em;
margin-top:6em;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid black;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -9000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 100px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

</style>






</style>
