/* CSS Document */

body{
	background-color:#2B3442;
	margin:0px;
}
a {outline: none; }
.bgtopstrip{
	background-image:url(../images/bgtopstrip.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

.leftshadow{
    background-image:url(../images/leftshadow.jpg);
    background-position:right top;
    background-repeat:repeat-y;
}

.rightshadow{
    background-image:url(../images/rightshadow.jpg);
    background-position:left top;
    background-repeat:repeat-y;
}

.curvedesigntop{
    background-image:url(../images/topcursedesign.jpg);
    background-repeat:no-repeat;
    background-position:right top;
    height:51px;
}

.bottomlinksbg{
    background-image:url(../images/homebottombg.jpg);
    background-position:left top;
    background-repeat:repeat-x;
}

.homeheading{
    font-family:"Times New Roman", Times, serif;
    font-size:18px;
    color:#fff;
}

.subpageheading{
    font-family:"Times New Roman", Times, serif;
    font-size:26px;
    color:#fff;
}

.homeheading1{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:25px;
    color:#fff;
}

.homebottomlinks{
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#8B9097;
}

.homebottomlinks a{
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#8B9097;
    text-decoration:none;
}

.homebottomlinks a:hover{
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#FFF;
    text-decoration:none;
    border-bottom:1px dotted #FFF;
}

.homehorseface1{
    background-image:url(../images/homehorsestripleft.jpg);
    background-position:left top;
    background-repeat:repeat-y;
}

.subhorseface{
    background-image:url(../images/subhorseface.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    height:556px;
}

.leftstripextent{
    background-image:url(../images/stripleftextent.jpg);
    background-position:left top;
    background-repeat:repeat-y;
}

.submenubottomstrip{
    background-image:url(../images/submenubotttomstrip.jpg);
    background-position:left top;
    background-repeat:repeat-x;
}

.contenttext {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#ABAEB4;
    text-decoration:none;
}

.contenttext a{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#ABAEB4;
    text-decoration:underline;
}

.contenttext a:hover{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#999966;
    text-decoration:underline;
}