/* --------------------------------------------------- 
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:#ffffff;
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:#0d67d7;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#113a6e;}
a img     {border:none;}


/* DEFAULT HEADERS */
h1, h2, h3, h4, h5, h6 {
margin:0px 0px 0px 0px;
}

h1 {font-size:26px;color:#767a2c;line-height:26px;padding:4px 0 4px 0;font-weight:normal;}
h2 {font-size:20px;color:#767a2c;line-height:22px;padding:4px 0 4px 0;font-weight:normal;}
h3 {font-size:18px;color:#767a2c;line-height:20px;padding:4px 0 4px 0;font-weight:normal;}
h4 {font-size:16px;color:#052c64;line-height:18px;padding:4px 0 4px 0;font-weight:normal;}
h5 {font-size:14px;color:#333333;line-height:16px;padding:4px 0 4px 0;}
h6 {font-size:12px;color:#333333;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 #d9dbae 1px;
}


/* GAPS
Gaps to space elements */
.gap1 {float:left;width:10px;}
.gap2 {float:left;width:15px;}


/* 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-left2 {float:left;}
.img-right2 {clear:right;float:right;}
.img-main {display:none;}


/* LIST ELEMENTS
list elements */
ul {
margin-top:6px;
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 5px;
        background-repeat:no-repeat;
        }




/* STANDARD PAGE ELEMENTS 
Standard page elements for laying out the main content of a website. */
#container1 {
width:940px;
text-align:left;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}

#container2 {
width:930px;
text-align:left;
background-color:#ffffff;
background-image:url(../images/top_edge.gif);
background-position:top;
background-repeat:no-repeat;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:5px;
border:none;
}


        #toplinks {
        color:#ffffff;
        text-align:right;
        height:33px;
        line-height:33px;
        padding-right:30px;
        }
                #toplinks a {color:#ffffff;line-height:16px;}
                #toplinks a:hover {color:#75aff7;}
				
				#toplinks a img {
					padding:0 0 4px 0;
					margin:0 0 0 0;
					vertical-align:middle;
				}
        
          #toplinksleft {
        color:#ffffff;
        height:33px;
        text-align:left;
        line-height:33px;
        padding-left:30px;
        }
                #toplinksleft a {color:#ffffff;}
                #toplinksleft  a:hover {color:#75aff7;}



        /* MAIN HEADER */
        #header {
        height:100px;
        background-image:url(../images/header_bg.jpg);
        background-position:left;
        background-repeat:no-repeat;
        }
                
                
                
        /* MAIN NAVIGATION */
        #navigation {
        height:40px;
        line-height:40px;
        color:#c8cd64;
        padding-left:24px;
        padding-top:57px;
        }
        
                #navigation a {
                font-size:16px;
                color:#03365e;
                vertical-align:middle;
                }
                #navigation a:hover {color:#ffffff;}
                
                
        .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 {}

                
                
                
        .section-tab {
        height:10px;
        line-height:10px;
        clear:both;
        font-size:0;
        background-position:center;
        background-repeat:no-repeat;
        padding:0 0 0 0;
        margin:5px 0 5px 0;
        border:none;
        }
                
                .blue {background-image:url(../images/section_blue.gif);}
                .red {background-image:url(../images/section_red.gif);}
                .yellow {background-image:url(../images/section_yellow.gif);}
                
                
        
        
        /* MAIN CONTENT */
        #main {
        padding-top:8px;
        padding-bottom:22px;
        line-height:18px;
        min-height:200px;
        }
        
                #main .main-left {
                float:left;
                width:240px;
                padding-top:4px;
                }
                
                #main .main-right {
                float:right;
                width:640px;
                padding-right:24px;
                }
                
                #main .main-full {
                padding-left:24px;
                padding-right:24px;
                }
        
        
                #main .border-box {}
                
                        #main .border-box .inner {
                        border-left:solid #d9dbae 1px;
                        border-right:solid #d9dbae 1px;
                        background-color:#f7f7f2;
                        }
                                #main .border-box .inner .inner-text {padding:10px 24px 10px 24px;}
                                
                                        #main .border-box .inner .inner-text li {
                                        font-weight:normal;
                                        background-image:url(../images/point2.gif);
                                        }
                                
                                #main .border-box .inner .inner-links {padding:6px 10px 6px 10px;}
                                        #main .border-box .inner .inner-links a {
                                        display:block;
                                        border-bottom:solid #d9dbad 1px;
                                        padding-left:16px;
                                        line-height:30px;
                                        background-image:url(../images/point2.gif);
                                        background-position:left 11px;
                                        background-repeat:no-repeat;
                                        }
                                        
                                        #main .border-box .inner .inner-links .on {font-weight:bold;}
                
                
                        #main .border-box h5 {
                        height:5px;
                        line-height:5px;
                        clear:both;
                        font-size:0;
                        padding:0 5px 0 0;
                        margin:0 0 0 0;
                        border:none;
                        background-image:url(../images/border_top.gif);
                        background-position:right top;
                        background-repeat:no-repeat
                        }
                                #main .border-box h5 strong, #main .border-box h5 b {
                                display:block;
                                height:5px;
                                line-height:5px;
                                background-image:url(../images/border_top.gif);
                                background-position:left top;
                                padding:0 0 0 5px;
                                }
                        
                        #main .border-box h6 {
                        height:5px;
                        line-height:5px;
                        clear:both;
                        font-size:0;
                        padding:0 5px 0 0;
                        margin:0 0 0 0;
                        border:none;
                        background-image:url(../images/border_base.gif);
                        background-position:right bottom;
                        background-repeat:no-repeat
                        }
                                #main .border-box h6 strong, #main .border-box h6 b {
                                display:block;
                                height:5px;
                                line-height:5px;
                                background-image:url(../images/border_base.gif);
                                background-position:left bottom;
                                padding:0 0 0 5px;
                                }
                                
                                
                
                
                #main .home-left {
                float:left;
                width:654px;
                }
                
                #main .home-right {
                float:right;
                width:266px;
                }

        
        
        
        /* MAIN FOOTER */
        #footer {
        line-height:18px;
        font-size:11px;
        color:#98a073;
        text-align:left;
        padding:15px 24px 15px 24px;
        background-image:url(../images/footer_bg.gif);
        background-position:top;
        background-repeat:no-repeat;
        }
        
                .footer-right {
                float:right;
                width:240px;
                text-align:right;
                }
        
                .footer-linkbox {
                float:left;
                display:inline-block;
                padding-right:50px;
                padding-left:10px;
                background-image:url(../images/footer_links_bg.gif);
                background-position:left top;
                background-repeat:no-repeat;
                }
                
                
                
                

