@font-face {
  font-family: gotham;
  src: url('fonts/GOTHAM-BOOK.OTF');
}

@font-face {
  font-family: gotham_i;
  src: url('fonts/gotham-book-italic.ttf');
}

@font-face {
  font-family: gotham_m;
  src: url('fonts/GOTHAM-MEDIUM.OTF');
}

@font-face {
  font-family: helr;
  src: url('fonts/HHELR65W.TTF');
}


/* elements */
html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,a,em,img,strike,strong,sub,sup,tt,b,u,i,ol,ul,li,form,table,tbody,tfoot,thead,tr,th,td,p,h1,h2,h3,h4{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	font-family: gotham, arial, sans-serif;
	color: #fefffe;

}

body
{
	background-color: #a3be7f;
	/*background-image: url('image/LandscapeVarious0098_M_2.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; */
}

h1, h2, h3, h4, h5
{
	font-family: helr, arial, sans-serif;
	font-size: 48px;
	color: #fefffe;
}

h3
{
	font-size: 18px;
}

h2
{
	font-size: 20px;
	color: #2a4127;
	margin: 10px 10px 30px 10px;
}

b
{
	color: #2a4127;
}

i
{
	color: #2a4127;
	font-family: gotham_i;
}

a
{
	font-family: gotham_m, arial, sans-serif;
	color: #fefffe;
	text-decoration: none;
	background-color: rgba(163,190,127,0.0);
}

a:hover
{
	color: #456941;
	cursor: pointer;
}

ul.drop a { display:block; width:auto; }
ul.drop, ul.drop li, ul.drop ul { list-style: none; margin: 0; padding: 0;}
ul.drop ul li a {padding: 0; line-height: 50px;}
ul.drop ul {width:100%;}
ul.drop li.hover, ul.drop li:hover {
    position: relative;
    z-index: 599;
    cursor: default; }
ul.drop ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598; }
ul.drop ul li:hover, ul.drop ul li a:hover {
    background-color: rgba(163,190,127,0.85); }

ul.drop
{
	text-align:center;
	z-index: 597;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 597;
	display:block;
	/*overflow: auto;
	overflow-y:hidden;
	float: left;*/
}

ul.drop li
{
	height: 50px;
	float: left;
	width: auto;
    padding-left: 2%;
    padding-right: 2%;
	display: table;
	text-align: center;
}

ul.drop li a
{
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
}

/* Drop-down menus for each class */
ul.drop ul li {
    width: 150px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: rgba(163,190,127,0.85); }

ul.drop li:hover > a {color: #456941; }
ul.drop ul ul { left: 100%; }
ul.drop li:hover > ul { visibility: visible; }
hr
{
	border-color:#9D0A0E;
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
}


#background_pic2
{
	background-image: url('image/LandscapeVarious0098_M_2.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	opacity: 0.8; filter: alpha(opacity=80);
	height: 100%;
	width: 100%;
}

#background_pic1
{
	background-color: #eff5e7;
	height: 100%;
	width: 100%;
}

#header
{
	height: 150px;
	text-align: center;
}

#header h1
{
	padding-top: 36px;
	height: 64px;
	background-color: rgba(70,88,74,0.80);
	/*background: url('image/darkGreen_b.png');
	background-repeat: repeat-x | repeat-y*/
}

#navBarColor
{
	height: 50px;
	background-color: rgba(163,190,127,0.85);
	/*background: url('image/lightGreen_b.png');
	background-repeat: repeat-x | repeat-y*/
}

#navBar
{
	height: 50px;
	font-size: 18px;
	background-color: rgba(163,190,127,0.0);

	/*display: table;*/
}

#navBar div
{
	/*display: table-cell;
	vertical-align: middle;*/
}

/*#navBar div div
{
	margin-left: auto;
	margin-right: auto;
	width: 240px;
	background-color: rgba(163,190,127,0.0);
}

#navBar div div a
{
	display: block;
	width: 150px;
}*/

#green
{
	color:#2a4127;
}

#homework_table
{
	display: block;
	color:#2a4127;
	padding: 10px;
	width: 100%;
}

#homework_table tr th
{
	color:#2a4127;
	padding: 10px;
}

#homework_table tr td
{
	color:#2a4127;
	padding: 10px;
}

#homework_table tr td a
{
	color:#2a4127;
}


#footer
{
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #a3be7f;
	display: table;
}

#footer_inside
{
	display: table-cell;
	vertical-align: middle;
}

#footer_row
{
	display: table-row;
	padding: 0px;
	margin: 0px;
}

#footer_inside div
{
	text-align: center;
}

#footer_inside div a
{

}

#wrapper
{
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	height: 620px;     /* If .scroll-pane is changed but not this, .scroll-pane won't fit. */
}

#reader
{
	background-color: rgba(239,245,231,0.80);
	/*background: url('image/white_b.png');*/
}

#reader p
{
	font-size: 16px;
	color: #2a4127;
	font-family: gotham;
	height: 576px;
	padding: 10px;
}

#reader div p
{
	font-size: 16px;
	color: #2a4127;
	font-family: gotham;
	padding: 10px;
}

.progress2 { position:relative; width:400px; border: 1px solid #ddd; padding: 1px; border-radius: 3px; }
 .bar { background-color: #B4F5B4; width:0%; height:20px; border-radius: 3px; }
 .percent { position:absolute; display:inline-block; top:3px; left:48%; }

.scroll-pane
{
	width: 100%;
    /* the height of the middle content. It should be 4px less than the height of #wrapper and equal to the height in course.php. */
	height: 616px;
	overflow: auto;
}
.horizontal-only
{
	height: auto;
	max-height: 200px;
}


{

}

.contact_link
{
	font-family: gotham_m, arial, sans-serif;
	color: #fefffe;
	text-decoration: none;
	background-color: rgba(163,190,127,0.0);
	display: block;
	width: auto;
}

.contact_link:hover
{
	color: #456941;
	cursor: pointer;
}

.quote
{
	background-color: rgba(163,190,127,0.85);
	color: #fff;
	font-size: 30px;
	display: inline-block;
	font-family: gotham;
	padding: 7px;
}

.col1
.col2
.col3
.col4
{
	display:block;
	float: left;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	text-align:left;

}

.col1
{
	width: 240px;
}

.col2
{
	width: 480px;
}

.col3
{
	width: 720px;
}

.col4
{
	width: 760px;
}
