html {
  overflow-y: scroll;
}
body {
  /* position: relative; */
  width: 980px;
  background: #A1D0FF;
/*  background: url('../img/background.jpg') repeat;  */
  margin:0 auto;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  
}

img {
  border: none;
}

/* START OF STRUCTURE */
#wrapper {
  width: 980px;
  margin:0 auto;
}

/* START OF MAST */
#mast {
  background: url('../img/mast.png') no-repeat;
  width: 930px;
  height: 97px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 11px;
}

#mast_left {
  float: left;
  width: 270px;
  height: 74px;
  padding: 23px 10px 0 30px;
  text-align: left;
}

#mast_top {
  float: right;
  width: 600px;
  height: 30px;
  margin: 0;
  padding: 0;
}

#mast_language {
  float: left;
  width: 280px;
  height: 22px;
  padding: 8px 0 0 10px;
  text-align: left;
  color: #6699FF;
}

#mast_language a {
  text-decoration: none;
  color: #6699FF;
}

#mast_language a:hover {
  text-decoration: underline;
}

#mast_language form {
  margin: 0;
  padding: 0;
}

#mast_links {
  float: right;
  height: 22px;
  padding: 8px 10px 0 0;
  text-align: right;
  color: #3399ff;
}

#mast_links a {
  text-decoration: none;
  color: #3399ff;
}

#mast_links a:hover {
  text-decoration: underline;
}

.tellfriendwidget {
  float: right;
  height: 22px;
  padding: 8px 10px 0 0;
  text-align: right;
  color: #3399ff;
}

#mast_bottom {
  clear: right;
  float: right;
  width: 600px;
  height: 60px;
  color: #3399ff;
}

#mast_bottom a {
  text-decoration: none;
  color: #3399ff;
}

#mast_bottom a:hover {
  text-decoration: underline;
}

#login_form {
  float: left;
  width: 370px;
  position: relative;
}

#login_form label {
  display: block;
  float: left;
  width: 60px;
  padding-top: 5px;
}

#login_form input {
  width: 100px;
  border: 1px solid #3399ff;
  margin-bottom: 4px;
}

#login_form input.button_login_go {
  cursor: pointer;
  background: url('../img/button_login_go.gif') no-repeat;
  width: 37px;
  height: 21px;
  border: none;
  color: #ffffff;
}

#login_form input.button_login_go_hover {
  cursor: pointer;
  background: url('../img/button_login_go_hover.gif') no-repeat;
  width: 37px;
  height: 21px;
  border: none;
  color: #ffffff;
}

#login_form a {
  position: absolute;
  bottom: 8px;
  right: 45px;
}

#mast_create_account {
  float: right;
  width: 227px;
  height: 60px;
}

#mast_create_account a {
  display: block;
  background: url('../img/button_create_account.gif') no-repeat;
  width: 227px;
  height: 45px;
  padding-top: 15px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  font-size: 13px;
}

#mast_create_account a:hover {
  background: url('../img/button_create_account_hover.gif') no-repeat;
  text-decoration: none;
}

#postlogin_mast_top {
  float: left;
  width: 350px;
  height: 30px;
}

#postlogin_mast_account {
  float: right;
  margin-right: 10px;
  background: url('../img/account_status.jpg') no-repeat;
  width: 187px;
  height: 49px;
  padding: 20px;
}

#postlogin_mast_button {
  float: left;
  margin: 10px 0 0 0;
  background: url('../img/postlogin_button.gif') no-repeat;
  width: 288px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
/* END OF MAST */

#tabs_and_header {
  position: relative;
}

#breadcrumb {
  padding: 0 0 0 30px;
  color: #ffffff;
}

#breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}

#breadcrumb a:hover {
  text-decoration: underline;
}

#tabs {
  height: 37px;
  margin-right: 95px;
  text-align: right;
}

#tabs ul {
  height: 37px;
  margin: 0;
  padding: 0 0 0 0;
  list-style: none;
}

#tabs li {
  float: right;
  height: 37px;
  line-height: 37px;
  margin: 0 0 0 10px;
  padding: 0;
  color: #ffffff;
  font-weight: bold;
}

#tabs li a {
  float: left;
  display: block;
  height: 37px;
  line-height: 37px;
  background: #afd70f;
  color: #ffffff;
  text-decoration: none;
}

#tabs li a.active {
  background: #b7e510;
}

#tabs li a:hover {
  color: #4AA4D3;
  text-decoration: underline;
}

