﻿<!-- WaterstarUK Cascading Style Sheet -->
<!-- (c)waterstar 2025 -->
<!-- Main page areas -->

body {
}

* {
    padding:0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

/* Overall Page Wrapper ouside of web site wrapper  ========================================================================= */
    #screenwrap {
        width:100%;
        height:800px;
        background:url(images/jigsawblue.jpg) top right fixed no-repeat,
                   url(images/jigsawblue.jpg) top left fixed no-repeat;  
   }

/* Overall Site Wrapper to centre and specify 906 width  ==================================================================== */
    #pagewrap {
        width: 960px;
        margin: auto;
        padding: 5px;
        text-align: left;
        font-family: Arial, Helvetica, sans-serif;
        color:#006000;
        font-size: 11pt;
        background-color:white;
        }

        #headerwrap {
        color:#C6C6C6;
        background-color:#636BC6; 
        width:100%;
        height:60px;
        padding: 0px 5px 10px 5px;
    }

    #footerwrap {
        position:fixed; bottom:0;
        color:#C6C6C6;
        background-color:#636BC6; 
        height:20px; 
        width:960px;
        padding:5px 5px 0px 5px;
    }
    #footerwrap a:link { color: #C6C6C6; text-decoration:none;}
    #footerwrap a:visited { color: #C6C6C6; text-decoration:none;}

/* General body definitions  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
    body p{ 
        font-family: Arial, Helvetica, sans-serif;
        color:#000066;
        font-size: 10pt;
        }

/* Default Text Definitions  =============================================================================================== */
    h1      { font-size: 14pt; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #000066; margin-top: 0px; margin-bottom: 2px; }
    h2      { font-size: 11pt; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #000066; margin-top: 0px; margin-bottom: 2px; }
    h3      { font-size: 10pt; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #000066; margin-top: 0px; margin-bottom: 2px; }

    /* Table Definitions ==================================================================================================== */
    table, th, td {
        border-collapse:collapse;
        color:#000066;
        padding-left:5px;
        vertical-align:middle;
        }

    tr {
        height:30px;
        }

/* HR Definition ============================================================================================================ */
    hr {
        color: #005000;
        height: 1px;
        width: 100%;
        border: 0px solid black;
        }


    a:link          { color: #000066; text-decoration:none;  }
    a:visited       { color: #000066; text-decoration:none; font-weight:bold; }
    a:link:hover    { color: black; text-decoration:none; }
    a:active        { color: red; text-decoration:none; }

/* Class Specifications >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

    .italic { font-style:italic; }
    .bold { font-weight:bold;}
    .bolditalic {font-weight:bold; font-style:italic;}
    }

/* Display Page Area Definitions ============================================================================================ */

/* Image centred in division ================================================================================================ */
    .imgctr {
        text-align:center;
        margin-top:10px;
        margin-right:10px;
        margin-bottom:10px;
        margin-left:10px;
        }

    .imgctr img {
        border: 2px solid;
        border-color: #000066
        }

/* Image left in division ===================================================================================================== */
    .imgleft {
        text-align:left;
        margin-top:10px;
        margin-right:10px;
        margin-bottom:10px;
        margin-left:10px;
        }

    .imgleft img {
        border: 2px solid;
        border-color: #000066
        }

/* Image right in division ==================================================================================================== */
    .imgright {
        text-align:right;
        margin-top:10px;
        margin-right:20px;
        margin-bottom:10px;
        margin-left:10px;
        }

    .imgright img {
        border: 2px solid;
        border-color: #000066
        }

/* Box with rounded corners full width of display ============================================================================= */
    .box-wide {
        width:950px;
        color:white;
        background-color:#636BC6;
        border:1px solid #636BC6;
        border-radius:10px;
        padding:5px;
        margin-bottom:10px;
        clear:both;
        float:left;
        }

    .div-wide {
        color:#000066;
        width:950px;
        padding:5px;
        margin-bottom:10px;
        clear:both;
        float:left;
        }

 /* Box at left side with rounded corners - specify width in page ============================================================ */
    .box-left {
        color:white;
        background-color:#636BC6;
        border:1px solid #636BC6;
        border-radius:10px;
        padding:5px;
        margin-bottom:10px;
        float:left;
        }

    .div-left {
        color:#000066;
        padding:5px;
        margin-bottom:10px;
        float:left;
        }

 /* Box at right side with rounded corners - specify width in page ========================================================== */
    .box-right {
        color:white;
        background-color:#636BC6;
        border:1px solid #636BC6;
        border-radius:10px;
        padding:5px;
        margin-bottom:10px;
        margin-right:15px;
        float:right;
        }

    .div-right {
        color:#000066;
        padding:5px;
        margin-bottom:10px;
        margin-right:15px;
        float:right;
        }

 /* Division wrappers and spacers  ========================================================================================== */

    .content {
        clear:both;
        color:#C6C6C6;
        background-color:#FFFFFF; 
        }

    .spacer {
        clear:both;
        background-color:#FFFFFF; 
        }


/* Main Menu Definition ========================================================================================================== */
    /* Container for Menu - adapted from csswizardry.com sample */
#nav{
    list-style:none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:larger;
    margin-top:3px;
    margin-bottom:10px;
    margin-left:0;
    float:left;/* Clear floats */
    width:100%;
    /* Bring the nav above everything else--uncomment if needed.
    position:relative;
    z-index:5;
    */
}
#nav li{
    float:left;
    margin-right:10px;
    position:relative;
}

#nav a{
    display:block;
    border-radius:0px 5px 0px 5px;
    padding:3px;
    color:#636BC6;
    background-color:#C6C6C6;
    text-decoration:none;
}
#nav a:hover{
    color:#C6C6C6;
}

/*--- Dropdown Menu CSS ---*/
#nav ul{
    background-color:white; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    background-color:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
    list-style:none;
    position:absolute;
    left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
    padding-top:2px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float:none;
}
#nav ul a{
    white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
    font-size:small;
}
#nav li:hover ul{ /* Display the dropdown on hover */
    left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    color:#C6C6C6;
    background-color:#636BC6;
    text-decoration:none;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration:none;
}
#nav li:hover ul li a{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    color:#636BC6;
    background-color:#C6C6C6;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    color:#C6C6C6;
    background-color:#636BC6;
}