/*
CSS for Gladstone site
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #CCFFFF;
  line-height: 125%;
  padding: 15px;
}
h1 {
  color: blue;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: x-large;
}

h2 {
  color: blue;
  font-size: large;
  font-weight: normal;
}

h3 {
  color: blue;
  font-size: medium;
  font-weight: normal;
}

li {
  font-size: small;
}
p {
  font-size: small;
  color: navy;
}

.left 
{
  text-align: left ;
}
#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
}



a:link {
  color: #0032C7;
}
a:visited {
  color: #386AFF;
}
a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}
a:active {
  color: aqua;
  background-color: navy;
}
.fun {
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

#search_container
{
  position: relative;
  width: 900px;
  height: 45px;
  border: 1px solid ;
}

#search  {
  position: absolute;
  top: 320px;
  right: 9px;
  font-size: x-small;
  padding-top: 15px;
  font-weight: bold;
  margin-top: 20px;
}

form.search fieldset
{
  border: 1px solid navy;
}  


#top_container
{
  position: relative;
  width: 900px;
  height: 150px;
  border: 1px solid;
/*  background-image: url(bengal2.png); */
  background-image: url(siamese_kitten.png); 
  background-repeat: no-repeat;
  background-position: 0%;
}

#top_left
{
  position: absolute;
  top: 0;
  left: 0 ;
  width: 20%;
  height: 100%;
}

#top_left p
{
  font-style: italic;
  font-family: Georgia, Times, serif;
  text-align: center;
  font-size: x-large;
}

#top_centre
{
  position: absolute;
  top: 50px;
  left: 55% ;
  width: 30%;
  height: 100%;
  text-align: center;

}

#top_centre p
{
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: x-large;
  text-align: right;
}





#top_right
{
  position: absolute;
  top: 0;
  left: 90% ;
  width: 10%;
  line-height: 90%;
  height: 100%;

}

#top_right p
{
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: normal;
}

#mid_container
{
  position: relative;
  width: 900px;
  min-height: 1260px ;
}

#mid_left
{
  position: absolute;
  top: 0;
  left: 0 ;
  width: 15%;
  min-height: 100%;
  background-color: #FFBEA8;
  border: 1px inset ;
}

#mid_centre
{
  position: absolute;
  top: 0;
  left: 15% ;
  width: 70% ;
  text-align: center;
/*  padding: 1% ; */
/*  border-top: 1px solid ; */
}

#mid_centre p
{
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: normal;
  padding: 1% ;
}

#mid_right
{
  position: absolute;
  top: 0;
  left: 100% ; 
  width: 21%;
  min-height: 1260px;
  border: 1px outset ;
  background-color: #FFBEA8;

}

#mid_right p
{
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: normal;
}

.photo p
{
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  color: blue;
}

.photo img
{
  border: 1px solid;
}

.profile_photo p
{
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  color: blue;
  float: right ;
}

.profile_photo img
{
  border: 1px solid;
  float: right ;
  margin: 1% ;
}

#left_list
{

  text-align: left ;
}

#left_list p
{
  padding-left: 30px ;
}

.vetsnow_logo img
{
  border: 1px solid;
  float: left ;
  margin-right: 10px ;
  margin-bottom: 20px ;
}

.gif_image
{
  float: right ;
  margin: 10px ;
}

.newsletter_item
{
  border-top: 1px solid ;
}

.newsletter_last_item
{
  border-top: 1px solid ;
  border-bottom: 1px solid ;
}

.last_para
{
  border-bottom: 1px solid ;
}