/* --------------------------------------------------- 
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;
color:#ffffff;
background-color:#000000;
clear:both;
margin:0 auto;
}
                                              /*f36e2e */

/* DEFAULT LINKS */
a         {text-decoration:none;color:#fe0102;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#ffffff;}
a img     {border:none;}


/* DEFAULT HEADERS */
h1, h2, h3, h4, h5, h6 {
margin:0px 0px 0px 0px;
}

h1 {font-size:22px;color:#fe0102;line-height:24px;padding:4px 0 4px 0;}
h2 {font-size:20px;color:#fe0102;line-height:22px;padding:4px 0 4px 0;}
h3 {font-size:18px;color:#fe0102;line-height:20px;padding:4px 0 4px 0;}
h4 {font-size:17px;color:#ffffff;line-height:22px;padding:4px 0 4px 0;font-weight:normal;}
h5 {font-size:17px;color:#ffffff;line-height:17px;padding:8px 0 0 0;font-weight:normal;text-align:left;}
h6 {font-size:12px;color:#ffffff;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 #CCCCCC 1px; 
}


/* GAPS
Gaps to space elements */
.gap1 {float:left;width:10px;}
.gap2 {float:left;width:15px;}
.gap3 {float:left;width:5px;}


/* 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-full {margin-top:4px;margin-bottom:16px;text-align:center;background-color:#FFFFFF;}
.img-main {display:none;}


/* LIST ELEMENTS
list elements */
ul {
margin-top:12px;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
margin-left:0;
padding-left:0;
}
        li {
        font-weight:bold;
        line-height:18px;
        list-style:none;
        margin-top:0;
        padding-top:0;
        padding-bottom:7px;
        margin-left:0;
        padding-left:20px;
        background-image:url(../images/point.gif);
        background-position:5px 6px;
        background-repeat:no-repeat;
        }




/* STANDARD PAGE ELEMENTS 
Standard page elements for laying out the main content of a website. */
#container1 {
width:830px;
text-align:left;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}

#container2 {
width:830px;
text-align:left;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}


        /* MAIN HEADER */
        #header {
        height:73px;
        margin:20px 0 20px;
        }
                
                
                
                /* MAIN NAVIGATION */
                #navigation {
                float:right;
                height:73px;
                color:#fe0102;
                }
                
                        #navigation .link {float:left;}
                
                        #navigation a {
                        float:left;
                        display:inline-block;
                        font-size:15px;
                        text-transform:uppercase;
                        line-height:73px;
                        background-image:url(../images/nav_bg.gif);
                        background-position:top 0;
                        background-repeat:repeat-x;
                        }
                                #navigation a:hover {
                                color:#666666;
                                background-image:url(../images/nav_bg.gif);
                                background-position:left -73px;
                                }
                                
                                
                        #navigation a strong, 
                        #navigation a b {
                        cursor:pointer;
                        display:inline-block;
                        font-weight:normal;
                        line-height:73px;
                        padding:0 24px 0 24px;
                        }
                                .start a strong, 
                                .start a b {
                                background-image:url(../images/nav_left.gif);
                                background-position:left top;
                                background-repeat:no-repeat;
                                }
                                        .start a:hover strong, 
                                        .start a:hover b {
                                        background-image:url(../images/nav_left.gif);
                                        background-position:left -73px;
                                        }
                                        
                                .end a strong, 
                                .end a b {
                                background-image:url(../images/nav_right.gif);
                                background-position:right top;
                                background-repeat:no-repeat;
                                }
                                        .end a:hover strong, 
                                        .end a:hover b {
                                        background-image:url(../images/nav_right.gif);
                                        background-position:right -73px;
                                        }
                                
                                
                        #navigation .navdiv {
                        float:left;
                        width:2px;
                        height:73px;
                        background-image:url(../images/nav_div.gif);
                        }
                        
                        
                .navmenu-dropdown-holder {}
                .navmenu-dropdown-menu {
                font-size:11px;
                font-weight:bold;
                background-color:#000000;
                }
                        .navmenu-dropdown-menu a {
                        display:block;
                        line-height:22px;
                        padding:0 0 0 9px;
                        border-top:solid #666666 1px;
                        overflow:hidden;
                        }
                        .navmenu-dropdown-menu a:hover {}


                
        
        
        /* MAIN CONTENT */
        #main {
        line-height:22px;
        }
        
        
                #main .side-nav {
                float:left;
                width:240px;
                height:220px;
                background-color:#fe0102;
                margin-bottom:30px;
                }
                        #main .side-nav a {
                        display:block;
                        color:#ffffff;
                        text-transform:uppercase;
                        line-height:26px;
                        padding:0 15px 0 15px;
                        border-bottom:solid #f58752 1px;
                        }
                                #main .side-nav a:hover {
                                color:#000000;
                                background-color:#e76425;
                                border-bottom:solid #d3571b 1px;
                                }
                                
                                
                                
                #main .side-dark {
                clear:left;
                float:left;
                width:210px;
                padding:15px;
                background-color:#333333;
                margin-bottom:30px;
                }
                                
                                
                
                #main .side-service {
                clear:left;
                float:left;
                position:relative;
                width:240px;
                height:160px;
                margin-bottom:30px;
                }
                        #main .side-service .side-service-inner {
                        position:absolute;
                        width:240px;
                        height:160px;
                        font-size:16px;
                        font-style:italic;
                        font-weight:bold;
                        text-align:center;
                        line-height:42px;
                        background-image:url(../images/home_service_bg.png);
                        background-position:left 110px;
                        background-repeat:repeat-x;
                        top:0px;
                        left:0px;
                        }
                        
                                #main .side-service .side-service-inner a {
                                display:block;
                                width:240px;
                                height:50px;
                                padding-top:110px;
                                line-height:32px;
                                }
                
                
                                
                                
                #main #flash {}                
                                
                #main #flash .flash-file {
                float:right;
                width:585px;
                height:220px;
                }
                
                
                #main .right-side {
                float:right;
                width:562px;
                padding:0 0 20px 0;
                }
                        #main .right-side b,
                        #main .right-side strong {
                        color:#fe0102;
                        }

                
                
                
                #main .home-service {
                float:left;
                position:relative;
                width:200px;
                height:160px;
                }
                        #main .home-service .home-service-inner {
                        position:absolute;
                        width:200px;
                        height:160px;
                        font-size:16px;
                        font-style:italic;
                        font-weight:bold;
                        text-align:center;
                        line-height:62px;
                        background-image:url(../images/home_service_bg.png);
                        background-position:left 80px;
                        background-repeat:repeat-x;
                        top:0px;
                        left:0px;
                        }
                        
                                #main .home-service .home-service-inner a {
                                display:block;
                                width:200px;
                                height:80px;
                                padding-top:80px;
                                line-height:32px;
                                }

        
        
        
        /* MAIN FOOTER */
        #footer {
        line-height:18px;
        font-size:12px;
        color:#656466;
        font-style:italic;
        text-transform:uppercase;
        text-align:left;
        padding:15px 15px 20px 15px;
        background-image:url(../images/footer_bar.gif);
        background-position:top;
        background-repeat:no-repeat;
        }
                #footer span {
                color:#fe5c01;
                font-size:18px;
                font-weight:bold;
                vertical-align:middle;
                }
                        #footer span strong,
                        #footer span b {
                        color:#ffffff;
                        }
                        
                #footer .footer-right {
                float:right;
                width:300px;
                text-align:right;
                }
                
                
                
                

