html, body {
	background: #BBEAFF url('../img/main_bg2.jpg') repeat scroll top center;
/*	height: 100%;*/
/*	width: 100%;*/
}

body {
/*	height: 100%;*/
/*	width: 100%;*/
}

#centered_wrapper {
	margin: 0 auto;
	width: 960px;
/*	min-height: 100%;*/
	background: #BBEAFF url('../img/main_bg2.jpg') repeat scroll top center;
}

#page_wrapper {
	padding: 0 0 10px 0;
}

#page {
	margin-top: 10px;
/*	border: 1px solid #00008F;*/
}

#header {
	background: #1FB5FF url('../img/header.jpg') repeat scroll top center;
/*	border-bottom: 1px solid #00008F;*/
	zoom: 1;
}

#book #header {background-image: url('../img/header_1.jpg');}
#book_checkout #header {background-image: url('../img/header_2.jpg');}
#courses #header {background-image: url('../img/header_3.jpg');}
#courses_level1 #header {background-image: url('../img/header_2.jpg');}
#courses_level2 #header {background-image: url('../img/header_6.jpg');}
#courses_level3 #header {background-image: url('../img/header.jpg');}
#contact #header {background-image: url('../img/header_4.jpg');}
#faqs #header {background-image: url('../img/header_5.jpg');}
#locations #header {background-image: url('../img/header_6.jpg');}

#logo {
	display: block;
	height: 270px;
	font-size: 50px;
	text-indent: -1000px;
}

#menu {
	height: 30px;
	width: 928px;
	line-height: 30px;
	padding-left: 32px
}

#menu li {
	float: left;
	position: relative;
	height: 30px;
	line-height: 30px;
}

#menu li a {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding: 0 10px;
/*	margin-right: 5px;*/
	color: white;
/*	background-color: purple;*/
	text-decoration: none;
	font-weight: bold;
}

/*Gallery scroll only*/
#menu #gallery_scroll {
	float: right;
	margin-right: 30px;
}

#menu #gallery_scroll li {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding: 0 10px;
/*	margin-right: 5px;*/
	color: white;
/*	background-color: purple;*/
	text-decoration: none;
	font-weight: bold;
}

#menu #gallery_scroll li.gallery_scroll_text {
	padding: 0;
}

#menu #gallery_scroll li#gallery_scroll_up:hover, #menu #gallery_scroll li#gallery_scroll_down:hover,
#menu #gallery_scroll li#gallery_scroll_up.hover, #menu #gallery_scroll li#gallery_scroll_down.hover {
	background-color: #1975BB;
	cursor: pointer;
}

#menu li.selected a {
/*	color: white;*/
/*	background-color: #96a5bc;*/
}

#menu li a:hover {
/*	color: black;*/
	background-color: #1975BB;
}

#menu li ul {
	float: left;
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
	width: 220px;
	z-index: 1;
	zoom: 1;
	visibility: hidden;
}

#menu li:hover ul, #menu li.hover ul {
	visibility: visible;
}

#menu li ul li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	background: transparent url('../img/menu.png') repeat scroll left top;
}

#menu li ul li a {
	display: block;
	float: none;
	margin: 0;
	color: white;
/*	overflow: hidden;*/
}


.clear {
	clear: both;
}

#footer {
	background: #2C3790 url('../img/footer.jpg') no-repeat scroll bottom center;
/*	border-top: 1px solid #00008F;*/
	padding-left: 20px;
	line-height: 30px;
	height: 30px;
	color: white;
}

#footer a {
	color: white;
}



#gallery_wrapper {
	width: 200px;
	float: right;
	overflow: hidden;
	position: relative;
}

#gallery_wrapper #fade_top {
	position: absolute;
	top: 0;
	left: 0;
	background: white url('../img/fade_out_ie6.png') repeat-x scroll 0 -64px;
	width: 200px;
	height: 64px;
}

#gallery_wrapper > #fade_top {
	background: transparent url('../img/fade_out.png') repeat-x scroll 0 -64px;
}

#gallery_wrapper #fade_bottom {
	position: absolute;
	bottom: -1px;
	left: 0;
	background: white url('../img/fade_out_ie6.png') repeat-x scroll 0 -128px;
	width: 200px;
	height: 64px;
}

