/*Nancy's Test CSS*/
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:Arial, Helvetica, sans-serif;
}
strong {
	font-weight:bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/ljb-bg-1.jpg);
	background-repeat:repeat-x;
	width:100%;
}

body:before {
    content: url(images/ljb_header.jpg) url(images/img-left-about.jpg) url(images/home-image.jpg) url(ljb-bg-1.jpg) url(images/img-left-home.jpg) url(images/cont-bg-2.jpg) url(images/yukiko.jpg) url(images/sachiko.jpg) url(images/kayo.jpg) url(images/risa.jpg) url(images/faculty.jpg) url(images/img-left-register.jpg) url(images/img-left-textbooks.jpg) url(images/img-left-summer.jpg) url(images/img-left-programs.jpg) url(images/img-left-contact.jpg) url(images/img-left-location.jpg) url(images/img-left-check.jpg) url(images/img-left-classes.jpg) url(images/img-left-tuition.jpg) url(images/img-left-news.jpg);
    display:none;
	



}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

.wrapper {
	width: 1040px;
	margin: 0 auto;
}
a:link {
    text-decoration: underline;
    color: #003366; 
}
 
a:visited {
	text-decoration: none;
    color: #003366;
}
 
a:hover {
	text-decoration: none;
    color: #931F1F;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 335px;
	background-image:url(../images/ljb_header.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
 #header-container { 
	width: 1040px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 259px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 315px;
    padding-top: 20px;
	border-right:1px solid #333;
}

/* Menu
-----------------------------------------------------------------------------*/
<!--menu-below-->
#menu {
width: 200px;
padding:0px 15px 0 15px;
list-style-type:none;
}


.menu ul{
list-style-type: none;
list-style:none;
padding: 0;
margin-left: 0;
}

.menu ul li {
list-style-type: none;
    padding: 0px 0 0px 50px;
}

.menu ul li a {
    text-decoration: none;
    color: #003366; 
    background-color: #ffffff;
    display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:15px !important;
	line-height:21px !important;
	padding-left:10px;
}
 
.menu ul li a:visited {
    color: #003366;
}
 
.menu ul li a:hover {
    color: #931F1F;
    background-color: #EBEBEB;
}

