﻿/*********Global Styles***********/
html, body {
	height: 100%;	
}
body 
{
    background-color: White;
    background-position: left top;
    background-repeat: no-repeat;
    font-family: Arial;
    font-size: 12px;
    height:100%;
    margin: 0px;
    padding: 0px;
}
em
{
    font-style: normal;
    color: #3582B9;
    font-weight: bold;
}

/*******Home Page Layout*********/
/*Body Classes*/
.bodyGreen
{
    background-image: url(graphics/green-background-sm.jpg);
}
.bodyBlue
{
}
.bodyGrey
{
    background-image: url(graphics/grey-background-sm.jpg);
}

/*Layout Containers*/
.level1
{
    margin-top: 200px;
    margin-left: 100px;
    width: 90%;
}
.level1Item
{
    float: left;
    margin: 10px;
    width: 250px;
}
.level2
{
    clear: both;
    margin-top: 20px;
}
.homeImages
{
    float: left;
}
.enterHere
{
    float: left;
    margin-left: 50px;
    text-align: right;
}

/*Floating Containers*/
.logoFloat
{
    position: absolute;
    top: 15px;
    right: 12%;
    z-index: 1;
}

/*Container formatting*/
.level1Item ul
{
    margin-left: 0px;
    padding-left: 0px;
}
.level1Item ul li
{
    font-weight: bold;
    list-style-type: none;
    margin-left: 0px;
    margin-top: 5px;
    padding-left: 0px;
}
.level2 img
{
    border: solid 2px white;
    margin: 0px;
    padding: 0px;
}


/**********NES SUB SITES**********/
/*Backgrounds*/
.nuclearBackground
{
    background-image: url(graphics/nes/nuclear/background-image.jpg);
}
.defenceBackground
{
    background-image: url(graphics/nes/defence/background-image.jpg);
}
.industrialBackground
{
    background-image: url(graphics/nes/industrial/background-image.jpg);
}

/*Layout Containers*/
.left
{
    float: left;
    height: 100%;
    width: 134px;
}
.right
{
    float: left;
    height: 100%;
}
.top
{
    clear: both;
    height: 40px;
    width: 100%;
}
.content
{
    background-position: left top;
    background-repeat: no-repeat;
    clear: both;
    height: 90%;
    min-width: 850px;
    width: 100%;
}

/*Layout Sub Containers*/
.contentLeft
{
    float: left;
    margin-top: 60px;
    margin-left: 30px;
}
.contentRight
{
    float: left;
    margin-top: 60px;
    text-align: justify;
}
.topSplit
{
    border-right: solid 1px #7DC8BB;
    color: #7DC8BB;
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    height: 10px;
    text-align: center;
    width: 125px;
}
.topSplitBlue
{
    border-right: solid 1px #7D9FD1;
    color: #7DC8BB;
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    height: 10px;
    text-align: center;
    width: 125px;
}
.topSplitYellow
{
    border-right: solid 1px #FFC54D;
    color: #FFC54D;
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    height: 10px;
    text-align: center;
    width: 125px;
}
.menuHeading
{
    background-color: White;
    height: 40px;
    padding-top: 0px;
    margin-bottom: 60px;
    text-align: right;
    width: 100%;
}
.menuItem
{
    border-top: solid 1px white;
    font-weight: normal;
    font-size: 10px;
    font-family: Trebuchet MS;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
    width: 95%;
}
.lastMenuItem
{
    border-top: solid 1px white;
    border-bottom: solid 1px white;
    font-weight: normal;
    font-size: 10px;
    font-family: Trebuchet MS;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    text-align: right;
    width: 95%;
}
.subMenu
{
    border-style: solid;
    border-width: 1px;
    color: Black;
    filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
    font-weight: bold;
    font-size: 12px;
    height: 280px;
    letter-spacing: 1pt;
    padding: 10px;
    width: 160px;
}
.subMenuLarge
{
    border-style: solid;
    border-width: 1px;
    color: Black;
    filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
    font-weight: bold;
    font-size: 12px;
    height: 350px;
    letter-spacing: 1pt;
    padding: 10px;
    width: 160px;
}

/*Floating Containers*/
.leftImage
{
    position: absolute;
    bottom: 100px;
    left: 0px;
    width: 150px;
}
.rightImages
{
    position: absolute;
    bottom: 100px;
    left: 134px;
}
.rightImageLogo
{
    position: absolute;
    bottom: 100px;
    right: 10px;
}
.topBehind
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 40px;
    background-color: #00A986;
    z-index: -1;
}

