/* --------------------------------------------------- 
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;
background-color:#ffffff;
background-image:url(../images/background.jpg);
background-position:top center;
background-repeat:repeat-x;
clear:both;
margin:0 auto;
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#82570c;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#2e1604;}
a img     {border:none;}


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

h1 {font-size:22px;line-height:24px;padding:4px 0 4px 0; text-decoration:none;}
h2 {font-size:20px;line-height:22px;padding:4px 0 4px 0; text-decoration:none;}
h3 {font-size:18px;line-height:20px;padding:4px 0 4px 0; text-decoration:none;}
h4 {font-size:16px;line-height:18px;padding:4px 0 4px 0; text-decoration:none;}
h5 {font-size:14px;line-height:16px;padding:4px 0 4px 0; text-decoration:none;}
h6 {font-size:12px;line-height:14px;padding:4px 0 4px 0; text-decoration:none;}



/* 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:30px;}
.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-main {text-align:center;margin-bottom:18px;}


/* LIST ELEMENTS
list elements */
ul {
margin-top:6px;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
margin-left:0;
padding-left:0;
}
        ul li {
        line-height:16px;
        list-style:none;
        margin-top:0;
        padding-top:4;
        padding-bottom:11px;
        margin-left:0;
        padding-left:30px;
        background-image:url(../images/point.gif);
        background-position:10px 7px;
        background-repeat:no-repeat;
        }




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

#container2 {
width:900px;
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 {
        height:140px;
        }
        
                #header #logo {
                float:left;
                display:inline-block;
                }
                
                
                
                
                #top-right {
                float:right;
                height:63px;
                padding-top:15px;
                }
                
                        #top-right #call {
                        color:#ffffff;
                        font-size:16px;
                        font-weight:bold;
                        padding-left:40px;
                        line-height:33px;
                        background-image:url(../images/call_image.gif);
                        background-position:-2px -3px;
                        background-repeat:no-repeat;
                        }
                        
                        #top-right .header-button {
                        float:right;
                        display:inline-block;
                        height:34px;
                        color:#ffffff;
                        line-height:34px;
                        padding-right:15px;
                        background-image:url(../images/header_button.gif);
                        background-position:right -34px;
                        background-repeat:no-repeat;
                        margin-right:10px;
                        }
                                #top-right .header-button-inner {
                                display:block;
                                height:32px;
                                line-height:32px;
                                padding-left:15px;
                                padding-top:1px;
                                background-image:url(../images/header_button.gif);
                                background-position:left 0;
                                background-repeat:no-repeat;
                                }
                                        #top-right .header-button-inner a {color:#ffffff;}
                                        #top-right .header-button-inner a:hover {color:#a67c40;}
                
                
                
                
                /* MAIN NAVIGATION */
                #navigation {
                clear:right;
                float:right;
                width:576px;
                height:28px;
                line-height:28px;
                font-weight:bold;
                font-size:15px;
                text-transform:uppercase;
                color:#ffffff;
                }
                
                        #navigation a {
                        float:left;
                        display:inline-block;
                        line-height:28px;
                        color:#dacab3;
                        margin-left:26px;
                        }
                                #navigation a:hover,
                                #navigation .on {
                                color:#ffffff;
                                border-bottom:solid #997138 2px;
                                }

                
                
                
                
                
        /* FLASH IMAGE */        
        #flash {
        height:234px;
        position:relative;
        background-image:url(../images/flash_bg.gif);
        background-position:center;
        background-repeat:no-repeat;
        }
                
                #flash #flash-over {
                position:absolute;
                left:35px;
                top:4px;
                width:374px;
                height:226px;
                background-image:url(../images/flash_over.png);
                background-repeat:repeat;
                z-index:1600;
                }
                        #flash #flash-over h1 {
                        color:#ffffff;
                        line-height:28px;
                        font-size:24px;
                        font-style:italic;
                        font-weight:normal;
                        }
                
                #flash table {
                display:none;
                position:absolute;
                left:4px;
                top:4px;
                z-index:1500;
                }
                
                
                
                
        #top-image {
        height:88px;
        position:relative;
        background-image:url(../images/header_bg.gif);
        background-position:center;
        background-repeat:no-repeat;
        }
                
                #top-image .top-image-inner {
                position:absolute;
                left:4px;
                top:4px;
                height:80px;
                width:892px;
                background-position:center center;
                z-index:1500;
                }
                

                
        
        
        .main-bg {
        background-image:url(../images/main_bg.gif);
        background-position:top;
        background-repeat:repeat-x;
        }
        
        /* MAIN CONTENT */
        #main {
        color:#221003;
        line-height:18px;
        padding:32px;
        position:relative;
        }
        
                #main #main-tab {
                position:absolute;
                left:35px;
                top:0px;
                width:374px;
                height:45px;
                background-color:#c7b08e;
                z-index:1600;
                }
                
                #main #main-tab2 {
                position:absolute;
                right:35px;
                top:0px;
                width:374px;
                height:45px;
                background-color:#c7b08e;
                z-index:1600;
                }
				
				#main #main-content {
				position:inherit;
				}
        
                #main a {
                /*text-decoration:underline; */
                }
        
                #main h1 {
                color:#997139;
                font-size:30px;
                line-height:30px;
                font-style:italic;
                font-weight:normal;
                }
                
                #main h4, #main h5 {
                color:#452309;
                font-style:italic;
                }
                
                
                
                #main .main-left {
                float:left;
                width:377px;
                padding-top:30px;
                }
                
                #main .main-right {
                float:right;
                width:420px;
                }
                
                #main .second-right {
                float:right;
                width:377px;
                padding-top:30px;
                }
                
                #main .second-left {
                float:left;
                width:420px;
                }




        
        
        /* MAIN FOOTER */
        #footer {
        line-height:26px;
        height:56px;
        font-size:12px;
        color:#a99b83;
        text-align:left;
        padding:22px 22px 22px 85px;
        background-color:#f5f2e9;
        background-image:url(../images/footer_logo.gif);
        background-position:22px center;
        background-repeat:no-repeat;
        }
        
                #footer a {color:#996d20;font-weight:bold;}
                #footer a:hover {color:#2e1604;}
                #footer span {font-size:11px;}
                
                #footer .footer-right {
                float:right;
                height:56px;
                display:inline-block;
                }
                
                
                
                
                
                /* 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;
                }
                                        
                        .req {
                        color:#D60309;
                        font-weight:bold;
                        font-size:12px;
                        }
                
                        form .label {
                        clear:both;
                        height:18px;
                        font-size:12px;
                        font-style:italic;
                        font-weight:bold;
                        color:#353535;
                        line-height:18px;
                        text-align:left;
                        margin-bottom:4px;
                        }
                        
                        form .input {
                        height:25px;
                        }
                                form .input input {
                                font-size:12px;
                                width:57%;
                                }
                                
                        form .select {
                        height:25px;
                        }
                                form .select select {
                                font-size:12px;
                                width:57%;
                                }
                        
                        form .textarea {
                        font-size:11px;
                        height:93px;
                        }
                                form .textarea textarea {
                                font-size:12px;
                                width:97%;
                                height:80px;
                                }
                                form .textarea img {
                                padding-top:3px;
                                }
                        
                        form .button {
                        margin-top:2px;
                        padding-bottom:5px;
                        }
                
                
                .form-under {font-size:11px;color:#666666;}
                
                
                
                
                
                

