html, body, p, li, ul, ol, img, h1, h2, h3, h4, h5, h6, input, textarea{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body{
	font: 67.5%/100% Verdana, sans-serif;
	background: black url(../images_v2/amp_bgv2.jpg) repeat-x top left;
	text-align: center;
}

h1{
  display: none;
}

h2{
  font: 2em/1.4em Verdana, sans-serif;
  color: red;
  padding: 5px 40px 5px 0px;
  margin: 10px 0px 30px 0px;
  background: url(../images_v2/amp_titlebg.png) repeat-y top left;
}

/*h2{
  font: bold 1.4em/1em Arial, Helvetica, sans-serif;
  color: white;
  margin-bottom: 10px;
}*/

.titleleft{
    font: 2em/1.4em Verdana, sans-serif;
    color: red;
    padding: 5px 0px;
    margin: 10px 0px;
    background: url(../images_v2/amp_titlebg.png) repeat-y top left;
    text-transform: capitalize;
  }
  
.titleright{
    font: 2em/1.4em Verdana, sans-serif;
    color: red;
    padding: 5px 0px;
    margin: 10px 0px;
    text-transform: capitalize;
  }

p, li{
  font: 1em/1.6em Verdana, sans-serif;
  color: white;
  margin-bottom: 10px;
}

p a:link, p a:visited, li a:link, li a:visited{
	color: white;
	text-decoration: underline;
}

p a:hover, p a:visited:hover, li a:hover, li a:visited:hover{
	color: red;
	text-decoration: underline;
}

a{
	cursor: pointer;
}

img{

}

ul{

}

li{
	list-style: none;
}

/*span{
	display: none;
}*/

/*Page layout*/

#container{
	position: relative;
	padding: 0px;
	margin: 0px auto;
	width: 960px;
}

#navigation{
  float: left;
  width: 960px;
  min-height: 30px;
  background: black;
  padding-top: 10px;
}

/* fixes IE7 display inline bug on their page zoom function */
#navigation li{
  display: inline-block;
}
/* end of IE7 hack */

#navigation li{
  display: inline;
  font: bold 1.1em/2em Arial, Helvetica, sans-serif;
  color: white;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}

#navigation li a:link, #navigation li a:visited{
  text-decoration: none;
    padding: 5px 10px;
}

#navigation li a:hover, #navigation li a:visited:hover{
  text-decoration: none;
  color: black;
  background: red;
}

#header{
  float: left;
  width: 960px;
  height: 210px;
  background: url(../images_v2/amp_headpic.png) no-repeat top left;
}

#logo{
  float: left;
  width: 250px;
  height: 100px;
}