/* START OF HEADER */
#home_header {
  background: url('../img/header.gif') no-repeat;
  width: 980px;
  height: 264px;
}
#profile_header {
  background: url('../img/profile_header.gif') no-repeat;
  width: 980px;
  height: 264px;
}
#subpage_header {
  background: url('../img/subpage_header.gif') no-repeat;
  width: 980px;
  height: 177px;
}

#postlogin_header {
  background: url('../img/postlogin_header.gif') no-repeat;
  width: 980px;
  height: 52px;
}

#home_title {
  float: left;
  margin: 10px 0 0 93px;
  height: 44px;
}

#home_title h1 {
  float: left;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0 20px;
  background: #b8e31b;
  color: #ffffff;
  font-size: 18px;
}

#postlogin_title {
  float: left;
  margin: 8px 0 0 18px;
  height: 44px;
}

#postlogin_title h1 {
  float: left;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0 20px;
  background: #b8e31b;
  color: #ffffff;
  font-size: 18px;
}

#home_text {
  padding: 80px 478px 0 0;
  text-align: right;
  color: #b8e31b;
}

#home_text strong {
  color: #4aa4d3;
}

#home_text p {
  font-size: 20px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
#profile_text {
  padding: 80px 60px 0 0;
  text-align: right;
  color: #b8e31b;
}

#profile_text strong {
  color: #4aa4d3;
}

#profile_text p {
  font-size: 20px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
#home_find_out_how {
  float: right;
  width: 175px;
  height: 47px;
}

#home_find_out_how a {
  display: block;
  background: url('../img/button_find_out_how.gif') no-repeat;
  width: 175px;
  height: 47px;
  line-height: 47px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
}

#home_find_out_how a:hover {
  background: url('../img/button_find_out_how_hover.gif') no-repeat;
}

#home_search_title {
  float: right;
  width: 190px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 33px 0 0 0;
  _padding: 33px 96px 0 0;
  color: #ffffff;
  font-size: 16px;
}

#home_tell_a_friend {
  float: right;
  margin: -23px 0 0 0;
  z-index: 1;
  _position: absolute;
  _right: 0;
}

#home_search_form {
  clear: right;
  float: right;
  width: 342px;
  height: 126px;
  margin: 0 48px 0 0;
  _margin: 0 23px 0 0;
  padding: 24px 22px 15px 23px;
}

#home_search_form ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 85px;
}

#home_search_form ul li {
  margin: 0;
  padding: 0;
  height: 28px;
  line-height: 28px;
}

#home_search_form label {
  float: left;
  clear: left;
  display: block;
  width: 160px;
  color: #909090;
  font-size: 14px;
  font-weight: bold;
}

#home_search_go {
  float: right;
  width: 52px;
  height: 36px;
}

#home_search_form input.button_search_go {
  cursor: pointer;
  background: url('../img/button_search_go.gif') no-repeat;
  width: 52px;
  height: 36px;
  border: none;
  color: #ffffff;
}

#home_search_form input.button_search_go_hover {
  cursor: pointer;
  background: url('../img/button_search_go_hover.gif') no-repeat;
  width: 52px;
  height: 36px;
  border: none;
  color: #ffffff;
}

#home_advance_search {
  float: right;
  height: 36px;
  line-height: 36px;
  margin-right: 10px;
}

#home_advance_search a {
  height: 36px;
  line-height: 36px;
  color: #3399ff;
  text-decoration: none;
}

#home_advance_search a:hover {
  text-decoration: underline;
}

#book_class {
  margin-top: -5px;
  font-size: 9px;
}

#write_to_me {
  width: 60px;
  height: 60px;
}

#write_to_me a {
  display: block;
  background: url('../img/button_write_booking.gif') no-repeat;
  width: 60px;
  height: 60px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
}

#write_to_me a:hover {
  background: url('../img/button_write_booking_hover.gif') no-repeat;
  color: red;
}


/* END OF HEADER */

/* START OF MIDDLE */
#middle {
  background: url('../img/middle_background.jpg') repeat-y #D1D1D1;
  margin: 0;
}

#postlogin_middle {
  background: url('../img/postlogin_middle.jpg') repeat-y top right #ffffff;
  padding-right: 16px;
  padding-top: 10px;
}
#profile_middle {
  background: url('../img/postlogin_middle.jpg') repeat-y top right #d1d1d1;
  padding-right: 16px;
  padding-top: 0px;
}

#home_search_middle {
  background: url('../img/postlogin_middle.jpg') repeat-y top right #D1D1D1 /* #D1D1D1 */;
  padding-right: 16px;
}

