/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the edit 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:#444444;
background-color:#84695f;
clear:both;
margin:0 auto;
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#444444;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#5b0824;}
a img     {border:none;}


/* DEFAULT HEADERS */
h1, h2, h3, h4, h5, h6 {
margin:0px 0px 0px 0px;
}

h1 {font-size:26px;line-height:26px;padding:4px 0 20px 0;}
h2 {font-size:22px;line-height:22px;padding:4px 0 16px 0;}
h3 {font-size:18px;line-height:20px;padding:4px 0 6px 0;}
h4 {font-size:16px;line-height:18px;padding:4px 0 6px 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;}

.small {font-size:11px;}
.small-center {font-size:11px;text-align:center;font-style:italic;}


.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:25px;}
.gap2 {float:left;width:24px;}


/* IMAGE HOLDERS
hold images to the left or right */
.img-left {float:left;margin-right:15px;margin-top:4px;margin-bottom:6px;text-align:center;}
.img-right {clear:right;float:right;margin-left:15px;margin-top:4px;margin-bottom:6px;text-align:center;}
.img-main, .img-center {text-align:center;margin-bottom:6px;}


/* LIST ELEMENTS
list elements */
ul {
margin-top:6px;
margin-bottom:6px;
padding-top:0;
padding-bottom:0;
margin-left:0;
padding-left:0;
}
        ul li {
        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 7px;
        background-repeat:no-repeat;
        }



.link_block{
text-align:right;
}




/* STANDARD PAGE ELEMENTS 
Standard page elements for laying out the main content of a website. */
#container1 {
width:960px;
text-align:left;
background-color:#ffffff;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}

#container2 {
width:960px;
text-align:left;
background-color:#ffffff;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}



