/* Generated by KompoZer */
div.container {
 
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 800px;
  line-height: 100%;
  padding-left: 0%;
  left: 0;
  background-color: white;
}
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
  text-decoration: none;
  color: red;
}
a:active {
  text-decoration: none;
  color: red;
}
a:hover {
  text-decoration: none;
  color: gray;
}

div.header, div.footer {
 
  padding: 0;
  color: white;
  background-color: gray;
  clear: left;
  font-family: "Times New Roman",Times,serif;
}
h1.header {
  margin: 0;
  padding: 0;
}
h3{
color: red;
text-decoration: underline;
}
#menu {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 115px;
 /* padding-top: 1em;*/
  padding-left: 2em;
  z-index: 100;
  width: 750px;
  }
div.content {
 
  background-color: white;
  padding: 0;
  color: red;
  width: 800px;
  max-height: 600px;
  min-height: 200px;
  /*z-index: 100;*/
}

div.events {
  border: 1px solid black;
  background-color: white;
  color: black;
  float: left;
  text-align: center;
  width: 260px;
  max-height: 300px;
  min-height: 200px;
  }
div.gathering {
  border: 1px solid black;
  background-color: white;
  color: black;
  margin: 0 0 0 8px;
  float: left;
  text-align: center;
  width: 260px;
  max-height: 300px;
  min-height: 200px;
}
div.next{
	background-color: #D3D3D3; /*light grey*/
	}
	div.last{
	background-color: #E6E6FA; /*light grey*/
	}

div.contact {
  border: 1px solid black;
  background-color: white;
  color: black;
  float: right;
  text-align: center;
  width: 260px;
  max-height: 300px;
  min-height: 200px;
}

body {
  background-color: white;
  background-image: url("gradient.jpg"); 
  background-repeat: repeat-x;
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: verdana,arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 80%;
  line-height: normal;
  font-size-adjust: none;
  
}
#nav, #nav ul {
	float: left;
	width: 750px;
	list-style: none;
	line-height: 1;
	background: red;
	font-weight: bold;	
	padding: 0;
	/*border: solid white 2px;*/
	margin: 0 0 0em 0;
}

#nav a {
	display: block;
	/*width: 12em;
	w\idth: 7em;*/
	color: white;
	text-decoration: none;
	 text-align: center;

	/*padding: .5em 1.5em;*/
}

#nav a.daddy {
	background: url(images/rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	margin: 1px 1px 1px 1px;
	width: 9em;	
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 10em;
	w\idth: 10em;
	font-weight: normal;
	border-width: 2px;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	/*width of the hover for dropdowns*/
	width: 9em
}

#nav li ul a {
	width: 10em;
	w\idth: 9em;
}

#nav li ul ul {
/*adjusts the height and width of the second drop down*/
	margin: -1em 0 0 9.9em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: black;
}
