* {
	margin: 0;
	padding: 0;
}
html {
	background: #052683 url(../images/htmlBg.png) repeat-x;
}

/* dropdown menu */

#Navigation {
		height: 35px;
		width: 1000px;
		background: url(../images/menuBg.png) repeat-x;
		z-index: 200;
		
	}
	#Navigation ul {
		}
		#Navigation ul li {
			list-style: none;
			display: inline;
			z-index: 200;
			
			}
			#Navigation ul li:hover {
				background: url(../images/menuBg-hover.png) repeat-x;
				z-index: 200;
				
			}
			#Navigation ul li ul li {
				width: 150px;
				height: 35px;
				font-size: 75%;
				overflow: hidden;
				z-index: 200;
				
			}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 200;
	
}

#nav a {
	display: block;
	width: auto;
	z-index: 200;
	
}

#nav li {
	float: left;
	width: auto;
	background: url(../images/menuBg.png) repeat-x;
	z-index: 200;
	
}

#nav li ul {
	position: absolute;
	left: -999em;
	z-index: 200;
	
}

#nav li:hover ul {
	left: auto;
	margin-left: -32px;
	width: inherit;
	z-index: 200;
	
}
/* end dropdown menu */


#BgContainer {
	width: 1020px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #777;
}
#Container {
	width: 1000px;
	margin: 0 auto;
	background: #fff url(../images/containerBg.jpg) no-repeat bottom right;
}
#Header {
	height: 175px;
	width: 1000px;
	background: url(../images/headerBg.jpg) no-repeat top left;
	}
	#Header #SearchForm {
		float: right;
		padding: 10px;
	}
		#Layout {
			padding: 15px;
			width: 980px;
			overflow: hidden;
		}
		#Content {
			width: 760px;
			float: right;
		}
		#Sidebar {
			width: 200px;
			float: left;
		}
		#Sidebar .sidebarBox h3 {
			padding: 5px;
			width: 200px;
			background: url(../images/sideBarBoxTitleBg.png) no-repeat;
			color: #fff;
			font-size: 75%;
		}
		#Sidebar ul#Menu2 {
			list-style: none;
			margin: 0;
			padding: 5px;
			background: #ccc;
			border: solid 1px #888;
		}
		#Sidebar ul#Menu2 li {
			padding: 2px 0;
		}
		#Sidebar ul#Menu2 li a {
			color: #333;
			text-decoration: none;
		}
		#Sidebar ul#Menu2 li a em {
			font-style: normal;
		}
		
		#Sidebar ul#Menu2 li a:hover {
			color: #111;
			text-decoration: none;
			
		}
		
			#Sidebar ul#Menu2 li ul {
				list-style: none;
				padding: 5px;
			}
			#Sidebar ul#Menu2 li ul li {
				list-style: none;
				padding: 2px 0px 1px 2px;
				font-size:80%;
			}
#HomeWrap {
	width: 980px;
	overflow: hidden;
	}
	#HomeLeft {
		width: 680px;
		float: left;
		}
		#HomeRight {
			width: 295px;
			float: right;
			padding: 20px 0 0 0;
			}

		#ImageRollerContainer {
			height: 245px;
			width: 675px;
			overflow: hidden;
			background: #130344;
			z-index: -100;

			}
			#ImageRollerContainer ul {
				padding: 0;
				margin: 0;
			}
			
			#FeatureContainer {
				width: 979px;
				overflow: hidden;
			}
				#FeatureContainer #FeatureLeft {
					width: 675px;
					height: 250px;
					float: left;

				}
				#FeatureContainer #FeatureRight {
					width: 292px;
					height: 250px;
					float: right;
				}
			
			#EventsContainer {
				width: 950px;
				overflow: hidden;
				padding: 24px 0 0 0;
			}
				#EventsContainer #EventsLeft {
					width: 450px;
					height: 250px;
					float: left;

				}
				#EventsContainer #EventsRight {
					width: 452px;
					height: 250px;
					float: right;
				}
			

	#UpcomingEventsBox {
		width: 470px;
		height: 250px;
		overflow: hidden;
		padding: 0 0 10px 0;
	}
	#UpcomingEventsContent {
		padding: 10px;
		margin: -6px 0 0 0;
		width: 429px;
		height: 200px;
		border: 1px solid #242989;
		overflow: hidden;
		font-size: 0.8em;
		background: #fff;
	}
	#EventsTitle {
		width: 390px;
		height: 28px;
		background: url(../images/HomeRightColTab.png) no-repeat top left;
		padding: 6px 0 0 5px;
		color: #fff;
		font-size: 0.8em;
	}
		#UpcomingEventsContent a, #UpcomingEventsContent p, #UpcomingEventsContent li {
			color: #000;
		}
		
	#EventDate {
		float: right;
		margin: -35px 0 0 0;
		width: 115px;
	}
	#EventTitle {
		padding: 0 0 3px 0;
	}
	.grey {
		color:#555;
		font-size: 95%;
	}
	.purple {
		color:#B041C1;
	}
	
	
#ContactMap {
	padding: 20px;
}		
#Footer {
	text-align: center;
	padding: 10px 0px;
	}
	#Footer a img {
		border: none;
	}