/***********************************************************************
* Project : Corley (Coventry) School
* Module : awcomputech.css
* Purpose : Site Cascading Style Sheet
************************************************************************
* Copyright (C) AW CompuTech Ltd
* All Rights Reservered
************************************************************************
* Changes
*
* Version Date        Author               Reason
* 1.0     13/06/2006  Andrew J. Williams   Initial Version
***********************************************************************/

body 
{
  margin : 0px;
  background-color: #ffffff;
  color: #000000;
  font-family: "Comic Sans MS","Comic Sans",sans-serif;
}


a:link
{
  color: #000000;
}

a:visited
{
  color: #000000;
}


div.centre
{
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
}

/**********
* Heading *
**********/

div#heading
{
  color: #00009a;
  position: absolute;
  top: 0px;
  left: -1px;
  height: 122px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

#heading h1
{
  margin-left: 170px;
  font-weight: normal;
  text-align: center;
  margin-top: 40px;
}

#heading h3
{
  margin-left: 170px;
  font-weight: normal;
  text-align: center;
  margin-top: 5px;
}



/*******
* Logo *
*******/

div.logo
{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

#logo img
{
  border-width: 0;
}


/*******
* Menu *
*******/

div#menu
{
  color: #ffffff;
  height: 100%;
  position: absolute;
  left: 0px;
  width: 160px;
  text-align: center;
  overflow: hidden;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  z-index: 1;
}


#menu a:link
{
  color: #ffffff;
  text-decoration: none;
  font-weight: bold !important;
  font-weight: normal;
  font-variant: small-caps;
}

#menu a:visited
{
  color: #ffffff;
  background-color: #0000fe;
  text-decoration: none;
  font-weight: bold !important;
  font-weight: normal;
  font-variant: small-caps
}

#menu img
{
  border-width: 0;
}


#menu div
{
  width: 160px;
  background-color: #0000fe;
  padding: 5 0 5 0;
}

#menu div#current
{
  width: 160px;
  background-color: #32CCFE;
}


#menu div#moodledo
{
  width: 160px;
  background-color: #FD0007;
  color: #000000;
}


#menu div#moodledo:hover
{
  width: 160px;
  background-color: #32CCFE;
  color: #ffffff;
}

#menu a:hover
{
  background-color: #32CCFE;
  cursor: pointer;
}


#menu div:hover
{
  background-color: #32CCFE;
}




/*****************
* Main Page Area *
*****************/

div#body
{
  position: relative;
  padding-top: 130px !important;
  padding-top: 130px;
  padding-left: 170px;;
  width: auto;
  color: #000000;
  font-weight: normal;
}

#body h3 
{
  color: #00009a;
  font-weight: bolder;
}

#body h4
{
  color: #00009a;
}

#body div#subhead
{
  color: #00009a;
}

#body div#copyright
{
  font-size: 0.8em;
  text-align: center;
}


/**********
* General *
**********/

img.right
{
  float: right; 
  margin: 4px;
  clear: both;
}

img.left
{
  float: left;
  margin: 4px;
  clear: both;
}

p.right
{
  float: right;
}

p.clearright
{
  clear: right;
}

div.clear
{
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 1px;
}

div.center
{
  text-align: center;
}

#map
{
  float: right;
  margin: 5px; 
}
