@charset "utf-8";
/* CSS Document */
a {
    outline: none
    }
/*************************************************************************************************************************************		wrapper + general	 */
body {
    margin: 0;
    background-image: url(/layoutImages/backgroundmap.jpg);
    background-repeat: repeat-x;
    background-color: #F5F5F5
    }
body, html {
    height: 100%;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
    }
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -490px;
    background-color: #FFF;
    width: 900px;
    background-image: url(/layoutImages/pageBorder.gif)
    }
#rightShaddow {
    /*	height:100%;
    	width:10px;
    	
    	position:absolute;
    	left:50%;
    	margin-left:450px;
    	border:1px solid red;
    	top:0px;
    	z-index:10
    	
    	*/
    }
/*************************************************************************************************************************************		header	 */
#header {
    height: 80px;
    position: relative;
    background-image: url(/layoutImages/backgroundmap.jpg);
    background-color: #39C
    }
#header h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #FFF;
    margin: 0
    }
#header .share {
    position: absolute;
    top: 3px;
    width: 225px;
    right: 0;
    background-image: url(/layoutImages/share.png);
    background-repeat: no-repeat;
    background-position: 0 7px
    }
#header .share a {
    font-size: 11px;
    display: block;
    color: #FFF;
    font-weight: bold;
    margin-left: 25px
    }
#header .share div a {
    font-size: 11px;
    margin-left: 0;
    display: block;
    float: left;
    color: #FFF;
    line-height: 10px;
    font-weight: bold;
    padding-top: 2px
    }
#header form {
    text-align: right
    }
/*************************************************************************************************************************************		menu	 */
#menu {
    height: 50px;
    background-image: url(/layoutImages/menu.png);
    position: relative;
    z-index: 15;
    background-color: #2291FF
    }
#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 5px
    }
#menu ul li {
    float: left
    }
#menu ul li a {
    display: block;
    height: 45px;
    outline: none;
    width: 135px;
    padding-left: 10px;
    color: #FFF;
    font-size: 12px;
    text-decoration: none
    }
#menu ul li ul {
    display: none
    }
#menu ul li:hover {
    background-image: url(/layoutImages/tabBrown.png);
    background-repeat: no-repeat
    }
#menu ul li a:hover {
    background-image: url(/layoutImages/tabBrown.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    color: #036
    }
#menu ul li:hover ul {
    display: block
    }
#menu ul li ul {
    width: 170px;
    position: absolute;
    z-index: 110;
    background-color: #d9d5ca;
    border: #666 1px solid;
    border-top: none;
    padding: 5px
    }
#menu ul li ul li {
    float: none;
    background-image: none;
    display: block;
    width: 160px
    }
#menu ul li ul li a {
    background: none;
    padding: 5px;
    height: auto;
    width: 160px;
    color: #000
    }
#menu ul li:hover ul li ul {
    display: none
    }
/* this us for sub sub menus and works for all things about EI6*/
#menu ul li ul li:hover a {
    background-image: none;
    background-color: #FFF;
    font-weight: normal
    }
#menu ul li ul li a:hover {
    background-color: #fff;
    background-image: none
    }
#menu ul li:hover ul li:hover ul {
    display: block
    }
#menu ul li ul li ul {
    background-color: transparent;
    position: absolute;
    left: 150px;
    /*top:5px; 
    	height:187px;
    	*/
    z-index: 99;
    margin-top: -28px;
    width: 190px;
    background-color: #fff;
    border: 1px solid #666;
    border-left: none;
    border-top: none
    }
#menu ul li ul li ul li {
    padding: 0
    }
#menu ul li ul li ul li a {
    display: block;
    width: 186px;
    padding: 2px
    }
#menu ul li ul li ul li a:hover {
    color: #F60;
    background-color: #CCC;
    background-image: none
    }
#menu .smallerTitle {
    font-size: 12px;
    font-weight: bold
    }
