/* 
    Document   : general
    Created on : 10-Feb-2009, 12:45:31
    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;
}

.white {
  background: #ffffff;
}

.backgroundcolour {
  background-color: #205050;
}

.pagecontentcolour {
  background-color: #fefded;
}

.pagetitlecolour {
  background-color: #357035;
}

.pageinnercontentcolour {
  background-color: #fefded;
}

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

.maintext {
  font-size: 0.9em;
  text-align: left;
}

.subtext {
  font-size: 0.7em;
}

.italictext {
  font-style: italic;
}

.pagetitletext {
  font-size: 1.4em;
  font-weight: bold;
}

.pagesubtitletext {
  font-size: 1.25em;
  font-weight: bold;
}

#textcontent {
  position: absolute;
  left: 40px;
  right: 30px;
}

.contentdivider {
  width: 100%;
}



/**********************************************
Outer 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;
}


/**********************************************
inner corner css
***********************************************/
/** Top left **/
#innertopleftcorner1 {
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 1px;
  height: 1px;
  width: 3px;
}
#innertopleftcorner2 {
  z-index: 2;
  position: absolute;
  top: 1px;
  left: 0px;
  height: 1px;
  width: 2px;
}
#innertopleftcorner3 {
  z-index: 2;
  position: absolute;
  top: 2px;
  left: 0px;
  height: 1px;
  width: 1px;
}
#innertopleftcorner4 {
  z-index: 2;
  position: absolute;
  top: 3px;
  left: 0px;
  height: 1px;
  width: 1px;
}


/** Top right **/
#innertoprightcorner1 {
  z-index: 2;
  position: absolute;
  top: 0px;
  right: 1px;
  height: 1px;
  width: 3px;
}
#innertoprightcorner2 {
  z-index: 2;
  position: absolute;
  top: 1px;
  right: 0px;
  height: 1px;
  width: 2px;
}
#innertoprightcorner3 {
  z-index: 2;
  position: absolute;
  top: 2px;
  right: 0px;
  height: 1px;
  width: 1px;
}
#innertoprightcorner4 {
  z-index: 2;
  position: absolute;
  top: 3px;
  right: 0px;
  height: 1px;
  width: 1px;
}


/** Bottom left **/
#innerbottomleftcorner1 {
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 1px;
  height: 1px;
  width: 3px;
}
#innerbottomleftcorner2 {
  z-index: 2;
  position: absolute;
  bottom: 1px;
  left: 0px;
  height: 1px;
  width: 2px;
}
#innerbottomleftcorner3 {
  z-index: 2;
  position: absolute;
  bottom: 2px;
  left: 0px;
  height: 1px;
  width: 1px;
}
#innerbottomleftcorner4 {
  z-index: 2;
  position: absolute;
  bottom: 3px;
  left: 0px;
  height: 1px;
  width: 1px;
}

/** Bottom right **/
#innerbottomrightcorner1 {
  z-index: 2;
  position: absolute;
  bottom: 0px;
  right: 1px;
  height: 1px;
  width: 3px;
}
#innerbottomrightcorner2 {
  z-index: 2;
  position: absolute;
  bottom: 1px;
  right: 0px;
  height: 1px;
  width: 2px;
}
#innerbottomrightcorner3 {
  z-index: 2;
  position: absolute;
  bottom: 2px;
  right: 0px;
  height: 1px;
  width: 1px;
}
#innerbottomrightcorner4 {
  z-index: 2;
  position: absolute;
  bottom: 3px;
  right: 0px;
  height: 1px;
  width: 1px;
}


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


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

.headerimg {
  position: absolute;
  top: 1px;
  background-repeat: no-repeat; 
  width: 114px;
  height: 114px;
}

#headerimg1 {
  left: 1px;
  background-image:url(../img/header/1.jpg);
}

#headerimg2 {
  left: 115px;
  background-image:url(../img/header/2.jpg);
}

#headerimg3 {
  left: 229px;
  background-image:url(../img/header/3.jpg);
}

#headerimg4 {
  left: 343px;
  background-image:url(../img/header/4.jpg);
}

#headerimg5 {
  left: 457px;
  background-image:url(../img/header/5.jpg);
}

#headerimg6 {
  left: 571px;
  background-image:url(../img/header/6.jpg);
}

#headerimg7 {
  left: 685px;
  background-image:url(../img/header/7.jpg);
}

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

/**********************************************
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;
  font-weight: bold;
  text-decoration:none;
  color: #ffffff;
}

a.navlink:hover {
  font-size:	1.0em;
  text-decoration:none;
  color: #20aaff;
}

a.navlinkcurrent {
  font-size:	1.0em;
  font-weight: bold;
  text-decoration:none;
  color: #20aaff;
}

a.navlinkcurrent:hover {
  font-size:	1.0em;
  text-decoration:none;
  color: #20aaff;
}

/**********************************************
outer container for content div position on page
container.height - pagecontentouter.top
***********************************************/
#pagecontentouter {
  position: absolute;
  left:0px;
  top: 150px;
  width: 100%;
}


/**********************************************
site main title - at top of all pages below nav
***********************************************/
#maintitle
{
  position: absolute;
  top: 1px;
  left: 1px;
  height: 35px;
  width: 798px;
  font-size: 1.6em;
  text-align: center;
  color: #ffffff;
}

/**********************************************
site main title - at top of all pages below nav
***********************************************/
#mainsubtitle
{
  position: absolute;
  top: 36px;
  left: 1px;
  height: 23px;
  width: 798px;
  font-size: 1.0em;
  text-align: center;
  color: #ffffff;
}

/**********************************************
Specific page content
***********************************************/
#pagecontentinner {
  position: absolute;
  top: 60px;
  left: 1px;
  height: 364px;
  width: 798px;
}

/**********************************************
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: 800px;
  height: 25px;
}
.footertext {
  font-size: 0.7em;
  color: #dddddd;
  vertical-align: top;
}
.footertext a {
  color: #eeeeee;
}
.footertext a:hover {
  color: #20aaff;
}


/**********************************************
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;
}

#imgCaption
{
  position: absolute;
  top: 495px;
  left: 100px;
  width: 320px;
  text-align:left;
}

.galleryCaptionPopUp
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 0.9em;  
  font-weight: bold;
}


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

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

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