/**
  * 
  *
  * @author James Thatcher <james@brandfour.com> 
  * @version 0.2
  * @revision $Revision: 0.02 $
  * @date $Date: Sun, 09 March 2008 10:47:25 GMT $
  * $RCSfile: style.css,v $
  *
  * @todo
  *   
  * 
  * @history
  * Sun, 07 March 2008 10:47:37 GMT - Initially created file
  *
  *  UPDATES:
  *      - Added support for second row of links
  *
  **/
*{border:0;margin:0;padding:0;background:transparent;}
body {
    color: #313131;
    margin: auto;
    background: #DCDAC9;
    /*background: #e5ecf3;*/
}

body, td, th, textarea, input, select,h4, h5, h6 {
    font: 83%/1.4 arial, helvetica, sans-serif !important;
    font-size:12px;
}

/* LVHA */
a:link {
    color: #B41017;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #B41017;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a:active {
    font-weight: bold;
}
.subtitle {
    font-weight: bold;
    font-size: 18px;
    font-family: georgia;
    color: #313131;
    padding: 3px 3px;
    margin: 5px 0;
    display: block;
}
ul li,ol li {
    margin-left:15px;
}
h1 {
    font-size: 22px;
}
h3 {font-size: 16px; color: #333;}
h3.title,.subtitle {
    font-size: 16px; color: #333;
    margin-bottom: 10px; display: block; border-bottom: solid 1px #ddd;
}
.minititle {
    font-size:14px;font-weight:bold;
    color: #B41017;
    margin-bottom: 10px; display: block; border-bottom: solid 1px #ddd;
}
    
p {
    margin-bottom: 10px;
}

.b {
    font-weight: bold;
}

.editbox {
    width: 580px;
    background: #000;
}
#pagesettings {
    display:block;
    text-align: center;
    margin: auto;
    text-align: center;
    z-index: 99999;
}
#pagesettings #settings {
}
#pageConfig {
    /*width: 100%;*/
    display: block;
    z-index: 99999;
}

#container {
    width: 800px;
    margin: 0px auto;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

#topholder {
    width: 800px;
}
    #topholder #toplogo {
        width: 800px;
        height: 107px;
        display: block;
        background: #000 url(images/top_banner2.jpg) no-repeat;
    }
    #topmenu {
        text-align: center;
        height: 18px;
        background: #B41017;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 3px 4px;
    }
        #topmenu ul {
            list-style: none;
        }
        #topmenu ul li {
            display: inline;
            text-align: center;
            padding: 0px 0px;
            margin: 0;
        }
        /* LVHA */
        #topmenu ul li a:link {
            color: #fff;
            padding: 3px 8px;
            text-transform: uppercase;
            font-family: verdana;
        }
        #topmenu ul li a:visited {
            color: #fff;
            padding: 3px 8px;
            text-transform: uppercase;
            font-family: verdana;
        }
        #topmenu ul li a:hover,#topmenu ul li a.sel {
            color: #fff;
            background: #333;
            text-transform: uppercase;
        }
        #topmenu ul li a:active {
            background: #000;
            font-weight: normal;
            color: #B41017;
        }
    #topimage {
        width: 800px;
        height: 249px;
        background: #000;
        display: block;
    }
    
    #middlemenu {
        background: #DCDAC9;
        text-align: left;
        height: 18px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 0px 4px;
    }
        #middlemenu ul {
            list-style: none;
        }
            #middlemenu ul li {
                display: inline;
                text-align: left;
                margin: 0;
            }
            /* LVHA */
            #middlemenu ul li a:link {
                color: #000;
                padding: 0 18px;
                text-transform: uppercase;
                font-family: verdana;
            }
            #middlemenu ul li a:visited {
                color: #000;
                padding: 0 18px;
                text-transform: uppercase;
                font-family: verdana;
            }
            #middlemenu ul li a:hover,#middlemenu ul li a.sel {
                background: #333333;
                color: #BAB8AB;
                text-transform: uppercase;
            }
            #middlemenu ul li a:active {
                font-weight: normal;
            }
        
#main {
    width: 800px;
    background: #fff;
    position: relative;
}

    #main #leftholder {
        width: 580px;
        display: block;
        float: left;
        background: #fff;
    }
        #main #leftholder #left {
            padding: 15px 10px;
        }
    #main #rightholder {
        float: left;
        width: 220px;
        background: #fff;
    }
        #main #rightholder #right {
            padding: 15px 10px;
        }
        
        .news {
            padding-bottom:10px;
            border-bottom:1px solid #ddd;
            margin-bottom:10px;
        }
        .newstitle {
            font-weight: bold;
            color: #666;
        }
        .newsposted {
            color: #999;
            font-size: 10px;
            display: block;
        }
        .newsthumb {
            /*width: 52px;
            height:52px;*/
            /*background:#fff;
            border:1px solid #B41017;
            text-align:center;
            vertical-align:center;
            */
            float:right;
        }
        .newsthumb img {
            padding: 3px;
            border:1px solid #B41017;
            /*margin:  0 0 1em 2em;*/
        }
        .newscontent {
            color: #666;
            font-size: 11px;
            display: block;
        }

#footer {
    clear: both;
    width: 804px;
    display: block;
    padding-top: 30px;
    margin: auto;
    border-top: 1px solid #C3C5C6;
    color: #797979;
    padding-top:4px;
    background: #fff;
    margin-bottom: 100px;
}
#footer #footerleft {
    float: left;
    width: 402px;
    background: #fff;
}
#footer #footerright {
    width: 402px;
    float: right;
    text-align: right;
    background: #fff;
}

/** .....FORMS............................... **/

