/* CSS Document */

html
{
font-family:Verdana, Arial, Helvetica, sans-serif;
}

a
{color:#000000; text-decoration:none;}
a:hover
{color:#000000; text-decoration:underline;}
a:visited
{color:#000000;}

/*******************************/
/*           BODY              */
/*******************************/
/*Gives the background stables picture and light grey background*/
body
{
margin-left: 0px;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 10px;
background-position:bottom center;
background-repeat:no-repeat;
background-image:url(images/bg.gif); 
text-align:center;
background-color:#E5E5E5;
}

/*******************************/
/*      MAIN CONTAINER         */
/*******************************/
/*Gives the white padding to the inner page*/
#main
{
width:912px;
margin: 0 auto;
text-align:left;
padding:10px 10px 0px 10px;
background-color:#ffffff;
clear:both;
position:relative;
}

/*******************************/
/*          BORDER             */
/*******************************/
/*Gives the inner silver border to the inner page*/
#border
{
border:solid #CCCCCC 2px;
clear:both;
position:relative;
width:100%;
}

/*******************************/
/*           BODY 2            */
/*******************************/
/*This contains both left and right columns*/
#body2
{
position:relative;
width:100%;
float:left;
clear:both;
}

/*******************************/
/*           HEADER            */
/*******************************/
#header
{
clear:both; background-image: url(images/header.gif);
background-repeat:no-repeat; 
height:104px; 
position:relative;
width:100%;
}

/*******************************/
/*      TOP NAVIGATION         */
/*******************************/
#topnavlist
{
position:absolute; 
top:71px;
left:440px;
text-align:left;
width:470px;
padding:0px; 
height:0; 
margin:0;
}

#topnavlist ul
{
margin-bottom:0; 
padding-bottom:0;
}

#topnavlist li
{
float:left; list-style: none; 
margin-bottom:0; 
padding-bottom:0;
}

#topnavlist li a, #topnavlist li a:visited
{
display:block; font-weight:bold;
list-style-type:none;
background-image: url(images/topnav_bullet.gif);
background-position:right;
background-repeat:no-repeat;
padding:3px 5px 3px 5px; 
margin-left:2px;
background-color:#E2E9EE; 
color:#16415C; width:80px; 
font-family:Verdana; 
font-size:10px
}

#topnavlist li a:hover
{
display:block; font-weight:bold;
list-style-type:none;
background-image: url(images/topnav_bullet_hover.gif);
background-position:right;
background-repeat:no-repeat; 
padding:3px 5px 3px 5px; 
margin-left:2px;
background-color:#E2E9EE;
color:#4382AA; 
width:80px; 
font-family:Verdana; 
font-size:10px
}

/*******************************/
/*       LEFT COLUMN           */
/*******************************/
#lcol
{ 
position:relative;
background-image: url(images/horse-bg-side-image.gif);
background-position:bottom left;
background-repeat:no-repeat; 
background-color:#ffffff;
color:#000000;
width:200px; 
height:auto;
border:solid red 0px;
margin:0;
padding:0;
float:left;
}

#lcol h1
{
display:inline-block;
font-size:14px;
background-image:url(images/title_icon.gif);
background-position:left; 
background-repeat:no-repeat; 
margin:0px 0px 0px 0px;
padding-left:20px;
color:#4382AA;
}

#lcol p
{
font-size:0.7em;
margin:5px 0px 5px 0px;
}

#lcol ul
{
font-size:0.7em;
margin:0px; 
padding:10px 0px 0px 25px;
position:relative;
line-height:1.5em;
}

#lcol li
{color:#15415c;}
#lcol li span
{color:#000000;}

/**/
.info
{
text-align:right;
padding-top:1em;
}

.info a, .info a:visited
{
font-size:0.9em;
font-weight:bold;
background-image:url(images/chevrons_dark.gif);
background-position:left; 
background-repeat:no-repeat; 
padding-left:10px;
text-align:right;
color:#16415C;
}

.info a:hover
{
font-size:0.9em;
font-weight:bold;
background-image:url(images/chevrons.gif);
background-position:left; 
background-repeat:no-repeat; 
padding-left:10px;
text-align:right;
color:#4382AA;
}

.lcolitem
{
padding:0px 10px 0px 10px;
margin-bottom:15px;
}

.imgbotborder
{
padding-bottom:2px;
border-bottom:solid silver 1px;
}

/*******************************/
/*         SEPERATOR           */
/*******************************/
.seperator
{
border-top:dotted silver 1px;
margin:5px 0px 5px 0px;
}

/*******************************/
/*       RIGHT COLUMN          */
/*******************************/
#rcol
{ 
position:relative;
background-color:#ffffff;
color:#4382AA;
width:689px; 
height:auto;
border:solid red 0px;
margin:0;
padding:0 10px 10px 0;
float:right;
}

/*******************************/
/*       LOWER CONTENT         */
/*******************************/
/*container for both lower left and lower right divs*/
#lowercont
{
width:100%;
float:right;
margin:10px 0px 0px 0px;
padding:0px;
text-align:left;
background-image:url(images/dot.gif);
background-position:center;
background-repeat:repeat-y;
}

#lowercont h1
{
display:inline-block;
font-size:14px;
color:#15415C;
margin:0px 0px 10px 0px;
padding:0px;
font-weight:bold;
}

#lowercont h2
{
display:inline-block;
font-size:12px;
color:#15415C;
margin:0px 0px 5px 0px;
padding:0px;
}

#lowercont p
{
font-size:0.7em;
color:#000000;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
}

/*******************************/
/*        LOWER LEFT           */
/*******************************/
#lowerleft
{
width:330px;
float:left;
margin:0px;
padding:0px;
padding-left:10px;

}

#lowerleft ul, #lowerright ul
{
font-size:0.7em;
color:#15415C;
margin:0px; 
padding:0px;
padding-left:15px;
position:relative;
}

#lowerleft p
{}

#lowerleft li
{
}
/*******************************/
/*        LOWER RIGHT          */
/*******************************/
#lowerright
{
width:330px;
float:right;
margin:0px;
padding:0px;
}


/*******************************/
/*        COPYRIGHT            */
/*******************************/
#copyright
{
text-align:right;
color:#999999;
font-size:10px;
padding:10px 0px 10px 10px;
}

/*******************************/
/*         CONTACTS            */
/*******************************/
.contacts
{color:#4382AB;}

/*******************************/
/*       DETAILS FORM          */
/*******************************/
/*All forms*/
form
{margin:0px; padding:0px;}
label
{font-size:0.7em;}
input
{border:solid #477DA3 1px; font-size:0.7em;}
/*Details form*/
#detailsform
{background-color:#F0F0F0; color:#15415C; padding:10px 5px 10px 5px; border:solid silver 1px;}
#detailsform input 
{width:100%;}
#detailsform #reset, #detailsform #submit, #subscribenews #addme
{width:50px; background-color:#477DA3; color:#ffffff;}
#detailsform #buttons
{text-align:right; margin-top:5px;}
#subscribenews #newsemail
{width:250px;}
#subscribenews #addme
{width:60px;}