@charset "UTF-8";
/* CSS Document */

body  {
  font-family: Arial, Helvetica, sans-serif;
  background: #FFFFFF url(/themes/gem/images/background.jpg) repeat-x left top;
        margin: 0;
  padding: 0;
  text-align: /*center*/;
}

/* Text Styles */

p {
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  font-weight: normal;
  margin: 0px;
  padding: 0px 0px 6px;
}
a {
  text-decoration: none;
  color: #666666;
                font-weight: bold;
}
a:hover {
                color: rgb(0,85,150);
}
a:visited:hover {
               color: rgb(0,85,150);
}                 
li {
  font-size: 11px;
  line-height: 16px;
  color: #666666;
  font-weight: normal;
  list-style-type: disc;
}
ul {
  padding: 0px 0px 6px 24px;
  list-style-position: outside;
}

h1 {
  font-size: 22px;
  line-height: 26px;
  color: #31598a;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
h2 {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}
h3 {
  font-size: 11px;
  line-height: 13px;
  color: #000000;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}
h4 {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  font-weight: normal;
  margin: 0px;
  padding: 0px 0px 10px;
}
.textColourA {
  color:  #c1d82f;
}
.textColourB {
  color: #41c4dc;
}
.textColourC {
  color: #492f92;
}
.textColourD {
  color: #ee2c74;
}
.textColourE {
  color: #f89828;
}
.textColourBlack {
  color: #000000;
}

/* Container */

#container {
  width: 1050px;
  background: #FFFFFF;
  margin: 0 auto;
  text-align: left;
} 

/* Header */

#map{
                width: 571px;
                 url(/sites/default/files/GEM-Topic-Map-NO-RINGS-CS3.png);
                background-color: #fff;
                position: center;
}

#map a{
                color:#00f;
                font: bold 15px Verdana;
                text-decoration: none;
                background: transparent;
                display: block;
                width: 60px;
              
                padding-top: 10px;
                position: absoloute;
                overflow: hidden;
}

#map a:hover {overflow:visible;}
                a#first {left:20px; top:15px;}
                a#second {left:45px; top:70px;}
                a#third {left:110px; top:90px;}
                a#fourth {left:130px; top:140px}
                a#fifth {left:210px; top:80px;}

#header {
  height: 120px;
  padding-bottom: 10px;
  background-color: #EAECED;
}

/* Primary Navigation */

#primaryNavBlock {
  height: 40px;
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: #000000;
  background-image: url(/themes/gem/images/navBg.jpg);
  background-repeat: repeat-x;
  background-position: center;
  vertical-align: middle;
  text-align: center;
} 
#primaryNavBlock a{
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  color: #000066;
   
} 
#primaryNavA a{
  padding: 13px 10px 7px;
  float: left;
  width: 193px;
  border-bottom-width: 9px;
  border-bottom-style: solid;
  border-bottom-color: #dddfe0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #dddfe0;
}
#primaryNavA a:hover{
  border-bottom-color: #c1d82f;
}
#primaryNavB a{
  padding: 13px 10px 7px;
  float: left;
  width: 188px;
  border-bottom-width: 9px;
  border-bottom-style: solid;
  border-bottom-color: #dddfe0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #dddfe0;
}
#primaryNavB a:hover{
  border-bottom-color: #41c4dc;
}
#primaryNavC a{
  padding: 13px 10px 7px;
  float: left;
  width: 188px;
  border-bottom-width: 9px;
  border-bottom-style: solid;
  border-bottom-color: #dddfe0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #dddfe0;
}
#primaryNavC a:hover{
  border-bottom-color: #492f92;
}
#primaryNavD a{
  padding: 13px 10px 7px;
  float: left;
  width: 188px;
  border-bottom-width: 9px;
  border-bottom-style: solid;
  border-bottom-color: #dddfe0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #dddfe0;
}
#primaryNavD a:hover{
  border-bottom-color: #ee2c74;
}
#primaryNavE a{
  padding: 13px 10px 7px;
  float: left;
  width: 188px;
  border-bottom-width: 9px;
  border-bottom-style: solid;
  border-bottom-color: #dddfe0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #dddfe0;
}
#primaryNavE a:hover{
  border-bottom-color: #f89828;
}

/* Secondary Navigation */

#secondaryNavBlock {
  margin: 0px;
  border-top-style: solid;
  border-top-color: #31598a;
  border-top-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  padding: 10px 0px 0px;
  text-transform: uppercase;

}
.secondaryNav a{
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  color: #000000;
  margin: 0px;
  padding: 2px 10px 2px 5px;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #FFFFFF;
  text-decoration: none;
  display: list-item;
  list-style-type: none;
}
.secondaryNav a:hover{
  border-left-color: #31598a;
}

#nav, #nav ul, #nav ul ul {
                padding: 0;
                margin: 0;
                list-style-type:none;
                background-color: #C0C0C0;
                line-height: 1;
}

#nav a {
                display: block;
                width: 10em;
}

