/* Bob Chassels
 style....  copied bits from here and there. */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
address {
    margin: 0;
    padding: -0.7px;
    border-radius: 30px;

    /* border: thick double #32a1ce */
}

body {
    background-image: url("./images/mississauga-skyline.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    background-size: 100%;
    background-color: grey ;
}

A:hover {
    color: white  /* #F95325 */ ;
    background-color: #668CFF;

    /* cornflowerblue */
    /* text-decoration : None; */
}

#leftblock {
    position: fixed;
    color: black;
    top: 5px;
    left: 1px;
    background-color: #00b277 ;
    font-size: 18px;
    font-family: times;
    text-align: left;
    border: outset thin green;
    margin: 2px;
    padding: 8px;
    width: 249px;
    height: 450px;
    margin-left: 0;
    margin-right: auto;
    opacity: 0.6;
    order-bottom: ridge thin green;
    -webkit-border-radius: 11px 11px 11px 11px;
    -moz-border-radius: 11px 11px 11px 11px;
    border-radius: 11px 11px 11px 11px;
    border: 2px solid green;
    -webkit-box-shadow: #B3B3B3 4px 4px 4px;
    -moz-box-shadow: #B3B3B3 4px 4px 4px;
    box-shadow: #B3B3B3 4px 4px 4px;
}

#topblock {
    position: fixed;
    color: black;
    top: 5px;
    left: 262px;

    /* right: 100px; */
    width: 71%;
    background-color: #03b277 ;

    /* opacity: 0.6; */
    /* background-image: url ("./images/mississauga-skyline.jpg");
background-attachment: fixed; */
    font-size: 18px;
    font-family: times;
    text-align: left;
    border: outset thin red;
    height: 152px;
    margin: 0;
    padding: 0;
    border: 0;
    order-bottom: ridge thin blue;
    -webkit-border-radius: 11px 11px 11px 11px;
    -moz-border-radius: 11px 11px 11px 11px;
    border-radius: 11px 11px 11px 11px;
    border: 3px solid blue;
    -webkit-box-shadow: #B3B3B3 4px 4px 4px;
    -moz-box-shadow: #B3B3B3 4px 4px 4px;
    box-shadow: #B3B3B3 4px 4px 4px;

    /* color : red; */
}

img {
    opacity: 0.8;
    filter: alpha(opacity=80);

    /* For IE8 and earlier */
}

img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);

    /* For IE8 and earlier */
}

#newsblock {
    position: fixed;
    color: white;
    top: 305px;

    /* left:402px; */
    right: 100px;
    width: 400px ;
    background-color: #03b277 ;
    font-size: 24px;
    font-family: times;
    text-align: center;
    border: outset thin red;
    height: 152px;
    margin: 0;
    padding: 0;
    border: 0;
    order-bottom: ridge thin blue;
    -webkit-border-radius: 11px 11px 11px 11px;
    -moz-border-radius: 11px 11px 11px 11px;
    border-radius: 11px 11px 11px 11px;
    border: 3px solid blue;
    -webkit-box-shadow: #B3B3B3 4px 4px 4px;
    -moz-box-shadow: #B3B3B3 4px 4px 4px;
    box-shadow: #B3B3B3 4px 4px 4px;

    /* color : red; */
}

#mainblock {
    position: relative;
    color: black;
    top: 161.2px;
    left: 260px;
    background-color: #16b277 ;
    font-size: 18px;
    font-family: times;
    text-align: left;
    border: outset thin blue;
    margin: 2px;
    padding: 9.1px;
    width: 600px;
    width: 70%;

    /* right: 100px; */
    /* height: 750px; */
    bottom: 10px;
    opacity: 0.9;
    order-bottom: ridge thin green;
    -webkit-border-radius: 11px 11px 11px 11px;
    -moz-border-radius: 11px 11px 11px 11px;
    border-radius: 11px 11px 11px 11px;
    border: 2px solid green;
    -webkit-box-shadow: #B3B3B3 4px 4px 4px;
    -moz-box-shadow: #B3B3B3 4px 4px 4px;
    box-shadow: #B3B3B3 4px 4px 4px;

    /* color : red; */
}

#spaceatbottom {
    position: relative;
    color: black;
    height: 120px;
}

h1#title {
    color: blue;
    width: 170px;
    font-size: 28pt;
    font-weight: bold;
    font-style: italic;
    margin: 0.5em;
    padding: 7px;

    /* background: url("images/title.png") repeat  top left; 
   
 margin: 0.5em;
 padding: 8px;
 
 clear: both; */
}

h1#mission {
    line-height: normal;
    text-indent: 0px;
    text-align: left;
    color: White;
    padding: 6px;
    width: auto;

    /* height: 70px;  
display: block; 
float: left; 
clear: left; */
    position: absolute;
    top: 10px;
    left: 185px;
}

.section {
    background: #FAFAFE;
    padding: 1.3em;
    margin: 3px 0;
}

#myfooter {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 20px;

    /* overflow:no; */
    text-align: center;
    background: #5449e0;

    /* padding: 1em 4px 1px 1px; */
    border-top: 5px solid #73a2bd;
}

/* * html #myfooter {height:20px;} */
