@charset "utf-8";
/* CSS Document */
.TestAppForm {
    padding-left: 120px;
    padding-right: 100px
    }
.TestAppForm div {
    background-color: #E2EEF7;
    padding: 5px
    }
.TestAppForm h3 {
    color: #09F;
    margin-left: -30px
    }
.TestAppForm .input0 {
    width: 350px
    }
.TestAppForm .input1 {
    width: 200px
    }
.TestAppForm .input2 {
    width: 150px
    }
.TestAppForm .input3 {
    width: 100px
    }
.TestAppForm .input4 {
    width: 50px
    }
.programBoxess {
    background-color: #e9e6d7;
    border: 1px #999 solid;
    padding: 5px;
    margin-bottom: 25px;
    color: #333
    }
/*************************************************************************************************************************************		wrapper + general	 */
body {
    margin: 0;
    background-image: url(/layoutImages/backgroundmap.jpg);
    background-repeat: repeat-x;
    background-color: #F2F2F2
    }
body, html {
    height: 100%
    }
#wrapper {
    width: 900px;
    background-color: #FFF;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    position: relative;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
    }
.pageWidthSection {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    height: 100%
    }
#rightShaddow {
    height: 100%;
    width: 10px;
    background-image: url(/layoutImages/rightShaddow.png);
    position: absolute;
    left: 50%;
    margin-left: 450px;
    top: 0;
    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: 300px;
    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
    }
/* hide the drop downs */
/* hover over button */
/*		#menu ul li:hover { background-image:url('/layoutImages/tabBrown.png'); background-position:bottom left; background-repeat:no-repeat; }
		#menu ul li:hover a { color:#036; }		 */
#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
    }
/* this works for all things about EI6*/
#menu ul li ul {
    width: 170px;
    position: absolute;
    z-index: 100;
    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: none;
    position: absolute;
    left: 120px;
    top: 5px;
    width: 190px;
    background-color: #fff;
    height: 215px;
    border: none
    }
#menu ul li ul li ul li {
    padding: 0
    }
#menu ul li ul li ul li a {
    display: block;
    width: 180px;
    padding: 4px
    }
#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.jpg);
    background-repeat: repeat-x;
    background-color: #FFF;
    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.jpg);
    background-repeat: repeat-x;
    background-color: #FFF;
    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: 11px;
    color: #666;
    padding-bottom: 200px;
    position: relative;
    min-height: 250px;
    border-left: 1px #D9DFEA solid
    }
#page p {
    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;
    padding-right: 10px
    }
.appform {
    width: 500px
    }
.roundCornerBoxTL {
    background-color: #D9DFEA;
    padding: 5px;
    padding-left: 10px;
    background-image: url(../../layoutImages/cornersBlueTL.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    color: #333;
    font-size: 11px
    }
.roundCornerBoxTR {
    background-color: #D9DFEA;
    padding: 5px;
    padding-right: 10px;
    background-image: url(../../layoutImages/cornersBlueTR.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    color: #333;
    font-size: 11px
    }
.backgroundBlues {
    background-color: #D9DFEA
    }
.leftBoxBlue {
    background-color: #c8e4f8;
    padding: 5px;
    margin-top: 5px;
    background-image: url(/layoutImages/leftBoxBlueShade.jpg);
    background-repeat: repeat-x;
    background-position: bottom
    }
.leftBoxBlue p {
    margin: 0;
    padding: 0
    }
.leftBoxBlueHollow {
    background-color: #fff;
    border: #c8e4f8 1px solid;
    border-left: none;
    padding: 5px;
    margin-top: 5px;
    background-image: url(/layoutImages/leftBoxBlueShade2.jpg);
    background-repeat: repeat-x;
    background-position: bottom
    }
.leftBoxBlueHollow p {
    margin: 0;
    padding: 0
    }
.backgroundBlues2 {
    background-image: url(/layoutImages/blueGrad.jpg);
    color: #FFF
    }
.backgroundBlues2 h2 {
    color: #FFF
    }
.backgroundBlues2 hr {
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: none;
    border-top: 1px #FFF solid
    }
.backgroundBlues2 a {
    color: #FFF
    }
hr {
    height: 4px;
    background: none;
    border: #999 1px dashed;
    margin-top: 15px;
    margin-bottom: 15px;
    border-width: 1px 0 1px 0
    }
.paperTextureArea {
    background-color: #E3DED5;
    background-image: url(/layoutImages/papertexture.jpg);
    padding: 10px
    }
.paperTextureArea hr {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #666
    }
.lineIndent {
    padding-left: 110px
    }
.contactform {
    width: 400px
    }
.roundCornerBoxBeigeTL {
    background-color: #FAEBCB;
    padding: 5px;
    padding-left: 10px;
    background-image: url(../../layoutImages/cornersBeigeTL.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    color: #333;
    font-size: 11px
    }
.roundCornerBoxBeigeTR {
    background-color: #FAEBCB;
    padding: 5px;
    padding-right: 10px;
    background-image: url(../../layoutImages/cornersBeigeTR.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    color: #333;
    font-size: 11px
    }
.rightpicture {
    float: right;
    border: 1px #333 solid;
    margin: 0 0 10px 10px
    }
.leftpicture {
    float: left;
    border: 1px #333 solid;
    margin: 0 10px 10px 0
    }
#page .intro {
    font-style: italic;
    color: #06C;
    font-size: 12px;
    font-weight: bold
    }
#page .dropCaps {
    font-size: 400%;
    font-weight: bold;
    float: left;
    width: 1em;
    font-style: normal;
    font-family: "Times New Roman", Times, serif;
    margin-top: -5px;
    margin-right: -5px
    }
h1, h1 a {
    font-size: 20px;
    color: #036;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px
    }
h2, h2 a {
    font-size: 16px;
    color: #F60;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px
    }
h3, h3 a {
    font-size: 14px;
    color: #036;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px
    }
h4, h4 a {
    font-size: 12px;
    color: #F60;
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: normal
    }
h5, h5 a {
    font-size: 12px;
    color: #036;
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: normal
    }
#page p {
    margin-top: 0
    }
#programBlocks a {
    display: block;
    font-weight: normal;
    color: #666;
    background-color: #D9DFEA;
    padding: 2px;
    width: 320px;
    line-height: 13px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    text-decoration: none
    }
