nav {
	display: block;
}

body {
	font-family: "Gill Sans","Gill Sans MT",Helvetica,Arial,sans-serif
}

#pageDIV {
	position: relative;
	width:1004px;
	margin:0 auto;
	overflow:hidden;
	border-top-width: 4px;
	border-top-color: black;
	border-top-style: solid;
}

#pageDIV:before,
#pageDIV:after {
	content: "";
	position: absolute;
	display: block;
	width: 4px;
	height: 100%;
	top: 0px;
	background: linear-gradient(to bottom, #000 0%, #000 50%, transparent 100%);
}

#pageDIV:before {
	left: 0px;
}

#pageDIV:after {
	left: 1000px;
}
	
#topMenu {
	position: absolute;
	text-align: center;
	width: 750px;
	height: 30px;
	border-style: solid;
	border-color: black;
	border-width: 4px;
	top: 234px;
	left: 250px;
	line-height: 30px;
	vertical-align: middle;
	color: white;
	background: black;
	overflow: visible;
}

#DIV_2 {
	width: 100%;
}

#leftMenu {
	display: inline-block;
	float: left;
	margin: auto;
	width: 250px;
	border-style: none;
}

#leftMenu:after {
	z-index: -9999;
	content: "";
	position: absolute;
	display: block;
	width: 4px;
	height: 100%;
	top: 0px;
	left: 250px;
	background: linear-gradient(to bottom, #000 0%, #000 50%, transparent 100%);
}

#leftMenuInner {
	display: inline-block;
	float: left;
	margin: 5px 0px 0px 5px;
	font-size: 15px;
	text-align: left;
}

#leftMenuInner a:active {
	color: #4f672d;
}

#contentDIV {
	display: inline-block;
	float: right;
	margin: 0 auto;
	width: 746px;
	text-align: center;
}

#mainText {
	width: 540px;
	float: left;
	text-align: justify;
	margin-left: 15px;
	margin-right: 15px;
}

#upcomingEvents {
	position: relative;
	display: inline-block;
}

#upcomingEventsImages {
	position: relative;
	width: 170px;
	height: 130px;
}

#rotatingPictures {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#credits {
	display: block;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

.title {
	font-weight: bold;
	text-align: center;
	font-size: 1.25em;
}

.highlightLeftMenu {
	color: #4f672d;
}

a:link, a:visited {
	color: black;
	text-decoration: none;
    display: inline-block;
}
a:hover, a:active {
	color: #4f672d;
	text-decoration: none;
    display: inline-block;
}

/* Menu stuff */
.leftMenuHeading {
	margin: 7px;
	font-weight: bold;
	height: 12px;
}
.leftMenuItem {
	margin: 17px;
	height: 10px;
	position: relative;
}
.leftMenuItem a:active {
	color: #4f672d;
}
/* Dropdown menus */
#primary_nav_wrap
{
	margin-top: 0px;
}

#primary_nav_wrap ul
{
	z-index: 9999;
	display: inline;
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#primary_nav_wrap ul a
{
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	padding: 0px 0px;
	font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#primary_nav_wrap ul li
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0px 28px;
}

#primary_nav_wrap ul li.current-menu-item
{
	background: #ddd;
}

#primary_nav_wrap ul li:hover
{
	background: #888;
}

#primary_nav_wrap ul ul
{
	z-index: 9999;
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	color: white;
	background: black;
	padding: 0px 0px 0px 0px;
	text-align: left;
	line-height: 24px;
	margin: 0px 0px 0px 0px;
}

#primary_nav_wrap ul ul li
{
	z-index: 9999;
	float: none;
	width: 325px;
	padding-left: 10px;
	padding-right: 0px;
	margin-right: 0px;
}

#primary_nav_wrap ul ul a
{
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	margin: 0px;
}

#primary_nav_wrap ul ul ul
{
	top: 0px;
	left: 100%;
}

#primary_nav_wrap ul li:hover > ul
{
	display: block;
}
