/* Start of CMSMS style sheet '3col' */
/* Ammended style sheet by DBK Web Development for 3 col layout */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6 {  
margin: 0; /* sets the margins to zero on the body */
padding: 0; /* sets the padding to zero on the body */
border: 0; /* deletes any borders */
}
body {
    background-color: #2C2421; /*sets the body background colour */
    background-image: url(images/background.gif);/*body background image */
        font-family: Arial, Helvetica, sans-serif;/*body font style */
        font-size: 90%; /*Font size*/
        margin: 0 auto; /*sets the page margins to zero */
        min-width: 900px; /*minimum width anything under you get scroll bars this prevents our page becoming smaller than the wrapper */
        padding: 0; /*padding set to zero*/
        text-align: center; /* hack for IE to make sure the layout is centred*/
        margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
        color: #000000;
}
.thrColFixHdr #container {
        width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
        background: #FFFFFF;
        margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
        border: 0px solid #364a82;
        text-align: left; /* this overrides the text-align: center on the body element. */
/*        border-style: dotted;  */
        border-width: 2px 2px;  /* layout's side borders */
        border-color: #364a82;
}
.thrColFixHdr #header {
        background: #ffffff;
        padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
        background-color: #000059;
/*  background-image: url(/images/header-strp.jpg);  body background image */
background-repeat:repeat-x;
        border-style: none;
border-width: 0px 0px;
border-style: solid;
border-color: #364a82;
        color: #364a82;
background-color: #302B25;/*sets the background colour of the Nav */
}


.thrColFixHdr #header h1 {
        margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
        padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
        float: left; /* since this element is floated, a width must be given */
        width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
        background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
        padding: 80px 2px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
        float: right; /* since this element is floated, a width must be given */
        width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
        background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
        padding: 80px 20px 15px 2px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
        margin: 0 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
        padding: 100px 10px  10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


#navcontainer ul
{
background-image: url(/images/navigation-background.jpg);/*nav background image */
/*      background-color: #302B25; sets the background colour of the Nav */
padding-left: 0;
margin-left: 0;
/* background-color: #036; */
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 90%;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.3em 1.0em 0.1em 1.0em ;
/*background-color: #036; */
color: White;
text-decoration: none;
float: left;
border-right: 0px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}

.thrColFixHdr #footer {
        padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
        background:#DDDDDD;
}
.thrColFixHdr #footer p {
        margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
        padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
        float: left;
        margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
        clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*.toprounded is self explanatory as is .toproundedcornerbottom */
.toproundedcorner {
        background-image: url(/images/rounded-background_gr.jpg);
        height: 65px;
        width: 485px;

}
.toproundedcornerbottom {
        background-image: url(/images/rounded-background-bottom_gr.jpg);
        height: 40px;
        width: 485px;
}
/*notice below we have positioned our text within .contentleft*/
#content .contentleft p, h1, h2 {
     margin: 0px 5px 0 20px;
          font-size: 90%;
      text-align: center;
}
h1 {font-size: 110%;color: #5E5D4B; /*sets the colour and size of heading one */

}
h2 {font-size: 100%;color: #5E5D4B; /*sets the colour and size of heading two */


/*start of navigation The UL element defines an unordered list. The element cont
ains one or more LI elements that define the actual items of the list.*/
#topnav {
        width: 900px;/*sets the nav to a width of 700 pixels */
        height: 40px;/*sets the nav height to 30 px */
/*      background-image: url(images/navigation-background.jpg); nav background image */
        background-color: #302B25;/*sets the background colour of the Nav */
}

#topnav li {
/*      float: left;  floats the li left*/
        background-color: #374D41;
        list-style-type: none;  /* removes he bullet style on an individual list item*/
}

#topnav {
        width: 900px;/*sets the nav to a width of 700 pixels */
        height: 40px;/*sets the nav height to 30 px */
/*      background-image: url(images/navigation-background.jpg); nav background image */
        background-color: #302B25;/*sets the background colour of the Nav */
}

#topnav li {
/*      float: left;  floats the li left*/
        background-color: #374D41;
        list-style-type: none;  /* removes he bullet style on an individual list item*/
}
#topnav ul {
        height: 40px;
        text-align: center;/*aligns the text center */
        background-color: #8AAC9B; /*sets the background colour */
}#topnav ul li a {
/*      background-image: url(images/navigation-background.jpg); background imag
e of our links */
        color: #EDF1F2;/*link text colour */
        display: block;/*  A block element displays as a block, it forces a line
 break. So think of a block as a brick :)*/
        font-weight: bold;/*sets the set to bold */
        font-size:80%;/*sets the font size */
        height: 40px; /*sets the height of the links */
        padding: 0;/*zeroes the padding*/
        text-decoration: none; /*removes the underline from the links */
        width: 74px; /*sets the link widths to 100px the nav div is 860 pixels w
ide and we have seven links of 100 pixels, yes you guessed it, that equals 700 *
/
        margin-top: 2px;/*sets the top margin */
        padding-top: 4px;/*sets the padding to 8pixels */
}

#topnav ul li a:hover,
#topnav ul li a:focus {
        background-image: url(images/navigation-background-hover.jpg);
        color: #C7D8CF;
        display: block;
        margin-top: 2px;
        padding-top: 4px;
        background-color: #2B2320;
}
#topnav a:active {
        color: #FFF;
        display: block;
        background: url(images/navigation-background.jpg);
}


.links a:link,a:visited,a:active {color: #035; font-size: 85%;/*sets size of p e
lement */ }

.links a:hover{color: #374D41; font-size: 85%;/*sets size of p element */ }

.links  {margin-left: 10px;}

#content .contentleft 
    line-height:130%;
    text-align:center;
}


.centertext {
 text-align: center;
}

.rssxpresschannel {
width:170px;
height: 1050px;
overflow:scroll;
}
/* End of '3col' */

