@charset "utf-8";
/* CSS Document */

/* =Common Defaults
 ****************************************************************/

* {
    font: normal normal normal 12px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    }

html {
    overflow: scroll;
    }

body {
    background-color: #ffffff;
    background-image: url(http://www.moonsleetkd.com/i/bg_mesh.jpg);
    background-repeat: repeat;
    height: auto;
    }

a {
    border: 0;
    color: #c4591d;
    font-weight: bold;
    }
a:hover {
    color: #9a1c1f;
    }

img {
    border: 0;
    }
img.frame {
    background-color: #ffffff;
    border: solid 2px #000000;
    padding: 2px;
    margin: 8px;
    }

.b { font-weight: bold; }
.i { font-style: italic; }
.u { text-decoration: underline; }

.f8  { font-size: 8px; }
.f9  { font-size: 9px; }
.f10 { font-size: 10px; }
.f11 { font-size: 11px; }
.f12 { font-size: 12px; }
.f13 { font-size: 13px; }
.f14 { font-size: 14px; }
.f15 { font-size: 15px; }
.f16 { font-size: 16px; }
.f18 { font-size: 18px; }
.f20 { font-size: 20px; }
.f22 { font-size: 22px; }

table {
    border: 0;
    margin: 0;
    padding: 0;
    }
table tr th,
table tr td {
    text-align: center;
    vertical-align: top;
    }

/* only for IE to clear extra bottom padding under images */
.imgtrim {
    font-size: 1px;
    line-height: 1px;
    }
span.super {
    vertical-align: super;
    font-size: 9px;
    font-weight: bold;
    }

p.more {
    padding-top: 8px;
    text-align: right;
    }
p.more a.small {
    font: normal normal bold 12px Arial, Helvetica, sans-serif;
    }

hr.divider {
    background-color: #aaaaaa;
    border: dashed 1px #aaaaaa;
    height: 2px;
    margin: 24px 0;
    }

#main {
    background-image: url(http://www.moonsleetkd.com/i/bg_horizontal.jpg);
    background-repeat: repeat-y;
    border-bottom: solid 1px #3d5470;
    margin: 0 auto;
    width: 980px;
    }
#main-wrap {
    background-image: url(http://www.moonsleetkd.com/i/bg_mid.gif);
    background-repeat: repeat-y;
    }
#main-wrap,
#main-wrap-nobg {
    margin: 0 auto;
    width: 900px;
    }

#mid {
    background-image: url(http://www.moonsleetkd.com/i/bg_mid.gif);
    background-repeat: repeat-y;
    background-color: #ffffff;
    clear: both;
    min-height: 600px;
    width: 900px;
}
#mid h1 {
    font-size: 22px;
}
#mid-nobg {
    background-color: #ffffff;
    clear: both;
    min-height: 600px;
    width: 900px;
}



/* =Header
 ****************************************************************/

#head {
    clear: both;
    background-color: #222e48;
    background: url(http://www.moonsleetkd.com/i/bg_head.jpg) no-repeat top;
    height: 80px;
    }

#head-l {
    float: left;
    height: 76px;
    vertical-align: middle;
    width: 300px;
    }

#head-logo {
    margin: 0 12px;
    }

#head-r {
    float: right;
    width: 440px;
    }
#head-menu {
    height: 48px;
    }
#head-flag,
#head-links {
    float: right;
    height: 48px;
    vertical-align: bottom;
    }
#head-flag {
    width: 90px;
    }
#head-flag img#flag-us,
#head-flag img#flag-kr {
    border: solid 1px #eeeeee;
    float: right;
    }
#head-flag img#flag-us {
    margin: 12px 4px 12px 12px;
    }
#head-flag img#flag-kr {
    margin: 12px 12px 12px 0;
    }
#head-links {
    color: #96d3ff;
    font-size: 11px;
    font-weight: normal;
    line-height: 48px;
    text-align: right;
    }
#head-links a {
    border-bottom: dotted 1px #96d3ff;
    color: #96d3ff;
    font-size: 11px;
    font-weight: normal;
    line-height: 48px;
    margin: 8px;
    text-decoration: none;
    }
#head-links a:hover {
    border-bottom: dotted 1px #ffff00;
    color: #ffff00;
    text-decoration: none;
    }

