@charset "utf-8";

div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
}

a:link {
    color: #333;
}
	a:visited {
	color:#7B7B7B;
} /* visited link */
a:hover {
	color: #FFF;
	background: #7B7B7B;
}   /* mouse over link */

/* Color Map e6e6e6  */

body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin: 6px auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100.01%;
	background-color: #e6e6e6;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	margin-top: 7px;
	text-align: left;
	background-color: #e6e6e6;
  }
#header {
	height: 100px;
	width: 960px;
	background-image: none;
	margin-bottom: 20px;
	background-color: #e6e6e6;
}
#logo {
	text-align: left;
	/* [disabled]background: #FFF; */
	float: right;
	padding-top: 30px;
	margin-right: 10px;
}
#mainContent {
	width: 590px;
	color: #000;
	padding: 0px 0px 0px 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	text-align: justify;
}
#photos {
	padding: 8px 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
	line-height: 1.3em;
	border: 2px solid #7B7B7B;
	background: #E6E6E6;
	float: none;
	margin-top: 10px;
}

.photoImg {
	float: right;
	padding-left: 7px;
}
#colorSchemes {
	padding: 8px 10px 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
	line-height: 1.3em;
	border: 2px solid #7B7B7B;
	background: #E6E6E6;
	float: none;
}
#directions {
	padding: 8px 10px 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
	line-height: 1.3em;
	border: 2px solid #7B7B7B;
	background: #E6E6E6;
	float: none;
}
#aerospace {
	padding: 8px 10px 10px;
	margin-bottom: 10px;
	font-size: medium;
	line-height: 1.4em;
	border: 2px solid #7B7B7B;
	background: #E6E6E6;
	float: none;
}

#schedule {
	padding: 8px 10px 10px;
	margin-bottom: 10px;
	font-size: large;
	line-height: 1.4em;
	border: 2px solid #7B7B7B;
	background: #E6E6E6;
}

#examplePSD {
	padding: 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
	border: 2px solid #7B7B7B;
	line-height: 1.3em;
	background-color: #E6E6E6;
}

#sidebar {
	float: right;
	width: 340px;
	padding-left: 10px;
	margin-right: 10px;
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: justify;
}
#footer {
	float: left;
	width: 960px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100px;
	top: 0px;
	margin-top: 2px;
	background-color: #E6E6E6;
}
.bclear {
	clear: both;
}
.highlight {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.6em;
	padding-left: 10px;
	color: #FFF;
	margin-bottom: 10px;
	background-color: #7B7B7B;
}
.video {
	float: none;
	border: 2px solid #7B7B7B;
	left: auto;
	right: auto;
	margin-right: 0px;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.spacerdiv {
	padding: 10px 0px;
	float: none;
	border: thick solid #7B7B7B;
	left: auto;
	right: auto;
	margin-right: 0px;
	text-align: center;
}

.ordinal {
	font-size: 80%;
	vertical-align: 15%;
}
#outsideStage {
	background: #E6E6E6;
	float: left;
	width: 300px;
	padding-left: 10px;
	margin-right: 10px;
	font-size: 0.8em;
	line-height: 1.3em;
}

#patioStage {
	background: #E6E6E6;
	float: left;
	width: 300px;
	padding-left: 10px;
	margin-right: 10px;
	font-size: 0.8em;
	line-height: 1.3em;
}
#upstairsStage {
	background: #E6E6E6;
	float: right;
	width: 300px;
	padding-left: 10px;
	margin-right: 10px;
	font-size: 0.8em;
	line-height: 1.3em;
}
#wrapper #footer img {
	padding-left: 2px;
	margin-top: 20px;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	background-color: #8090AB;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #6F7D94;
	color: #FFF;
}

.nav h3 {
	font-size: xx-large;
	line-height: 1.4em;
	color: #2A436F;
	text-align: center;
}
.floatLeft {
	text-align: left;
}
