﻿

body
{
    font-size: 10pt;
    color: black;
    margin: 0px auto;
    font-family: Verdana, Arial;
    width: 780px;
    position: relative;
    direction: ltr;
    text-align: left;
    background-color: #f7f7f7;
    line-height: 1.5em;
}
	




h1
{
    font-size:100%;
    /* background-color:#333366; */
    background-color:#2A3C96;
    color:White;
    width:236px;
    padding-left:5px;

}
h2
{
    font-size:100%;
    background-color:#2A3C96;
    color:White;
    width:239px;
    padding-left:5px;
    margin-left:1px;
}
h3
{
    font-size: 100%;
    color: #333366;
    padding-left: 5px;
    margin-left: 1px;
    line-height: 0pt;
}
img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
a
{
	color:#2A3C96;
}
a:visited
{
	color:#2A3C96;
}
.noDecoration
{
       text-decoration: none;
}
.banner
{
    background-image: url(Images/Banner.gif);
    height: 84px;
    background-repeat: no-repeat;
}
.logo
{
    text-decoration: none;
    margin-left:15px;

}


.floatLeft
{
    float:left;
    margin: 0;
    padding: 0;
}

.floatRight
{
    clear:right;
    float:right;
    margin: 0;
    padding: 0;
}
.indent
{
    padding-left:5em;
}

b
{
    color: #669999;
    font-size: 18pt;
    font-weight: normal;
}
strong
{
    color: #2A3C96;
    font-size: 10pt;
    font-weight: bold;

}
.tapImage
{
    float: left;
    position: relative;
    top: -45px;
}
.indent1
{
    margin-left: 4em;
}
.indent2
{
    margin-left: 8em;
}
.indent3
{
    margin-left: 10em;
}

/* Navigation */

.navigation
{
    margin-left: 15px;
    font-size: 10pt;
    font-family: Arial;
}

.navigation ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    color:White;
    background-color:#2A3C96;
   /*  background-color:#545A98; */
    width:214px;
}
.navigation ul li
{
    padding-top: 1px;
    padding-bottom:1px;
}

.navigationSelected
{
    background-color:Black;
}
.navigation ul li a 
{

    padding-right: 0.6em;
    padding-left: 0.6em;

    margin-right:0.0em;
    text-decoration:none;
     color:White;
}
.navigation ul li a:visited
{
	color:White;
}
.navigation ul li a:hover
{
	color:White;
    text-decoration:underline;
}
.navigationold ul li a:hover
{
    text-decoration: underline;
 
}
/* Sub Menu used for examples of our work */
.navigationSub
{
    margin-left:15px;
    font-size: 10pt;
    font-family: Arial;

}

.navigationSub ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    color:White;
    background-color:#2A3C96;
    /* background-color:#545A98; */
    width:215px;
}
.navigationSub ul li
{
    padding-top: 1px;
    padding-bottom:1px;
}

.navigationSub ul li a 
{

    padding-right: 0.6em;
    padding-left: 0.6em;

    margin-right:0.0em;
    text-decoration:none;
     color:White;
}
.navigationSub ul li a:visited
{
	color:White;
}
.navigationSub ul li a:hover
{
    text-decoration:underline;
    color:White;
}
.navigationLine
{
    border-top: #CCCCFF 1px solid;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}

/* Left Features Column */


/* Page Edges */
.page
{
    width: 760px;
    margin: 0px auto;
}
.pageTop
{
	background: #FFFFFF url(Images/pageTop.gif) no-repeat center top;
	height: 25px;
}
.pageSides
{
	background: #FFFFFF url(Images/pageSides.gif) repeat-y center top;
}
.pageSidesFullWidth
{
	background: #FFFFFF url(Images/pageSidesFullWidth.gif) repeat-y center top;
}
.pageBottom
{
	background: url(Images/pageBottom.gif) no-repeat center bottom;
	height: 25px;
	clear: both;
}
.pageBottomFullWidth
{
	background: url(Images/pageBottomFullWidth.gif) no-repeat center bottom;
	height: 25px;
	clear: both;
}
.firstColumn
{
    clear:both;
    float: left;
    width: 244px;
    margin-top:14px;
    margin-left:0px;
}
.secondColumn
{
    float: left;
    width:244px;
    margin-left:14px;
}
.thirdColumn
{
    margin-left:516px;
}
.firstColumnFullWidth
{
    width: 244px;
    margin-top:14px;
    margin-left:0px;
}
.secondColumnFullWidth
{
    float:right;
    width:503px;
}
.photoInLeftColumn
{
    padding-right:10px;
}
.textInColumn
{
    margin-left:10px;
    margin-right:10px;
}
.textInFirstColumn
{
    margin-left:15px;
    margin-right:10px;
}

.doubleWidth
{
}
.ColourBlueLink
{
    font-size: 9px;
    color: White;
    background-color: #9999CC;
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: none;
    border-bottom: gray thin solid;
    border-right: gray thin solid;
}