#head-nav {
    float: right;
    font: normal normal bold 11px Arial, Helvetica, sans-serif;
    height: 32px;
    margin-right: 12px;
    }
#head-nav ul,
#head-nav ul li {
    float: left;
    list-style: none;
    display: inline;
    }
#head-nav ul li.first,
#head-nav ul li.last {
    height: 28px;
    width: 12px;
    }
#head-nav ul li.first {
    background: url(http://www.moonsleetkd.com/i/head_menu_full.jpg) no-repeat 0 0;
    }
#head-nav ul li.last {
    background: url(http://www.moonsleetkd.com/i/head_menu_full.jpg) no-repeat -588px 0;
    }
#head-nav ul li a {
    background-image: url(http://www.moonsleetkd.com/i/head_menu_full.jpg);
    background-repeat: no-repeat;
    background-position: -32px 0;
    color: #ffffff;
    float: left;
    font: normal normal bold 12px Arial, Helvetica, sans-serif;
    line-height: 12px;
    padding: 8px;
    text-decoration: none;
    text-align: center;
    width: 82px;
    }
#head-nav ul li a:hover {
    background-position: -32px -64px;
    color: #ffff00;
    }
#head-nav ul li.selected a,
#head-nav ul li a:active {
    background-position: -32px -32px;
    color: #ffff00;
    }



/* =Footer
 ****************************************************************/

#foot {
    background-color: #222e48;
    clear: both;
    color: #ffffff;
    font-size: 12px;
    min-height: 332px;
    width: inherit;
    }

#foot a {
    color: #96d3ff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    }
#foot a:hover {
    color: #ffff00;
    text-decoration: none;
    }

#foot h1 {
    font: normal normal bold 16px Georgia, "Times New Roman", Times, serif;
    }
#foot h2 {
    color: #ffff00;
    font-size: 10px;
    font-style: italic;
    margin-bottom: 12px;
    }
#foot h3 {
    font-size: 13px;
    font-weight: bold;
    }
#foot p.small {
    font-size: 12px;
    }
#foot span.caption {
    font-size: 10px;
    }

#foot-top {
    clear: both;
    background-color: #2e435e;
    border-bottom: solid 1px #3d5470;
    height: 288px;
    width: inherit;
    }
#foot-top-l,
#foot-top-m,
#foot-top-r {
    float: left;
    height: 232px;
    }
#foot-top-l {
    background-image: url('http://www.moonsleetkd.com/i/bg_megaphone.jpg');
    background-position: -24px 0;
    background-repeat: no-repeat;
    border-right: solid 1px #3d5470;
    margin: 12px;
    padding: 8px 24px 12px 12px;
    width: 251px;
    }
#foot-top-m {
    background-image: url('http://www.moonsleetkd.com/i/bg_epoint.jpg');
    background-position: -12px -12px;
    background-repeat: no-repeat;
    margin: 12px 0;
    padding: 8px 12px 12px 12px;
    width: 246px;
    }
#foot-top-r {
    background-image: url('http://www.moonsleetkd.com/i/bg_spotlight.jpg');
    background-position: -6px 0;
    background-repeat: no-repeat;
    border-left: solid 1px #3d5470;
    margin: 12px 0 12px 12px;
    padding: 8px 0 12px 24px;
    width: 254px;
    }

#foot-test h2,
#foot-misc h2 {
    padding-bottom: 4px;
    }
#foot-test p.quote,
#foot-misc p.quote {
    font: italic normal normal 12px Arial, Helvetica, sans-serif;
    }
#foot-test p.bywhom,
#foot-misc p.bywhom {
    font: normal normal normal 10px Arial, Helvetica, sans-serif;
    padding-bottom: 8px;
    text-align: right;
    }
#foot-feat,
#foot-featlink {
    clear: both;
    width: auto;
    }
#foot-feat img {
    float: left;
    margin: 0 8px 8px 0;
    }
#foot-featlink p {
    font-size: 11px;
    padding: 12px 0;
    text-align: center;
    }
#foot-featlink a {
    font-size: 12px;
    }

#foot-bot {
    clear: both;
    width: inherit;
    height: 48px;
    }

#foot-copy,
#foot-author {
    float: left;
    font: normal normal normal 10px Arial, Helvetica, sans-serif;
    margin: 8px;
    }
#foot-copy {
    color: #aaaaaa;
    float: left;
    }
