@charset "utf-8";
body {
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333;
	position: relative;
	top: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #CCC;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatLeftClear { 
    float: left; 
    clear: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 10px; 
}
img.floatRight_Plus { 
    float: right; 
    margin: 16px;
}
img.LocationMap {
	position: relative;
	Top: 50px;
	Left: -5px;
}

img.Facebook_Floater {
float: right; 
margin: 13px;
}

.SevenWondersTemplate #container {
	width: 900px;	
	margin:0 auto;
	padding:2px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	position: relative;
	background-color: #333;
	color:#FFF;
}

.SevenWondersTemplate #banner {
	margin:0px;
	background-color:#333;
	background-image: url(../Images/banner.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 116px;
	width: 900px;
}

.SevenWondersTemplate #banner h1 {
	margin:0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.SevenWondersTemplate #top_nav {
	margin:0px;
	padding: 0;
	height: 30px;
	width: 900px;
	text-align: center;
}

.SevenWondersTemplate #mainContent {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFF;
}

.SevenWondersTemplate #footer {
	margin:0px;
	padding:0px;
	background-image: url("../Images/footer_background.jpg");
	background-repeat: no-repeat;
	left: 0px;
	width: 900px;
	height: 26px;
}

.SevenWondersTemplate #footer p {
	margin:0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #FFF;
	font-weight: bold;
	text-align:center;
}

#Centered_Images {
	margin-right: 30px;
	margin-left: 30px;
}

#HomePage {
	background-color: white;
	text-align: center;
	width: 900px;
	height: 455px;
}

#LessonsPage {
	margin:0px;
	padding:0px;
	background-image: url(../Images/Background_Lessons.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 900px;
	height: 500px;
	background-color: #FFF;
}

#SpecialPage {
	text-align: center;
	width: 900px;
	height: 520px;
	background-color: #FFF;
}

#SpecialEventsPage {
	background-image: url(../Images/Background_SpecialEvents.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 900px;
	height: 500px;
	background-color: #FFF;
}

#TrainingPage {
	background-image: url(../Images/Background_TrainingNShowing.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 900px;
	height: 500px;
	background-color: #FFF;
}

#BoardingPage {
	background-image: url(../Images/Background_Boarding.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 900px;
	height: 500px;
	background-color: #FFF;
}

#LocationPage {
	background-image: url(../Images/Background_Location.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 900px;
	height: 500px;
	background-color: #FFF;
}

#ContactUsPage {
	background-image: url(../Images/Background_ContactUs.jpg);
	background-repeat: no-repeat;
	text-align: left;
	width: 900px;
	height: 500px;
	background-color: #FFF;
}

#ContactUs_Content_Block {
	position: absolute;
	height: 225px;
	width: 366px;
	top: 300px;
	left: 276px;
	overflow: visible;
	text-align: left;
	padding-top: 40px;
}

#Left_Content_Block {
	position: absolute;
	height: 446px;
	width: 405px;
	left: 41px;
	top: 190px;
	text-align: left;
}

#Right_Content_Block {
	position: absolute;
	height: 435px;
	width: 405px;
	left: 460px;
	top: 190px;
	overflow: visible;
	text-align: center;
	color: #003366;
}

#Right_Lessons_Content_Block {
	position: absolute;
	height: 455px;
	width: 405px;
	left: 463px;
	top: 190px;
	overflow: visible;
	text-align: center;
	color: #003366;
}

.Normal_Blue_Right {
	font-size: 0.9em;
	color: #003366;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	position: relative;
	width: 350px;
	left: 500px;
}	

.Normal_Blue_Left {
	font-size: 0.9em;
	color: #003366;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	position: relative;
	width: 350px;
	left: 50px;
	top: 200px;
}	
.Normal_Blue {
	font-size: 0.8em;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 1.2em;
	position: relative;
	text-align:center;
}
.Normal_Blue_Centered {
	font-size: 0.7em;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	position: relative;
	text-align:center;
}

.Normal_Gray_Text {
	font-size: 0.8em;
	color:#333; 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	position: relative;
	color: #333;
}


.Normal_White {
	font-size: 0.8em;
	color: #FFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 0.9em;

}
.Normal_White_List {
	font-size: 0.8em;
	color: #FFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	float: left;
	line-height: 1.2em;
	text-indent: -35px;
	margin-top: -8px;
}

.Normal_White2 {
	font-size: 0.8em;
	color: #FFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
}

.Heading_Blue{
	font-size: .9em;
	font-weight: bold;
	color:#036;
	text-align: left;
	white-space: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 3px;
}

#Left_Nav {
	height: 508px;
	width: 218px;
	position: absolute;
	left: 28px;
	top: 117px;
}
.Big_Blue_Description {
	font-size: 1em;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
	font-weight: normal;
}

.SevenWondersTemplate #container ##mainContent #WhatPage #What_Content #What_Text #ShovedOver {
	position: relative;
	left: 100px;
	top: 30px;
}
.MouseOver_Dirs {
	font-size: 0.8em;
	color: #F90;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#LessonPicture1 {
	margin-left: 4px;
	position: absolute;
	left: 50px;
	top: 170px;
}

.Spacer {
	position: relative;
	top: 20px;
}
.Blue_Bullets {
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 5em;
}
