/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the anytime system.
--------------------------------------------------- */



/* MAIN ELEMENTS 
Main page elements, page layout, links and other common
styles. */
html, body { 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;  
text-align:center;
background-color:#98c8fb;
background-image:url(../images/background.gif);
background-position:top;
background-repeat:repeat-x;
clear:both;
margin:0 auto;
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#187ebf;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#143f6c;}
a img     {border:none;}


/* DEFAULT HEADERS */
h1, h2, h3, h4, h5, h6 {
margin:0px 0px 0px 0px;
vertical-align:middle;
}

h1 {font-size:22px;line-height:24px;padding:4px 0 4px 0;}
h2 {font-size:20px;line-height:22px;padding:4px 0 4px 0;}
h3 {font-size:18px;line-height:20px;padding:4px 0 4px 0;}
h4 {font-size:16px;line-height:18px;padding:4px 0 4px 0;}
h5 {font-size:14px;line-height:16px;padding:4px 0 4px 0;}
h6 {font-size:12px;line-height:14px;padding:4px 0 4px 0;}



/* OTHER DEFAULT ELEMENTS */
acronym {border:none;}
p {padding-top:0;margin-top:0;}


.clearer {
clear:both;
font-size:0;
line-height:0;
height:0;
padding:0 0 0 0;
margin:0 auto;
border:none;
}

.divider {
clear:both;
font-size:0;
line-height:5px;
height:5px;
padding:0 0 0 0;
margin:5px 0 0 0;
border-top:solid #c8d7e0 1px; 
}


/* GAPS
Gaps to space elements */
.gap1 {float:left;width:10px;}
.gap2 {float:left;width:15px;}

.small {font-size:11px;}


/* IMAGE HOLDERS
hold images to the left or right */
.img-left {float:left;margin-right:15px;margin-top:4px;margin-bottom:6px;}
.img-right {clear:right;float:right;margin-left:15px;margin-top:4px;margin-bottom:6px;}
.img-main {display:none;text-align:center;}


/* LIST ELEMENTS
list elements */
ul {
margin-top:6px;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
text-indent:20px;
margin-left:0;
padding-left:20px;
}
        li {
        font-weight:bold;
        line-height:18px;
        margin-top:0;
        padding-top:0;
        padding-bottom:7px;
        }




/* STANDARD PAGE ELEMENTS 
Standard page elements for laying out the main content of a website. */
#container1 {
width:820px;
text-align:left;
background-color:#ffffff;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:8px 20px 20px 20px;
border:none;
}