#foot-author {
    color: #525252;
    float: right;
    }
#foot-valid {
    clear: both;
    padding: 12px;
    width: inherit;
    }



/* =Home (Index)
 ****************************************************************/

#home-1,
#home-2 {
    float: left;
    }
#home-1 {
    background-color: #d9e5f3;
    height: 300px;
    width: 900px;
    }
#home-1a {
    float: left;
    height: 276px;
    margin-top: 12px;
    padding: 0 12px 12px 12px;
    width: 576px;
    }
#home-1b {
    float: right;
    margin-top: 12px;
    padding: 0 12px 12px 0;
    width: 288px;
    }

#home-2 {
    background-image: url(http://www.moonsleetkd.com/i/bg_home_mid2.jpg);
    background-repeat: no-repeat;
    min-height: 300px;
    padding: 12px;
    }
#home-3 {
    background-image: url(http://www.moonsleetkd.com/i/bg_home_mid3.jpg);
    background-repeat: repeat-y;
    clear: both;
    height: 28px;
    }
#home-3a,
#home-3b,
#home-3c {
    float: left;
    padding: 0 12px;
    }
#home-3a,
#home-3b {
    margin-right: 12px;
    width: 258px;
    }
#home-3c {
    width: 264px;
    }
#home-4 {
    background-image: url(http://www.moonsleetkd.com/i/bg_home_mid4.jpg);
    background-repeat: no-repeat;
    clear: both;
    height: 20px;
    }

/* account for border pixel and padding */
#home-2a,
#home-2b,
#home-2c {
    float: left;
    height: 100%;
    padding: 12px;
    }
#home-2a,
#home-2b {
    margin-right: 12px;
    width: 258px;
    }
#home-2c {
    width: 264px;
    }
#home-2 h1.box-title {
    border-bottom: solid 1px #c4591d;
    color: #c4591d;
    font: normal normal normal 16px Georgia, "Times New Roman", Times, serif;
    padding-bottom: 4px;
    margin-bottom: 16px;
    }
ul#news-list {
    list-style: none;
    width: auto;
    }
ul#news-list,
ul#news-list li {
    clear: both;
    display: block;
    }
ul#news-list li div.date {
    background-color: #9a1c1f;
    color: #ffffff;
    float: left;
    font: normal normal normal 10px Consolas, Verdana, "Courier New", Courier, monospace;
    padding: 2px 4px;
    width: 48px;
    text-align: right;
    text-transform: uppercase;
    }
ul#news-list li div.snip {
    border-left: solid 2px #eeeeee;
    color: #000000;
    float: left;
    margin: 0 0 12px 4px;
    padding: 0 0 4px 4px;
    width: 186px;
    }
ul#news-list li div.snip h2 {
    font: normal normal bold 14px Arial, Helvetica, sans-serif;
    padding-bottom: 4px;
    }
ul#news-list li div.snip p {
    font: normal normal normal 12px Arial, Helvetica, sans-serif;
    padding-bottom: 4px;
    }
ul#news-list li div.snip p.important {
    color: #bb0000;
    font-weight: bold;
    }

#events-feature {
    clear: both;
    width: 100%;
    }
#events-feature h2 {
    color: #223344;
    font: normal normal bold 16px Arial, Helvetica, sans-serif;
    margin-bottom: 8px;
    text-align: center;
    }
#events-feature p {
    font: normal normal normal 12px Arial, Helvetica, sans-serif;
    margin-bottom: 8px;
    }
#events-feature a {
    font: normal normal bold 12px Arial, Helvetica, sans-serif;
    }
#events-image {
    text-align: center;
    }

table.cal {
    background-color: #ffffff;
    border: solid 1px #394963;
    margin: 0 auto;
    width: 242px;
    }
table.cal caption.curr {
    background-color: #394963;
    color: #ffffff;
    font: normal normal bold 14px Arial, Helvetica, sans-serif;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    }
table.cal caption.curr span.prev,
table.cal caption.curr span.next {
    margin: 0 12px;
    }
table.cal caption.curr span a {
    font-weight: bold;
    text-decoration: underline;
    }
table.cal caption.curr span a:hover,
table.cal caption.curr span a:active {
    color: #ffff00;
    }
table.cal tr th,
table.cal tr td {
    font: normal normal normal 12px Arial, Helvetica, sans-serif;
    padding: 2px;
    }
