@import url("reset.css");

body {
  font-family: Arial, sans-serif;
  background-image: url(../../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: 620px 0px;
}

html {
  height: 101%;
}

.mceContentBody {
  font-size: 100%;
  background-image: none;
  color: #5364AE;
}

.mceContentBody .small, .mceContentBody p small {
  font-size: 60%;
}

#content p .small, #content span .small {
  font-size: 80%;
}


.mceContentBody h1 {

}


h2.casestudy {
  font-size: 90% !important;
  line-height: 1.4em !;
}

table.list_table {
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

th.list_table {
	background-color: #FFFFFF;
	border-bottom: 1px dotted #666666;
	font-weight: bold;
	font-size: 11px;
}

td.list_table {
	font-size: 11px;
	border: 1px solid #FFFFFF;
}

tr.row1 {
	background-color: #FEFEFE;
	color: #000000;
}

tr.row2 {
	background-color: #F2F2F2;
	color: #000000;
}

tr.row1:hover, tr.row2:hover {
	background-color: #E1E1E1;
	cursor: default;
}

td.raised_cell {
	border: 1px outset #333333;
	background-color: #F0F0F0;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#container {
  width: 950px;
  margin: 10px auto;

}

#container_inner {
  width: 886px;
  margin-left: 32px;
}

#content {
  float: left;
  width: 438px;
  margin: 0px 29px 20px 29px;
  color: #5364AE;
}

#content .article {
  margin-top: 10px;
}

#content .casestudy {
  margin-bottom: 20px;
}


#content h1, .mceContentBody h1 {
  color: #5364AE;
  font-size: 105%;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2em;
}

#content h2, .mceContentBody h2 {
  margin: 6px 0px;
  font-weight: bold;
  font-size: 90%;
}

#content h2 .news {
  margin: 12px 0 !important;

}


#content h3, .mceContentBody h3 {
  margin: 0 0 6px 0;
  font-size: 80%;
  font-style: italic;
}


#content h2 a {

}

#content p, .mceContentBody p {
  line-height: 1.3em;
  font-size: 90%;
  margin: 4px 0px;
}

#content table {
  font-size: 90%;
}

#content tr {
  height: 20px;
}

#content td {
  padding-top: 10px;
}


#content img {
  margin: 10px 0px;
}


#details {
  background-image: url(../../images/all.png);
  background-position: 0px -249px;
  height: 55px;

}

#details p {
  color: #FFF;
  font-size: 90%;
  line-height: 1.3em;
  padding-top: 8px;
}

#footer {
  text-align: center;
}

#footer p.orphans {
  color: #7E86C1;
  font-size: 70%;
  margin-top: 6px;
}

#form {
  list-style: inside disc;
  margin: 10px 20px;
}

#form li {
  line-height: 1.2em;
}

#gallery_box, #gallery_image_box {
  width: 130px;
  height: 150px;
  margin: 0px 10px 10px 0px;
  float: left;
  text-align: center;
}

#header {
  height: 230px;
  position: relative;
  margin-bottom: 32px;
}

#header .logo {
   width: 210px;
   height: 165px;
   position: absolute;
   background-image: url(../../images/all.png);
   background-position: 0px 0px;
   background-repeat: no-repeat;
 }

#header .topbuttons {
  position: absolute;
  height: 54px;
  width: 60px;
  top: 116px;
  right: 8px;
}

#header .topbuttons img {
  margin-left: 10px;
}


#header .welcome {  /* image is coded into header.php for IE transparency */
  width: 239px;
  height: 32px;
  position: absolute;
  top: 130px;
  left: 270px;
}

#header .banner {  /* image is agian coded into header.php for transparency */
  width: 886px;
  height: 57px;
  position: absolute;
  top: 176px;
}

#left {
  width: 214px;
  float: left;
}

#left_images {
  text-align: center;
}

#left_images img {
  margin-bottom: 10px;
}

#letters li {
  margin-bottom: 6px;
}


#nav {
  margin-bottom: 32px;

}

#nav li {
  background-image: url(../../images/all.png);
  background-position: 0px -187px;
  background-repeat: no-repeat;
  padding-bottom: 2px;
  line-height: 20px;
  font-size: 14px;
  height: 20px;
  position: relative;
  z-index: 100;
  /*: left;*/
}

#nav li.subnav {
  background-image: url(../../images/sub.png);
  background-position: 0 0;
}


#nav li a {
  text-decoration: none;
  color:  #FFF;
  padding-left: 6px;
  padding-right: 2px;

  display: block;
  height: 20px;
  width: 208px;
}

#nav li a:hover,
#nav li a.active:hover,
#nav li a.active:active,
#nav li a.active:link,
#nav li a.active:visited {
  background-image: url(../../images/all.png);
  background-position: 0px -165px;
  background-repeat: no-repeat;
  font-weight: bold;
  height: 20px;
}

