@charset "utf-8";
/* CSS Document */

/* Divs for the Home Page */
#Container_HomePage {
	height: 1525px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: thick solid #000;
}
#Container_HomePageII {
	height: 1600px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: thick solid #000;
}
#MainPageLinks {
	height: 1500px;
	width: 1000px;
}
#Footer_HomePage {
	height: 25px;
	width: 1000px;
}

/* Divs for the SubPages */
#Container_SubPage {
	height: 1600px;
	width: 1200px;
	border: thick solid #000;
	margin-right: auto;
	margin-left: auto;
}
#HomePageMenuBar {
	float: left;
	height: 75px;
	width: 1200px;
	border: thin solid #000;
	background-color: #ccffff ;
}
#HomePageMenuBarII {
	float: left;
	height: 75px;
	width: 1000px;
	border: thin solid #000;
	background-color: #ccffff ;
}
#SubPageMenuBar {
	background-color: #ccffff;
	float: left;
	height: 1500px;
	width: 200px;
}
#mainPic {
	float: right;
	height: 1500px;
	width: 1000px;
}

/* Divs for the August 2022 Longwood Gardens Page: The Bruce Munro Lights Installations */
#Container_BruceMunroLights {
	height: 1610px;
	width: 1210px;
	border: thick solid #000;
	margin-right: auto;
	margin-left: auto;
}
#carouselBar {
	margin-top:;
	float:right;
	height: 300px;
	width: 1000px;
}
.item{
	width: 1000px !important;
	height: 300px !important;
	margin-left:auto;
	margin-right:auto;
}
.CarouselExample{
	margin-left:-250px;
}
#GroundsPicsBar {
	margin-top:;
	float:right;
	height:1200px;
	width:1000px;
}
#Footer_SubPages {
	float:left;
	height: 25px;
	width: 1200px;
}

/* Style Rules for the homePageMenu Div for the homePageMenuBar on the SubPages*/
#homePageMenu {
	text-align:center;
	color:#1210f9;
	font-family:"Edwardian Script ITC";
	font-weight:bold;
	list-style:none;
}
#homePageMenu li {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
#homePageMenu a {
	font-size:25px;
	display:block;
	margin-top:8px;
	margin-left:15px;
	margin-bottom:2px;
	width:90%;
	padding:10px;
	background:#ccffff;
	text-decoration:none;
	border-radius:30px;
	border: thick solid #1210f9;
}

/* === Style Classes === */
/* Style Classes for the menu bar of the Subpages */
.subPageMenu {
	color: #FFF;
	text-align:center;
	font-weight:bold;
	list-style:none;
}
.subPageMenu_li{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
}
.subPageMenu_a{
	color:#000000;
	background:#09F;
	border-radius:50px;
	border: thick solid #1210f9;
	font-size:12px;
	font-weight:bold;
	display:block;
	width:75%;
	margin-left:15px;
	margin-bottom:2px;
	padding:10px;
	text-decoration:none;
}
.subPageHeadingStyle {
	color:#1210f9; 
	font-family:Arial, Helvetica, sans-serif, Gadget, sans-serif;  
	text-align:center;
}