@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;
}

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 {
  color: #5364AE;
  font-size: 105%;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2em;
}

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

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

}


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


#content h2 a {

}

#content p {
  line-height: 1.3em;
  font-size: 80%;
  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: 28px;
  top:136px;
  right: 0px;
}

#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: 55px;
  position: absolute;
  top: 176px;
}

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

#left_images {
  text-align: center;
}

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


#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 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 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 ul li {
  z-index: 400;
}


#news {
  margin-bottom: 30px;
  position: relative;

}

#news_article_image {
  float: right;

}

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


#news_content {
  position: absolute;
  top: 36px;
  left: 0px;
  padding: 10px;;
  height: 172px;
  width: 156px;
  font-size: 90%;
  color: #5364AE;

}

#news_image p.intro {
  margin-bottom: 6px;
  line-height: 1.3em;
}

#news_image p.more {
  margin-top: 4px;
}

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


#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;
}


#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;
}

