/*
** CSS for New School of Language
** Author: Ray Bentz - TropicalDesignStudio.com
*/



/* ============================================= */


.contenthead
{
  font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
}

.contentsubhead
{
  font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 10px;
  color: #000000;
}

.morelink
{
  font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 9px;
  color: #000000;
  text-align: right;
}

/* ========================================== */

.topmenu
{
  position: absolute;
  top: 15px;
  left: 265px;
  height: auto;
  width: 395px;;
  background-color: none;
  font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 9px;
  color: #555555;
  text-align: right;
  line-height: 15px;
}

.topmenu A:link, .topmenu A:visited
{
  color: #555555;
  text-decoration: none;
  font-weight: normal;
}

.topmenu A:hover
{
  text-decoration: underline;
  color: blue;
  font-weight: normal;
}

/* ============================== */

.leftmenu /* position info is in "leftmenuid" */
{
  position: absolute;
  width: 200px;
  height: auto;
  background-color: none;
  font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 25px;
}


A.menulink, A.menulink:visited
{
  display: block;
  width: 197px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: solid 1px #6699cc;
  padding-top: 1px;
  padding-bottom: 1px;
}

A.menulink:hover
{
  border: solid 1px #aaaaaa;
  background-color:#bbbbee;
  color: #000000;
}


/* ========================================================== */

.footer A:link, .footer A:visited
{
  color: #CCCCCC;
  text-decoration: none;
  font-weight: bold;
}

.footer A:hover
{
  text-decoration: underline;
  color: blue;
  font-weight: bold;
}

/* ====================================================== */

.submenu
{
  border-style: solid;
  border-width: 1;
  border-color: #bbbbee;
  width: 180px;
  height: auto;
  margin-left: 8px;
  margin-top: 10px;
  color: #ffffff;
  font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
}

.submenu H1
{
  color: #ffffff;
  font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 12px;
}

.submenu A.menulink, .submenu A.menulink:visited
{
  display: block;
  width: 178px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: solid 1px #6699cc;
  padding-top: 1px;
  padding-bottom: 1px;
}

.submenu A.menulink:hover
{
  border: solid 1px #aaaaaa;
  background-color:#bbbbee;
  color: #000000;
}

/* =================================================== */

div.translation
{
	display: none;
}

.translation /* top offset is in "translationid" */
{
  border-style: solid;
  border-width: 1;
  border-color: #bbbbee;
  width: 180px;
  height: auto;
  margin-left: 8px;
  color: #ffffff;
  font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
}

.translation H1
{
  color: #ffffff;
  font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 12px;
}