table.cal tr th {
    border: solid 1px #667c99;
    background-color: #667c99;
    color: #ffffff;
    }
table.cal tr td {
    border: solid 1px #dddddd;
    color: #000000;
    }
table.cal tr th a,
table.cal tr td a {
    font: normal normal bold 11px Arial, Helvetica, sans-serif;
    }
table.cal tr td.today,
table.cal tr td.holiday,
table.cal tr td.exam,
table.cal tr td.event,
table.cal tr td.news {
    color: #ffffff;
    font-weight: bold;
    }
table.cal tr td.empty {
    background-color: #eeeeee;
    }
table.cal tr td.sunday {
    background-color: #dddddd;
    }
table.cal tr td.holiday {
    background-color: #008822;
    color: #ffffff;
    }
table.cal tr td.event {
    background-color: #22467a;
    color: #ffffff;
    }
table.cal tr td.exam {
    background-color: #b31221;
    color: #ffffff;
    }
table.cal tr td.news {
    background-color: #6d1346;
    color: #ffffff;
    }
table.cal tr td.today {
    background-color: #c4591d;
    color: #ffffff;
    }

ul.cal-legend {
    display: block;
    float: left;
    list-style: square;
    margin: 8px 0 8px 8px;
    }
ul.cal-legend li {
    font: normal normal bold 10px Arial, Helvetica, sans-serif;
    line-height: 13px;
    margin: 2px 0 0 24px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 90px;
    }
ul.cal-legend li.holiday {
    color: #008822;
    }
ul.cal-legend li.event {
    color: #22467a;
    }
ul.cal-legend li.exam {
    color: #b31221;
    }
ul.cal-legend li.news {
    color: #6d1346;
    }
ul.cal-legend li.today {
    color: #c4591d;
    }



/* =Left Navigation
 ****************************************************************/

#left {
    background-color: #d9e5f3;
    border-right: solid 1px #b4c7dd;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    min-height: 600px;
    width: 199px;
    }
#left a {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 14px;
    text-decoration: none;
    }
#left a:hover {
    text-decoration: underline;
    }
#left ul.main-list {
    list-style: none;
    margin: 26px 12px 12px 12px;
    width: auto;
    }
#left ul.main-list li {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    list-style: none;
    }
#left ul.main-list li span.main-sec {
    border-bottom: dotted 1px #000000;
    display: block;
    font-weight: bold;
    line-height: 14px;
    padding: 4px;
    width: auto;
    }
#left ul.main-list li span.month-sec {
    background-color: #667c99;
    color: #ffffff;
    display: block;
    font: normal normal bold 12px Arial, Helvetica, sans-serif;
    line-height: 20px;
    margin-top: 8px;
    padding: 0 4px;
    text-transform: uppercase;
    width: auto;
    }
#left ul.sub-list {
    list-style: none;
    margin: 8px 0 12px 4px;
    }
#left ul.sub-list li {
    border: 0;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 4px;
    }
#left ul.sub-list li.sel {
    color: #3d5470;
    }
#left ul.sub-list li.tba {
    color: #999999;
    }

#left span.ev-date,
#left span.ev-imp,
#left span.ev-school,
#left span.ev-text,
#left span.ev-time {
    display: block;
    vertical-align: middle;
    width: auto;
    }
#left span.ev-imp,
#left span.ev-school,
#left span.ev-text,
#left span.ev-time {
    padding: 0 4px 0 12px;
    }
#left span.ev-date {
    font: normal normal bold 12px Arial, Helvetica, sans-serif;
    }
#left span.ev-imp {
    color: #bb0000;
    font-weight: bold;
    }
#left span.ev-school {
    font-weight: bold;
    }
#left span.ev-time {
    font: normal normal bold 12px Arial, Helvetica, sans-serif;
    }



/* =Content Area
 ****************************************************************/

#content,
#content-feature,
#content-full {
    float: right;
    padding: 12px 12px 12px 0;
    width: 676px;
    }
#content h1,
#content-feature h1,
#content-full h1 {
    border-bottom: dotted 1px #9a1c1f;
    color: #9a1c1f;
    font: normal normal bold 22px Georgia, "Times New Roman", Times, serif;
    margin: 0 0 24px 0;
    padding: 0 0 12px 0;
    }
#content h2,
#content-feature h2,
#content-full h2 {
    color: #9a1c1f;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 12px 0;
    }
