.container{
    margin: auto;

    height: 1500px;
    background: url(img/slices/whatwedoimg/What-we-do_bg.png) no-repeat center top;

}
body{
    padding: 0;
    margin: auto;
    width: 100%;
    display: table;
    vertical-align: middle;
    font-family: "Georgia";
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    background: url(img/slices/whatwedoimg/whatwedograd_03.png) center top;

}



.transparent {
    /* Required for IE 5, 6, 7 */
    /* ...or something to trigger hasLayout, like zoom: 1; */
    width: 100%;

    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=60);

    /* Older than Firefox 0.9 */
    -moz-opacity:0.6;

    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.6;

    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0.6;
}
a.active {
    float: left;
    color: #ffffff;
}
div#centralcol{
    width: 980px;
    margin: 0 auto;
    vertical-align: middle;
}
div#rightcol{
    float: left;
    width: 380px;
    margin: 0 auto;
    vertical-align: middle;
}
div#leftcol{
    width: 560px;
    float: left;
    margin: 0 auto;
    vertical-align: middle;
}
div#centralcol2{
    width: 980px;
    margin: 0 auto;
    vertical-align: middle;
}
div#rightcol2{
    float: left;
    width: 380px;
    margin: 0 auto;
    vertical-align: middle;
}
div#leftcol2{
    width: 560px;
    float: left;
    margin: 0 auto;
    vertical-align: middle;
}
.wrap {
    position:relative;
    margin:0 auto;

    width:980px;

}

#footer {
    width:100%;
    height:56px;
    float:left;
    background-color: #1B75BB;
}
h1{
    font-family: Georgia;
    color: #000048;
    font-weight: bolder;
    font-size: 20pt;
    line-height: 20px;
    margin: 0px;

}
h2 {
    font-weight: normal;
    font-size: 13pt;
    line-height: 18px;
    color: #ffffff;
    margin: 0px;
}

h3{
    font-family: Georgia;
    color: #000048;
    font-weight: bolder;
    font-size: 17pt;
    padding: 0px;
    margin: 0px;


}
h4 {
    font-weight: normal;
    font-size: 12pt;
    line-height: 15px;
    color: #666666;
    padding-top: 7px;
    margin: 0px;
    line-height: 23px;
}


h3.bracketcontent{
    font-family: Georgia;
    color: #1B75BB;
    font-weight: bolder;
    font-size: 14pt;
    padding: 0px;
    margin: 0px;


}
h4.bracketcontent {
    font-weight: normal;
    font-size: 11pt;
    line-height: 15px;
    color: #666666;
    padding-top: 7px;
    margin: 0px;
    line-height: 18px;
}


h4.bracket {
    font-weight: bolder;
    font-family: arial;
    font-size: 11pt;
    line-height: 15px;
    color: #999999;
    padding-top: 0px;
    margin: 0px;
    line-height: 18px;
}
h4.bracket:hover {
    font-weight: bolder;
    font-family: arial;
    font-size: 11pt;
    line-height: 15px;
    color: #666666;
    padding-top: 0px;
    margin: 0px;
    line-height: 18px;
}

h5{
    font-family: Georgia;
    color: #000048;
    font-weight: bolder;
    font-size: 17pt;
    line-height: 20px;
    margin: 0px;
}
h6{
    font-family: Georgia;
    color: #ffffff;
    font-weight: bolder;
    font-size: 32pt;
    line-height: 20px;
    margin: 0px;
}

div.blue{

    background-color: #000033;

}

div.lightbluetransparent {

    background-color: #00aced;
    opacity:0.6;
}

p{
    font-size: large;
    line-height: 140%;
}

p.header{
    font-family: Georgia;
    font-size: 12pt;
    color: #ffffff;

}

p.maplink{
    font-family: Arial;
    font-size: 9pt;
    color: #ffffff;

}
p.footer{
    font-family: Arial;
    font-size: 10pt;
    color: #ffffff;
    line-height: 15px;
    margin: 0px;

}
p.footer:hover{
    font-family: Arial;
    font-size: 10pt;
    color: #ffffff;
    line-height: 15px;
    margin: 0px;
    text-decoration: underline;

}
p.footer2{
    font-family: Arial;
    font-size: 10pt;
    color: #ffffff;
    line-height: 15px;
    margin: 0px;

}


#container {
    position: relative;
    width: 1761px; height: 1000px;
}

#blockblue  {
    background: #000033;
    position: absolute;

    height: 400px; width:100%;
}


#blockblueopacity  {
    background: #00aced;
    filter:alpha(opacity=60); /* IE */
    -moz-opacity:0.6; /* Mozilla */
    opacity: 0.6; /* CSS3 */
    position: absolute;
    height: 100px; width:100%;
}
.text1 {
    position: absolute;

    width: 1000px; height: 100%;
}
#text2 {
    position: absolute;

    width: 1200px; height: 100px;
}

a img {border: none; }


a.maplink{
    text-decoration: underline;
    color: #ffffff;
}
a.maplink:link { color: #ffffff; text-decoration: underline }
a.maplink:hover { color: #ffffff; text-decoration: underline }

a{
    text-decoration: none;
    color: #1B75BB;
}
a:link { color: #1B75BB; text-decoration: none }
a:hover { color: #00aced; text-decoration: none }


div.fadehover {
    position: relative;
}

img.a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

img.b {
    position: absolute;
    left: 0;
    top: 0;
}

nav {
    font-family: arial;
}

nav ul ul {
    display: none;
}

nav ul li:hover > ul {
    display: block;
}

nav ul {
    background: #000048;

    box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
    padding: 0 10px;
    border-radius: 10px;
    list-style: none;
    position: relative;
    display: inline-table;
    line-height: 20px;

}
nav ul:after {
    content: ""; clear: both; display: block;
}

nav ul li {
    float: left;
}
nav ul li:hover {
    background: #1B75BB;
}
nav ul li:hover a {
    color: #fff;
}

nav ul li a {
    display: block; padding: 3px 10px;
    color: #1B75BB; text-decoration: none;
}

nav ul ul {
    background: #1B75BB; border-radius: 0px; padding: 0;
    position: absolute; top: 100%;
}
nav ul ul li {
    float: none;

    position: relative;
}
nav ul ul li a {
    padding: 5px 10px;
    color: #fff;
}
nav ul ul li a:hover {
    background: #3399cc;
}
nav ul ul ul {
    position: absolute; left: 100%; top:0;

}
p.nav {
    font-family: arial;
    color: #1B75BB;
    font-size: 11pt;
}

#switchJS {
    position: relative;
}

#switchJS ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#switchJS ul li {
    float: left;
    padding-left: 30px;;
    height: 30px;
    margin-right: 0;
    border-radius: 0px;
    cursor: pointer;
}

#switchJS ul li .label {
    margin-top: 20px;
    text-align: center;
    font-size: 4em;
    color: #fff;
}

#switchJS ul li .content {
    display: none;
    position: absolute;
    left: 0;
    top: 110px;
    font-size: 1.1em;
    padding-left: 10px;
    padding-right: 10px;

    cursor: auto;
}

#switchJS ul li:hover {

}