/* CSS Reset */
body
{
    font: 100% Arial, sans-serif;
    color: #000;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

a,
a:link,
a:active
{
    color: #aab6c1;
    text-decoration: underline;
}

a:hover
{
    color: #004a8c;
}

a[name]
{
    text-decoration: none;
}

a b
{
    color: #004a8c;
    font-weight: normal;
}

a img
{
    border-style: none;
}

form, h1, h2, h3, h4, h5
{
    margin: 0;
}

ul, ol
{
    list-style-position: inside;
    padding: 0;
    margin: 0;
}

/* Framework */
.g-hidden
{
    display: none !important;
}

.l-indent
{
    padding: .5em 0;
}

.l-indent-bottom
{
    padding: 0 0 1em 0;
}

.l-indent-small
{
    padding: .25em 0;
}

.l-indent-small-bottom
{
    padding: 0 0 .5em 0;
}

.l-indent-big
{
    padding: 1em 0;
}

.l-indent-big-bottom
{
    padding: 0 0 2em 0;
}

.l-head
{
    display: block;
    position: relative;
    color: #000;
    background: #D9E7FD;
    width: auto;
    height: 125px;
    margin-bottom: 5px;
    text-align: left;
    font-size: .8em;
}

.l-head .header
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 115px;
    color: #9D2F00;
    background: #F2C943 url(/i/l-head-bg.gif) 0 50% no-repeat;
    border-style: none none solid;
    border-width: 1px;
    border-color: #9CB8EB;
    font: normal 2em Arial, sans-serif;
    letter-spacing: .1em;
}

.l-head .header a
{
    color: #9D2F00;
}

.l-head .header img
{
    margin-left: 12px;
    margin-top: 14px;
}

.l-head .info
{
    position: absolute;
    width: 13em;
    height: 90px;
    top: 50%;
    right: 10px;
    color: #000;
    background-color: #fff;
    border: dotted 1px #000;
    padding: 3px 6px 3px 10px;
    margin-top: -54px;
    font: bold 1.3em Arial, sans-serif;
}

.l-head .info a
{
    font-weight: normal;
}

.l-head .info .phone
{
    display: block;
    width: auto;
    height: 2.3em;
    color: #000;
    background: transparent url(/i/phone.png) 0 50% no-repeat;
    font: normal 1.2em Arial, sans-serif;
    padding-left: 45px;
    padding-right: 5px;
    line-height: 2.3em;
}

.l-head .info .until
{
	font-weight: normal;
}

.l-head .info sup
{
	font-size: 70%;
	text-decoration: underline;
	line-height: 1;
}

.l-main
{
    width: 100%;
    border-collapse: collapse;
    font-size: .8em;
}

.l-main td
{
    vertical-align: top;
    text-align: left;
}

.l-main .l-main-l
{
    width: 75%;
    padding: 0 5px;
}

.l-main .l-main-r
{
    width: 25%;
    padding: 0 5px;
}

.l-main .l-main-g i
{
    display: block;
    width: 10px;
}

.l-intro
{
    width: 100%;
    border-collapse: collapse;
}

.l-intro td
{
	padding: 0;
}

.l-intro td.l-intro-l
{
	width: 50%;
	text-align: left;
}

.l-intro td.l-intro-r
{
	width: 50%;
	text-align: left;
}

.l-intro .l-intro-g i
{
	display: block;
	width: 15px;
}

.l-section3
{
    width: 100%;
    border-collapse: collapse;
	margin-bottom: 1em;
}

.l-section3 td
{
    padding: 0;
}

.l-section3-single
{
    width: 33.33%;
}

.l-section3-g i
{
    display: block;
    width: 4px;
}

.l-foot
{
    width: auto;
    margin: .5em 0;
    padding: .3em;
    text-align: right;
    font-size: .8em;
    background-color: #EBF2FE;
    border-style: none none solid;
    border-color: #B4D2F3;
    border-width: 1px;
}

.b-menu
{
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: auto;
}

* html .b-menu
{
    bottom: 9px;
}

.b-menu .tab
{
    display: block;
    position: relative;
    width: auto;
    height: 1.7em;
    padding: 0 20px;
    margin-right: 5px;
    float: left;
    background: #fff;
    font: bold 1.1em Arial, sans-serif;
    cursor: pointer;
    line-height: 1.7em;
}

.b-menu .tab_current
{
    cursor: default;
}

.b-menu .tab a
{
    padding: 0 .2em;
    text-decoration: none;
    color: #305BCF;
}

.b-menu .tab b
{
    padding: 0 .2em;
    font-weight: bold;
    color: #000;
}

.b-menu .tab:hover a,
.b-menu a:hover
{
    color: #1A98FF;
}

.b-menu .tab .l,
.b-menu .tab .r
{
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
}

.b-menu .tab .l
{
    left: 0;
    background: url(/i/b-menu-l.gif) top left no-repeat;
}

