/* Equine Wellness CSS file February 2007 */

body {
  color: #880000;
  font: 8pt/16pt georgia;
  margin: 0;
  padding: 0;
}

/* holder containers */

div.mainblock {
  margin: 0;
  padding: 0;
}


div.contentblock {
  margin: 0;
  padding: 0;
}

div.logoblock {
  margin: 0;
  padding: 0;
}

div.navblock {
  width: 20%;
  position: absolute; /*remove this if block acts up */
  padding: 0;
  margin: 0;
}



/* section for specific divs */


div.titleblock { /* home page */
  padding: 0;
  margin: 0;
}


div.contactinfo { /* home page */
  width: 80%;
  text-align: center;
  margin-right: 0;
  float: right;
}

div.extrainfo { /* home page */
  width: 80%;
  margin: auto auto;
}

div.introlinks { /* links on the introduction page */
text-align: left;
margin-left: 20%;
margin-right: 20%;
margin-top: 35px;
margin-bottom: 45px;
padding-left: 50px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
text-decoration: underline;
font: normal normal normal large/1.1em serif;
}


div.introductionboxes { /* introduction page */
border: 5px double black;
margin-top: 0px;
margin-bottom: 0;
margin-left: 100px;
margin-right: 100px;
padding: 20px;
color: black;
font-size: medium;
}


/* h1.titleblock has same body color as body so the maroon text in H1 dissappears unless the css file is missing */
/* I use it so the text readers and search spiders can find the big H1 at the beginning of page */
/* also used to put up a plain maroon divider - yeah, I know, not the right use for an H1 but it's there and I'm using it */
h1.titleblock {
  background-color: #880000;
  height: 30px;
  margin: 0;
  padding: 0;
  border-top: 5px solid #770000;
  border-right: 5px solid #770000;
  border-left: 5px solid #770000;
}

h1.introduction { /* introduction page */
color: black;
font: normal normal bold xx-large/1.5em sans-serif;
text-align: center;
}

/* section of paragraphs */
p.ewname {             /* home page */
  color: #880000;
  font-size: 48px;
  font-weight: strong;
  font-family: serif;
  height: 270px;
  background: #fff url(logoGold.jpg) no-repeat top center;
}

p.nancy {
  text-align: center;
  color: black;
  font: normal normal 24pt/16pt bold;
}

p.address {
  text-align: center;
  color: black;
  font-size: medium;
  font-weight: 100;
  font-family: sans-serif;
}


p.benefits {
  text-align: center;
  float: right;
  width: 50%;
  font: x-large/1.5em serif;
}

p.mc {
  margin-bottom: 0;
  padding-bottom: 0;

}


p.logobkgrndblock { /* use to make the logo appear */
height: 270px;
  background: #fff url(logoGold.jpg) no-repeat top center;
}


p.credits {
  color: black;
  font-size: small;
font-weight: bolder;
  text-align: center;
  padding: 5px;
  background-color: #880000;
  margin: 0;
  border-bottom: 5px solid #770000;
  border-right: 5px solid #770000;
  border-left: 5px solid #770000;
 }

p.insideText { /* introduction */
color: black;
padding-left: 40px;
}

/* section for lists */


ul.ipnav {  /* index page nav links */
  font: large/1.5em sans-serif;
  padding-left: 0px;
  margin: 0;
  list-style-type: none;
  background: url("goldBK.jpg") repeat;
}


li.navs {
  padding-bottom: 1em;
  padding-top: 1em;
  padding-left: 40px;
  background: url("horsebutton.gif") no-repeat center left;
  border: solid 2px #880000;


}

ul.certifications { /* home page */
  text-align: left;
  width: 40%;
  font: medium/1.5em verdana;
}



ul.horizontalnav {
margin-top: 35px;
margin-bottom: 35px;
margin-left: 0px;
margin-right: 0px;
list-style-type: none;
text-align: center;
font-size: 14pt;
background: #880000;
border-bottom: 5px solid #770000;
border-right: 5px solid #770000;
border-left: 5px solid #770000;
}

li.hnavs {
display: inline;
padding: 10px;
border: 2px #880000 solid;
background: url("goldBK.jpg");
}



/* section for images */

img.logo {
  width:100px;
  height:111px;
  border:0px;
}


/* section for links */
a:link {
  color: blue;
text-decoration: none;
}
a:active {
  color: purple;  
}
a:visited {
  color: purple; 
text-decoration: none;
}
a:hover {
  color: black;
text-decoration: underline;
}


/* extras for fonts and things */
.darkfont {
color: #880000;
font-weight: bolder;
}

