/* GAP Ltd Styles */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 19px 0;
  background-color: #CCCCCC;
  background-image: url(../images/gradient_bg.gif);
  background-attachment: fixed;
  background-repeat: repeat-x;
  background-position: top;
  /* scrollbar */
  scrollbar-face-color: #CCCCCC;
  scrollbar-highlight-color: #CCCCCC;
  scrollbar-shadow-color: #CCCCCC;
  scrollbar-3dlight-color: #DDDDDD;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-track-color: #EEEEEE;
  scrollbar-darkshadow-color: #BBBBBB;
  }


/* text styles: */

td, th, p, li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  /*font-size: 11px;*/
  font-size: 0.82em;
  color: #333333;
  line-height: 1.5em;
  }

h1 {
  /*font-family: "Century Gothic", Arial, Helvetica, sans-serif;*/
  font-size: 1em;
  font-weight: normal;
  color: #333;
  line-height: 1.3em;
  display: none;
  }
  
h2 {
  font-size: 0.82em;
  font-weight: bold;
  color: #444444;
  line-height: 1.5em;
  }
  
.justify {
  text-align: Justify;
  }
  
.hidden {
  display: none;
  }
	
.bullets li {
	list-style-type: square;
	padding-bottom:5px;
	}

.form {
  font-size: 9px; 
  border-bottom: #dbdbdb solid 1px; 
  border-left: #dbdbdb solid 1px; 
  border-right: #dbdbdb solid 1px; 
  border-top: #dbdbdb solid 1px; 
  background-color: #ffffff; 
  color: #4b4840; 
  width: 100px; 
  height: 16px;
  }

a {
  color: #CC0000;
  text-decoration: none;
  }

a:hover {
  color: #CC0000;
  text-decoration: underline;
  }

a.nav {
  color: #666666;
  }

a.nav:hover {
  color: #CC0000;
  text-decoration: none;
  }

.footerleft {
  height: 25px;
  color: #EEEEEE;
  text-align: left;
  }

.footerright {
  color: #EEEEEE;
  text-align: right;
  }

a.footer {
  color: #EEEEEE;
  text-decoration: none;
  font-size: 0.82em;
  }

a.footer:hover {
  color: #FFFFFF;
  }

.red, .date {
  color: #CC0000;
  text-decoration: none;
  }
  
.small {
  font-size: 60%;
  }

.maincontent {
  vertical-align: top;
  }

hr {
  height: 1px; 
  color: #CC0000; 
  width: 99%; 
  text-align: center;
  border: none 0; 
  border-bottom: 1px dotted #CC0000;
  }

img.titleimage {
  padding-top: 5px;
  }

.map {
  font-size: 0.82em;
  color: #333333;
  line-height: 1.5em;
  background-color: #EEEEEE;
  text-align: center;
  vertical-align: middle;
  padding: 3px;
  height: 140px;
  width: 140px;
  border: 1px solid #999999;
  }


/* background colour styles: */

.darkgrey {
  background-color: #999999;
  }

.sidebar {
  background-color: #F4F1EC;
  }

.bluebar {
  background-color: #92AAD2;
  }

.white {  /* it's not really */
  background-color: #F9F9F9;
  }


/* borders */

.darkgreyborder {
  border: 1px solid #999999;
  }

.lightgreyborder {
  border: 1px solid #CCCCCC;
  }


/* menu styles */

#navlist ul {
  padding-left: 0;
  margin-left: 0;
  margin-bottom:0;
  float: left;
  width: 100%;
  }
    
#navlist ul li { 
  display: inline; 
  }
    
#navlist ul li a {
  /* width: 150px; */
  width: 124px;
  height: 17px;
  padding: 3px 0;
  color: #CC0000;
  background-image: url(../images/menu_bg.gif);
  text-align: center;
  text-decoration: none;
  float: left;
  border-right: 1px solid #999;
  }
  
*html #navlist ul li a {
  height: 24px;
  }
    
#navlist ul li a:hover {
  background-image: url(../images/menu_bg_over.gif);
  }

  /*#navlist ul li a.last {
 width: 146px;
  width: 125px;
  border-right: 0;
  } */
  
*html #navlist ul li a.last {
  /* width: 150px; */
  width: 130px;
  }

a.external-link {
  padding-right:10px;
  background: url(../images/link-arrow.gif) no-repeat 100% 55%;
  }