﻿.container {
	
}

.bold{
font-weight:bold;
}



#title{
position:relative;
z-index:1;	
bottom:105px;
color:#f85032;
outline: black;
text-shadow: -2px 0 black, 0 2px black,
      2px 0 black, 0 -2px black;
font-size: 275%;

}

@-moz-document url-prefix() {
   #title{
        position:relative;
      z-index:1;	
      bottom:95px;
      color:#f85032;
      outline: black;
      text-shadow: -2px 0 black, 0 2px black,
      2px 0 black, 0 -2px black;
      font-size: 275%;
      font-weight: normal;
    }

   h1{
  font-weight: normal;
}
}

#language{
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	color: blue;
	position:relative;
	float:right;
	top:0px;
	z-index:2;
}

#titleimage{
	position: absolute;
	top:0px;
	left:275px;
	z-index:0;
	
}



* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;

	top: 0;
	left: 0;
	position: relative;
	background-size: 100% auto;
	background: #efefef; /* Old browsers */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */


}






p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 800px;
	height: auto;
	margin-left:  auto;
        margin-right:  auto;
}
h1{
font-family:AmericanTypewriterStd-Bold;
left: 5px;
}
/*FONT
-----------------------------------------------------------------------------*/
@font-face {
font-family: AmericanTypewriterStd-Bold;
src: url("AmericanTypewriterStd-Bold.otf") format("opentype");
/*src: url("AmericanTypewriterStd-Bold.eot") format("eot");*/
/*src: url("AmericanTypewriterStd-Bold.ttf") format("truetype");
src: url("AmericanTypewriterStd-Bold.woff") format("woff");*/
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 150px;
	width: 798px;
	background: #FF2C00;
	background-image:url('smileteach.jpg');
	font: 32px Arial, Tahoma, Verdana, sans-serif;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	margin-left: auto;
	
	
}

#subheader{
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	height: 30px;
	background: #f85032; /* Old browsers */
	background: -moz-linear-gradient(top,  #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#e73827)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */

	font: 18px Arial, Tahoma, Verdana, sans-serif;
	vertical-align: bottom;	
	
}
ul
	{
    white-space:nowrap; /* <-- ADDED */
    float:left;
    width:auto;
    padding:3px;
padding-top:10px;
    margin-right:3px;
    position:relative;
    list-style-type:none;
	top:-9px;
	}
	li
	{
	float:left;
	padding-left:32px;
	}
	a:link,a:visited
	{
	display:block;
	width:auto;
	font-weight:bold;
	color:#FFFFFF;
	
	text-align:center;
	padding:4px;
	text-decoration:none;
	text-transform:uppercase;
	}
	a:hover,a:active
	{
	background: #e73827; /* Old browsers */
	background: -moz-linear-gradient(top,  #e73827 0%, #f02f17 29%, #f6290c 49%, #f16f5c 50%, #f85032 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e73827), color-stop(29%,#f02f17), color-stop(49%,#f6290c), color-stop(50%,#f16f5c), color-stop(100%,#f85032)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e73827 0%,#f02f17 29%,#f6290c 49%,#f16f5c 50%,#f85032 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e73827 0%,#f02f17 29%,#f6290c 49%,#f16f5c 50%,#f85032 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e73827 0%,#f02f17 29%,#f6290c 49%,#f16f5c 50%,#f85032 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e73827 0%,#f02f17 29%,#f6290c 49%,#f16f5c 50%,#f85032 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73827', endColorstr='#f85032',GradientType=0 ); /* IE6-9 */
	text-decoration:underline;

	}


#button {
font-weight:bold;
background: none;
padding: none;
text-align: left;
	color: blue;
	outline: none;
display: inline;
	text-decoration: underline;
}

/* Middle
-----------------------------------------------------------------------------*/
#content {
	background: #F2CF33;
	height: auto;
	border: 1px solid gray;
width: 698px;
margin-left:auto;
margin-right:auto;
	padding:50px;
	padding-bottom: 90px;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #fefefe 0%, #dbdbdb 89%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#fefefe), color-stop(89%,#dbdbdb), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  #fefefe 0%,#dbdbdb 89%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  #fefefe 0%,#dbdbdb 89%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  #fefefe 0%,#dbdbdb 89%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(45deg,  #fefefe 0%,#dbdbdb 89%,#e2e2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

table{
	border-collapse:collapse;
	margin-bottom:20px;
	margin-top:20px;
}

table,th,td{
border: none;	
text-align:center;
padding: 10px;
}

td{
margin-left: 40px;
margin-right:40px;
text-align:left;
}

#subscription{
border:none;
}



#testimonial{
	font: 20px Arial, Tahoma, Verdana, sans-serif;
	color: black;
	font-weight: bold;
	padding-left:60px;
	padding-right:30px;
}

#testimonialcredit{
	font: 16px Arial, Tahoma, Verdana, sans-serif;
	color: gray;
	float:right;
	padding-right:30px;
}