#gallery_wrapper > #fade_bottom {
	bottom: 0;
	background: transparent url('../img/fade_out.png') repeat-x scroll 0 -128px;
}

#gallery {
	padding-left: 25px;
	background: white url('../img/side_image.jpg') repeat-y scroll 0 32px;
	padding: 64px 0 64px 25px;
	margin: 0 0;
}

#gallery_wrapper #fade_top.active {
	background-position: 200px -64px;
}

#gallery_wrapper #fade_bottom.active {
	background-position: 200px -128px;
}

#gallery a {
	display: block;
	width: 150px;
	height: 100px;
	margin-bottom: 64px;
/*	border-top: 1px solid #00008F;*/
/*	border-bottom: 1px solid #00008F;*/
	background: white none repeat scroll 0 0;
/*	visibility: hidden;*/
}

#gallery a:hover {
/*	background-position: -120px 0;*/
}

#content_wrapper {
	background: white url('../img/content_bg2.jpg') no-repeat scroll left top;
	width: 960px;
}

#content {
	float: left;
	padding: 32px 64px;
	width: 632px;
	font-size: 14px;
	line-height: 18px;
	zoom: 1;
	min-height: 380px;
}

body.admin #content {
	width: 832px;
}

#content-header {
	color: #2C3790;
	font-weight: bold;
}

#content h2 {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 16px;
	font-size: 24px;
	line-height: 24px;
	color: #2C3790;
	font-weight: bold;
}

#content h3 {
	margin-top: 32px;
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 18px;
	color: #2C3790;
	font-weight: bold;
}

#content h4 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 4px;
	color: #2C3790;
	font-weight: bold;
}

#content p, #content ul, #content ol {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 20px;
	font-family: Georgia;
}

#content table {
	margin-bottom: 16px;
}

#content .first {
	padding-top: 0;
	margin-top: 0;
}

#content .nobreak {
	padding-bottom: 0;
	margin-bottom: 0;
}

#content .halfbreak {
	padding-bottom: 8px;
	margin-bottom: 8px;
}

#content .centered {
	text-align: center;
}

#content img.right {
	float: right;
	padding: 32px 0 32px 32px;
}

#content .nowrap {
	white-space: nowrap;
}

#content hr {
	background: #A4E9FF;
	color: #A4E9FF;
	clear: both;
	float: none;
	height: 1px;
	margin: 6px 5px;
	border: none;
}

#content table form, #content table form p {
	margin: 0;
	padding: 0;
}

#content table input[type='submit'] {
	margin: 0;
/*	width: 100px;*/
}

#content table input.input_submit {
	margin: 0;
/*	width: 100px;*/
}

#content td, #content th {
/*	background-color: #1FB5FF;*/
	padding: 8px;
	border: 1px solid #A4E9FF;
}

#content th {
	font-weight: bold;
	color: #2C3790;
	background-color: #A4E9FF;
	border-right: 1px solid white;
}

#content th:last-child {
	border-right: 1px solid #A4E9FF;
}

#content table.vertical th {
	vertical-align: top;
	text-align: right;
	border-right: 1px solid #A4E9FF;
	border-bottom: 1px solid white;
}

#content table.vertical tr:last-child th {
	border-bottom: 1px solid #A4E9FF;
}

#content .tr2 td {
	background-color: #E1F8FF;
}

#content table.plain th, #content table.plain td {
	border: none !important;
	margin-top: 3px;
	font-size: 16px;
	line-height: 20px;
	font-family: Georgia;
}

#content ul li {
	list-style-type: disc;
}

#content ol li {
	list-style-type: decimal;
}

#content li {
	margin-left: 20px;
	margin-top: 3px;
}

#content li:first-child {
/*	margin-top: 0;*/
}

#content strong {
	font-weight: bold;
}

#content a {
	color: #2C3790;
}

#content a:hover {
	color: #1B78BF;
}












#photo_overlay {
	position: fixed;
	top: 25%;
	left: 25%;
	margin: auto;
	width: 50%;
	height: 50%;
	background-color: red;
	opacity: 0;
}