/* page content area */
  #maincontent{
    float: left;
    width: 920px;
    background: url(../images_v2/amp_contentbg.png) repeat-x top left;
    text-align: left;
    padding: 20px;
  }
  
  #introsection{
    float: left;
    width: 556px;
    min-height: 244px;
    background: url(../images_v2/amp_introbg.png);
    margin-bottom: 10px;
  }
  
  #introsection p{
    font-size: 1.1em;
    padding: 0px 100px 0px 0px;
  }
  
  #introsectionpic{
    float: left;
    width: 320px;
    height: 240px;
    background: url(../images_v2/amp_intropicbg.png) no-repeat;
    padding-right: 40px;
    border: 2px solid red;
  }
  
  #introleftcolumn{
    float: left;
    width: 555px;
    border-top: 1px solid red;
  }
  
  #introleftcolumn p{
    padding-right: 40px;
  }
  
    #intronews, #introgallery, #introvideo, #horses, #gallery, #video, #about, #news, #sponsors, #links, #facilities, #contact{
      float: left;
      /*width: 535px;*/
      width: 535px;
      min-height: 100px;
      margin-right: 20px;
      border-bottom: 1px solid red;
    }
    
    .gallerythumbs{
      width: 100px;
      height: 100px;
      border: 1px solid red;
      margin: 0px 5px 5px 0px;
      background: silver;
    }
    
    .videothumbs{
      width: 200px;
      height: 150px;
      margin: 0px 5px 5px 0px;
      background: silver;
    }    
    
    .videotitle{
      font-size: 1.1em;
      font-weight: bold;
      color: red;
      text-transform: uppercase;
    }
    
    .introvideothumb{
      float: left;
      width: 200px;
      height: 150px;
      border: 1px solid red;
      margin-right: 20px;
      margin-bottom: 20px;
    }
    
    /* horesehero iframe */
    
    .hh_jukebox_iframe{
      background: black;
      overflow: hidden;
      margin:0;
      padding:0;
      width: 100%;
      height: 850px;
    }
    
    .hh_jukebox_iframe table{
      background: green;
    }
    
    /* about section*/
    #about img{
      float: right;
      width: 200px;
      height: 150px;
      border: 1px solid red;
    }
    /* end of about section */
    
    /* news section */
    .newstitle{
      border-top: 1px solid red;
      border-bottom: 1px dashed red;
      padding: 5px 0px;
    }
    /* end of news section */
    
    /* events section */
    /*#event{
      float: left;
      width: 535px;
      min-height: 100px;
      border-bottom: 1px solid red;
    }*/
    
    #competition_results, #competition_events{
      float: left;
      width: 920px;
      min-height: 100px;
      border-bottom: 1px solid red;
    }
    
    #event th, #competition_results th, #competition_events th{
      background: red;
      color: white;
      padding: 10px 5px;
    }
    
    #competition_results th, #competition_events th{
      width: 20%;
    }
    
    #event td, #competition_results td, #competition_events td{
      padding: 10px 5px;
      color: white;
    }
    /* end of events section */
    
    /* horses section */
    .horseinfo{
      float: left;
      width: 535px;
      /*padding-top: 10px;*/      
      border-bottom: 1px solid red;
    }
    
    .horsetype{
      clear: left;
      font-size: 1em;
      line-height: 1em;
      font-weight: bold;
      text-transform: uppercase;
      padding: 4px 1px;
      background: red;
    }
    
    .horseinfo p.horsename, .horseinfo li{
      color: red;
      border-bottom: 1px solid silver;
      line-height: 1em;
      margin: 0px;
      padding: 7px 0px;
    }
    
    span.horsedetails{
      display: inline;
      font: 1.1em/1em Tahoma, seans-serif;
      color: white;
    }
    
    .horseinfo img, .horseinfo2 img{
      float: left;
      margin-top: 9px;
    }
    
    .horseinfo ul{
      margin-left: 210px;
    }
    
    .horseinfo p a{
      margin-left: 10px;
      line-height: 2.6em;
    }
    
    .horseinfo2 ul, .horseinfo2 p a{
      clear: left;
    }
    
    #horsepage{
      float: left;
      width: 920px;
      min-height: 100px;
      margin-right: 20px;
    }
    
    .horseinfo2{
      float: left;
      width: 200px;      
    }
    
    .horseinfo2 p.horsenotes{
      color: red;
      border-bottom: 1px solid silver;
      padding: 7px 0px;
    }
    
    .horseinfo2 p.horsename, .horseinfo2 li{
      color: red;
      border-bottom: 1px solid silver;
      line-height: 1.4em;
      margin: 0px;
      padding: 7px 0px;
    }
    
    span.horsedetails2{
      display: inline;
      font: 1.1em/1.6em Tahoma, seans-serif;
      color: white;
    }
    
    #horseimages{
      float: left;
      width: 700px;
      margin: 10px 0px;
      margin-left: 20px;
    }
    
    #horseimages img, #horseimages object{
      margin-bottom: 20px;
    }
    
    /* end of horses section */
    
    /* sponsors section */

    .sponsorarea p.sponsorname{
      color: red;
      border-top: 1px solid red;
      border-bottom: 1px dashed red;
      padding: 10px 0px;
      font: 1.4em/1.2em Arial, Helvetica, sans-serif;
      text-transform: uppercase;
    }

    .sponsorarea{
      min-height: 250px;
    }
    
    .sponsorarea img{
      float: left;
      margin-top: 5px;
      margin-right: 20px;
      margin-bottom: 10px;
      border: 1px solid red;
    }

    /* end of eponsors section */
    
    /* links section */
    .linkitem{
      border-top: 1px solid red;
      margin-bottom: 10px;
      padding: 10px 0px;
    }
    
    .linktitle{
      font: 1.4em/1.2em Arial, Helvetica, sans-serif;
      padding: 10px 0px;
    }
    /* end of links section */
    
    /* gallery section */
      .galleryyear{
        border-top: 1px solid red;
        padding-top: 10px;
      }
      
      .gallerythumb{
	       float: left;
	       border: 1px solid red;
	       margin: 3px 3px 2px 2px;
      }
      
      .gallerytitle{
        clear: left;
        font-size: 1em;
        line-height: 1em;
        font-weight: bold;
        text-transform: uppercase;
        padding: 4px 1px;
        margin-bottom: 2px;
        background: red;
      }
      
      .titlespacer{
        clear: both;
        border-top: 1px solid red;
      }
    /* end of gallery section */
    
    /* facilities section */
    .facilitypictitle{
      /*margin-top: 10px;*/
      border-top: 1px solid red;
      font-size: 1.2em;
      font-weight: bold;
      padding: 5px 0px 0px 0px;
    }
    
    #facilities img{
      padding-bottom: 5px;
    }
    /* end of facilities section */  
    
    /* video page */
    .videosectiondetails{
      clear: both;
    }
    /* end of video page */
    
    /* contact page */
    #contactform{
      width: 520px;
    }
    
    #contactform td{
      height: 3em;
      color: white;
    }
    
    #contactform td input{
      width: 350px;
    }
    
    #contactform td textarea{
      width: 350px;
      height: 180px;
    }
    
    .evenrow{
	   background: #343434;
    }

    .oddrow{
    	/*background: #434343;*/
    }
    
    input{
    	border: 1px solid black;
    	padding: 2px;
    }
    
    textarea{
    	border: 1px solid black;
    	padding: 2px;
    }
    
    .formbutton{
    	background: red;
    	color: white;
    	height: 3em;
    	text-transform: uppercase;
    }
    
    /* end of contact page */
  
  #introrightcolumn{
    float: left;
    width: 365px;
    min-height: 400px;
    border-top: 1px solid red;
  }
  
    #side_results, #side_events, #side_news, #sponsortext, #side_address, #side_contactnumbers, #side_directions, #side_gallery, #side_sales{
      float: left;
      width: 365px;
      min-height: 100px;
      border-bottom: 1px solid red;
    }

    #side_results li, #side_events li, #side_news li, #sponsortext li, #side_address li, #side_contactnumbers li, #side_directions li, #side_gallery li, #side_sales li{
      border-top: 1px solid red;
      margin: 0px;
      padding: 5px 0px;
    }
    
    .introeventdate{
      font-size: 1.1em;
      font-weight: bold;
    }
/* page content area */

/* footer setup */
#footer{
	float: left;
	width: 920px;
	background: red;
	text-align: left;
	padding: 20px;
	margin: 0px;
}

#footer p{
  font: 1em/1.4em Arial, Helvetica, sans-serif;
	color: white;
}

#footer ul{
  font: 1em/1.4em Arial, Helvetica, sans-serif;
	color: white;
	/*margin: 20px;*/
}

#footer li{
  display: inline;
  padding-right: 20px;
}

#footer a:link, #footer a:visited{
  color: white;
  text-decoration: underline;
}

#footer a:hover, #footer a:visited:hover{
  color: white;
  text-decoration: none;
}
/* end of footer setup */

.textright{
  text-align: right;
}
