body {
	background:#eeeeee url(Images/MSC_Bg.gif) repeat-x;
	font-family:Verdana, Geneva, sans-serif;
}
a img {
	border: 0 none;
}
a {
	color:#5364AE;
}
a.important {
	color:#990000;
	font-weight:bold;
}
/*WRAPPER*/
#wrapper {
	width:860px;
	position:relative;
	left:50%;
	margin-left:-430px;
	background:#FFFFFF;
	padding:15px;
}
/*BANNER*/		
#banner {
	background: url(Images/MSC_header.gif) no-repeat center;
	width:860px;
	height:200px;
	margin:0;
	padding:0;
}
/*NAVIGATION*/
/*MAIN NAVIGATION*/
#nav {
	width:890px;
	height:51px;
	margin:-8px 0 10px -15px;
	padding:0px;
	clear:both;
	background:url(Images/navBg.gif) repeat-x;
}
#nav ul {
	margin-left:-26px;
}
#nav li {
	width:auto;
	height:51px;
	margin:0px;
	padding:0px;
	float:left;
	display:block;
}
#nav li.space {
	width:2px;
	height:51px;
	margin:0px;
	padding:0px;
	float:left;
	background:url(Images/space.gif) no-repeat;
}
#nav li a {
	width:auto;
	height:51px;
	margin:0px;
	padding:15px 11px 0 8px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
}
#nav li a:hover {
	background:url(Images/navBgHover.gif) repeat-x;
}
#nav li a#here {
	background:url(Images/navBgHover.gif) repeat-x;
}
/*TABLES*/
table {
	border-collapse:collapse;
	clear:both;
}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	color:#ffffcc;
	padding: 0.1em 1em;
}
/*FUNCTION ROOM TABLE*/
.functionRoomTable {
	margin:0;
	border:#999999 1px solid;
}
.functionRoomTable thead {
	border-bottom:#6B0D0E 5px solid;
	color:#6B0D0E;
	background-color:#EAE7C6;
	text-align:center;
	text-transform:uppercase;
}
.functionRoomTable thead th {
	font-size:12px;
	padding:5px 10px;
}
.functionRoomTable td {
	color:#383917;
	font-size:11px;
	padding: 7px 7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
.functionRoomTable tfoot {
	border-top:#999999 1px solid;
}
.functionRoomTable tfoot td {
	font-size:10px;
	text-align:left;
}
.functionRoomTable .alt {
	background-color:#f7f7f7;
}
.functionRoomTable tr:hover {
	background-color:#F3F2E0;
}
/*MENU TABLE*/
.menuTable {
	margin:0;
	border:#999999 1px solid;
}
.menuTable td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#383917;
	padding: 7px 7px;
	text-transform:uppercase;
}
.menuTable td.menuDetails {
	color:#706D53;
	font-size:11px;
	text-transform:lowercase;
}
.menuTable td.menuDetailsAlt {
	color:#706D53;
	font-size:11px;
	text-transform:capitalize;
	text-align:center;
}
.menuTable caption {
	font-size:16px;
	padding:10px 0px 10px 0px;
	color:#CC0000;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
}
.menuTable th {
	font-size:14px;
	border-bottom:#6B0D0E 5px solid;
	padding:10px 0px 10px 0px;
	color:#6B0D0E;
	background-color:#EAE7C6;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
}
.menuTable .alt {
	background-color:#f7f7f7;
}
.menuTable tr:hover {
	background-color:#F3F2E0;
}
.menuTable col {
	border-left:#D4DFAA 1px solid;
}
.menuTable col#price {
	border:none;
}
.menuTable thead td {
	font-weight:bold;
}
/*INFO TABLE*/
.infoTable {
	margin:5px 2px 5px 5px;
}
.infoTable td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	padding: 4px 4px;
}
.infoTable th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	text-align:left;
}
/*FUNCTION MENU TABLE*/
.functionMenuTable {
	border-collapse:collapse;
	border:#999999 1px solid;
}
.functionMenuTable tr {
	border-bottom:#CCCCCC 1px solid;
	text-align:center;
	text-transform:capitalize;
}
.functionMenuTable col {
	border-left:#999999 1px solid;
}
.functionMenuTable th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#383917;
	font-size:13px;
	padding:4px 4px 4px 4px;
}
.functionMenuTable caption {
	font-size:16px;
	padding:10px 0px 10px 0px;
	color:#6B0D0E;
	text-align:center;
	background-color:#EAE7C6;
	font-weight:bold;
	text-transform:uppercase;
	border:#999999 1px solid;
}
.functionMenuTable th.tHead {
	font-size:14px;
	border-bottom:#6B0D0E 5px solid;
	padding:10px 0px 10px 0px;
	color:#6B0D0E;
	background-color:#EAE7C6;
	text-align:center;
	font-weight:normal;
	text-transform:uppercase;
	font-weight:bold;
}
.functionMenuTable th.tHeadThree {
	color:#4B0E07;
	font-size:13px;
	padding:8px 8px 8px 8px;
	background-color:#EAE7C6;
	font-weight:normal;
}
.functionMenuTable td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#706D53;
	font-size:11px;
	padding:4px 4px 4px 4px;
}
/*BUS SCHEDULE*/
.busScheduleTable {
	border:#D4DFAA 1px solid;
	width:565px;
}
.busScheduleTable th {
	font-size:14px;
	border-bottom:#6B0D0E 5px solid;
	padding:10px 3px 10px 3px;
	color:#6B0D0E;
	background-color:#EAE7C6;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
}
.busScheduleTable .alt {
	background-color:#f7f7f7;
}
.busScheduleTable tr:hover {
	background-color:#F3F2E0;
}
.busScheduleTable col {
	border-left:#D4DFAA 1px solid;
}
.busScheduleTable td {
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:5px;
	padding-bottom:5px;
	color:#999999;
}
/*CONTACT TABLE*/
.contactTable {
	border-collapse:collapse;
}
.contactTable th {
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
	color:#333333;
	text-align:left;
	vertical-align:top;
	margin-left:25px;
}
.contactTable td {
	font-size:12px;
	font-weight:normal;
	display:block;
	padding-bottom:5px;
	color:#999999;
	margin-left:-180px;
}
.contactTable td.tdHead {
	width:100%;
	height:55px;
	font-size:20px;
	color:#6d0000;
	line-height:29px;
	background:url(Images/h1Bg_New.gif) no-repeat left bottom;
	margin:15px 0px 15px -25px;
}
/*HOME PAGE*/
#mainContent p.comingEventsName {
	font-weight:bold;
	font-size:20px;
	padding:5px 5px 10px 10px;
	color:#6d0000;
}
#mainContent p.comingEventsDate {
	font-weight:bold;
	font-size:17px;
	padding-left:10px;
	margin-top:0;
	color:#666666;
}
#mainContent p.comingEventsDescription {
	margin:8px 0px;
	padding-left:10px;
}
/*#mainContent p.comingEventsDescription em {
	font-weight:bold;
	font-size:19px;
}*/
#mainContent a.readMore {
	color:#FFFFFF;
	background:url(Images/linkBg.gif) no-repeat left center;
	line-height:30px;
	margin-left:0px;
	padding:20px 35px 20px 28px;
	text-decoration:none;
}
#mainContent a.readMore:hover {
	background:url(Images/linkBgHover.gif) no-repeat left center;
}
.mainBoxOne {
	margin:0px;
	height:100%;
}
#mainBoxTwoLeft {
	width:175px;
	float:left;
	margin:5px 5px 5px 0px;
}
.mainBoxTwo p {
	width:160px;
	padding: 3px 0px 10px 0px;
}
#mainBoxTwoMiddle {
	width:175px;
	float:left;
	margin:5px 5px 5px 10px;
}
#mainBoxTwoRight {
	width:175px;
	float:right;
	margin-right:0px;
}
.mainDivider {
	margin:20px 10px 20px 10px;
}
.clear {
	clear:both;
}
.mainDivider .mainPic {
	margin:0;
	padding:0;
}
.primaryLink {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	display:block;
	color:#5364AE;
	text-decoration:none;
	margin:-3px 0px 15px 0px;
	padding:10px 0px 10px 25px;
	font-size:12px;
	text-align:right;
}
.primaryLink:hover {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	display:block;
	color:#5364AE;
	text-decoration:underline;
	margin:-3px 0px 15px 0px;
	padding:10px 0px 10px 25px;
	font-size:12px;
}
.secContentContainerMap {
	background-color:#FFFFFF;
}
/*MAIN CONTENT*/
#mainContent {
	width:580px;
	background:#FFFFFF;
	float:left;
}
#mainContent p {
	font-size:15px;
	margin:15px 15px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
}
.mainConTxtLink {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#669933;
	text-decoration:none;
}
.mainContentList {
	list-style-type:circle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
	color:#41330D;
	text-align:left;
}
.mainContentList li {
	padding:3px 10px 3px 5px;
	margin-left:15px;
}
.emphasis {
	font-weight:bold;
}
ol {
	font-size:14px;
	color:#41330D;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}
ol li {
	padding:5px;
}
/*SECONDARY CONTENT*/
#secondaryContent {
	width:270px;
	background:#FFFFFF;
	float:right;
	margin-right:0px;
}
#secondaryContent p {
	margin:5px 2px 5px 3px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