#content-feature h2 {
    margin: 12px;
    }
#content-feature h3 {
    margin: 12px;
    }
#content p,
#content-full p {
    font-size: 16px;
    margin-bottom: 20px;
    }
#content-feature p {
    font-size: 16px;
    margin: 12px;
    }
#content p span.highlight,
#content-feature p span.highlight,
#content-full p span.highlight {
    color: #9a1c1f;
    font-size: 16px;
    font-weight: bold;
    }
#content blockquote,
#content-feature blockquote,
#content-full blockquote {
    border-left: solid 8px #eeeeee;
    border-right: solid 8px #eeeeee;
    margin: 32px;
    width: auto;
    }
#content-feature blockquote {
    margin: 40px;
    }
#content blockquote p,
#content-feature blockquote p,
#content-full blockquote p {
    font-size: 14px;
    font-style: italic;
    margin: 0 24px 12px 24px;
    width: auto;
    }
#content p.bywhom,
#content-feature p.bywhom,
#content-full p.bywhom {
    font-size: 12px;
    font-weight: bold;
    margin: -24px 32px 12px 24px;
    text-align: right;
    width: auto;
    }
#content p.bywhom span.role,
#content-feature p.bywhom span.role,
#content-full p.bywhom span.role {
    font-size: 12px;
    font-weight: normal;
    }
#content ul,
#content ol,
#content-feature ul,
#content-feature ol {
    margin: 12px 12px 24px 12px;
    }
#content ol li,
#content ul li,
#content-feature ol li,
#content-feature ul li {
    font-size: 14px;
    line-height: 16px;
    }
#content ol li,
#content-feature ol li {
    margin: 0 24px 4px 24px;
    }
#content ul li,
#content-feature ul li {
    list-style: square;
    margin: 0 20px 4px 20px;
    }

#content-feature div.cf-block {
    border-bottom: dotted 1px #000;
    border-top: dotted 1px #000;
    margin: 12px;
    padding: 24px;
    }

#content div.testimony {
    border-top: solid 1px #eeeeee;
    margin: 24px;
    }
#content div.testimony blockquote {
    margin: 24px 12px;
    }
#content h2.up {
    font: normal normal bold 16px Georgia, "Times New Roman", Times, serif;
    margin-top: -20px;
    }

#content div.acredit {
    background-color: #eeeeee;
    border-bottom: solid 1px #dddddd;
    border-top: solid 1px #dddddd;
    margin: 12px 0;
    padding: 12px;
    width: auto;
    }
#content div.acredit ul li,
#content div.acredit ul li a {
    font-size: 14px;
    }
#content div.acredit ul li a {
    padding-top: 2px;
    line-height: 16px;
    vertical-align: bottom;
    }
#content div.acredit h3 {
    color: #9a1c1f;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    }
#content div.acredit p {
    font-size: 14px;
    }

#content table.schedule {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    }
#content table.schedule {
    width: 650px;
    }
#content table.schedule tr th,
#content table.schedule tr td {
    font-size: 11px;
    }
#content table.schedule tr th {
    padding: 4px;
    }
#content table.schedule tr td {
    padding: 0;
    }
#content table.schedule tr th.meridiem,
#content table.schedule tr th {
    background-color: #667c99;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    }
#content table.schedule tr th.meridiem {
    width: 10px;
    }
#content table.schedule tr th {
    width: 100px;
    }
#content table.schedule tr td {
    color: #222e48;
    font: normal normal bold 11px Arial, Helvetica, sans-serif;
    }
#content table.schedule tr.am td.na,
#content table.schedule tr.pm td.na,
#content table.schedule tr.am td.slot,
#content table.schedule tr.pm td.slot {
    font-weight: bold;
    vertical-align: middle;
    }
#content table.schedule tr.am td.na,
#content table.schedule tr.pm td.na {
    background-color: #eeeeee;
    border: solid 1px #dddddd;
    color: #999999;
    }
#content table.schedule tr.am td.slot {
    background-color: #d9e5f3;
    border: solid 1px #667c99;
    padding: 4px;
    }
#content table.schedule tr.pm td.slot {
    background-color: #d9e5f3;
    border: solid 1px #667c99;
    padding: 4px;
    }