#nav li {
                
                float: left;
                width: 10em;
                list-style-type:none;
}

#nav li ul {
               border-color: silver;
                margin: -1em 0 0 10em;
                width: 10em;
                left: -999em;
                list-style-type:none;
}

#nav li ul ul {
               border-color: silver;
               margin: -1em 0 0 10em;
               width: 10em;
               left: -999em
               list-style-type:none;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
               left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
               left: auto;
}

/* Content */
#titleBlock {
  background-color: #FFFFFF;
  width: 765px;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 20px;
  margin: 0px;
  padding-bottom: 20px;
}

#sidebar1Column {
  float: left;
  width: 136px; 
  background: #FFFFFF url(/themes/gem/images/secNavBg.jpg) left top;
  padding: 00px 10px 30px 20px; 
}
#sidebar2Column {
  float: left;
  width: 500px;
  padding: 0px 10px 30px 20px;
}
#sidebar1 {
  float: left;
  width: 136px; 
  background: #FFFFFF url(/themes/gem/images/secNavBg.jpg) left top;
  padding: 00px 10px 30px 20px; 
}
#sidebar2 {
  float: right; 
  width: 136px; 
  padding: 0px 20px 20px 10px; 
}
#mainContent {
  padding: 0 10px;
  margin-right: 60px;
  margin-left: 60px;
} 
#mainContent2columnLeft {
                padding: 0 10px;
                margin-right: 500px;
                margin-left: 15px;
}
#mainContent2columnRight {
                padding: 0 20px 30px 10px;
                width:600px;
                float: right;
}

#mainContent2column {
  padding: 0 10px;
  margin-right: 20px;
  margin-left: 166px;
} 
#mainContent3columnLeft {
  padding: 0 10px;
  margin-right: 335px;
  margin-left: 20px;
}
#mainContent3columnCentre {
  padding: 0 10px;
  margin-right: 166px;
  margin-left: 166px;
} 
#mainContent3columnRight {
  padding: 0 0px;
  margin-right: 20px;
  margin-left: 555px;
} 
.fltrt { 
  float: right;
  margin-left: 8px;
}
.fltlft { 
  float: left;
  margin-right: 8px;
}
.clearfloat { 
  clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Footer */

#footer {
  padding: 10px;
  margin-top: 20px;
} 
#footer p {
  margin: 0; 
  padding: 10px; 
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: #EAECED;
  background-color: #FFFFFF;
}
.logo {
  display: inline-block;
  padding: 10px;
  vertical-align: top;
}
/* Home Navigation */

#homeNavBlock {
  width: 980px;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 20px;
  background-image: url("/sites/default/files/background homeNAV.jpg");
                background-position: 80% 0%;
  background-repeat: no-repeat;
  height: 220px;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
  font-weight: normal;
        text-align: left;
}
#homeNavA a{
  width: 155px;
  padding: 10px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
  border-top-style: solid;
  border-top-color: #c1d82f;
  border-top-width: 10px;
  text-decoration: none;

}
#homeNavA a:hover{
  background-image: url(/themes/gem/images/homeNavActiveBg.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  color: #333333;

}
#homeNavB a{
  width: 155px;
  padding: 10px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
  border-top-style: solid;
  border-top-color: #41c4dc;
  border-top-width: 10px;
  text-decoration: none;

}
#homeNavB a:hover{
  background-image: url(/themes/gem/images/homeNavActiveBg.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  color: #333333;

}
#homeNavC a{
  width: 155px;
  padding: 10px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
  border-top-style: solid;
  border-top-color: #ee2c74;
  border-top-width: 10px;
  text-decoration: none;

}
#homeNavC a:hover{
  background-image: url(/themes/gem/images/homeNavActiveBg.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  color: #333333;

}
#homeNavD a{
  width: 155px;
  padding: 10px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
  border-top-style: solid;
  border-top-color: #492f92;
  border-top-width: 10px;
  text-decoration: none;
}
#homeNavD a:hover{
  background-image: url(/themes/gem/images/homeNavActiveBg.jpg); 
  background-repeat: repeat-x;
  background-position: left top;
  color: #333333;

}
#homeNavE a{
  width: 155px;
  padding: 10px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
  border-top-style: solid;
  border-top-color: #f89828;
  border-top-width: 10px;
  text-decoration: none;
}
#homeNavE a:hover{
  background-image: url(/themes/gem/images/homeNavActiveBg.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  color: #333333;
}
.peopleImage {
  padding-bottom: 40px;
  padding-left: 40px;
  padding-top: 0px;
}

.reference {
  font-style: italic;
}
hr {
  background-color: #F0F0F0;
  height: 5px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  margin-top: 20px;
  margin-bottom: 10px;
}
label {
      font-size: 12px;
  line-height: 16px;
  color: #666666;
  font-weight: normal;
        align:left;
}
input {
       align:right;
}
select {
       align:right;
}
.altbutton {
        background:#41c4dc;
}
form br {
      line-height:14px;
}