#left_column {
  float: left;
  width: 180px;
  background: url('../img/left_column_background.jpg') repeat-y;
}

#left_column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#left_column li {
  margin: 0;
  padding: 0;
  height: 35px;
  line-height: 35px;
}

#left_column a {
  display: block;
  width: 160px;
  height: 35px;
  padding: 0 10px;
  text-align: right;
  text-decoration: none;
}

#left_column a.menu_orange {
  background: url('../img/menu_orange.jpg') repeat-x;
  color: #ffffff;
}

#left_column a.menu_orange:hover {
  background: url('../img/menu_orange_hover.jpg') repeat-x;
  color: #0066FF;
}

#left_column a.menu_grey {
  background: url('../img/menu_grey.jpg') repeat-x;
  color: #020038;
}

#left_column a.menu_grey:hover {
  background: url('../img/menu_grey_hover.jpg') repeat-x;
  color: #0066FF;
}

#left_column a.menu_nobg {
  color: #020038;
}

#left_column a.menu_nobg:hover {
  color: #0066FF;
}

#left_column a.menu_blue {
  background: url('../img/menu_light_blue.jpg') repeat-x;
  color: #ffffff;
}

#left_column a.menu_blue:hover {
  background: url('../img/menu_light_blue_hover.jpg') repeat-x;
  color: #0066FF;
}

#left_column a.menu_green {
  background: url('../img/menu_green.jpg') repeat-x;
  color: #020038;
}

#left_column a.menu_green:hover {
  background: url('../img/menu_green_hover.jpg') repeat-x;
  color: #0066FF;
}

#left_column_languages {
  margin-bottom: 2em;
  padding: 0 10px;
  color: #8ea1b0;
  font-size: 10px;
}

#left_column_languages strong {
  color: #99a2a9;
}

#left_column_languages span {
  float: left;
  width: 26px;
  margin-right: 10px;
}

#left_column_teach {
  width: 140px;
  height: 55px;
  margin-left: 25px;
  margin-bottom: 1em;
}

#left_column_teach a {
  display: block;
  width: 131px;
  height: 51px;
  background: url('../img/button_teach.gif') no-repeat;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  margin: 0;
  padding: 4px 9px 0 0;
  font-weight: bold;
  font-size: 22px;
}

#left_column_teach a span {
  font-size: 8px;
}

#left_column_teach a:hover {
  background: url('../img/button_teach_hover.gif') no-repeat;
}

#postlogin_left_column {
  float: left;
  width: 180px;
  color: #475866;
  background: #ffffff;
  padding-bottom: 2em;
}

#postlogin_left_column a {
  color: #475866;
  text-decoration: none;
}

#postlogin_left_column a:hover {
  text-decoration: underline;
  color: #0066FF;
}

#postlogin_left_column h3 a {
  color: #ffffff;
}

#home_content, #subpage_content, #content {
  float: left;
}

#home_content {
  width: 620px;
}

#subpage_content {
  background: #ffffff;
  width: 620px;
}

#subpage_inner_content {
  color: #555555;
 /* padding: 0 10px; */
  min-height: 453px;
  _height: 453px;
}

#content {
  background: url('../img/postlogin_content_background.jpg') repeat-x bottom #ffffff;
  width: 784px;
}

#home_inner_content {
  background: #ffffff;
  padding: 10px 30px;
}

#home_inner_content .small_font {
  font-size: 11px;
}

#inner_content {
  background: #ffffff;
  padding: 0 30px 10px 30px;
}

#news_feed {
/*  background: url('../img/newsfeed_background.jpg') repeat; */
  min-height: 120px;
  _height: 120px;
  padding: 10px;
}

#right_column {
  float: right;
  width: 180px;
}
/* END OF MIDDLE */

/* START OF FOOTER */
#footer {
  background: url('../img/footer.jpg') repeat-x;
  height: 40px;
  padding: 0 25px;
  color: #ffffff;
  font-size: 11px;
}

#footer a {
  color: #ffffff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer_left {
  float: left;
  width: 330px;
  padding: 18px 0 0 0;
}

#footer_center {
  float: left;
  width: 280px;
  padding: 6px 0 0 10px;
  text-align: left;
  color: #6699ff;
}

#footer_center a {
  color: #6699ff;
}

#footer_right {
  float: right;
  width: 310px;
  padding: 18px 0 0 0;
  text-align: right;
}
/* END OF FOOTER */