#content table.schedule tr td.adult,
#content table.schedule tr td.demo,
#content table.schedule tr td.jr,
#content table.schedule tr td.lil,
#content table.schedule tr td.special,
#content table.schedule tr td.swat {
    border: solid 1px #999999;
    height: 32px;
    }
#content table.schedule tr td.adult {
    background-color: #d0fcff;
    }
#content table.schedule tr td.demo {
    background-color: #ffcccc;
    }
#content table.schedule tr td.jr {
    background-color: #d0f3d1;
    }
#content table.schedule tr td.lil {
    background-color: #fcffc7;
    }
#content table.schedule tr td.swat {
    background-color: #000000;
    color: #ffffff;
    }
#content table.schedule tr td.special {
    background-color: #ffcc99;
    }
#content table.schedule tr td span {
    display: block;
    font-size: 11px;
    text-align: center;
    }
#content table.schedule tr td span.time {
    background-color: #999999;
    color: #ffffff;
    font-weight: bold;
    padding: 2px 4px;
    }
#content table.schedule tr td span.group {
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 4px 4px 4px;
    }
#content table.schedule tr td span.belt {
    font-size: 9px;
    text-transform: uppercase;
    padding: 2px 4px;
    }
#content table.schedule tr td.a-foot,
#content table.schedule tr td.a-sch,
#content table.schedule tr td.w-foot,
#content table.schedule tr td.w-sch {
    color: #ffffff;
    padding: 8px 0;
    }
#content table.schedule tr td.a-sch span,
#content table.schedule tr td.w-sch span {
    font-size: 11px;
    font-style: italic;
    }
#content table.schedule tr td.a-sch {
    background-color: #bb0000;
    font-size: 16px;
    text-transform: uppercase;
    }
#content table.schedule tr td.a-foot {
    background-color: #bb0000;
    }
#content table.schedule tr td.w-sch {
    background-color: #0000bb;
    font-size: 16px;
    text-transform: uppercase;
    }
#content table.schedule tr td.w-foot {
    background-color: #0000bb;
    }
#content table.schedule tr td.a-foot ul,
#content table.schedule tr td.w-foot ul {
    font-size: 11px;
    list-style: square;
    }

#content div.ev-block,
#content div.ev-block-top,
#content div.ev-block-mid,
#content div.ev-block-bot {
    clear: both;
    color: #222e48;
    width: 676px;
    }
#content div.ev-block h3,
#content div.ev-block h4,
#content div.ev-block h5 {
    font-weight: bold;
    margin-bottom: 8px;
    }
#content div.ev-block h3,
#content div.ev-block h4,
#content div.ev-block h5,
#content div.ev-block p {
    padding: 0 12px;
    }
#content div.ev-block h3 {
    font-size: 15px;
    }
#content div.ev-block-top {
    background: url(http://www.moonsleetkd.com/i/bg_ev_block_top.gif) no-repeat 0 0;
    }
#content div.ev-block-mid {
    background: url(http://www.moonsleetkd.com/i/bg_ev_block_mid.gif) repeat-y 0 0;
    padding: 12px;
    }
#content div.ev-block-bot {
    background: url(http://www.moonsleetkd.com/i/bg_ev_block_bot.gif) no-repeat 0 0;
    height: 12px;
    line-height: 1px;
    }
#content div.ev-block-top h2.title {
    border-bottom: solid 1px #222e48;
    color: #222e48;
    display: block;
    font-size: 18px;
    margin: 12px 12px 0 12px;
    padding: 12px 12px 0 0;
    }
#content div.ev-block-mid h2.heading {
    color: #222e48;
    font: normal normal bold 18px Georgia, "Times New Roman", Times, serif;
    padding: 12px;
    text-transform: uppercase;
    }
ul.medal li {
    display: block;
    font-weight: bold;
    height: 20px;
    line-height: 16px;
    margin-left: 32px;
    vertical-align: middle;
    }
.center-hi {
    color: #222e48;
    font: normal normal bold 20px Georgia, "Times New Roman", Times, serif;
    text-align: center;
    text-transform: uppercase;
    }


/* =Contact
 ****************************************************************/

#contact  {
    width: 900px;
    }
#contact-l,
#contact-r {
    float: left;
    width: 426px;
    }
#contact-l {
    background-color: #d9e5f3;
    border-right: solid 1px #b4c7dd;
    min-height: 600px;
    }
