/* 
    Document   : general
    Created on : 24-Jan-2009, 12:45:24
    Author     : Daniel Murphy
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.backgroundcolour {
  background: #b6a675;
}

.shadowcolour {
  background: #786e4d;
}

.white {
  background: #ffffff;
}


body {
  text-align: center;
  padding: 0px;
  margin: 0px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 1em;
}


.maintext {
  font-size: 0.9em;
}


.subtext {
  font-size: 0.7em;
}


.italictext {
  font-style: italic;
}



/**********************************************
corner css
***********************************************/
/** Top left **/
#topleftcorner1 {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1px;
  width: 4px;
}
#topleftcorner2 {
  z-index: 1;
  position: absolute;
  top: 1px;
  left: 0px;
  height: 1px;
  width: 2px;
}
#topleftcorner3 {
  z-index: 1;
  position: absolute;
  top: 2px;
  left: 0px;
  height: 1px;
  width: 1px;
}
#topleftcorner4 {
  z-index: 1;
  position: absolute;
  top: 3px;
  left: 0px;
  height: 1px;
  width: 1px;
}

/** Top right **/
#toprightcorner1 {
  z-index: 1;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 1px;
  width: 4px;
}
#toprightcorner2 {
  z-index: 1;
  position: absolute;
  top: 1px;
  right: 0px;
  height: 1px;
  width: 2px;
}
#toprightcorner3 {
  z-index: 1;
  position: absolute;
  top: 2px;
  right: 0px;
  height: 1px;
  width: 1px;
}
#toprightcorner4 {
  z-index: 1;
  position: absolute;
  top: 3px;
  right: 0px;
  height: 1px;
  width: 1px;
}

/** Bottom left **/
#bottomleftcorner1 {
  z-index: 1;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 4px;
}
#bottomleftcorner2 {
  z-index: 1;
  position: absolute;
  bottom: 1px;
  left: 0px;
  height: 1px;
  width: 2px;
}
#bottomleftcorner3 {
  z-index: 1;
  position: absolute;
  bottom: 2px;
  left: 0px;
  height: 1px;
  width: 1px;
}
#bottomleftcorner4 {
  z-index: 1;
  position: absolute;
  bottom: 3px;
  left: 0px;
  height: 1px;
  width: 1px;
}

/** Bottom right **/
#bottomrightcorner1 {
  z-index: 1;
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 1px;
  width: 4px;
}
#bottomrightcorner2 {
  z-index: 1;
  position: absolute;
  bottom: 1px;
  right: 0px;
  height: 1px;
  width: 2px;
}
#bottomrightcorner3 {
  z-index: 1;
  position: absolute;
  bottom: 2px;
  right: 0px;
  height: 1px;
  width: 1px;
}
#bottomrightcorner4 {
  z-index: 1;
  position: absolute;
  bottom: 3px;
  right: 0px;
  height: 1px;
  width: 1px;
}


/**********************************************
page container
***********************************************/
#container {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 810px;
}


/**********************************************
shadow corners and bottom
***********************************************/
#shadow_bottom {
  position: absolute;
/*  top: 532px;*/
  bottom: 0px;
  left: 8px;
  width: 792px;
  height: 10px;
/* 10px x 1px 786e4d to b6a675 */
  background-image: url(../img/shadow_bottom.jpg);
  background-repeat: repeat-x;
}

#shadow_top_right {
  position: absolute;
  top: 8px;
  right: 0px;
  width: 10px;
  height: 10px;
/* 10px x 1px 786e4d to b6a675 */
  background-image: url(../img/shadow_top_right.jpg);
  background-repeat: none;
}

#shadow_bottom_right {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 10px;
  height: 10px;
/* 10px x 1px 786e4d to b6a675 */
  background-image: url(../img/shadow_bottom_right.jpg);
  background-repeat: none;
}

#shadow_bottom_left {
  position: absolute;
  bottom: 0px;
  left: 8px;
  width: 10px;
  height: 10px;
/* 10px x 1px 786e4d to b6a675 */
  background-image: url(../img/shadow_bottom_left.jpg);
  background-repeat: none;
}


/**********************************************
container for header div, to contain page image etc
***********************************************/
#header {
  position: absolute;
  top: 5px;
  left: 0px;
  height: 114px;
  width: 100%;
}

#shadow_header_right {
  position: absolute;
  top: 18px;
  right: 0px;
  width: 10px;
  height: 86px;
/* 10px x 1px 786e4d to b6a675 */
  background-image: url(../img/shadow_right.jpg);
  background-repeat: repeat-y;
}

#innerheader {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 104px;
  width: 800px;
  background: #ffffff;
}


#title1 {
  position: absolute;
  top: 2px;
  left: 155px;
  height: 100px;
  width: 200px;
}

#title2 {
  position: absolute;
  top: 2px;
  left: 385px;
  height: 100px;
  width: 200px;
}


/**********************************************
container for menu and title
***********************************************/
#nav {
  position: absolute;
  top: 114px;
  left:0px;
  height: 32px;
  width: 100%;
  color: #ffffff;
}

#innernav {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 800px;
}

/**********************************************
inner container for page links
***********************************************/
#links {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  top: 5px;
  width: 100%;
  left: 0px;
}

/**********************************************
page links
***********************************************/
a.navlink {
  font-size: 1.0em;
  text-decoration: none;
  color: #ffffff;
}

a.navlink:hover {
  color: #ffff00;
}

a.navlinkcurrent {
  font-size: 1.0em;
  text-decoration: underlined;
  color: #ffffff;
}

a.navlinkcurrent:hover {
  color: #ffff00;
}



/**********************************************
outer container for content div position on page
container.height - pagecontentouter.top (see general.css)
***********************************************/
#pagecontentouter {
  position: absolute;
  left:0px;
  top: 149px;
  width: 100%;
}

#shadow_content_right {
  position: absolute;
  top: 8px;
  right: 0px;
  width: 10px;
/* 10px x 1px 786e4d to b6a675 */
  background-image: url(../img/shadow_right.jpg);
  background-repeat: repeat-y;
}

#innerpagecontentouter {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 800px;
  background: #ffffff;
}

/**********************************************
page sub title within page content
***********************************************/
#pagetitle
{
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 1.4em;
  text-align: left;
  color: #000000;
}

/**********************************************
footer section for credit etc
***********************************************/
#footer {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  top: 5px;
  width: 810px;
  height: 20px;
}
#innerfooter {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 100%;
}
.footertext {
  font-size: 0.7em;
  color: #dddddd;
  vertical-align: top;
}
.footertext a {
  text-decoration:none;
  color: #eeeeee;
}
.footertext a:hover {
  color: #ffff00;
}


/**********************************************
popup image
***********************************************/
#popupBody
{
  position: absolute;
  z-index:1;
  top: 1px;
  left: 70px;
  width: 660px;
  height: 535px;
  border-style: solid;
  border-width: 1px;
  background: #ffffff;
  display: none;
}

#imgNav
{
  position: absolute;
  bottom: 8px;
  right: 8px;
  background-color: #dddddd;
  height: 22px;
  width: 220px;
}

#imgTag
{ 
  position: relative;
  top: 5px;
  text-align:center;
}

#imgCopyright
{
  position: absolute;
  top: 493px;
  left: 10px;
}


a.imageLink {
  font-weight: bold;
  color: #404040;
  text-decoration: none;  
}

a.imageLink:hover {
  color: #000000;
}

a.externalGeneralLink  {
  color: #006010;
}

.inactiveLink {
  font-weight: bold;
  color: #aaaaaa;
}

