body {

    padding: 0px;
    margin: 0px;
    
    color: #333333;
    font-family: 'Coda', cursive;

    background-color: #FFFFFF;
    
    height:auto;
}

.dark-blue {
    background-color: #3E7593 !important;
    color: #FFFFFF;
}

.blue {
    background-color: #96BCD1 !important;
}

.aqua {
    background-color: #65BEC4  !important;
    color: #FFFFFF;
}

.red {
    background-color: #E8675B !important;
    color: #FFFFFF;
}

.yellow {
    background-color: #F2B24E !important;
    color: #FFFFFF;
}

.grey {
    background-color: #E8E8E8 !important;
    color: #000;
}

.light-grey {
    background-color: #f5f5f5 !important;
    color: #000;
}

.tutoring-color {
    background-color: #65BEC4 !important;
    color: #FFFFFF;
}

.courses-color {
    background-color: #E8675B !important;
    color: #FFFFFF;
}

.travel-color {
    background-color: #F2B24E !important;
    color: #FFFFFF;
}

div#header-logo {
    height: 140px;
}

#header-logo img {
    padding-right: 220px;
}

div#content {
    width: 900px;
    margin: 0 auto;
    margin-top: 40px;
}

div#header {
    background-color: #96BCD1;
}

#elephant-top-logo {
    width: 210px;
    position: absolute;
    left: 40px;
    top: 10px;
}

.full-page {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

div#nav-bar {
    width: 100%;
    height: 30px;
    background-color: #3E7593;
    
    margin-top: 10px;
    padding-top: 5px;
    
    text-align: center;
    
    border: 0px solid;
    border-style: solid;
    border-color: #d3d3d3;
    
    font-size: 14px;
    font-weight: bold;
}

#nav-bar ul {
    height: auto;
    padding: 2px 0px;
    margin: 0px;
    
    height: auto;
}

#nav-bar li {
    display: inline;
    padding: 20px;
}

#nav-bar a {
    text-decoration: none;
    color: #FFFFFF;
}

.content {
    width: auto;
    text-align: left;
}

.fixed table {
    table-layout: fixed;
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.fixed td {
    overflow: auto; 
    vertical-align: top;
    width: 10%;
}

#book-banner {
    width: 100%;
    height: 200px;
    z-index: -1;
    position: relative;
    
    background-image: url('../images/BookBanner.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#travel-banner {
    width: 100%;
    height: 120px;
    z-index: -1;
    position: relative;
    
    background-image: url('../images/travel_banner.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

div#footer {
    background-color: #FFFFFF;
    bottom: 0;
    height:50px;
}

div#foot-bar {
    height: 20px;
    background-color: #3E7593;
    

    text-align: center;
    
    font-size: 14px;
    font-weight: bold;
}

#foot-bar ul {
    height: 15px;
    line-height: 15px;
    padding: 2px 0px;
    margin: 0px;
    
    height: auto;
}

#foot-bar li {
    display: inline;
    padding: 20px;
}

#foot-bar a {
    text-decoration: none;
    color: #FFFFFF;
}




.class-container {
    margin-bottom: 0px;
}

.class-container .header {
    height: 36px;
    line-height: 18px;
    
    font-size: 15px;
    font-weight: bold;
    
    padding-left: 10px;
    padding-top: 10px;
    
    background: #87a5bb;
    margin: 0px;
    color: #FFFFFF;
    
    border-bottom: none;
    
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
    margin-top: 5px;
}

.class-container .description {
    height: 45px;
    line-height: 15px;
    font-size: 12px;
    
    overflow: hidden;
    padding: 2px;
    margin-top: 0px;
    
    width: auto;
    
    border: 1px solid gray;
    border-top: none;
    border-bottom: none;
    
    text-align: justify;
}

.class-container .details {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    font-weight: bold;
    
    overflow: hidden;
    
    width: 100%;
    
    border-top: none;
    border-bottom: none;
 
    text-align: center;   
}

.class-container table {
    border-collapse: collapse;
}

.class-container td {
    border: 1px solid grey;
    padding-left: 5px;
}

.class-container .footer {
    height: 14px;
    line-height: 14px;
    font-size: 10px;
    
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    width: auto;
    
    background: #87a5bb;
    color: #FFFFFF;    
}

.class-container a {
    color: #000000;
    cursor: pointer;
}