.b-menu .tab .r
{
    right: 0;
    background: url(/i/b-menu-r.gif) top right no-repeat;
}

* html .b-menu .tab .r
{
    right: -1px;
}

.b-intro
{
    font: normal 1.2em Arial, sans-serif;
    padding: 0 0 5px 23px;
}

.b-intro .left
{
	width: 60%;
}

.b-intro .right
{
	width: 40%;
}

.b-intro i
{
	display: block;
	width: 15px;
}

.b-intro table
{
	width: 100%;
	border-collapse: collapse;
}

.b-intro td
{
	padding: 0;
}

.b-announce
{
	background: #E4FCAD;
	padding: 4px 10px 4px 10px;
}

.b-link-list
{
    margin: 6px 0 0 3px;
    padding: 0;
    list-style-position: inside;
}

.b-link-list li
{
    color: #888;
}

.b-link-list li a
{
    font: normal .9em Arial, sans-serif;
}

.b-link-list li.important
{
    color: #ffaa00;
}

.b-link-list li.important a b
{
    font-weight: bold;
}

.b-link-list_important li a
{
    font-size: 1em;
}

.b-gallery
{
    width: auto;
    position: relative;
    min-height: 300px;
    padding: 3px .5em;
    text-align: left;
    background: #E4FCAD url(/i/b-gallery-bg.gif) 0 0 repeat-x;
    zoom: 1;
}

.b-gallery .l
{
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/i/b-gallery-l.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 10;
}

.b-gallery .r
{
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/i/b-gallery-r.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 10;
}

.b-gallery .title
{
    display: block;
    text-align: center;
    color: #2D3700;
    font: bold 1.4em Arial, sans-serif;
    margin: 0 auto 3px;
}

.b-gallery .photo
{
    position: relative;
    margin: 0 20px;
    cursor: pointer;
}

.b-gallery .photo img
{
    display: block;
    margin: 0 auto;
    border: solid 6px #fff;
    min-width: 100px;
    min-height: 100px;
}

.b-gallery .left
{
    position: absolute;
    top: 28px;
    left: 5px;
    cursor: pointer;
}

.b-gallery .right
{
    position: absolute;
    top: 28px;
    right: 5px;
    cursor: pointer;
}

.b-gallery .name,
.b-gallery .fname
{
    color: #3050A5;
    text-align: center;
    padding: 0 2px;
    text-decoration: underline;
    cursor: pointer;
}

.b-gallery .photo:hover .name,
.b-gallery .photo:hover .fname
{
    color: #e00;
}

.b-gallery .fname
{
   font: bold 1.3em Georgia, sans-serif;
}

.b-gallery .name
{
   font: normal 1em Georgia, sans-serif;
}

.b-gallery .bio
{
    color: #676767;
    font-size: .9em;
    padding: 0 8px;
    margin-top: 5px;
}

.b-gallery .cite
{
    color: #1D5787;
    font-style: italic;
    font-size: 0.9em;
    padding: 0 8px;
}

.b-hilite
{
    width: auto;
    position: relative;
    border: solid 3px #ccc;
    padding: 3px 10px 10px;
    margin: 8px 0 0 18px;
    background: #fff url(/i/b-hilite-bg.gif) 0 0 repeat-x;
    -moz-border-radius: 15px;
}

.b-hilite .top
{
    display: block;
    font: normal 1.5em Arial, sans-serif;
    color: #777;
    margin: 5px 5px 5px auto;
    padding-left: 30px;
}

.b-hilite .pic
{
    position: absolute;
    width: 50px;
    height: 50px;
    top: -18px;
    left: -25px;
    z-index: 5;
}

.b-hilite .longdesc
{
    color: #656565;
    font: normal 1em Arial, sans-serif;
}

.b-hilite .price
{
    color: #000;
    font: normal 1.4em Arial, sans-serif;
    padding: 5px 0 10px;
}

.b-hilite .more
{
    display: block;
    width: auto;
    height: 1.8em;
    padding: 5px 15px 5px 0;
    text-align: right;
    cursor: pointer;
    text-decoration: none;    
}

.b-hilite .more .linktext
{
    font: bold 1.3em Arial, sans-serif;
    line-height: 1.5em;
    text-decoration: none;
    border-style: none none solid;
    border-color: #fff;
    border-width: 1px;
    color: #fff;
}

.b-hilite .more_green
{
    background: #84C419;    
}

.b-hilite .more_orange
{
    background: #F78609;
}

.b-hilite .more_violet
{
    background: #B479D7;
}

.b-hilite .more_ruby
{
    background: #C83C6A;
}

.b-hilite .more_blue
{
    background: #4588DA;
}

.b-hilite .more_turq
{
	background: #0A9183;
}

.b-foot-note
{
    font: normal .7em Arial, sans-serif;
    color: #888;
}

/*  Inner styles */
.l-common
{
    width: 100%;
    border-collapse: collapse;
}

.l-common td
{
    font: normal .8em Arial, sans-serif;
    text-align: left;
    vertical-align: top;
}