#container2 {
width:820px;
text-align:left;
background-color:#ffffff;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}


        /* MAIN HEADER */
        #header {
        float:right;
        width:640px;
        height:41px;
        position:relative;
        margin-top:10px;
        }
        
                #header .phone-over {
                position:absolute;
                top:0px;
                right:0px;
                line-height:41px;
                height:41px;
                width:624px;
                text-align:right;
                vertical-align:middle;
                color:#3f7fc2;
                font-size:12px;
                padding-right:16px;
                background-image:url(../images/header_bg.png);
                background-position:right;
                background-repeat:no-repeat;
                z-index:201;
                }
        
        
        
        
        
        #home-header {
        height:50px;
        position:relative;
        }
                #logo-link {
                float:left;
                width:170px;
                padding-top:2px;
                }
                
                
                
                #side-become {
                clear:left;
                float:left;
                width:150px;
                margin-top:5px;
                color:#ffffff;
                text-align:center;
                padding:10px 10px 10px 10px;
                background-image:url(../images/side_become.gif);
                background-position:top;
                background-repeat:no-repeat;
                }
                        #side-become h3 {
                        color:#143f6c;
                        text-align:center;
                        padding-bottom:30px;
                        }
                
                
        
                #home-header .arrow-over {
                position:absolute;
                top:202px;
                left:0px;
                width:395px;
                height:65px;
                color:#143f6c;
                padding:15px 0 0 15px;
                display:inline-block;
                background-image:url(../images/home_arrow.png);
                background-position:left bottom;
                background-repeat:no-repeat;
                z-index:200;
                }
                
                
                #home-header .phone-over {
                position:absolute;
                top:52px;
                right:16px;
                line-height:40px;
                vertical-align:middle;
                color:#3f7fc2;
                font-size:12px;
                z-index:201;
                }
                        .phone-over span {color:#143f6c;font-size:18px;font-weight:bold;}

                
                
                #home-header #flash {
                float:right;
                width:640px;
                height:230px;
                margin-top:10px;
                overflow:hidden;
                position:relative;
                }
                        #home-header #flash table {
                        position:absolute;
                        top:0px;
                        left:0px;
                        z-index:100;
                        }
                                #home-header #flash table td {
                                width:254px;
                                height:230px;
                                color:#143f6c;
                                line-height:20px;
                                padding:0 70px 0 316px;
                                }
                                        #home-header #flash table td h1 {
                                        padding-top:34px;
                                        }
                                        
                                        
                        #home-header #flash .flash-left {
                        position:absolute;
                        top:116px;
                        left:260px;
                        z-index:110;
                        width:35px;
                        height:35px;
                        }
                                #home-header #flash .flash-left a {
                                display:block;
                                width:35px;
                                height:35px;
                                background-image:url(../images/arrow_back.png);
                                background-position:left 0px;
                                background-repeat:no-repeat;
                                }
                                        #home-header #flash .flash-left a:hover {
                                        background-image:url(../images/arrow_back.png);
                                        background-position:left -35px;
                                        }
                                
                        #home-header #flash .flash-right {
                        position:absolute;
                        top:116px;
                        left:580px;
                        z-index:111;
                        width:35px;
                        height:35px;
                        }
                                #home-header #flash .flash-right a {
                                display:block;
                                width:35px;
                                height:35px;
                                background-image:url(../images/arrow_forward.png);
                                background-position:left 0px;
                                background-repeat:no-repeat;
                                }
                                        #home-header #flash .flash-right a:hover {
                                        background-image:url(../images/arrow_forward.png);
                                        background-position:left -35px;
                                        }
                
                
                
        #home-timetable {
        background-color:#143f6c;
        background-image:url(../images/darkblue_grad.gif);
        background-position:top;
        background-repeat:repeat-x;
        }
                #home-timetable .ht-side {
                float:left;
                width:150px;
                line-height:20px;
                color:#ffffff;
                padding:20px 0 20px 20px;
                }
                
                
                #home-timetable .ht-main {
                float:right;
                width:590px;
                padding:20px 20px 20px 0;
                }
                        #home-timetable .ht-main .ht-main-inner {
                        color:#ffffff;
                        padding-bottom:10px;
                        }
                
                
                #home-timetable a {color:#82c8f5;}
                #home-timetable a:hover {color:#ffffff;}
                
                #home-timetable h5 {color:#b8ddf5;}
                #home-timetable .divider {border-top:solid #1c4775 1px;}
                
                
                
        /* MAIN NAVIGATION */
        #navigation {
        float:right;
        width:640px;
        height:42px;
        line-height:42px;
        color:#ffffff;
        }
                #navigation ul {
                padding:0 0 0 0;
                margin:0 0 0 0;
                }
        
                #navigation ul li {
                float:left;
                position:relative;
                text-indent:0px;
                display:inline-block;
                font-weight:normal;
                padding-bottom:0px;
                padding-left:0xp;
                padding-right:px;
                padding-top:0px;
                margin-bottom:0px;
                margin-left:0xp;
                margin-right:px;
                margin-top:0px;
                }
        
                #navigation a {
                float:left;
                display:inline-block;
                color:#143f6c;
                font-size:14px;
                height:32px;
                line-height:32px;
                margin:5px 0 5px 0;
                padding:0 9px 0 9px;
                background-image:url(../images/navlink_bg.gif);
                background-position:0px 32px;
                background-repeat:repeat-x;
                border-left:solid #ffffff 1px;
                border-right:solid #ffffff 1px;
                }
                        #navigation a:hover,
                        #navigation .over {
                        color:#143f6c;
                        background-image:url(../images/navlink_bg.gif);
                        background-position:0px -32px;
                        background-repeat:repeat-x;
                        border-left:solid #b0d5ed 1px;
                        border-right:solid #88b1ce 1px;
                        }
                        
                        #navigation .on {
                        color:#573206;
                        background-image:url(../images/navlink_bg.gif);
                        background-position:0px 0px;
                        background-repeat:repeat-x;
                        border-left:solid #f2c72a 1px;
                        border-right:solid #d5ab0d 1px;
                        }
                
                #navigation .nav-div {
                float:left;
                font-size:0;
                width:3px;
                line-height:42px;
                height:42px;
                background-image:url(../images/nav_div.gif);
                background-position:center;
                background-repeat:no-repeat;
                padding:0 0 0 0;
                margin:0 0 0 0;
                }
                
                        #navigation .sub-nav {
                        position:absolute;
                        left:3px;
                        top:37px;
                        display:none;
                        font-family:Arial, Helvetica, sans-serif;
                        font-size:12px;
                        font-weight:normal;
                        text-transform:none;
                        line-height:14px;
                        z-index:6000;
                        margin:0 0 0 0;
                        }
                                #navigation .sub-nav li {
                                width:180px;
                                line-height:14px;
                                }
                                        #navigation .sub-nav a {
                                        float:left;
                                        display:inline-block;
                                        height:32px;
                                        line-height:32px;
                                        width:180px;
                                        border-right:none;
                                        background-image:url(../images/navlink_bg.gif);
                                        background-position:0px -32px;
                                        background-repeat:repeat-x;
                                        border-left:solid #b0d5ed 1px;
                                        border-right:solid #88b1ce 1px;
                                        color:#143f6c;
                                        padding:0 13px;
                                        margin:0 0 0 0;
                                        }
                                                #navigation .sub-nav a:hover {
                                                background-image:url(../images/navlink_bg.gif);
                                                background-position:0px 0px;
                                                border-left:solid #f2c72a 1px;
                                                border-right:solid #d5ab0d 1px;
                                                margin:0 0 0 0;
                                                }



        #flash2 {
        float:right;
        width:310px;
        height:190px;
        position:relative;
        }
                #flash2 table {
                position:absolute;
                display:none;
                top:0px;
                left:0px;
                width:310px;
                height:190px;
                }
                
                        #flash2 .flash-over {
                        position:absolute;
                        top:0px;
                        left:0px;
                        width:310px;
                        height:190px;
                        background-image:url(../images/home_image_over.png);
                        background-position:left top;
                        background-repeat:no-repeat;
                        }
                        
                        
                        
        .frontbox {
        float:left;
        width:160px;
        height:90px;
        padding:15px 0;
        }
                .frontbox a.link1 {
                display:block;
                padding:4px 15px 4px 15px;
                color:#ffffff;
                background-color:#143f6c;
                }
                
                        .frontbox a.link1:hover {
                        color:#092a4d;
                        background-color:#9dcbfb;
                        }
                        
                .frontbox a.link2 {
                display:block;
                padding:4px 15px 4px 15px;
                color:#092a4d;
                background-color:#f2c723;
                }
                
                        .frontbox a.link2:hover {
                        color:#092a4d;
                        background-color:#9dcbfb;
                        }
                
        
        
        /* MAIN CONTENT */
        #main-wrap {
        float:right;
        width:640px;
        }
        
        #main {
        float:right;
        width:610px;
        min-height:130px;
        padding:25px 0 25px 30px;
        background-image:url(../images/main_bg.gif);
        background-position:left top;
        background-repeat:no-repeat;
        line-height:20px;
        color:#05141e;
        margin-top:12px;
        }
                #main h1,
                #main h4,
                #main h5 {color:#143f6c;}
                
                #main h2,
                #main h6 {
                color:#23568b;
                }

                
        #side-wrap {
        float:left;
        width:170px;
        }        
                
        #side {
        clear:left;
        float:left;
        width:150px;
        line-height:20px;
        color:#143f6c;
        font-size:11px;
        padding:0 0 25px 20px;
        margin-top:12px;
        }
                #side h4 {color:#3f7fc2;}
                
                
                #side-subscribe {
                padding-top:10px;
                }
                
                
                
                
                
        .class-time {
        float:left;
        display:block;
        width:70px;
        color:#a36708;
        font-style:italic;
        padding-bottom:6px;
        }
        
        .class-time2 {
        float:left;
        display:block;
        width:70px;
        color:#f2c723;
        font-style:italic;
        }
        
        
        
        .ask-expert {
        color:#ffffff;
        background-color:#143f6c;
        padding:10px;
        }
                #main .ask-expert ul {
                padding:0 0 0 0;
                margin:0 0 0 0;
                text-indent:0px;
                }
                #main .ask-expert ul li {
                padding:0 0 0 0;
                margin:0 0 0 0;
                font-weight:normal;
                text-indent:0px;
                background:none;
                list-style:none;
                }
                        #main .ask-expert ul li label {
                        display:block;
                        font-weight:bold;
                        }
                                #main .ask-expert ul li label .req {
                                color:#ffc000;
                                }
                        
                        #main .ask-expert ul li input {
                        width:96%;
                        margin-bottom:5px;
                        }
                        
                        #main .ask-expert ul li textarea {
                        width:96%;
                        margin-bottom:5px;
                        }
                        
                        #main .ask-expert ul .submitbut input {
                        margin-top:4px;
                        width:auto;
                        }


        
        
        
        /* MAIN FOOTER */
        #footer {
        line-height:18px;
        font-size:11px;
        color:#123962;
        text-align:left;
        padding:10px 10px 10px 10px;
        background-color:#f2f6fa;
        }
        
                #footer img {
                float:right;
                display:inline-block;
                }
                
                #footer .footer-left {
                text-align:center;
                line-height:24px;
                padding:0 0 0 0;
                }
        
                #footer a {color:#187ebf;}
                #footer a:hover {color:#143f6c;}
                
        
        #side-tour {
        padding:14px 0 2px 0;
        }
                
                