#programBlocks strong {
    color: #06C
    }
#programBlocks a:hover {
    background-color: #7185AE;
    text-decoration: none;
    color: #FFF
    }
#programBlocks a:hover strong {
    color: #fff
    }
#programBlocks a img {
    float: left;
    border: none;
    margin-right: 5px
    }
#programBlocks h2 {
    float: left;
    display: block;
    width: 400px
    }
.subProgramBlocks {
    font-weight: normal;
    padding: 10px;
    min-height: 90px;
    margin-bottom: 10px;
    background-color: #FFFDF0;
    border: 1px #CCC solid
    }
.subProgramBlocks img {
    float: right;
    margin-left: 5px
    }
#subPrograms a {
    display: block;
    font-weight: normal;
    min-height: 144px;
    color: #666;
    background-color: #D9DFEA;
    padding: 2px;
    width: 425px;
    margin-right: 10px;
    float: left;
    line-height: 13px;
    margin-bottom: 5px;
    text-decoration: none
    }
#subPrograms strong {
    color: #06C
    }
#subPrograms a:hover {
    background-color: #7185AE;
    text-decoration: none;
    color: #FFF
    }
#subPrograms a:hover strong {
    color: #fff
    }
#subPrograms a img {
    float: left;
    border: none;
    margin-right: 5px
    }
#subPrograms h2 {
    clear: both
    }
.programGalleryIcons {
    overflow: auto;
    width: 640px;
    height: 100px
    }
.programGalleryIcons td {
    background-color: #666;
    height: 60px;
    width: 90px;
    margin: 5px;
    padding: 2px
    }
.makeBooking1 {
    display: block;
    float: right;
    height: 30px;
    width: 262px;
    color: #FFF;
    padding-top: 6px;
    font-size: 14px;
    text-align: center;
    background-image: url(../../layoutImages/bookProgram.png);
    background-repeat: no-repeat
    }
.makeBookingSide {
    display: block;
    height: 30px;
    width: 220px;
    color: #FFF;
    margin-top: 5px;
    padding-top: 6px;
    font-size: 14px;
    text-align: center;
    background-image: url(../../layoutImages/bookProgramSide.jpg);
    background-repeat: no-repeat
    }
.makeBookingSm {
    display: block;
    height: 20px;
    width: 99px;
    color: #FFF;
    margin-top: 5px;
    padding-top: 1px;
    font-size: 11px;
    text-align: center;
    background-image: url(../../layoutImages/bookProgramSm.png);
    background-repeat: no-repeat
    }
.subProgramBlocks .apply {
    display: block;
    height: 20px;
    width: 150px;
    color: #FFF;
    margin-top: 5px;
    padding-top: 1px;
    font-size: 11px;
    text-align: center;
    background-image: url(../../layoutImages/bookProgramB.jpg);
    background-repeat: no-repeat
    }
/* used on the app pages */
.tabStyle {
    padding: 7px;
    height: 23px
    }
.tabStyle a {
    float: left;
    border: #36C solid 1px;
    border-bottom: none;
    padding: 7px;
    display: block;
    text-decoration: none;
    background-color: #CCDFFD;
    margin-right: 5px
    }
/* used on the test app pages */
#programBlocks3 a {
    display: block;
    font-weight: normal;
    color: #666;
    background-color: #D9DFEA;
    padding: 2px;
    min-height: 125px;
    width: 210px;
    line-height: 13px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    text-decoration: none
    }
#programBlocks3 strong {
    color: #06C
    }
#programBlocks3 a:hover {
    background-color: #7185AE;
    text-decoration: none;
    color: #FFF
    }
#programBlocks3 a:hover strong {
    color: #fff
    }
#programBlocks3 a img {
    float: left;
    border: none;
    margin-right: 5px
    }
#programBlocks3 h2 {
    float: left;
    display: block;
    width: 400px
    }
