﻿body
{
    font-family: Calibri;
    background: #000 url(/images/htmlbg.gif) top center no-repeat;
    color: #333;
    line-height: 1.5em;
}
h1, h2, h3, h4, h5
{
    font-family: Georgia;
    font-weight: normal;
}
h1
{
    font-size: 1.5em;
}
h2, h3, h4, p
{
    border-bottom: solid 1px #333;
    margin-bottom: 15px;
}
h2, #sidebar h3
{
    font-size: 1.25em;
}

#sidebar h4
{
    font-size: 0.875em;
    margin-bottom: 5px;
    border-bottom: 0;
    font-family: Calibri;
    font-weight: bold;
    line-height: 1em;
}


#map_canvas
{
    width: 310px;
    height: 300px;
    margin-bottom: 10px;
}

.address
{
    font-size: 0.75em;
    line-height: 1.5em;
}

ul, li
{
    font-family: Calibri;
}

p
{
    border: 0;
    font-family: Calibri;
}
hr
{
    clear: both;
    visibility: hidden;
    height: 0;
    border: 0;
    margin: 0;
}
#wrapper
{
    width: 980px;
    margin: 50px auto 0;
    background: #000;
}
#header
{
    height: 130px;
    padding: 20px 0 0 260px;
    background: #fff url(/images/rainbow_bridge.gif) top left no-repeat;
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
}

#header h1, #header p
{
    margin-left:80px;
}

