/* www.appload.net css
   by Kevin McNamee  
*/

body{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
 }

a
{
  text-decoration: none;
  color: #990000;
}

img
{
  border: 0;
}

a.hidden
{
  color: #FFFFFF;
}

p :link:hover, p :visited:hover, 
ul.newsitems :link:hover, ul.newsitems :visited:hover
{
  padding-bottom: 1px;
  border-bottom: solid 1px #990000;
}

p.image_link :link:hover, p.image_link :visited:hover
{
  padding-bottom: 0;
  border-bottom: none;
}

/* Index page style
*/

div.index_firstbox
{
  width: 100%;
  height: 250px;
  background-color: #990000;
}

div.index_secondbox
{
  text-align: center;
  width: 100%;
  height: 84px;
  background-color: #FFFFFF;
}
div.index_thirdbox
{
  width: 100%;
  height: 20px;
  background-color: #D5C37F;
}

div.index_thirdbox
{
  width: 100%;
  height: 70%;
  background-color: #990000;
}

/* Standard page style
*/
  
div.firstbox
{
  width: 100%;
  height: 100px;
  background-color: #990000;
}
  
div.secondbox
{
  width: 100%;
  padding-left: 1em;
  height: 2em;
  background-color: #D5C37F;
}

img.logo
{
  border-style: none;
  margin-left: 5%;
  margin-top: 40px;
}

ul.navbar_upper, ul.navbar_lower
{
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  color: #FF0000;
  margin: 0 0 0 0;
  padding: 0.5em 0 0.5em 130px;
  white-space: nowrap;
  text-transform: uppercase;
}

ul.navbar_upper li, ul.navbar_lower li
{
  list-style-type: none;
  display: inline;
  padding: 0 2em 0 2em;
}

ul.navbar_upper :link, ul.navbar_upper :visited, 
ul.navbar_lower :link, ul.navbar_lower :visited {
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
}

ul.subnavbar_upper
{
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  color: #666666;
  margin: 0 0 0 0;
  padding: 0.5em 0 0 160px;
  white-space: normal;
  font-weight: bold;
}

ul.subnavbar_upper li
{
  list-style-type: none;
  display: inline;
  padding-right: 1.0em;
}

ul.subnavbar_upper :link, ul.subnavbar_upper :visited {
  font-size: 0.70em;
  font-weight: normal;
  text-decoration: none;
  color: #666666;
}

div.submenu
{
  width: 100%;
  height: 2em;
  background-color: #FFFFFF;
  padding-left: 1em;
}

div.thirdbox
{
  width: 100%;
  background-color: #FFFFFF;
}

div.leftbox
{
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  padding: 4em 0 0 0;
  margin: 0 0 0 0;
  width: 35%;
  text-align: right;
}

div.rightbox_wide
{ 
  float: left;
  padding: 3em 0 0 0;
  margin: 0 0 0 6%;
  width: 54%;
  font-size: x-small;
  text-align: left;
  line-height: 1.3;
}


div.rightbox
{ 
  float: left;
  padding: 3em 0 0 0;
  margin: 0 0 0 6%;
  width: 40%;
  font-size: x-small;
  text-align: left;
  line-height: 1.3;
}

p.name
{
  color: #333333;
  margin-bottom: 0;
  font-size: x-small;
  font-weight: bold;
  text-transform: uppercase;
}

p.subname
{
  color: #666666;
  font-size: xx-small;
  font-weight: bold;
  margin: 0 0 0 0;
}

img.squares
{
  border-style: none;
  margin-left: 5%;
  margin-top: 25px;
}

p.news
{
  font-weight: bold;
}

ul.newsitems
{
  color: #990000;
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  text-indent: -11em;
  padding-left: 11em;
}


div.fourthbox
{
  clear: both;
  width: 100%;
  height: 40px;
  background-color: #FFFFFF;
}

div.fifthbox
{
  width: 100%;
  height: 2em;
  background-color: #D5C37F;
}

div.sixthbox
{
  width: 100%;
  height: 50%;
  background-color: #990000;
}

div.contact
{
  float: left;
  padding: 20px 0 0 0;
  margin: 0 0 0 10%;
  width: 45%;
}

p.intro
{
  color: #990000;
}

/* This section describes the layout of the row of images that appear in
   the centre of the screen
*/

ul.squares, ul.medium_squares
{
  white-space: nowrap;
  margin: 7px 0 0 0;
}

ul.squares li, ul.medium_squares li
{
  list-style-type: none;
  display: inline;
  padding: 0 0 0 0.5px;
}

ul.squares img
{
  height: 45px;
  width: 45px;
  margin: 27px 0 28px 0;
}

ul.medium_squares img
{
  height: 74px;
  width: 74px;
  margin: 0 0 3px 0;
}

li.large_square_right
{
  list-style-type: none;
  display: inline;
  margin: 0 6px 0 10px;
}

li.large_square
{
  list-style-type: none;
  display: inline;
  margin: 0 10px 0 10px;
}

li.large_square_right img, li.large_square img
{
  height: 100px;
  width: 100px;
  margin: 0 0 0 0;
}