ul.menu li.current a:link, ul.navigation li.current a:visited { color:#fff; background:#3d3d3d; }
ul.menu li.current a:hover { color:#fff; background:#c00; }


<!--end menu-->


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
	border-top: 1px solid #333333;
	background-image:url(../images/cont-bg-2.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
.container-home {
	width: 100%;
	float: left;
	overflow: hidden;
	border-top: 1px solid #333333;
	background-image:url(../images/cont-bg-home.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
.content {
	padding: 0 0 0 260px;
}
.content h1 {
	font-size:24px;
	padding:20px 0 0 20px;
	margin:10px 0 0px 0px;
	color:#3d3d3d;
	font-weight:700;
	text-transform:uppercase;
	line-height:.2em;
}
.content p a:link {
	text-decoration:underline;
	color:#666;
}
.content p a:visited {
	text-decoration:underline;
		color:#666;
}
.content p a:hover {
	text-decoration:underline;
	color:#600;
}
.content p a:active {
	text-decoration:underline;
		color:#666;
}
.body-1 {
	padding:0px 0 0 20px;
	margin:15px 0 0 0px;
	font-size:16px;
	line-height:25px;
	color:#3d3d3d;
	font-weight:300;
}
.body-2 {
	padding:0px 0 0 0px;
	margin:15px 0 0 20px;
	font-size:16px;
	line-height:25px;
	color:#3d3d3d;
	font-weight:300;
	float:left;
}
.body-2-rule {
	padding:0px 0 0 0px;
	margin:15px 0 20px 20px;
	font-size:16px;
	line-height:25px;
	color:#3d3d3d;
	font-weight:300;
	float:left;
	border-bottom:1px solid #999;	
}
.body-3 {
	padding:0px 0 0 20px;
	margin:0px 0 0 0px;
	font-size:14px;
	line-height:22px;
	color:#3d3d3d;
	font-weight:300;
}
.images-1 {
	float:right;
	padding:0 0 10px 10px;
}
.img-home {
	border-right:#333 solid 1px;
	border-bottom:#333 solid 1px;
	border-left:#333 solid 0px;;
}

.names {
	font-weight:bold;
	text-transform:uppercase;
}
.first-words {
	font-weight:bold;
	text-transform:uppercase;
}
.levels-head {
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#666;
	padding-left:20px;
	padding-top:20px;
}
.map {
	border:1px solid#666;
}
.inset {
		margin:10px 0 10px 20px;
}
.large-image {
float:right;
margin-top: 20px;
}
.column {
  float: left;
  width: 30%;
  padding: 5px;
}
.column2 {
  float: left;
  width: 46%;
  padding: 5px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}


h4 {
	color: #3d3d3d;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: -5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 0;
    padding-top: 20px;}
h5 {
	color: #3d3d3d;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: -20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 45px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 0;
    padding-top: 20px;}

.bold {
		font-weight:bold;
}



table.paypal-button {
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
border:3px #999 solid;
margin-top:20px;
}
.paypal-button p {
	font-size:12px;
	color:#333;
	text-align:center;
	padding:15px 0 15px 0;
	font-weight:bold;
}
.line {
	margin:15px 0 0 20px;
	border-top:1px solid #999;
}
.bold-big {
	font-size:16px;
	font-weight:bold;
	padding:0px 0 0 20px;
	margin:0px 0 0 0px;
	color:#369;
	line-height:28px;
}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 260px;
	margin-left: -100%;
	position: relative;
	background: #333;
}
.left-sidebar img {
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
}

.left-sidebar-home {
	border-top:1px solid #333;
	border-right:1px solid #333;
	float: left;
	width: 259px;
	margin-left: -100%;
	position: relative;
	background-color:#fff;
}
.caption {
	 font-size: 12px;
    line-height: 15px;
	text-align:right;
	padding:10px 5px 10px 0;
	color:#fff;
}
.align-left {
	text-align:left;
}
/* Footer
/* -------------------------------------------------------------------------------*/

.footer {
	border-top:1px dashed #003366;
	height: 100px;
	background: #fff;
	float:left;
	margin-top:30px;
	padding-top:20px;
	width:1040px;
}
#footer .menu {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}

	#footer .menu li {
		font-size:11px;
		display: inline;
		margin-right: 0px;
		padding-right: 10px;
		border-right: 1px solid #931F1F;
	}
	
#footer .menu li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
	
.footer .menu li a {
    text-decoration: underline;
    color: #333; 
    background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:300;
	padding-left:10px;
}
 
.footer .menu li a:visited {
    color: #333;
}
 
.footer .menu li a:hover {
    color: #931F1F;
}
/* -------------------------------------------------------------------------------*/
	
table {
		border-collapse: collapse;
		margin-bottom: 2em;
		margin-left: 20px;
    	padding-top: 10px;
	}
	
	td, th {
		padding: 0.1em 1em;
		border: 1px solid #333;
	}

.table-head-1 {
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	background-color:#CCC;
}
.table-body-1 {
	text-align:center;
	font-size:12px;
	font-weight:500;
	padding:15px;
	line-height:1.5;
}
.table-body-2 {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	padding:15px;
	line-height:1.5;
	border-bottom: 2px solid;
}

.table-body-header {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	padding:15px;
	line-height:17px;
	border: 0px;
	text-transform: uppercase;
}

.body-small {
	padding:20px 0 0 20px;
	margin:10px 0 0 0px;
	font-size:12px;
	line-height:20px;
	color:#3d3d3d;
	font-weight:300;
}
.body-small-2 {
	padding:20px 0 0 0px;
	margin:10px 0 0 0px;
	font-size:12px;
	line-height:15px;
	color:#3d3d3d;
	font-weight:300;
}
.text-small {
	font-size:12px;
	line-height:20px;
	color:#3d3d3d;
	font-weight:300;
}
h2 {
	font-size:24px;
	padding:20px 0 0 20px;
	margin:10px 0 0px 0px;
	color:#3d3d3d;
	font-weight:700;
}
h3 {
	font-size:24px;
	padding:20px 0 0 10px;
	margin:10px 0 20px 0px;
	color:#3d3d3d;
	font-weight:700;
	line-height: 1.3em;
	
}

ul.list-1 {
	list-style:square;
	margin-left:20px;
}
.body-med {
	padding:20px 0 0 20px;
	margin:10px 0 0 0px;
	font-size:14px;
	line-height:22px;
	color:#3d3d3d;
	font-weight:300;
}
.body-med-center {
	padding:20px 0 0 0px;
	margin:10px 0 0 0px;
	font-size:14px;
	line-height:22px;
	color:#3d3d3d;
	font-weight:300;
}
.fb {
	float: left;
    padding: 10px 0 0 45px;
}
.fb2 {
	float: left;
    padding: 10px 0 0 18px;
}
hr { 
    display: block;
    margin-top: 3em;
    margin-bottom: 0.5em;
    margin-left: 1em;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}
.hidden {
	display:none;
}
div.news {
	display:block;
	border-bottom: 2px solid #990000;
	margin: 10px 0 20px 20px;
    padding: 20px;
	width:600px;
	
}
.news {
	font-size:14px;
	line-height:1.5em;
}
p.news {
	padding-bottom:1em;
}
i { 
  font-style: italic;
}
/* -------------------------------------------------------------------------------*/

/* Mobile overrides
/* -------------------------------------------------------------------------------*/

	/* Hide the checkbox */
	.header .menu-toggle {
		display: none;
	}

@media (max-width: 768px) {

	.wrapper {
		width: auto;
	}

	.table-container table {
		margin: 20px;
	}

	.table-body-header, .table-body-1, .table-body-2 {
		font-size: 6px;
		padding: 5px;
	}

	.header {
		background-size: contain;
        background-origin: content-box;
		padding: 0 8px;
	}

	#header-container {
		width: auto; 
	}

	#sidebar1 {
		height: 0;
	}

	.left-sidebar-home {
		display: none;
	}

	.left-sidebar {
		float: none;
		margin: 20px auto;
	}

	.container {
		background: none;
		float: none;
	}

	.content {
		padding: 0;
		width: 100%;
	}

	.img-home {
		width: 100%;
		height: auto;
	}

	.content h1 {
		line-height: normal;
	}

	div.news {
		width: auto;
	}

	.column, .column2 {
		float: none;
		width: auto;
	}

	.footer {
		width: 100%;
	}

	#footer .menu li {
		display: inline-block;
		font-size: 16px;
		margin-bottom: 1em;
	}
	
	.fb {
		float: none;
		padding: 0;
		margin: 20px auto;
		display: block;
	}


	/* Menu container - sticky at top */
	.header .menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #333;
		z-index: 1000;
		box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	}

	.header .menu ul li {
		padding: 0;
	}

	/* Hamburger button container */
	.header .menu-btn {
		position: absolute;
		top: 15px;
		right: 20px;
		width: 30px;
		height: 30px;
		cursor: pointer;
		z-index: 1001;
	}

	/* Hamburger lines */
	.header .menu-btn span {
		display: block;
		width: 100%;
		height: 3px;
		background-color: white;
		margin: 6px 0;
		transition: all 0.3s ease;
		transform-origin: center;
	}

	/* Transform hamburger to X when checked */
	.header .menu-toggle:checked + .menu-btn span:nth-child(1) {
		transform: rotate(45deg) translate(6px, 6px);
	}

	.header .menu-toggle:checked + .menu-btn span:nth-child(2) {
		opacity: 0;
	}

	.header .menu-toggle:checked + .menu-btn span:nth-child(3) {
		transform: rotate(-45deg) translate(6px, -6px);
	}

	/* Navigation styles */
	.header .navigation {
		list-style: none;
		width: 100%;
		background-color: #333;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
		padding-top: 60px; /* Space for hamburger button */
	}

	/* Show navigation when checkbox is checked */
	.header .menu-toggle:checked ~ .navigation {
		max-height: 500px; /* Adjust based on your menu items */
	}

	/* Navigation items */
	.header .navigation li {
		border-bottom: 1px solid #444;
	}

	.header .navigation li:last-child {
		border-bottom: none;
	}

	.header .navigation li a {
		display: block;
		color: white;
		text-decoration: none;
		padding: 15px 20px;
		transition: background-color 0.2s ease;
	}

	.header .navigation li a:hover {
		background-color: #555;
	}

	/* Current page styling */
	.header .navigation li.current a {
		background-color: #007acc;
	}

	.header .navigation li.current a:hover {
		background-color: #005c99;
	}	
}