/********************************************
File: jwsstyle.css
Site: www.jujuwebsolutions.co.uk
Author: Alex Adams
Date: dec 2007
History:  
          2007-12-10  AA  Ported to jws
*********************************************/
html, body, p, h1, h1, h3, h4, h5, h6, table, thead, tr, td, form, fieldset, legend, label, input, select, option, ul, li, a{
  /*Remove default styling from all elements*/
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

body
{
  background-image: url(../images/bg1.jpg);
  background-repeat: repeat-x;
  text-align: center; /* This is a hack because IE doesn't behave properly */
}

#outer_wrapper
{
 /* position: relative;*/
  background-image: url(../images/bg2.jpg);
  background-repeat: repeat-y;
  width: 800px;
  height:  auto;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;

}

#inner_wrapper{
  padding: 0 20px 20px 20px;
  height: 600px;
  background-image: url(../images/bg3.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
}

#header{
  width: 100%;
  height: 50px;
}

#header h1{
  padding: 20px 20px 10px 20px;
  font-family: "Trebuchet MS", arial, sans-serif;
  font-weight: bold;
  text-align: right;
  color: #2a51a2;
}

#navigation{
  position: relative;
  float: left;
  width: 120px;
  height: auto;
  margin-top: 40px;
  border: 1px solid;
  border-color: #afb3b5;
  font-family: "Trebuchet MS", arial, sans-serif;
  font-weight: bold;

}

#navigation ul{
  position: relative;
  width: 120px;
  list-style: none;
}

#navigation ul li{
  width: 120px;
  border-bottom: 1px solid #2a51a2;
}

#navigation ul li a:link, #navigation ul li a:visited{
  display: block;
  background-color: #e9effb;
  border-left: 12px solid #2a51a2;
  border-right: 1px solid #2a51a2;
  padding-left: 5px;
  font-size: 1.0em;
  text-decoration: none;
  text-align: left;
  color: #2a51a2;
 
}

#navigation ul li a:hover
{
  display: block;
  background-color: #2a51a2;
  color: #ffffff;
}

#sec_navigation ul li a:link, #sec_navigation ul li a:visited{
  display: block;
  background-color: #e9effb;
  border-left: 12px solid #2a51a2;
  border-right: 1px solid #2a51a2;
  padding-left: 15px;
  font-size: 0.8em;
  text-decoration: none;
  text-align: left;
  color: #2a51a2;
 
}

#sec_navigation ul li a:hover
{
  
  display: block;
  background-color: #2a51a2;
  color: #ffffff;
}

#main_body
{
  position: relative;
  float: right;
  padding: 5px 20px 10px 20px;
  margin-top: 40px;
  width: 575px;
  height: auto;
  margin-bottom: 25px;
  background-color: #d3e4ec;
  font-family: "Trebuchet MS", arial, sans-serif;
  font-size: 0.8em;
  color: #777777;
  text-align: left;
  border: 1px solid;
  border-color: #afb3b5;
}

#sponsor_box{
  position: relative;
  clear: left;
  float: left;
  width: 120px;
  height: 75px;
  margin-top: 10px;
  padding: 5px;
  font-family: "Trebuchet MS", arial, sans-serif;
  font-size: 0.8em;
  color: #777777;
  text-align: left;
}



#footer
{

  left: 0px;  
  width: 800px;
  margin-left:auto;
  margin-right: auto;  
 margin-top: 10px;
	color: #555555;
	background-color:#ffffff;
	font-family: arial;
	font-size: 0.7em;
	text-align: right;
	clear: both;
}

h1
{
  font-family: "Trebuchet MS", arial, sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  color: #777777;
  margin-bottom: 0.85em;
}

h2
{
  font-family: "Trebuchet MS", arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #777777;
}

h3
{
  font-family: "Trebuchet MS", arial, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  color: #777777;
}

p{
  padding-bottom: 1em;
}

a:hover
{
  color: #ff0000;
}

a.secondary
{
  color: navy;
  padding: 0px 0px;
  font-family: verdana;
  font-size: 8pt;
  font-weight: normal;
  text-align: center;
}
a.secondary:hover
{
  color: #ff0000;
}
a.norm:link, a.norm:visited
{
  text-decoration:none;
	color: #2a51a2;
	padding: 0px 1px;
	font-family: "Trebuchet MS", arial, sans-serif;
/*	font-size: 0.85em;*/
}

a.norm:hover
{
  color: #ff0000;
}

.heading_link{text-decoration:none; color: #777777;}

a.foot
{
  text-decoration:none;
	color: navy;
	padding: 0px 1px;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 7pt;
}

a.foot:hover
{
  color: #ff0000;
}


p.bread_crumb{
  font-family: arial, sans-serif;
  font-size: 0.7em;
  color: #777777;
  text-align: left;
  padding-bottom: 10px;

}
.signature{
	font-family: cursive;
}

#gallery{
  width: 485px;
}
.gallery_cell{
  position: relative;
  float: left;
  width: auto; /*was 150px;*/
  height: auto; /*was 160px;*/
  font-family: "Trebuchet MS", arial, sans-serif;
	text-align:center;
	margin: 5px;
  
}
.gallery_cell img{
  border: none;
  padding: 0;
  margin: 0;
   
}
/*
.gallery_cell a:link, .gallery_cell a:visited{
  font-family: "Trebuchet MS", arial, sans-serif;
  text-decoration: none;
  color: #777777;
}
*/
.gallery_cellery a:hover{
  color: #ff0000;
}

#case_study{
  text-align: justify;
}

#case_study img{
  float: right;
  margin-left: 20px;
  margin-right: 5px;
}

h2 a:link, h2 a:visited{
  font-family: "Trebuchet MS", arial, sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  color: #2a51a2;
  text-decoration: none;
} 

h2 a:hover{
  color: #ff0000;
}

img{
  border: none;
}

#logos{
  float: left;
}