#menu .biggerTitle {
    font-size: 16px;
    font-weight: bold
    }
/*************************************************************************************************************************************		sub menu	 */
#submenu {
    background-image: url(/layoutImages/submenu.png);
    background-repeat: repeat-x;
    background-position: bottom
    }
#submenu p {
    margin: 0;
    font-size: 12px
    }
#submenu a {
    color: #000;
    text-decoration: none
    }
#submenu a img {
    border: none
    }
#submenu a:hover {
    color: #F90
    }
#progsubmenu {
    background-image: url(/layoutImages/submenu.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 30px;
    margin-bottom: 5px;
    min-height: 70px
    }
#progsubmenu p {
    margin: 0;
    font-size: 12px
    }
#progsubmenu h2 {
    font-size: 14px;
    font-style: italic;
    color: #333;
    font-weight: normal
    }
/*************************************************************************************************************************************		page	 */
#page {
    font-size: 12px;
    color: #666;
    padding-bottom: 10px;
    padding-top: 1px;
    position: relative
    }
#page p, #page td, #page li {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 17px
    }
a {
    color: #036;
    font-weight: bold;
    text-decoration: none
    }
a:hover {
    text-decoration: underline;
    color: #06C
    }
/* one col layout*/
#page .layout_1col {
    padding: 10px;
    width: 880px
    }
#page .Layout_3cols {
    position: relative
    }
#page .Layout_3cols .col1 {
    width: 220px;
    position: absolute;
    left: 0;
    top: 0
    }
#page .Layout_3cols .col2 {
    padding-left: 230px;
    padding-right: 170px
    }
#page .Layout_3cols .col3 {
    width: 160px;
    position: absolute;
    right: 0;
    top: 0
    }
#page .Layout_RightCol {
    position: relative
    }
#page .Layout_RightCol .col1 {
    padding-left: 10px;
    padding-right: 170px
    }
#page .Layout_RightCol .col2 {
    width: 160px;
    position: absolute;
    right: 0;
    top: 0
    }
#page .Layout_LeftCol {
    position: relative
    }
#page .Layout_LeftCol .col1 {
    width: 220px;
    float: left
    }
#page .Layout_LeftCol .col2 {
    padding-left: 10px;
    width: 660px;
    float: left
    }
.appform {
    width: 500px
    }
/*************************************************************************************************************************************		footer */
#footer {
    background-color: #0092d1;
    width: 100%;
    height: 250px
    }
/* background-image:url(../../layoutImages/footerGraphic2.png); background-repeat:no-repeat; background-position:center; } */
#footerInner {
    background: url(../../layoutImages/footerGraphic.png) no-repeat;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    height: 240px;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    z-index: 99
    }
#footerInner blockquote {
    margin: 0 0 5px 15px
    }
#footerInner p {
    margin: 0
    }
#footerInner a {
    color: #FFF;
    border: none
    }
#footerInner2 {
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
    z-index: 99
    }
#preFooter {
    background-color: #E1E1E1;
    position: relative;
    height: 170px;
    font-size: 12px;
    line-height: 1.3em;
    color: #333
    }
#preFooter a {
    color: #333
    }
#preFooter a:hover {
    text-decoration: none;
    color: #2564C2
    }
#preFooter #footerProgLinks {
    line-height: 1.2em
    }
#preFooter #footerProgLinks div {
    border-bottom: #CCC 1px solid;
    margin-bottom: 5px
    }
#footerInner2 blockquote {
    margin: 0 0 5px 15px
    }
#footerInner2 p {
    margin: 0;
    font-size: 10px
    }
#footerInner2 a {
    color: #FFF;
    border: none;
    font-size: 10px;
    font-weight: normal
    }
.popupbox {
    width: 500px;
    height: 300px;
    display: none;
    /* Hidden as default */
    float: left;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    padding: 10px;
    -webkit-box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
    background-color: #FFF
    }
#fade {
    display: none;
    /* Hidden as default */
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 9999
    }