*
{
    margin: 0;
    padding: 0;
}

body
{
    font: 12px verdana, helvetica, arial;
    color: #20207c;
    line-height: 160%;
    padding-top: 30px;
    padding-bottom: 30px; /*background: url(images/back1.gif) repeat-x;*/
    background-color: #00135D; /*DarkBlue*/
}

a
{
    color: #369;
}
a:hover
{
    color: #369;
    text-decoration: none;
}
p
{
    margin: .4em 0 .8em 0;
    padding: 0;
}
img
{
    margin: 10px 0 5px;
}

h1
{
    margin: 0px;
    padding-top: 32px;
    color: #000000;
    font-size: 130%;
}
h2
{
    margin: 0px;
    color: #440E97;
    font-size: 120%;
    padding-top: 20px;
}
#pagewrapper
{
    position: relative;
    width: 980px;
    margin: 0px auto;
}
#header
{
    height: 142px;
}
#left
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 198px;
    height: 186px;
    background: #00125C;
}
#right
{
    position: absolute;
    left: 198px;
    top: 0px;
    width: 783px;
    height: 142px;
    color: #00125C;
}

.clear
{
    clear: both;
}
#leftcolumn
{
    position: absolute;
    left: 0px;
    top: 35px;
    width: 198px;
    height: 570px;
}
#leftcolumn img
{
    /*width:198px*/
}

#middle
{
    /*position: absolute;*/
    left: 198px;
    top: 100px;
    min-height: 816px; /*780px;640px;*/
    background: url(../images/logos/creamback3.jpg) repeat-y top center #FFFFE6;
    width: 571px; /*width: 574px;*/
    /*padding-left: 30px;*/
    margin-left:228px;
    padding-top:60px;
    padding-bottom: 5px; 
    /*padding-right:181px;*/
    border-right: solid 2px #7183b2;
}

#middle p
{
    padding-top: 3px; /*padding-left: 30px;*/
    padding-right: 25px;
}

#middle div
{
    /*padding-left: 30px;*/ /*padding-right: 30px;*/
}

#middle p.indent
{
    text-indent: 8px;
}

#middle ul
{
    padding-left: 10px; /*40px*/
    padding-right: 25px;
    padding-bottom: 4px;
    padding-top: 0px;
}
#middle li
{
    padding-bottom: 5px;
}
#contact
{
    position: absolute;
    left: 198px;
    top: 100px;
    height: 823px; /*780px;640px;*/
    background: url(../images/contactexe.gif) no-repeat left top #FFFFE6;
    width: 604px;
}
#contact p
{
    text-align: center;
    padding-top: 410px;
    padding-left: 130px;
    line-height: 130%;
    font-weight: bold;
}
#contact .contactlink
{
    padding-top: 10px;
    padding-left: 200px;
}
#contact .contactlink p
{
    text-align: center;
    padding-top: 10px;
    line-height: 130%;
    font-weight: bold;
    width: 150px;
}

#contact p span
{
    color: #ff0000;
}
#contact .oke
{
    text-align: center;
    padding-top: 10px;
    padding-left: 130px;
    line-height: 130%;
    font-weight: bold;
}
#contactoke
{
    position: absolute;
    left: 198px;
    top: 100px;
    height: 823px; /*640px;*/
    background: url(../images/contactoke.gif) no-repeat left top #FFFFE6;
    width: 604px;
}
#contactoke .contactlink
{
    padding-top: 10px;
    padding-left: 330px;
}
#contactoke .contactlink p
{
    text-align: center;
    padding-top: 10px;
    line-height: 130%;
    font-weight: bold;
    width: 150px;
}

#contactoke p
{
    text-align: center;
    padding-top: 410px;
    text-align: center;
    line-height: 130%;
    font-weight: bold;
}
#contactoke p span
{
    color: #ff0000;
}
#contactoke .oke
{
    text-align: center;
    padding-top: 10px;
    text-align: center;
    line-height: 130%;
    font-weight: bold;
}


#news
{
    position: absolute;
    left: 801px;
    top: 104px;
    width: 179px;
    height: 819px; /*776px;640px;*/
    background: #FFFFE6;
}

#news p
{
    padding: 5px 15px;
}
#news ul
{
    padding: 5px 15px;
    line-height: 150%;
    list-style: none;
}
#news li
{
    padding-bottom: 10px;
    /*line-height: 130%;*/
}

#newspage p
{
    /*padding: 5px 15px;*/
}
#newspage ul
{
    /*padding: 5px 15px;*/
    line-height: 130%;
    list-style: none;
}
#newspage li
{
    padding-bottom: 10px;
}

#title
{
    position: absolute;
    left: 198px;
    top: 42px;
    width: 782px;
    background: #FFFFE6;
}

.outer_body
{
    background: gray;
    background: url(   '../images/shadow.png' ) repeat-y top center;
}
#outer
{
    min-height: 100%;
    width: 958px; /* add 2px if borders are not used */
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    color: #000000;
    text-align: left;
    margin: auto;
    position: relative;
    background: white; /*url(../images/shadow.png) repeat-y left top;*/ /* The background image needs to be the same width as the #left div. The one I used is 138px X 9px */
}

* html #outer
{
    height: 99.9%;
}
/*For ie as treats height as min-height anyway - also addreeses rounding bug at bottom of screen in IE*/

div.expandingparagraph
{
    margin-left: 15px;
    margin-bottom:15px;
    margin-right:25px;
    border-top:solid 1px #7183b2;
    border-bottom:solid 1px #7183b2;
}


/*Bubble Popup*/
.bubbleInfo
{
    position: relative;
}

.popup
{
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}
.popup td.corner
{
    height: 15px;
    width: 19px;
}

.popup td#topleft
{
    background-image: url('../images/bubble/bubble-1.png');
}
.popup td.top
{
    background-image: url('../images/bubble/coda/bubble-2.png');
}
.popup td#topright
{
    background-image: url('../images/bubble/bubble-3.png');
}
.popup td.left
{
    background-image: url('../images/bubble/bubble-4.png');
}
.popup td.right
{
    background-image: url('../images/bubble/bubble-5.png');
}
.popup td#bottomleft
{
    background-image: url('../images/bubble/bubble-6.png');
}
.popup td.bottom
{
    background-image: url('../images/bubble/bubble-7.png');
    text-align: center;
}
.popup td.bottom img
{
    display: block;
    margin: 0 auto;
}
.popup td#bottomright
{
    background-image: url('http://localhost/stdavids-equine.co.uk2/images/bubble/bubble-8.png');
}

.popup table.popup-contents
{
    font-size: 12px;
    line-height: 1.2em;
    background-color: #fff;
    color: #666;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , "Lucida Sans" , sans-serif;
}

table.popup-contents th
{
    text-align: right;
    text-transform: lowercase;
}

table.popup-contents td
{
    text-align: left;
}

tr#release-notes th
{
    text-align: left;
    text-indent: -9999px;
    background: url('../images/bubble/starburst.gif') no-repeat top right;
    height: 17px;
}

tr#release-notes td a
{
    color: #333;
}

/*End Bubble Popup*/