label {
    position: relative;
    width: 140px;
    float: left;
    padding: 2px 0;
}
textarea {
    background-color: #F4F4F4;
    border-color: #CBCBCB #D1D1D1 #D3D3D3 #D3D3D3;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    width: 180px;
    height: 100px;
    font: inherit;
}
textarea:focus {
    background: #E0E0E0;
    border-color: #BBBDBC #CCCCCC #D3D3D3 #D3D3D3;
}

form.general {
}

/* 10/07/07 - thatch - Fixed opera bug; removed form.general from inputs */
form.general fieldset{
    border:none;
    /*margin:2px 5px 2px 8px !important;*/
    margin:0;padding:0;
}
.ajax-loading {
    padding: 20px 0;
    background: url(/images/spinner.gif) no-repeat center;
    z-index: 99999;
}
form.general fieldset legend{
    color:#cc0033;
}

form.general br {
    display: none;
}

form.general label {
    position: relative;
    width: 140px;
    float: left;
    padding: 2px 0;
}
form.general input.t{
    background-color: #F4F4F4;
    border-color: #CBCBCB #D1D1D1 #D3D3D3 #D3D3D3;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    width: 180px;
}
form.general input.ts{
    background-color: #F4F4F4;
    border-color: #CBCBCB #B2B2B2 #B2B2B2 #D3D3D3;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    width: 143px !important;
    width: 149px;
    /*width: 154px;*/
    margin-left: 0px;
    margin-right: 0px;
}
form.general input.t:focus {
    background: #E0E0E0;
    border-color: #BBBDBC #CCCCCC #D3D3D3 #D3D3D3;
}
form.general input.ts:focus {
background: #E0E0E0;
    border-color: #B2B2B2 #CCCCCC #D3D3D3 #B2B2B2;
}
form.general textarea {
    background-color: #F4F4F4;
    border-color: #CBCBCB #D1D1D1 #D3D3D3 #D3D3D3;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    width: 180px;
    height: 100px;
    font: inherit;
}
form.general textarea:focus {
    background: #E0E0E0;
    border-color: #BBBDBC #CCCCCC #D3D3D3 #D3D3D3;
}
form.general option {
    background: #F4F4F4;
    padding: 1px 0px 1px 5px;
}
form.general select {
    background: #F4F4F4;
    border-color: #BBBDBC #CCCCCC #D3D3D3 #D3D3D3;
    border-style: solid;
    border-width: 1px;
}
input.b {
    background-color: #F4F4F4;
    border-color: #CBCBCB #D1D1D1 #D3D3D3 #D3D3D3;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    width: 185px;
    margin-top: 10px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}
input.b:hover {
    background: #E0E0E0;
    border-color: #BBBDBC #CCCCCC #D3D3D3 #D3D3D3;
}
.cls {
    clear: both;
    display: block;
    height: 3px;
}

.editbox {
    width: 360px;
    font: inherit;
}
#edittext {
        float: right;
        display: block;
        clear: both;
}
#savetextholder, #canceltextholder {
    float: right;
    width: 70px;
    height: 20px;
    background: #ccddaa;
    text-align: center;
    margin: 0 4px;
    border-color: #CBCBCB #D1D1D1 #D3D3D3 #D3D3D3;
    border-style: solid;
    border-width: 1px;
} #savetextholder { width: 140px; }


/** .....EDIT BOX............................. **/


.editboxholder {
    background: url(images/editbox-bg.png) repeat-y 0 100%;
    padding: 1px;
    position: relative;
}
.editbox {
    border-top: 1px solid #959598;
    border-left: 1px solid #959598;
    border-bottom: 1px solid #959598;
    border-right: 1px solid #959598;
    /*margin-right: 10px;*/
    background: #fff;
}

.submitbutton {
    position: relative;
    display: inline;
    background: #CACBCE;
    border: 1px solid #959598;
    color: #101416;
    font-family: arial, Fixedsys, Impact, arial;
    /*margin: 0 4px;*/
    padding: 1px;
    cursor: pointer;
}
.submitbutton:hover {
    border-color: #69696B #959598 #959598 #69696B;
    color: #0F7A87;
    background: #E0E0E2;
}
.over {
    background: url(images/textarea_background.gif) repeat;
    cursor: pointer;
}
.hidden {display: none !important;}

.validation-failed {
    border: 1px solid #f00;
}
.validation-passed {
}
.validation-advice {
    margin-left: 100px;
    margin: 2px 2px 0px 140px;
    font-style: italic;
    padding: 2px; 
    color:#fff; 
    background-color:#f00;
    width: 182px;
}
.warning {
    border: 1px solid #c66;
}
.warning-advice {
    margin: 2px;
    padding: 2px;
    color:#fff;
    background-color:#bbb;
}

.pages {
    width: 550px;
    padding: 1em;
    margin: 2.9em 0 1em;
    clear: left;
    font-size: 85%;
    font: 83%/1.4 arial, helvetica, sans-serif;
}

.pages a, .pages span{
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
}


.pages span.current {
    border: 1px solid #2E6AB1;
    font-weight: bold;
    background: #2E6AB1;
    color: #fff;
    vertical-align:middle;
}

.pages a {
    border: 1px solid #9AAFE5;
    text-decoration: none;
    color: #2E6AB1;
}

.pages a:hover {
    border-color: #2E6AB1;
}

.pages a.nextprev {
    font-weight: bold;
    color: #2E6AB1;
}

.pages span.nextprev {
    border: 1px solid #ddd;
	color: #666;
    color: #2E6AB1;
}

.pages span.sep {
    border: 1px solid #ffffff;
    vertical-align: bottom;
    color: #000000;
    margin-top:1em;
    padding: 0;
    font-weight: bold;
}