/* Purpose: colour schemes & background pics for site */
body{
  color: black;
  background-color:  #f4a854; /* orange */
  background: #fff4cc url(/images/eys/0css/bodyback.gif) repeat-y top left;
}

/*--- link colouration ---*/
/*:link,:visited {text-decoration: underline}*/
a{
  text-decoration: none; /*underline;*/
  color: #526BB5;
  border-right: 1px solid transparent;
  border-bottom: 1px dotted #888;
  _border-bottom: 1px solid #888; /* IE6 hack */
}
a.rssfeed {
  padding-right: 17px;
  padding-top: 2px;
  background: url(/images/eys/0design/rss2feed.gif) no-repeat bottom right ;
}

a:visited  {color: #526BB5;}
a:hover {
  color: black;
  background-color: #edebd5;
  text-decoration: none;
  border-bottom: 1px solid #800;
  border-right: 1px solid #800;
}


#logo a, #logo a:link {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

  /*--- links colour secondary content ---*/
#contentsec a{
  color: #444;
  border-right: 1px solid #DB903D;
}
#contentsec a:visited{color: #444;}
#contentsec a:hover {border-right: 1px solid #a00;}

/* --- other colour stuff ---*/
#wrapper {
 border-left: 10px solid #ffffff; /*outline*/
 border-right: 10px solid #ffffff; /*outline*/
 border-bottom: 10px solid #ffffff; /*outline*/
 background-color: #f4a854; /* orange */
 background: #f4a854 url(/images/eys/0css/wrapback.jpg) repeat-x top left;
}
#wrapper_marg{
 background: transparent url(/images/eys/0css/wrapmargback.gif) repeat-y top right;
}

#header {
  border-top: 10px solid #ffffff; 
}
#header_marg {
  background-color: #c2d09d;
}


h1{color: #a00;}
h1 span{color: black ;}
#header h1 a {
  border-bottom: none;
  color: #a00;
}
#header #header_txt h1 a:hover {border-bottom: 1px solid black;}

p#strapline{
  color: #990033;
  background-color: transparent;
}

#content_marg {
  background: #fff4cc url(/images/eys/0css/headcontent.jpg) no-repeat center top;
  .background: #fff4cc url(/images/eys/0css/headcontent.jpg) no-repeat center 10px; /* IE6 hack */
  border: 10px solid #ffffff; /*outline*/
 }
.#content_marg  a{border-right: 1px solid #fff4cc;}

#pid_tutors #content_marg {
  /*background: transparent url(/images/eys/0css/teachers.gif) no-repeat 100% 25% ;*/
}

#content h2, #content h2 a{color: #a00;}
#content #introsect h2 {
  background-color: #C2D09D;
}

#content h3, #content h3 a{
  color: #a00;
  /*border-bottom: 1px solid #a00;*/
}
#content p.para1 {color: black;}
#content p.para1 em {color: #a00;}

div.imgcen img, div.imgleft img, div.imgright img  {
  border: 1px solid #bbb;
  background-color: #eee;
}
#content div#googlemap img{
  background-color: transparent; /*crucial color images otherwise google map markers dont show!!*/
}

#content li{
  list-style: square;
  list-style-position: inside;
}

div#googlemap div#map_canvas{border: 5px solid white;}

#contentsec {
  background:  #F4A854 url(/images/eys/0css/headcsec.jpg) no-repeat top left;
  border-top: 10px solid #ffffff; /*outline*/
}
#contentsec_marg {
  color: #444;
  background-color: #F4A854;

  border-bottom: 10px solid #ffffff; /*outline*/
  /*background: #F4A854 url(/images/eys/0css/headcsec_marg.jpg) repeat-y top right;*/
}
#contentsec h2{
  color: #a00;
}
#contentsec a{
  border-right:0;
}


hr {
  color: #fff4cc; /* IE6 */
  background-color: transparent;
  border: 0;
}
#introsect hr {
  padding: 0;
  margin: 0;
  color: white;
  background-color: white;
}

#helps {
  color: #444;
}
#helps a {
 color: #444;
 border-right: 1px solid transparent;
 border-bottom: 1px dotted #888;
  _border-bottom: 1px solid #888;
  _border-right: 1px solid #c2d09d; /* IE6 hacks */  }


#helps a:hover {
  background: black;
  color: white;
}

#helps2_marg {
  color: #ddd;
  background-color: #7F7F65;
  border-right: 10px solid #ffffff; /*outline*/
  border-left: 10px solid #ffffff; /*outline*/
}
/*--- footer detail ---*/

#footer_marg{
  color: #ddd;
  background-color: #7F7F65;
  border-right: 10px solid #ffffff; /*outline*/
  border-left: 10px solid #ffffff; /*outline*/
}

#footer p#bot {
  color: #aaa;
  background-color: transparent;
}

#footer a, #helps2 a{
  color: #eee;
  border-right: 1px solid #7F7F65;
  border-bottom: 1px dotted #ddd;
  _border-bottom: 1px solid #ddd; /*IE6 hack */
}
#footer a:visited, #helps2 a:visited{color: #ddd;}
#footer a:hover, #helps2 a:hover {color: black; border-right: 1px solid #a00;}

