/*
        Chameleon by Adonis Ronquillo for Free Website Templates
        www.freewebsitetemplat.es / www.doni.us
        Images by Image Base http://imagebase.davidniblack.com/
        Released under the Creative Commons Attribution 3.0 License.
*/

* {
        margin: 0;
        padding: 0;
}

a {
        text-decoration: underline;
        color: #53B4FD;
}

a:hover {
        text-decoration: none;
}

body {
        font-size: 11pt;
        line-height: 1.75em;
        background: #36271B url(images/bg.jpg);
        color: #CDC9C6;
        text-align: justify;
}

body,input {
        font-family: Antic, sans-serif;
}

br.clear {
        clear: both;
}

form {
        margin: 0;
        padding: 0;
}

h1,h2,h3,h4 {
        text-transform: lowercase;
}

h2 {
        font-size: 2.25em;
}

h2,h3,h4 {
        margin-bottom: 1em;
        font-family: Antic, sans-serif;
        color: #FFF;
}

h3 {
        font-size: 1.75em;
}

h4 {
        font-size: 1.5em;
}

img.left {
        float: left;
        margin: 8px 20px 20px 0;
}

img.top {
        margin: 8px 0 20px 0;
}

p {
        margin-bottom: 1.5em;
}

ul {
        margin-bottom: 1.5em;
}

ul h4 {
        margin-bottom: 0.35em;
}

#outer {
        margin: 0 auto;
        width: 1180px;
}

#banner {
        position: relative;
        padding: 0;
        height: 350px;
        width: 1180px;
        margin: 28px 0;
        background: #000;
}

/* ///////////////////////////////////////////////////////////////////////////
// Logo
/////////////////////////////////////////////////////////////////////////// */

        #logo {
                position: absolute;
                bottom: 1;
                left: 0;
                background: url(images/logobg.png) repeat-x top left;
                line-height: 68px;
                width: 100%;
        }

        #logo a {
                text-decoration: none;
                color: #FFF;
        }

        #logo h1 {
                font-size: 4em;
                letter-spacing: -3px;
                text-shadow: 2px 2px 2px #000;
                font-family: Antic, sans-serif;
                padding-left: 28px;
        }

        #nav {
                position: absolute;
                top: 0;
                right: 0;
                padding: 0 ;
                width: 400px;
                height: 350px;
                line-height: 68px;
                margin: 0;
                background: #aeba58;
                font-family: Antic, sans-serif;
        }

/* ///////////////////////////////////////////////////////////////////////////
// Nav
/////////////////////////////////////////////////////////////////////////// */

        #nav a {
                text-decoration: none;
                text-transform: lowercase;
                font-size: 1.5em;
                color: #251B13;
                height: 70px;
                display: block;
        }

        #nav ul {
                list-style: none;
        }

        #nav ul li {
                background: url(images/linkbg.jpg) repeat-x top left;
                padding: 0 28px;
        }

        #nav ul li.active, #nav ul li:hover {
                background: url(images/linkbg2.jpg) repeat-x top left;
        }
        #nav ul li.active a, #nav ul li a:hover {
                color: #FFF;
        }

/* ///////////////////////////////////////////////////////////////////////////
// Column
/////////////////////////////////////////////////////////////////////////// */

        .column {
                width: 350px;
                float: left;
        }

                .column1 {
                        margin: 0 37px 0 28px;
                }

                .column2 {
                        margin: 0;
                }

                .column3 {
                        margin: 0 28px 0 37px;
                }

#copyright {
        margin: 0 0 16px 0;
        padding: 48px 0 76px 0;
        text-align: center;
}

#copyright a {
        color: #CDC9C6;
}


