@charset "utf-8";
form label {
  display: inline-block;
  width: 225px;
  font-weight: bold;
}
#Wrapper {
	width: 950px;
	margin: auto;
	background-color: #FFF;
}
#logo {
	height: 150px;
	width: 500px;
	background-color: #000;
	float: left;
}
#topRight {
	background-color: #000;
	float: right;
	height: 150px;
	width: 450px;
}
#navigation {
	background-color: #000;
	clear: both;
	height: 40px;
	width: 950px;
}

#banner {
	background-color: #000;
	width: 950px;
}
#topGradient {
	height: 25px;
	width: 950px;
	background-image: url(../images/top-gradient.png);
	clear: both;
}
#content {
	width: 950px;
}
#bottomGradient {
	background-image: url(../images/bottom-gradient.png);
	height: 25px;
	width: 950px;
	clear: both;
}
#footer {
	background-color: #000;
	height: 100px;
	width: 950px;
}

#mainBody {
	padding: 10px;
	float: right;
	width: 600px;
	background-color: #FFF;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #5e99cd;
}
#rightColumn {
	float: left;
	width: 327px;
	background-image: url(../images/Coming-Events-Background.png);
	background-repeat: no-repeat;
}
#rightColumnheader {
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
	margin-top: 15px;
}
#rightColumnbody {
	background-color: #FFF;
	margin: 30px;
}
#address {
}
#address {
	text-align: center;
	font-weight: bold;
}
#apps {
	padding: 10px;
}
.apps {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