#contact-r {
    float: left;
    min-height: 576px;
    padding: 12px;
    }
#contact h1 {
    border-bottom: dotted 1px #9a1c1f;
    color: #9a1c1f;
    font: normal normal bold 22px Georgia, "Times New Roman", Times, serif;
    margin-bottom: 24px;
    padding-bottom: 12px;
    }
#contact h2 {
    color: #9a1c1f;
    font-weight: bold;
    margin-bottom: 12px;
    }
#contact p {
    margin: 12px 12px 20px 12px;
    }
#contact p span.highlight {
    color: #9a1c1f;
    font-weight: bold;
    }
#contact-l p {
    font: normal normal bold 12px Arial, Helvetica, sans-serif;
    margin: 12px 12px 20px 12px;
    }
#contact-r div.school-add {
    background-color: #eeeeee;
    border-bottom: solid 1px #dddddd;
    border-top: solid 1px #dddddd;
    padding: 12px;
    margin-bottom: 24px;
    }
#contact-r div.school-add h2,
#contact-r div.school-add h3 {
    text-transform: uppercase;
    font-size: 16px;
    }
#contact-r div.school-add p {
    font-size: 16px;
    margin: 12px 0;
    }
#contact-r div.school-add h3 {
    color: #9a1c1f;
    font-weight: bold;
    }
#contact-r div.school-add span.em-note {
    font: italic normal normal 11px Arial, Helvetica, sans-serif;
    height: 12px;
    padding-top: 4px;
    }
#contact div.send-na,
#contact div.send-yes,
#contact div.send-no {
    display: block;
    font-weight: bold;
    height: 180px;
    margin: 12px;
    padding: 12px;
    text-align: left;
    width: auto;
    }
#contact div.send-yes {
    background-color: #efe;
    border: solid 1px #009933;
    color: #009933;
    }
#contact div.send-no {
    background-color: #fee;
    border: solid 1px #bb0000;
    color: #bb0000;
    }
#contact div.send-na {
    background-color: #eef;
    border: solid 1px #b4c7dd;
    color: #222e48;
    }
#contact div.send-yes h3,
#contact div.send-no h3,
#contact div.send-na h3 {
    font: normal normal bold 19px Arial, Helvetica, sans-serif;
    }
#contact div.send-yes p,
#contact div.send-no p,
#contact div.send-na p {
    font: normal normal normal 14px Arial, Helvetica, sans-serif;
    margin: 12px 0;
    padding: 0;
    }

form#contact-form {
    padding: 12px;
    }
form#contact-form select,
form#contact-form input.input,
form#contact-form input.input-req,
form#contact-form textarea.input {
    border: solid 2px #dddddd;
    font: normal normal normal 12px Arial, Helvetica, sans-serif;
    padding: 2px;
    width: 220px;
    }
form#contact-form select optgroup {
    font-weight: bold;
    font-style: italic;
    }
form#contact-form select optgroup option.og-sub {
    padding-left: 12px;
    }
form#contact-form div#findout_other,
form#contact-form div#reason_other {
    margin-top: 8px;
    display: none;
    }
form#contact-form .off,
form#contact-form .on {
    font: normal normal bold 12px Arial, Helvetica, sans-serif;
    line-height: 12px;
    margin: 2px;
    padding: 1px 8px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    }
form#contact-form .off {
    background-color: #2e435e;
    border: solid 2px #222e48;
    color: #ffffff;
    }
form#contact-form .on {
    background-color: #2e435e;
    border: solid 2px #96d3ff;
    color: #ffff00;
    }
form#contact-form table.form {
    border: solid 2px #999999;
    background-color: #ffffff;
    width: 100%;
    }
form#contact-form table.form tr td {
    padding: 4px;
    }
form#contact-form table.form tr td.lcol {
    background-color: #dddddd;
    padding: 4px;
    width: 40%;
    }
form#contact-form table.form tr td.rcol {
    background-color: #ffffff;
    padding: 4px;
    width: 60%;
    }
form#contact-form table.form tr td.lcol label.f-lbl  {
    color: #222e48;
    display: block;
    font: normal normal bold 13px Arial, Helvetica, sans-serif;
    line-height: 12px;
    padding: 4px;
    text-align: right;
    vertical-align: middle;
    }
form#contact-form table.form tr.lastrow td {
    background-color: #999999;
    }