.kwicks
{
    background: none repeat scroll 0 0 #fff;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    height: 391px;
    width: 980px;
}
.kwicks.horizontal li
{
    float: left;
    margin-right: 0;
}
.kwicks li
{
    display: block;
    height: 391px;
    overflow: hidden;
    padding: 0;
    width: 140px;
}
.kwicks li.kwick1
{
    background: rgba(236,30,36,0.5);
}
.kwicks li.kwick2
{
    background: rgba(252,242,4,0.5);
}
.kwicks li.kwick3
{
    background: rgba(4,174,236,0.5);
}
.kwicks li.kwick4
{
    background: rgba(60,182,76,0.5);
}
.kwicks li.kwick5
{
    background: rgba(244,90,44,0.5);
}
.kwicks li.kwick6
{
    background: rgba(36,34,100,0.5);
}
.kwicks li.kwick7
{
    background: rgba(148,38,140,0.5);
}
.kwicks li span
{
    display: block;
    height: 391px;
    position: absolute;
    width: 48px;
    cursor: pointer;
}
.kwicks li.kwick1 span
{
    background: none repeat scroll 0 0 #ec1e24;
}
.kwicks li.kwick2 span
{
    background: none repeat scroll 0 0 #f45a2c;
}
.kwicks li.kwick3 span
{
    background: none repeat scroll 0 0 #fcf204;
}
.kwicks li.kwick4 span
{
    background: none repeat scroll 0 0 #3cb64c;
}
.kwicks li.kwick5 span
{
    background: none repeat scroll 0 0 #04aeec;
}
.kwicks li.kwick6 span
{
    background: none repeat scroll 0 0 #242264;
}
.kwicks li.kwick7 span
{
    background: none repeat scroll 0 0 #94268c;
}
.kwicks li img
{
    float: right;
}
img
{
    border: none;
    text-align: left;
    vertical-align: top;
}
.kwicks .description
{
    background: #fff;
    margin: 20px 20px 20px 68px;
    padding: 20px;
    height: 311px;
    color: #000;
    width: 564px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.kwicks .description
{
    font-size: 0.875em;
}
.kwicks .description h4
{
    border: none;
    margin-bottom: 10px;
    font-weight: bold;
}

#main
{
    background: #fff;
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
    padding: 20px;
}
/*
        #main h2, #main h3, #main p
        {
            margin-bottom: 20px;
        }
        */
#content h2, #content p, .classtip p
{
    margin-right: 20px;
}
#content
{
    width: 67%;
    float: left;
}
#content p, #content ul, #content ol, .classtip p, .classtip ul, .classtip ol
{
    font-size: 0.875em;
}

#content ul p, #content ol p, #content ul ol, #content ol ul, 
.classtip ul p, .classtip ol p, .classtip ul ol, .classtip ol ul
{
    font-size: 1em;
    margin-bottom: 0;
}


.heading
{
    font-weight: bold;
    display: block;
    width: 115px;
    float: left;
    text-align: right;
    margin-right: 5px;
}

#sidebar
{
    width: 33%;
    float: right;
}
#footer
{
    color: #fff;
    background: #000;
    padding: 50px 0;
    text-align: center;
}

#footer a
{
    color:#fff;
}

#footer a:hover
{
    text-decoration:none;
}

.dxeCalendar
{
    width: 300px;
    margin-bottom: 10px; /*border: solid 1px #04aeec;*/
    border: solid 1px #000;
    line-height: 0.6666666666666667em;
}
.dxeCalendarHeader
{
    /*background: rgba(4,174,236,0.5);*/
    background: rgba(0,0,0,0.25); /*border-color: #04aeec;*/
    border-color: #000;
    border-style: solid;
    border-width: 1px 0;
    padding: 4px 7px;
}
.dxeCalendarToday
{
    border-color: #fff;
    padding: 3px 3px 2px;
}
.dxeCalendarSelected
{
    /*background: rgba(4,174,236,0.5);*/
    background: rgba(0,0,0,0.25);
    padding: 3px 3px 2px; /*border: solid 1px #04aeec;*/
    border: solid 1px #000;
}
#main a, #sidebar a
{
    color: #04aeec;
    text-decoration: none;
}
#main a:hover, #sidebar a:hover
{
    text-decoration: underline;
}
p.btn
{
    margin: 1em 0 2em;
}

.kwicks.horizontal li li
{
    float: none;
    height: auto;
    width: auto;
}
.kwicks li li a
{
    color: #04aeec;
    text-decoration: none;
}
.kwicks li li a:hover
{
    text-decoration: underline;
}
#main p.btn a, p.btn a
{
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
    background: url(/images/glass-btn.png) repeat-x scroll 0 50%;
    color: #FFFFFF;
    padding: 6px 14px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    text-decoration: none;
}
#main p.btn.red a, p.btn.red a
{
    background-color: #ec1e24;
}
#main p.btn.red a:hover, p.btn.red a:hover
{
    background-color: rgba(236,30,36,0.75);
    border-color: #ec1e24;
}
#main p.btn.orange a, p.btn.orange a
{
    background-color: #f45a2c;
}
#main p.btn.orange a:hover, p.btn.orange a:hover
{
    background-color: rgba(244,90,44,0.75);
    border-color: #f45a2c;
}
#main p.btn.yellow a, p.btn.yellow a
{
    background-color: #fcf204;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    color: #000;
}
#main p.btn.yellow a:hover, p.btn.yellow a:hover
{
    background-color: rgba(252,242,4,0.75);
    border-color: #fcf204;
}
#main p.btn.green a, p.btn.green a
{
    background-color: #3cb64c;
}
#main p.btn.green a:hover, p.btn.green a:hover
{
    background-color: rgba(60,182,76,0.75);
    border-color: #3cb64c;
}
#main p.btn.cyan a, p.btn.cyan a
{
    background-color: #04aeec;
}
#main p.btn.cyan a:hover, p.btn.cyan a:hover
{
    background-color: rgba(4,174,236,0.75);
    border-color: #04aeec;
}
#main p.btn.navy a, p.btn.navy a
{
    background-color: #242264;
}
#main p.btn.navy a:hover, p.btn.navy a:hover
{
    background-color: rgba(36,34,100,0.75);
    border-color: #242264;
}
#main p.btn.violet a, p.btn.violet a
{
    background-color: #94268c;
}
#main p.btn.violet a:hover, p.btn.violet a:hover
{
    background-color: rgba(148,38,140,0.75);
    border-color: #94268c;
}
#partners li, #links li
{
    margin-bottom: 20px;
}
.captioned
{
    margin-top: 4px;
    border-bottom: solid 1px #999;
}
.captioned img
{
    display: block;
}
.captioned.left
{
    margin-right: 15px;
    float: left;
}
.captioned.right
{
    margin-left: 15px;
    float: right;
    margin-right: 20px;
}
.captioned span
{
    color: #666;
    font-size: 0.75em;
}
.courses
{
    font-size: 0.75em;
    margin-bottom: 20px;
}

ol#subnavigation
{
    background: #f45a2c url(/images/glass-btn.png) repeat-x 0 50%;
    height: 42px;
}
ol#subnavigation li
{
    display: inline;
}
ol#subnavigation li a
{
    color: #fff;
    text-decoration: none;
    float: left;
    display: block;
    padding: 3px 6px;
    margin: 6px 0px 6px 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
ol#subnavigation li a:hover
{
    background-color: rgba(255,255,255,0.95);
    color: #000;
}
#content p.address, .classtip p.address
{
    margin-bottom: 0;
    margin-left: 120px;
}
#content p.disclaimer
{
    font-weight: bold;
    margin-bottom: 0;
    font-size: 1em;
    margin-top: 10px;
}
#main p.btn, .classtip p.btn
{
    margin-left: 120px;
}

/* Course and Class Dates Lists */
#main #content .programdescription
{
    font-size: 1.142857142857143em;
}
#main #content ul.courselist a.course, #main #content ul.courselist span.course
{
    font-size: 1.142857142857143em;
    font-family: Georgia;
}
#main ol.classdates
{
    margin-bottom: 20px;
}
ol.classdates li
{
    display: inline;
    padding-right: 10px;
}

/* forms */
fieldset
{
    margin-top: 10px;
}
legend
{
    font-family: Georgia;
    margin-bottom: 10px;
}
fieldset ol li input, fieldset ol li textarea, fieldset ol li select
{
    border: 1px solid #F45A2C;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 3px;
    width: 70%;
    background: #F45A2C url(/images/ie-fixes/95percent.png);
}
fieldset ol li td input
{
    width: auto;
}
p.required
{
    color: #3cb64c;
}
.required input
{
    background: #3cb64c url(/images/ie-fixes/95percent.png);
    border: 1px solid #3cb64c;
}
.required input:focus
{
    background-color: #04aeec;
    border-color: #04aeec;
}
.no-float label
{
    float: none;
    width: 100%;
    text-align: left;
}
.no-float input, .no-float textarea, .no-float select
{
    margin-left: 120px;
}
/* Pop Up Help Bubble Style */
.bubbleInfo
{
    position: relative;
    display: inline;
}
.trigger
{
    position: absolute;
}
/* Bubble pop-up */.popup
{
    position: absolute;
    display: none;
    z-index: 50;
}
/* Normal Bubble */div.bubble
{
    width: auto;
    font-size: 0.75em;
    margin-bottom: 24px;
    width: 250px;
}
div.bubble blockquote
{
    margin: 0px;
    padding: 0px;
    border: 1px solid #c9c2c1;
    background-color: #fff;
}
div.bubble blockquote p
{
    margin: 10px;
    padding: 0px;
}
div.bubble cite
{
    position: relative;
    margin: 0px;
    padding: 7px 0px 0px 15px;
    top: -1px;
    background: transparent url(/images/tip.gif) no-repeat 20px 0;
    font-style: normal;
    display: block;
}
.hide
{   
    display:none;
}
.search
{
    width:30%;
    background: #CCC;
    border-radius: 0.5em;
    padding: 10px;
    margin-bottom:20px;
    
}
.autocomp
{
    z-index:2000;
}
    