/*Container Formatting*/
.rightImages img
{
    border: solid 2px white;
}
.leftImage img
{
    border: solid 2px white;
}
.contentLeft h1
{
    font-size: 23px;
    font-weight: bold;
}
.contentLeft h2
{
    font-size: 18px;
    font-weight: bold;
}
.contentLeft h3
{
    font-size: 13px;
    font-weight: bold;
}
.contentRight h1
{
    font-size: 23px;
    font-weight: bold;
}
.contentRight h2
{
    font-size: 18px;
    font-weight: bold;
}
.contentRight h3
{
    font-size: 13px;
    font-weight: bold;
}
.contentRight img
{
    border: solid 1px white;
    margin: 5px;
}
.contentRight ul
{
    margin-left: 0px;
    padding-left: 0px;
}
.contentRight ul li
{
    list-style-type: none;
    font-size: 12px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 0px;
}
.contentRight p
{
    font-size: 12px;
}
.contentLeft ul
{
    margin-left: 0px;
    padding-left: 0px;
}
.contentLeft ul li
{
    list-style-type: none;
    font-size: 12px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 0px;
}
.contentLeft a:link
{
    color: Black;
    text-decoration: none;
}
.contentLeft a:active
{
    color: Black;
    text-decoration: none;
}
.contentLeft a:visited
{
    color: Black;
    text-decoration: none;   
}
.contentLeft a:hover
{
    color: White;
}
.contentRight a:link
{
    color: Black;
    text-decoration: none;
}
.contentRight a:active
{
    color: Black;
    text-decoration: none;
}
.contentRight a:visited
{
    color: Black;
    text-decoration: none;   
}
.contentRight a:hover
{
    color: White;
}
.topSplit a:link
{
    color: #7DC8BB;
    text-decoration: none;
}
.topSplit a:visited
{
    color: #7DC8BB;
    text-decoration: none;
}
.topSplit a:active
{
    color: #7DC8BB;
    text-decoration: none;
}
.topSplit a:hover
{
    color: White;
}
.topSplitBlue a:link
{
    color: #7D9FD1;
    text-decoration: none;
}
.topSplitBlue a:visited
{
    color: #7D9FD1;
    text-decoration: none;
}
.topSplitBlue a:active
{
    color: #7D9FD1;
    text-decoration: none;
}
.topSplitBlue a:hover
{
    color: White;
}

.topSplitYellow a:link
{
    color: #FBCC6F;
    text-decoration: none;
}
.topSplitYellow a:visited
{
    color: #FBCC6F;
    text-decoration: none;
}
.topSplitYellow a:active
{
    color: #FBCC6F;
    text-decoration: none;
}
.topSplitYellow a:hover
{
    color: White;
}
.menuItem a:link
{
    color: Black;
    text-decoration: none;
}
.menuItem a:visited
{
    color: Black;
    text-decoration: none;
}
.menuItem a:active
{
    color: Black;
    text-decoration: none;
}
.menuItem a:hover
{
    color: White;
}
.lastMenuItem a:link
{
    color: Black;
    text-decoration: none;
}
.lastMenuItem a:visited
{
    color: Black;
    text-decoration: none;
}
.lastMenuItem a:active
{
    color: Black;
    text-decoration: none;
}
.lastMenuItem a:hover
{
    color: White;
}
.personnel td
{
    font-weight: bold;
    height: 86px;
    width: 250px;
    text-align: left;
}
.personnelImages td
{
    border: solid 1px white;
}
.bullets ul li
{
    list-style-type: circle;
}
.bullets ul
{
    list-style-type: circle;
    margin-left: 10px;
    padding-left: 5px;
}/*
.subMenu ul li
{
    filter:alpha(opacity=100);-moz-opacity:.100;opacity:.100;
}*/
.subMenu ul li a:link
{
    color: White;
    text-decoration: none;
}
.subMenu ul li a:visited
{
    color: White;
    text-decoration: none;
}
.subMenu ul li a:active
{
    color: White;
    text-decoration: none;
}
.subMenu ul li a:hover
{
    color: Black;
    text-decoration: none;
}
.subMenuLarge ul li a:link
{
    color: White;
    text-decoration: none;
}
.subMenuLarge ul li a:visited
{
    color: White;
    text-decoration: none;
}
.subMenuLarge ul li a:active
{
    color: White;
    text-decoration: none;
}
.subMenuLarge ul li a:hover
{
    color: Black;
    text-decoration: none;
}

/*Colours*/
.greenyBlue
{
    background-color: #5EC4AF;
}
.green
{
    background-color: #00A986;
}
.blue
{
    background-color: #0067B1;
}
.yellow
{
    background-color: #FDB812;
}
.lightBlue
{
    background-color: #7D9FD1;
}
.lightYellow
{
    background-color: #FFC54D;
}

/*Borders*/
.greenyBlueBorder
{
    border-color: #5EC4AF;
}
.greenBorder
{
    border-color: #00A986;
}
.blueBorder
{
    border-color: #0067B1;
}
.yellowBorder
{
    border-color: #FDB812;
}
/*END OF NES SUB SITES*/