/* END OF STRUCTURE */

/* START OF LOGIN PAGE */
#content_login_form ul, #content_login_form li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#content_login_form ul {
  margin-bottom: 1em;
}

#content_login_form li {
  margin-bottom: 4px;
}

#content_login_form label {
  display: block;
  float: left;
  width: 100px;
  color: #3399FF;
  font-weight: bold;
}

.resend_auth {
  margin-left: 100px;
  color: #ff0000;
}

.forget_pass {
  margin-left: 50px;
  color: #808080;
}
/* END OF LOGIN PAGE */

/* START OF PAGINATION STYLES */
.pageDisplay {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4px;
  padding-top: 1em;
  text-align: center;
  font-size: 10px;
}

.pageListing {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em;
  text-align: center;
  font-size: 10px;
}

.pageListing a:link, .pageListing a:active, .pageListing a:visited, a:link.categoryLink, a:active.categoryLink, a:visited.categoryLink  {
  padding: 2px 6px;
  background: #ffffff;
  border: 1px solid #D8D8D8;
  color: #1B47A7;
  text-decoration: none;
}

.pageListing a:hover, a:hover.categoryLink {
  background: #1B47A7;
  color: #ffffff;
  text-decoration: underline;
}

.currentPage {
  padding: 2px 6px;
  background: #ffffff;
  border: 1px solid #D8D8D8;
  color: #000000;
}
/* END OF PAGINATION STYLES */

/* CLASSES */
.fleft { float: left; }
.fright { float: right; }
.clear { clear: both; }
.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
.blue_header { background: url('../img/title_heading.jpg') repeat-x; height: 35px; line-height: 35px; padding: 0 0 0 10px; margin: 0; color: #ffffff; font-size: 12px;}
.home_content_header { background: url('../img/home_title.jpg') no-repeat top right; }
.right_blue_border { border-right: 1px solid #b1d8ff; }
.right_column_testimonial { background: url('../img/right_column_item.jpg') repeat-x; width: 160px; min-height: 72px; _height: 72px; padding: 8px; padding-right: 15px; padding-left: 5px; font-size: 10px; }
.right_column_member { background: url('../img/right_column_item.jpg') repeat-x; width: 160px; min-height: 50px; _height: 50px; padding: 10px; font-size: 10px; }
.right_column_member p { margin-left: 50px; margin-top: 0; margin-bottom: 1em; color: #8b8b8b; }
.right_column_testimonial p { margin-left: 10px; margin-top: 0; margin-bottom: 0em; color: #8b8b8b; }
.right_column_testimonial p strong, .right_column_member p strong { color: #000000; }
.article { background: url('../img/article_bg.jpg') repeat-x; width: 289px; height: 190px; padding: 10px; }
.article_nobg { width: 289px; padding: 10px; background-color:#F9FFE3; }
.article p { color: #8b8b8b; }
.article p strong { color: #000000; }
.article_title { font-size: 13px; margin: 0; padding: 0; }
.article_image { height: 40px; margin-top: 1em; margin-bottom: 1em; }
.article_image p { margin: 0; }
.article img { float: left; margin-right: 10px; }
.article_big { width: 289px;}
.postlogin_menu { background: url('../img/menu_login.jpg') repeat-x; height: 34px; line-height: 34px; padding: 0 0 0 10px; margin: 0; color: #ffffff; font-size: 12px; }
.postlogin_menu_group { background: url('../img/postlogin_leftmenu_group_background.jpg') repeat-x; min-height: 22px; _height: 22px; padding: 10px 0 0 20px; }
.postlogin_menu_group p { margin-top: 0; margin-bottom: 0.5em; }
.profile_picture { width: 100px; height: 100px; }
.leftCurrent { font-weight: bold; }
.button_cell { height: 30px; vertical-align: bottom; }
.roll_over_img { padding: 1px; border: 1px solid #999999; }
.roll_over_img_hover { padding: 1px; border: 1px solid #4AA4D3; }
.pointer { cursor: pointer; }

/* START OF UNDESIRABLE CSS */
#content {
  background: #ffffff;
}

#inner_content {
  background: none;
}
#shift_wrap {
  margin-top: -42px;
}

.td_height_space_2 { height: 2px; }
.td_height_space_4 { height: 4px; }
.td_height_space { height: 6px; }
.td_height_space_8 { height: 8px; }
.td_height_space_10 { height: 10px; }
.td_height_space_12 { height: 12px; }
/* END OF UNDESIRABLE CSS */
