body {
	margin: 0;
	padding: 0;
	border: 0;	
	/* background colour for the surrounding edge, note 3 digit colour */
	background:#ddb  url(container.gif) top center repeat-y;
	/* font colour */
	color: #663;
	/* white space fonts are quoted */
	font: small/18px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}

#content img 
{ 
  display: block;
  margin: 0 auto; 
} 


div#mainnav li
{
position: relative;
top: 50px;
left: 10px;
float:left;
margin-left: 0px;
font-weight: bold;
font-size: 12pt;
list-style: none;
}

div#mainnav li a
{
  padding-right: 40px;
  color: #ffffff;
}

a#homepage
{
  color: #692f47;
  background: transparent; 
}

/*
div#mainnav 
{
  color: #663;/* #693041; */
/* } */

div#mainnav li a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #999967; /* #663; */
	background: transparent; 
	}
	
div#mainnav li a:active {
	font-weight : bold; 
/*	text-decoration : none; NOTE ADD BACK IF PROBLEMS*/
	color: #692f47;
	background: transparent;  
	}

div#main {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 26px;
  border: 0;
  position: relative;
  background: transparent url(content3.gif) repeat-y;
}

div#header {
	/*
	top: 0;
	left: 0;
	*/
	background: url(header3.jpg);
	width: 700px;
	height: 85px;
	margin-bottom: 0px;
	position: relative;
}

div#content {
	float: left;
    width: 440px;
	margin-left: 0px;
	margin-right: 10px;
	/* content 450px width overall */
}

div#sidebar {
	float: right;

	width: 250px;
/*	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;*/
/*	position: relative; */
/*	background-color: red; */
}

div#sidebarheader {
	color: white;
    background: #a0b17e;
	line-height: 1.5em;
	letter-spacing: 1.5px; 
	text-transform: uppercase;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	text-indent: 23px;
}

div#departmentsbullet {
  background: transparent url(linkbullet.gif) no-repeat 5px 50%;
}

div#offerbullet {
  background: transparent url(offerbullet.gif) no-repeat 5px 50%;
}

div#qualificationbullet {
  background: transparent url(qualificationbullet.gif) no-repeat 5px 50%;
}

div#quotebullet {
  background: transparent url(quotebullet.gif) no-repeat 5px 50%;
}

div#sidebarborder
{
  margin: 10px;
  border-color: #a0b17e;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
/*   font-weight: bold; */
  font-size: 1.2em;
  text-align: center;
}

div#iact
{
  
/*  background: transparent url(iaclogoclean.gif) no-repeat 0% 50%; */
  display: block;
  float: none;
  
}

div#sidebarborderbold
{
  margin: 10px;
  border-color: #a0b17e;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
   font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}

div#sidebarborderbold a
{
   color: #663;
   text-decoration: none;
};

div#sidebarborderbold a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #530;
	background: transparent; 
	}
	
div#sidebarborderbold a:active {
	font-weight : bold; 
/*	text-decoration : none; NOTE ADD BACK IF PROBLEMS*/
	color: #785;
	background: transparent;  
	}

ul
{
    display: inline;
   list-style: none;
   line-height: 1.5em;   
   text-indent: 0px;
   margin: 0;
}

ul a{
   color: #663;
   text-decoration: none;
   text-indent: 0px;   

/*  	margin-left: 10px;    */
}

div#faq a
{  text-decoration: none;
   color: #663;
   font-weight: bold;
}

div#faq a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #530;
	background: transparent; 
	}


div#testimonials a
{
   display: block;
   width: 213px;
   height: 123px;
   text-decoration: none;
   background: url(testimonials.jpg) no-repeat center top;
}

/*
NOTE PROBABLY DONT WANT VISITED */

div#testimonials a:hover, div#testimonials a:link
{
   display: block;
   width: 213px;
   height: 123px;
   text-decoration: none;
   background: url(testimonialsroll.jpg) no-repeat center top;
}


/*a img{
  border: 0;
}*/

/*
a img:link, a img:visited, a img:hover
{
  background: url(testimonialsroll.jpg) no-repeat left top;
}
*/

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #530;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
/*	text-decoration : none; NOTE ADD BACK IF PROBLEMS*/
	color: #785;
	background: transparent;  
	}

h1, h2, h3, h4	{
	font-weight: bold;
	}

p	{
	}
	
div#footer	
{
	clear: both;
	border: 0;
	border-top: 10px solid #fff; /* #eed; */
	border-bottom: 20px solid #fff; /* #eed; */
	background: #cc9 url(shadow.gif) top left repeat-x;
	color: #663;
	width: 700px;
	padding: 5px 0;
	margin: 0px 0 0 0px;
	text-align: center;
}

.img-shadow img {
  display: block;
  background-color: #fff;
  border: 1px solid #cccc9a;
  padding: 4px;
  } 

	

/*
div#wrapper	{
/*	color: #663; */ /*
	background: transparent url(body.gif) top left repeat-y;
	width: 742px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	*/