.section {
    font-size: 25px;
    font-weight: bold;
    margin-top: 0px;
    padding: 0px;
    margin-left: -10px;
    margin-right: -10px;
    
    text-align: center;
}

.center {
    text-align: center;
}

.disclaimer {
    font-weight: bold;
    font-size: 10px;
    margin-top: 15px;
}

.home {
     background-image: url('../images/home.png');
     background-repeat: no-repeat;
}

.phone {
     background-image: url('../images/phone.png');
     background-repeat: no-repeat;
}

.mail {
     background-image: url('../images/mail.png');
     background-repeat: no-repeat;
}

.search {
     background-image: url('../images/search.png');
     background-repeat: no-repeat;
}

.bus {
     background-image: url('../images/bus.png');
     background-repeat: no-repeat;
}

.car {
     background-image: url('../images/car.png');
     background-repeat: no-repeat;
}

.letter {
    font-style: italic;
    font-size: 14px;
    
    margin-bottom: 20px;
    
    border: 1px solid gray;
    border-radius: 5px;
    
    padding: 5px;
}

.from {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}

div.justify {
    text-align: justify;
}

div.top-margin {
    margin-top: 10px;
}


div.box {
    border: 1px solid gray;
    border-radius: 5px;
    
    padding: 5px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.interview {
  border-collapse: collapse;
  text-align: left;
}


.info-container {
    margin: 20px 20px 0 0;  
    overflow: auto
}
.info-thumb {
    float: left
}
.info-thumb img {
    display: block
}
.info-content {
    margin-left: 40px
}

.info-content h3 {
    margin-top: 0px;
}
.info-title {
    font-weight: bold;
    font-size: 200%
}

#business-info {
    height: 12px;
    margin-top: 7px;

    font-size: 12px;
    
}


#travel_image {
    width: 100%;
    padding-top: 10px;
}

.hidden {
    display: none;
}

.modalDialog {
    position: fixed;
    
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity: 0;
    
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
    
    pointer-events: none;
	overflow-y: auto;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
    width: 500px;
    position: relative;
    
    margin: 10% auto;
    
    padding: 5px 20px 13px 20px;
    
    border-radius: 5px;
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

input {
    width: 100%;
    border: 1px solid grey;
    border-radius: 5px;
}

input[type='checkbox'] {
    width: auto;
    border: 1px solid grey;
    border-radius: 10px;
}

textarea#feedback {
    width: 100%;
    height:100px;
    border: solid 1px grey;
}

textarea.message {
    display:block;
}

input[type=button] {
    background: #606061;
	color: #FFFFFF;
	
    width: 150px;
}

input[type=button]:hover {
    background: #00d9ff;
}

input[type=submit] {
    background: #606061;
	color: #FFFFFF;
	
    width: 150px;
}

input[type=submit]:hover {
    background: #00d9ff;
}

fieldset {
    border: solid 1px grey;
    border-radius: 5px;
}


div#feedback {
    width: 350px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div#register {
    width: 450px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.pricing_example {
    margin: 26px auto;
    border: none;
    border-collapse: collapse;
    text-align:center;
}
.pricing_example table {
    width: 100%;
    box-shadow: 0 1px 5px #CCC;
}

.pricing_example thead th {
    background-color: #f5f5f5 !important;
}

.pricing_example tbody td {
    border: none;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    background-color: #E8675B;
    color: #FFFFFF;
    
    padding: 7px;
}

.pricing_example thead th:first-child {
    border-radius: 10px 0 0 0;
}
.pricing_example thead th:last-child {
    border-radius: 0 10px 0 0;
}

.pricing_example tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}

.pricing_example tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}


.partners img {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
}   




.tutoring_pricing {
    margin: 5px auto;
    border: none;
    border-collapse: collapse;
    text-align:center;
}
.tutoring_pricing table {
    width: 100%;
    box-shadow: 0 1px 5px #CCC;
}

.tutoring_pricing thead th {
    background-color: #f5f5f5 !important;
    font-size: 14px;
}

.tutoring_pricing tbody td {
    border: none;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    background-color: #65BEC4;
    color: #FFFFFF;
    min-width: 125px;
    
    padding: 7px;
}

.tutoring_pricing thead th:first-child {
    border-radius: 10px 0 0 0;
}
.tutoring_pricing thead th:last-child {
    border-radius: 0 10px 0 0;
}

.tutoring_pricing tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}

.tutoring_pricing tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}