.subProgramBlocks3 {
    font-weight: normal;
    padding: 10px;
    min-height: 125px;
    margin-bottom: 10px;
    background-color: #FFFDF0;
    border: 1px #CCC solid
    }
.subProgramBlocks3 img {
    float: right;
    margin-left: 5px
    }
/* used on the thanks page */
#programBlocks4 a {
    display: block;
    font-weight: normal;
    color: #666;
    background-color: #D9DFEA;
    padding: 2px;
    width: 275px;
    line-height: 13px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    text-decoration: none
    }
#programBlocks4 strong {
    color: #06C
    }
#programBlocks4 a img {
    float: left;
    border: none;
    margin-right: 5px
    }
.subProgramBlocks4 {
    font-weight: normal;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #FFFDF0;
    border: 1px #CCC solid
    }
.subProgramBlocks4 img {
    float: right;
    margin-left: 5px
    }
/*************************************************************************************************************************************	  program pages */
.programTabs {
    min-height: 250px;
    float: left;
    width: 640px;
    margin-bottom: 10px;
    background-repeat: repeat-x;
    background-color: #e9e6d7;
    border: 1px solid #ccc;
    border-top: none;
    padding: 5px
    }
.programsTabLinks {
    height: 26px;
    clear: right
    }
.programsTabLinks a {
    position: relative;
    background-color: #D3CDAF;
    padding: 6px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 2px;
    display: block;
    float: left;
    outline: none
    }
.programsTabLinks a:hover {
    background-color: #C1B98E
    }
.form_fields legend {
    font-weight: bold;
    color: #06C
    }
.form_fields td {
    padding: 2px;
    width: 300px
    }
.form_fields td textarea, .form_fields td input {
    width: 250px
    }
.appblurb {
    background-color: #06C;
    padding: 10px;
    color: #FFF
    }
span.asterisk {
    color: #F00
    }
/*************************************************************************************************************************************	  program fee payment pages */
div.form_fields {
    padding: 2px 0;
    width: 100%
    }
div.form_fields_left {
    padding: 2px 0;
    width: 380px;
    float: left
    }
div.form_fields_right {
    padding: 2px 0;
    width: 170px;
    float: right
    }
/*************************************************************************************************************************************	  balance of program fee pages */
.fees {
    width: 80%
    }
.feespopup {
    width: 45%
    }
.feestd {
    padding: 2px
    }
.feestdc {
    padding: 2px;
    text-align: center
    }
/*************************************************************************************************************************************	  staff pages */
#facephotos a {
    float: left;
    display: block;
    background-color: #498DF3;
    margin: 4px;
    padding: 3px
    }
#facephotos a img {
    border: none
    }
#facephotos a:hover {
    text-decoration: none
    }
/*************************************************************************************************************************************		footer */
#footer {
    background-color: #0092d1;
    width: 100%;
    margin-top: -200px;
    height: 250px
    }
/* background-image:url(../../layoutImages/footerGraphic2.png); background-repeat:no-repeat; background-position:center; } */
#footerInner {
    background-image: url(../../layoutImages/footerGraphic.png);
    height: 240px;
    background-repeat: no-repeat;
    text-align: center;
    width: 905px;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: absolute;
    left: 50%;
    margin-left: -450px;
    z-index: 11;
    font-size: 10px
    }
#footerInner blockquote {
    margin: 0 0 5px 15px
    }
#footerInner p {
    margin: 0
    }
#footerInner a {
    color: #FFF;
    border: none
    }
.sociable ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 30px;
    padding-top: 10px
    }
.sociable ul li {
    float: left;
    margin-right: 5px
    }
.sociable ul li img {
    border: none
    }
/*- Menu Tabs J--------------------------- */
#tabsJ {
    float: left;
    width: 100%;
    background: #F4F4F4;
    font-size: 93%;
    line-height: normal;
    border-bottom: 1px solid #24618E
    }
#tabsJ ul {
    margin: 0;
    padding: 10px 10px 0 10px;
    list-style: none
    }
#tabsJ li {
    display: inline;
    margin: 0;
    padding: 0
    }
#tabsJ a {
    float: left;
    background: url(../../image/tableftJ.gif) no-repeat left top;
    margin: 0;
    padding: 0 0 0 5px;
    text-decoration: none
    }
#tabsJ a span {
    float: left;
    display: block;
    background: url(../../image/tabrightJ.gif) no-repeat right top;
    padding: 5px 15px 4px 6px;
    color: #24618E
    }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span {
    float: none
    }
/* End IE5-Mac hack */
#tabsJ a:hover span {
    color: #FFF
    }
#tabsJ a:hover {
    background-position: 0% -42px
    }
#tabsJ a:hover span {
    background-position: 100% -42px
    }
#tabsJ .current a {
    background-position: 0% -42px
    }
#tabsJ .current a span {
    background-position: 100% -42px;
    color: #FFF
    }
.ticklist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 40px
    }
.ticklist li {
    background-image: url(../../layoutImages/bullet.png);
    background-repeat: no-repeat;
    padding: 0;
    padding-left: 30px;
    margin-bottom: 15px;
    background-position: center left
    }