.l-common-l
{
    width: 10%;
}

.l-common-c
{
    width: 90%;
}

.l-common-g i
{
    display: block;
    width: 10px;
}

.l-contacts
{
    width: 100%;
    border-collapse: collapse;
}

.l-contacts td
{
    font-size: 1em;
    vertical-align: top;
    padding-bottom: .75em;
}

.l-contacts .l-contacts-l
{
    white-space: nowrap;
    text-align: right;
}

.l-contacts-r
{
    width: 100%;
}

.l-contacts-g i
{
    display: block;
    width: 5px;
}

p
{
    margin: 0;
    padding: .3em 0;
}

h1
{
    margin: 0;
    padding: 0 0 1em 0;
    color: #000;
    font: normal 1.8em Arial, sans-serif;
}

h2
{
    margin: 0;
    padding: 0;
    color: #000;
    font: bold 1.3em Arial, sans-serif;
}

h1 a,
h2 a
{
    font-weight: normal;
}

.b-nobr
{
    white-space: nowrap;
}

a.b-jshref:link,
a.b-jshref:active,
a.b-jshref:visited
{
    text-decoration: none;
    color: #00e;
    border-style: none none dotted;
    border-color: #00e;
    border-width: 1px;
}

a.b-jshref:hover
{
    color: #e00;
    border-color: #e00;
}

a.b-bright,
a.b-bright:link,
a.b-bright:active,
a.b-bright:visited
{
    color: #00e;
}

a.b-bright:hover
{
    color: #e00;
}

.b-violet
{
    color: #9C1682;
}

.b-scroller
{
    background: #FBFCDC;
    width: auto;
    margin: 5px 0;
    padding: 0 .5em;
    border: solid 1px #555;
    overflow: auto;
}

.b-scroller_300
{
    height: 300px;
}

.b-comment
{
    font-size: 85%;
    color: #555;
}

.b-comment_big
{
	font-size: 100%;
}

.b-feedback
{
    background: #f3f3f3;
    border: solid 1px #aaa;
    padding: 3px 5px;
    margin: 5px 0;
    font-size: .9em;
}

.b-feedback p
{
    margin: 0;
    padding: 2px 0;
}

.b-feedback i
{
    display: block;
    font: bold italic 1.1em Arial, sans-serif;
    margin: .1em 0 0 2em;
    color: #444;
}

.b-common-ctrl
{
    width: 20em;
    height: 1.3em;
}

.b-ok
{
    color: #008A11;
}

.b-error
{
    color: #b00;
}

.b-big
{
    font-size: 120%;
}

.b-small
{
    font-size: 80%;
}

.b-important
{
    padding: 4px;
    border: solid 1px #aaa;
    background: #E4FFB3;
}

.b-current-target
{
    color: #c00;
}

.b-go-up
{
    display: none;
}

.b-current-target .b-go-up
{
    display: inline;
    margin-left: 2em;
    color: #939DC8;
    font-weight: normal;
    font-size: 80%;
    border-style: none none dotted;
    border-color: #A0A9CF;
    border-width: 1px;
    cursor: pointer;
}

.b-current-target .b-go-up:hover
{
    color: #c00;
    border-color: #c00;    
}

.b-teacher
{
    display: block;
}

.b-teacher .portrait
{
    border-style: none;
    float: right;
    margin: 0 0 15px 15px;
}

.b-teacher .portrait-l
{
    border-style: none;
    float: right;
    margin: 0 15px 15px 0;
}

.b-teacher p
{
    padding: 0;
    margin: 0 0 1em 0;
}

.b-teacher blockquote
{
    display: block;    
    font-style: italic;
    padding: 0;
    margin: 0 0 1em 0;
    color: #446688;
}

.b-teacher blockquote p
{
    margin: 0;
    padding: 0.35em 0;
}

.b-teacher blockquote:before
{
    content: "\00ab";
    color: #888;
    font: bold 21px sans-serif;
    line-height: 12px;
}

.b-teacher blockquote:after
{
    content: "\00bb";
    color: #888;
    font: bold 21px sans-serif;
    line-height: 12px;
}

.b-teacher .portrait {
    float: right;
    margin: 0 0 15px 15px;
    border-style: none;
}

.b-teacher .portrait-l {
    float: left;
    margin: 0 15px 15px 0;
    border-style: none;
}

.b-indented-list li
{
	padding-left: 2em;
	padding-bottom: .7em;
}

.b-bordered
{
	padding-left: 1em;
	margin: 0.5em 0 0.5em 0;
	border: solid 2px #bbb;
}

.b-bordered_hilite
{
	border-color: #F7B824;
	background: #F9FFE1;
}

.b-promotxt
{
	color: #136804;
	padding: 2px;
}
table.plan td{ padding: 5px;
	border-collapse: collapse;
	border: solid 1px #000000;
	font: normal 10pt Arial, Sans-serif;
}