#nav li.subnav a:hover,
#nav li.subnav a.active:hover,
#nav li.subnav a.active:active,
#nav li.subnav a.active:link,
#nav li.subnav a.active:visited {
  background-image: url(../../images/active_sub.png);
  background-position: 0 0;
}


#nav li ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 216px;
  z-index: 200;
  /*float: none;*/
}

#nav li:hover ul {
  display: block;
}

/* #nav li:hover - tells to add pink bg to all a items when hovering over li.
 * #nav li:hover ul li - a turns those back to normal blue colour
 * #nav li ul li a:hover - add the pink back when you hover over the a in li ul li
 *
 */

#nav li:hover a {
  background-image: url(../../images/all.png);
  background-position: 0px -165px;
  background-repeat: no-repeat;
}

#nav li:hover ul li a {
  background-image: url(../../images/all.png);
  background-position: 0px -187px;
  background-repeat: no-repeat;
}

#nav li ul li a:hover {
  background-image: url(../../images/all.png);
  background-position: 0px -165px;
  background-repeat: no-repeat;
}

#nav li.subnav:hover a {
  background-image: url(../../images/active_sub.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

#nav li.subnav:hover ul li a {
  background-image: url(../../images/all.png);
  background-position: 0px -187px;
  background-repeat: no-repeat;
}

#nav li.subnav ul li a:hover,
#nav li.subnav ul li a.active:hover,
#nav li.subnav ul li a.active:link,
#nav li.subnav ul li a.active:visited,
#nav li.subnav ul li a.active:active
{
  background-image: url(../../images/all.png);
  background-position: 0px -165px;
  background-repeat: no-repeat;
}


#nav li ul li {
  z-index: 400;
}


#news, #stars {
  margin-bottom: 14px;
  position: relative;

}

#news_article_image {
  float: right;

}

#news_article_image img {
  margin: 0px !important;
  display: block;
  border: 1px solid #000;
}


#news_content, #stars_content {
  padding: 10px;
  width: 156px;
  font-size: 90%;
  color: #5364AE;
}

#news_content {
  background-color: #FCE5EE;
  padding: 0px 10px;
}

#news_bottom {
  width: 176px;
  height: 20px;
  background-image: url(../../images/news-btm.png);
}


#stars_content {
  position: absolute;
  top: 36px;
  left: 0px;
}


#news_content p.intro {
  padding: 10px 0 4px 0;
  line-height: 1.3em;
  font-size: 90%;
}

#news_content p.more {
  margin: 0px 0px 0px 0px;
}

#news_content p.more a {
  color: #5364AE;
}

#newsletter-btn, #donate {
  width: 214px;
  height: 40px;
  background-image: url(../../images/all.png);
  background-position: 0px -384px;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

#donate {
  background-position: -214px -384px;
  position: relative;
  display: none;
}

    #donate a {
      position: absolute;
      z-index: 100;
      top: 0;
      left: 0;
      width: 214px;
      height: 40px;
      background-image: url(../../images/px.gif);
    }


#newsletter-form {
  padding: 10px;
  border: 1px dashed #CCC;
}

#newsletter-form label.sub {
  width: 200px;
}


#newsletter-form label {
  float: left;
  width: 100px;
}

#newsletter-form label {
  width: 150px;
}

#newsletter-form textarea.message, .border {
  width: 250px;
}

#newsletter-form textarea.message {
  height: 80px
}


#right {
  float: left;
  width: 176px;
}

#right #title {
  background-image: url(../../images/all.png);
  background-position: 0px -304px;
  background-repeat: no-repeat;
  height: 40px;
  width: 176px;
}

#slideshow_container {
  width: 438px;
  height:150px;
}


#slideshow {
  width: 438px;
  height: 150px;
  margin-bottom: 10px;
}

#staff {
  font-size: 90%;
}

#staff img {
  float: left;
  margin: 0 20px 10px 0 !important;
}


#staff .teamName {
  margin-top: 10px;
  font-weight: bold;
}

#staff .teamTitle, #staff .teamEmail, #staff .teamPhone, #staff .teamNotes {
  margin: 5px 0px;
}

#staff .teamEmail {

}

#staff .teamPhone {

}

#staff .teamNotes {
  margin-bottom: 10px;
  font-size: 100%;
  line-height: 1.3em;
}

#stars {
  margin-bottom: 10px;
}


#stars #title {
  width: 214px;
  height: 40px;
  background-image: url(../../images/all.png);
  background-position: 0px -424px;
  background-repeat: no-repeat;
}

#stars_content {
  width: 194px;
  height: 240px;
}

#stars_image {
  width: 194px;
  height: 162px;
}

#stars_image img {
  width: 192px;
  height: 160px;
}

#stars p.more {
  margin: 4px 0px;
  text-align: center;
}


#thankyou {
  text-align: center;
}


#thankyou #title2 {
  background-image: url(../../images/all.png);
  background-position: 0px -344px;
  background-repeat: no-repeat;
  height: 40px;
  width: 176px;
  margin-bottom: 10px;
}

#thankyou img {
  margin-bottom: 20px;
}


