* {
	margin: 0;
	padding: 0;
}

.singlePop {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	/*	background: #649464; */
	background: #24CB30;
	font-size: 14px;
	overflow:visible;
/*	background-color: #00CCCC; 
	background-color: #97c93f; */
	background-color: #000000;

}
/*
td {
	border: 2px blue solid;
}
*/
h1, h2, h3 {
	font-family: "Comic Sans MS", cursive;
	font-weight: normal;
/*	color: #096503; */
	color: #c9252b;
}

h1 {
      font-family: Arial;
      color: #c02336;
	  color: #c9252b;
      font-size:28px;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, blockquote, ul, ol {
	margin-bottom: 2em;
	line-height: 180%;
}

p {
}


a {
	color: #D65601;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: darkblue;
}

img {
	float: left;
	margin-right: 10px;
}

input, textarea, select {
}

input {
}

textarea {
}

select {
}



/* Header */

#header {
	width: 1024px;
	height: 430px;
	margin: 0 auto;
	padding-top: 0px;
/*         background-image: url("images/bg-1.png"); */
/*         background-image: url("images/wallypop_label1.png"); */
         background-image: url("images/WallyLogoMed.png");
        background-repeat: no-repeat;
/*         border: 2px red  dashed; */
	/* padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs
                                   that appear beneath it. If an image is used in the #header instead of text,
                                   you may want to remove the padding. */
}

.headerclass  {
	width: 1024px;
	height: 20px;
	margin: 0 auto;
	padding-bottom: 1em;
	}

/* Logo */

#logo {
/*	background: url("images/ProgressiveLogoWeb.jpg") no-repeat  left center; */
}

#logo h1 {
	margin: 0;
	font-size: 2.5em;
	padding-left: 60px;
}

#logo h2 {
	margin: 0;
	padding-left: 60px;
	font-size: 1.5em;
	font-weight: bold;
}

#logo a {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

.menuItem {
      padding: 0;
      width: 118px;
      height: 25px;
/*      border: 2px blue solid;  */
}

li.menuItem {
      background-repeat: no-repeat;
      background-position: left;
}

li.menuItem#home a {
      background-image: url("images/home_up.png");
/*      border: 2px red dashed;
       background: red; */
}

li.menuItem#home a:hover{
      background-image: url("images/home_down.png");
/*      border: 2px red dashed;
       background: red; */
}


li.menuItem#aboutus {
      background-image: url("images/aboutus_up.png");
/*      border: 2px red dashed;
       background: red; */
}

li.menuItem#contact {
      background-image: url("images/contactus_up.png");
/*      border: 2px red dashed; */
}

#menu {
/*       border: 2px pink solid;  */
      text-align: center;
      margin: auto auto;
      padding-left: 300px;
      padding-top: 10px;
/*      padding-top: 325px;  */
      height: 60px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	font-size: large;
	float: left;
	text-align: center;
	width: 148px;
	height: 40px;
	padding: 1em 0px 0 2px;
}


#menu a {
	color: #096503;
	text-decoration: none;
	letter-spacing: -1px;
/* 	color: #000000; */
}

#menu a:hover {
	font-weight: bolder;
	/* text-decoration: underline overline; */
        color: darkgreen;
/*	color: #18880A;
	background:  url(images/menuoverlay.png) no-repeat;
	font-size: larger;  */
	
}
#menu h2 {
 	display: none;
}

#menu ul li {
	background-image: none;
}


#menu .about {
      background-image: url("images/contact_up.png");
      background-repeat: no-repeat;
}

#menu .contact {
      background-image: url("images/aboutus_up.png");
      background-repeat: no-repeat;
}

#wallymenu {
/* padding-top: 300px; */
}

#homepage #menu li.homepage, #workshop #menu li.workshop, #toplinks #menu li.toplinks,
#about #menu li.about, #contact #menu li.contact {
		text-align: center;
/* 	color: #749865;*/
}

#homepage #menu li.homepage a, #workshop #menu li.workshop a, #toplinks #menu li.toplinks a,
#about #menu li.about a, #contact #menu li.contact a
{
/*	text-decoration: underline overline; */
      color: darkgreen;
}

/* mainContent */

#mainContent {
	padding: 0 20px;
        /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

/* container */

#container {
	width: 1024px;
	margin: 0 auto;
        width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */

}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
}

#sidebar .title {
	margin: 0;
	padding: 20px 20px 0 20px;

}

#sidebar .content {
	padding: 20px;
}

#sidebar .bottom {
	height: 33px;
}

/* Content */

#content {
	float: right;
	width: 550px;
	background: url(images/contentfill.jpg) repeat-y;
}

/* Splash */

#splash {
	text-align: center;
/*	background: url(images/img09.jpg) repeat-y;  */
}

#splash .top {
	padding: 20px 20px 16px 20px;
/*	background: url(images/img08.jpg) no-repeat;  */
	background: url(images/contenttop.jpg) no-repeat;
}

#splash .bottom {
	height: 33px;
/*	background: url(images/img05.jpg) repeat-x left bottom;  */
}

/* Welcome */

#welcome {
	padding: 0 20px;
}

/* Samples */

#samples {
	padding: 20px;
	background: url(images/sectiondivider.jpg) repeat-x;
}

/* Footer */

#footer {
	font-size: 10px;
/* 	padding-top: 20px; 
	margin: 0px auto;*/
	position: relative;
	clear: both;
	height: 264px;
/*	width: 800px;   /* testing */
/*	background-image: url(images/Threekids.jpg); */
	background-image: url(images/ColorfulLolipops.png);
      background-repeat: no-repeat;
/* 	border: solid red 3px; */
}

#footercontents {
	position: relative;
	bottom: 0px;
 	width: 1024px;
	padding-top: 80px;
 	margin: 0 auto;
/*(	border: solid orange 3px; */
}

#footercontents p {
	font-size: 10px;
}

form {
	padding-left: 0em;
}

.formlabel {
	font-weight: bold;
	
}

.formradio {
	font-weight: bold;
	color: darkgreen;
	padding-left: 2em;
}



h2 {
/*	border: solid thin red;  */
	margin: 0 auto;
	padding: 0;
}


.quote {
	font-style: italic;
	color: #009900;
	background-position: center;
	padding: 1em;
	font-weight: bold;
}
.formlabel {
	font-weight: bold;
	text-align: right;
	padding-right: 1em;
}
.forminput {
/* 	background-color: #D4F7CD; */
	width: 300px;
	border-top-color: #096503;
	border-right-color: #096503;
	border-bottom-color: #096503;
	border-left-color: #096503;
}
.formcombobox {
/*	background-color: #D4F7CD;  */
	width: 100px;
	border-top-color: #096503;
	border-right-color: #096503;
	border-bottom-color: #096503;
	border-left-color: #096503;
}
.formOption {
	padding-right: 1em;
	padding-left: 1em;
	font-weight: bold;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--  */
