/* CSS Document */

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #99CC66; background-image:url(img/bubbles_bkgd.gif); background-repeat:repeat;
	}
	
.quote{
	font-style:italic;
	font-size: 0.85em;
	color: #99CC66;
	align: right;
	text-align: center;
	padding: 0.2em;
	top: 5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1.5em;
}	
 #main {
	float: left;
	margin-left: 6em;
	margin-right: 6em;
	padding-left: 2em;
	padding-right: 2em;
	background-color: #FFFFFF;
	background-image:url(img/logo.jpg); background-repeat: no-repeat;
 
 }
 #watermelon 
 {
	position:absolute;
	width:153px;
	height:140px;
	z-index:1;
	left: 542px;
	top: 1em;
	
}

/*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, h5, h6 {
margin: 0;
padding: 0;
}

h3 {
font-size: .95em;
}
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:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	line-height: 1.2;
	color: #6666CC;
}

/*padding is within the element and margin is outside the element*/
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #99CC66;
	font-size: 2.5em;
	font-style:italic;
	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 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #6666CC;
	font-size: 2em;
	padding: 0.5em;
}

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

a:visited { color: #009966;
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: 8em;
	margin-left: 0;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	
	
}
#nav li {
float: left;
position: relative;
width: 8.5em;
border: 1px solid #B0C4DE;
background-color: #99CC66;
color: #CCCC00;
font-size: .85em;
margin-right: .40em;
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: 1.1em;
	margin-bottom: -1px;
	margin-top: 1px;
	padding: .25em;
	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: 130px;
	position:absolute;
	width: 200px;
	padding: 40px 10px 0px 10px;
	top: 160px;
	margin-top: 3em;
}

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

}

#rightpanel {
	float: right;
	width: 150px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #6666CC;
	padding: 40px 10px 0px 10px;
	margin-left: 20px;
	margin-top: 3em;
}

/* defining lists with an image for bullets*/
ul {list-style-image:url(img/bubble_bullet.gif);
font-size: .90em;
color:#6666CC; 
}

#main ol li {font-size: .90em;
color:#6666CC;}




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

.imgborder { border: 2px solid #0099CC; }