#secondaryContent p.heading {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	display:inline;
	padding:0px;
}
#secondaryContent p.inline {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	display:inline;
}
.secondaryContentImg {
	margin:10px 0px 0px 7px;
	padding:0px;
	width:210px;
	height:182px;
	border:#FFFFCC 4px solid;
	border-bottom:#FFFFCC 25px solid;
}
#secondaryContent ol {
	list-style-type:circle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffcc;
	font-size:11px;
}
#secondaryContent li {
	margin:8px 3px 6px -22px;
}
/*HEADINGS*/
h1 {
	width:100%;
	height:55px;
	font-size:20px;
	color:#6d0000;
	line-height:29px;
	text-indent:19px;
	background:url(Images/h1Bg_New.gif) no-repeat left bottom;
	margin-left:-19px;
	clear:both;
}
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#6B0D0E;
	/*border-bottom:1px solid;*/
	margin-right:20px;
	text-align:center;
}
/*MAIN HEADING SECONDARY CONTENT*/

h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#6d0000;
	display:block;
	padding:20px 0px 5px 5px;
	margin:0;
}
h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#6d0000;
	display:block;
	padding:20px 0px 5px 5px;
	margin:0;
	text-decoration:underline;
}
h5 {
color:#444444;
margin:0;
padding:2px 0px 2px 5px;
}
.mainPic {
	padding:5px 5px 5px 5px;
}
#mainContent #mainBoxTwo p {
	font-size:14px;
	color:#333333;
	margin:3px 0px 3px 0px;
}
.mainContentColTwo {
	float:right;
	margin:0px;
}
/* FORM ---------------------------------------------------------------------------*/
label {
	margin-top: 3px;
	color:#666666;
	display: block;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
}
fieldset {
	border: solid 0 transparent;
	margin: 0px 5px 5px 3px;
}
#button {
	border-style: none;
	margin-left:3px;
}
span.warning {
	font-size:10px;
	color:#FF0000;
}
#secondaryContent p.warning {
	color:#FF0000;
	font-weight:bold;
	padding:10px 10px;
	margin-right:10px;
	border-bottom:#FF0000 1px solid;
	border-top:#FF0000 1px solid;
	display:block;
}
/*FOOTER*/
#footer {
	width:860px;
	height:133px;
	margin:25px auto 0px auto;
	padding:0px
}
#footer p {
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
}
#footer p.plumpOrange {
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
}
#footer p.plumpOrange a {
	text-decoration:none;
	color:#FF9900;
}
#footerWrap {
	width:100%;
	height:133px;
	margin:30px 0 0 0;
	padding:0px;
	float:left;
	background:url(Images/footBg.gif) repeat-x;
}
/* Easy Slider */
#slider ul {
	margin:32px 0 0 0px;
	list-style-type:none;
	margin:0;
	padding:0;
}
#slider ul li {
	float:left;
}
#slider ul li img {
	float:left;
}
#clear {
	clear:both;
}
/*NEW GIG GUIDE*/
.gigGuidePic {
	float:left;
}
#mainContent p.gigGuideActName {
	font-weight:bold;
	font-size:20px;
	padding-left:220px;
	color:#6d0000;
}
#mainContent p.giGuideActDate {
	font-weight:bold;
	font-size:17px;
	padding-left:220px;
	margin-top:0;
	color:#666666;
}
p.gigGuideActDescription {
	padding-left:220px;
}
.divider {
	padding:5px 3px 5px 0px;
	height:6px;
	clear:both;
	background:url(Images/mainContentDivider.jpg) no-repeat bottom;
}