/* STANDARD PAGE ELEMENTS 
Standard page elements for laying out the main content of a website. */
#header_container{
width:100%;
min-height:309px;
background-image:url(../images/header_repeat.gif);
background-position:top left;
background-repeat:repeat-x;
}

        /* MAIN HEADER */
        #header_container #header {
        width:1028px;
        min-height:309px;
        margin-left:auto;
        margin-right:auto;
        background-image:url(../images/header.jpg);
        background-position:top center;
        background-repeat:no-repeat;
        }
        
                #header_container #header #logo {
                float:left;
                display:inline-block;
                padding-left:73px;
                padding-top:50px;
                }
                
                
                
        /* MAIN NAVIGATION */
        #navigation {
        float:right;
        width:750px;
        height:40px;
        font-size:12px;
        line-height:40px;
        color:#ffffff;
        padding-top:15px;
        }
                #navigation ul {
                margin:0 0 0 0;
                padding:0 0 0 0;
                }
                        #navigation ul li {
                        float:left;
                        display:inline-block;
                        line-height:40px;
                        list-style:none;
                        margin-top:0;
                        padding-top:0;
                        padding-bottom:0;
                        margin-left:0;
                        padding-left:0;
                        background:none;
                        position:relative;
                        }
        
                #navigation a {
                color:#ffffff;
                text-transform:uppercase;
                }
                        #navigation a:hover,
                        #navigation .over {
                        color:#ee9b14;
                        }
                        
                        #navigation .on {
                        color:#ee9b14;
                        font-weight:bold;
                        }
                        
                        #navigation .nav-div {
                        display:inline-block;
                        float:left;
                        width:15px;
                        /*font-size:0;*/
                        text-align:center;
                        background-image:url(../images/nav_div.gif);
                        background-position:center;
                        background-repeat:no-repeat;
                        line-height:40px;
                        height:40px;
                        padding:0 0 0 0;
                        margin:0 auto;
                        border:none;
                        }
                                #navigation .sub-nav {
                                position:absolute;
                                top:40px;
                                display:none;
                                font-family:Arial, Helvetica, sans-serif;
                                font-size:12px;
                                font-weight:normal;
                                text-transform:none;
                                line-height:14px;
                                z-index:6000;
                                }
                                        #navigation .sub-nav li {
                                        width:180px;
                                        line-height:14px;
                                        }
                                                #navigation .sub-nav a {
                                                float:left;
                                                display:inline-block;
                                                width:180px;
                                                line-height:14px;
                                                border-right:none;
                                                color:#ccfff8;
                                                background:none;
                                                padding:8px 13px;
                                                background-color:#000000;
                                                border-bottom:solid #000000 1px;
                                                }
                                                        #navigation .sub-nav a:hover {
                                                        color:#ffffff;
                                                        background-color:#6699cc;
                                                        }

                
                
                
                
                
        /* FLASH IMAGE */        
        #flash {
        position:relative;
        }
                
                #flash #flash-over {
                position:absolute;
                left:0px;
                top:0px;
                z-index:800;
                }
                
                #flash table {
                position:absolute;
                left:0px;
                top:0px;
                z-index:600;
                display:none;
                }
                


        #breadcrumb {
        font-size:11px;
        line-height:24px;
        padding:4px 20px;
        }

                
        #body_container {
        width:100%;
        background-color:#d9d5cc;
        }
        

                #body_container #main {
                width:1028px;
                margin-left:auto;
                margin-right:auto;
                background-image:url(../images/body_repeat.gif);
                background-position:top center;
                background-repeat:repeat-y;
                line-height:18px;
                }
                
                        #main h1,
                        #main h2,
                        #main h3,
                        #main h4,
                        #main h5,
                        #main h6 {
                        font-weight:normal;
                        }
                        
                        #main h1 {color:#540a23;}
                
                
                        #body_container #main #main_content {
                        width:800px;
                        min-height:400px;
                        margin-left:auto;
                        margin-right:auto;
                        background-color:#ffffff;
                        line-height:18px;
                        text-align:left;
                        padding:15px 53px 30px 53px;
                        }

                                #main_content .main-left {
                                float:left;
                                width:500px;
                                }
                        
                                #main_content .main-right {
                                float:right;
                                width:277px;
                                padding-top:5px;
                                }
                                
                                        #main_content .main-right .bordered-box {
                                        width:237px;
                                        height:107px;
                                        padding:10px 20px;
                                        background-image:url(../images/box.gif);
                                        background-position: top left;
                                        background-repeat:no-repeat;
                                        margin-bottom:30px;
                                        overflow:hidden;
                                        }
                                         #main_content .main-right .bordered-boxtwo {
                                        width:237px;
                                        min-height:220px;
                                        padding:10px 20px;
                                        background-image:url(../images/box2.gif);
                                        background-position: top left;
                                        background-repeat:no-repeat;
                                        margin-bottom:30px;
                                        overflow:hidden;
                                        }
                                        
                                        
                .base-boxes {
                float:left;
                width:162px;
                height:244px;
                padding:10px;
                background-image:url(../images/base_holder_bg.gif);
                background-position:top;
                background-repeat:no-repeat;
                position:relative;
                }                
                
                        .base-boxes-link {
                        position:absolute;
                        right:10px;
                        bottom:10px;
                        text-align:right;
                        z-index:430;
                        }
                                        
                                        
                                        
                                        
                .date {color:#eea428;}
                
                
                
                /* PHOTO GALLERY PAGES */        
                .gallery-holder {display:block;}
                        .gallery-holder .gallery-item {
                        float:left;
                        width:120px;
                        padding:10px;
                        background-image:url(../images/image_holder_bg.gif);
                        background-position:left top;
                        background-repeat:no-repeat;
                        text-align:center;
                        }
                                .gallery-holder .gallery-item .image {
                                width:120px;
                                height:90px;
                                overflow:hidden;
                                margin-bottom:15px;
                                }
                                
                .photo-holder {
                display:block;
                text-align:center;
                }

                        
        



#footer_container{
width:100%;
min-height:78px;
background-image:url(../images/footer_repeat.gif);
background-position:top left;
background-repeat:repeat-x;
padding:0 0 0 0;
}


                /* MAIN HEADER */
        #footer_container #footer {
        width:888px;
        min-height:43px;
        margin-left:auto;
        margin-right:auto;
        color:#ffffff;
        text-transform:uppercase;
        background-image:url(../images/footer.gif);
        background-position:top center;
        background-repeat:no-repeat;
        padding:35px 70px 0 70px;
        text-align:left;
        }
        
                #footer_container #footer a {color:#ffffff;}
                #footer_container #footer a:hover {color:#ee9b14;}
                
                /* NEXT PREVIOUS PAGES */                
                .nextprev {float:right;}
                        .nextprev .num {
                        color:#333333;
                        background-color:#E0E0E0;
                        padding:0 4px 0 4px;
                        margin-left:3px;
                        }
                        .nextprev .cur {
                        font-weight:bold;
                        background-color:#B5B5B5;
                        }
                        .nextprev .np {
                        color:#ffffff;
                        background-color:#000000;
                        padding:0 4px 0 4px;
                        margin-left:3px;
                        }
                        .nextprev .se {
                        color:#A0A0A0;
                        background-color:#F3F3F3;
                        }
                        .nextprev a:hover {
                        text-decoration:none;
                        color:#CCCCCC;
                        background-color:#000000;
                        }
                        
                        
                /* Login PAGES */        
                #login {}
                        #login .login-form {}
                        
                                #login .login-form li {
                                padding-left:0px;
                                background:none;
                                }
                                
                                        #login .login-form li label {
                                        display:inline-block;
                                        width:200px;
                                        }
                


                /* MAIN FORM */
                form {
                margin:0 auto; 
                padding:0 0 0 0;
                }
                                        
                        form .req {
                        color:#D60309;
                        font-weight:bold;
                        font-size:12px;
                        }
                
                        form .label {
                        clear:both;
                        float:left;
                        width:140px;
                        font-size:12px;
                        font-weight:bold;
                        color:#353535;
                        line-height:16px;
                        text-align:right;
                        margin-top:2px;
                        margin-right:10px;
                        margin-bottom:6px;
                        }
                        
                        form .label2 {
                        clear:both;
                        float:left;
                        width:140px;
                        font-size:14px;
                        font-weight:bold;
                        color:#353535;
                        line-height:16px;
                        text-align:right;
                        margin-top:2px;
                        margin-right:10px;
                        margin-bottom:6px;
                        }
                        
                        form .label-details {
                        font-weight:normal;
                        font-size:11px;
                        color:#666666;
                        line-height:15px;
                        }
                        
                        form .input {
                        float:left;
                        width:240px;
                        height:25px;
                        }
                                form .input input {
                                font-size:12px;
                                width:200px;
                                }
                                
                        form .select {
                        float:left;
                        width:240px;
                        height:25px;
                        }
                                form .select select {
                                font-size:12px;
                                width:205px;
                                }
                                
                        form .checkbox {
                        float:left;
                        width:250px;
                        }
                        
                        form .radio {
                        float:left;
                        width:250px;
                        }
                        
                        form .textarea {
                        float:left;
                        font-size:11px;
                        width:250px;
                        height:113px;
                        }
                                form .textarea textarea {
                                font-size:12px;
                                width:240px;
                                height:100px;
                                }
                                form .textarea img {
                                padding-top:3px;
                                }
                        
                        form .subbut {
                        margin-top:2px;
                        padding-left:150px;
                        padding-bottom:5px;
                        }
                
                
                .form-under {font-size:11px;color:#666666;}
                
                
                
                
                
                

