/* basic elements */
body { 
	font: .8em georgia; 
	}
p { 
	font: .9em georgia; 
	}
h3 { 
	font: italic bold 1.2em arial; 
	}
a:link { 
	}
a:visited { 
	}
a:hover, a:active { 
	}


/* specific divs */
#container {
	}
#container-index {
	}
  
#top {
}

#pageHeader {
	}

#pageHeader h1 { 
	display: none;
  }

#topNav {
	display: none;
	}
#linkList { 
	}
#linkList ul {
	}
#linkList li {
	}
  
  
#mainbody {
}
#content-index {
	}
#content-index {
	}
.map {
	width: 250px;
	float: right;
  text-align: center;
  }
#featureHeading {
  font: 1em arial;
	font-weight: bold;
  }
a.featureHeading:link { 
	}
a.featureHeading:visited { 
	}
a.featureHeading:hover, a:active { 
	}  
#featureContainer {
	display: none;
	}	

form#eventForm {
}

  /*drop shadows*/
#shadowbox { margin: 20px; }
.box250 { width: 250px; float: left; margin: 10px; }
.box200 { width: 200px; float: left; margin: 10px; }

.shadowN { background: url(images/sitebuild/shadowN.gif) repeat-x top left; }
.shadowW { background: url(images/sitebuild/shadowW.gif) repeat-y top left; }
.shadowE { background: url(images/sitebuild/shadowE.gif) repeat-y top right; }
.shadowS { background: url(images/sitebuild/shadowS.gif) repeat-x bottom left; }
.shadowNW { background: url(images/sitebuild/shadowNW.gif) no-repeat top left; }
.shadowNE { background: url(images/sitebuild/shadowNE.gif) no-repeat top right; }
.shadowSW { background: url(images/sitebuild/shadowSW.gif) no-repeat bottom left; }
.shadowSE { background: url(images/sitebuild/shadowSE.gif) no-repeat bottom right; }
.shadowOffsetAll { padding: 6px; }
.shadowOffsetT { padding: 6px 0 0 0; }
.shadowOffsetL { padding: 0 0 0 6px; }
.shadowOffsetR { padding: 0 6px 0 0; }
.shadowOffsetB { padding: 0 0 6px 0; }
.shadowOffsetTL { padding: 6px 0 0 6px; }
.shadowOffsetTR { padding: 6px 6px 0 0; }
.shadowOffsetBL { padding: 0 0 6px 6px; }
.shadowOffsetBR { padding: 0 6px 6px 0; }
.shadowOffsetTLR { padding: 6px 6px 0 6px; }
.shadowOffsetBLR { padding: 0 6px 6px 6px; }
.shadowInside { border: 1px solid #cbc; padding:5px; background-color: #fef; }
  