body, div, h1, h2, h3, h4, h5, h6, ol, img, p {
    margin:0px;
    padding:0px;
    border:none;
}

body{
    font-family: garamond, georgia, 'times new roman';
    background:#fff url('images/bgpattern.png') repeat;
}

a:link, a:active, a:visited{
    color:#800;
}

a:hover{
    color:#300;
    text-decoration:none;
    text-shadow:1px 1px 1px #ccc;
}

p{
    padding-bottom:10px;
}

/*Header and Logo*/
.container{
    width:1024px;
    margin:0 auto;
    background:#fff;
}

#logo img{
    height:92px;
    width:250px;
    margin:0px 20px 20px 20px;
    float:left;
    border:none;
}

#logo h1{
    text-indent:-9999px;    
}

#tagline{
    font-family: Georgia;
    font-size:1.2em;
    color:#000;
    padding:60px 0px 10px 30px;
    float:left;
}


/* Top Navigation Bar*/
#nav-wrap{
    background: url('images/navbar.png');
}

.group:after{
    visibility:hidden;
    display:block;
    font-size:0;
    content:"";
    clear:both;
    height:0;
}

*:first-child+html .group { zoom: 1; } /* IE7 */

#navbar{
    margin:0px auto;
    padding:0px;
    list-style: none;
    position: relative;
}
    
#navbar li{
    display: inline;
    text-transform:uppercase;
}

#navbar li a{    
    font:0.9em georgia;
    position: relative;
    z-index: 200;
    color:#fff;
    display: block;
    float: left;
    padding:10px 35px 10px 35px;
    text-decoration: none;
    text-transform: uppercase;
}

#navbar li a:hover{
    color: #dff4ff;
}

#navbar li a:visited{
    font:0.9em georgia;
}

#navbar #magic-line-two{
    position: absolute;
    top: 0; left: 0;
    width: 100px;
    background:#0080c0;
    opacity:0.5;
    z-index: 100;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.current_page_item a{ color: white !important; }


/*Middle Content*/
.container2{
    background-color:#ffffff;
    width:984px;
    padding:20px;
    float:left;
}

#content{
    width:700px;
    float:left;
    border-right:1px dashed #800;
}

#slide-container{
    margin-left:50px;
    margin-bottom:20px;
}

#intro p{
    font-size:1.2em;
    margin-left:50px;
    margin-bottom:30px;
    padding-left:50px;
    text-align:justify;
    width:500px;
    font-style:italic;
}

h3{
    color:#800;
    font:1.3em georgia;
    text-transform:uppercase;
    border-bottom:1px ridge #800;
    text-shadow:1px 1px 2px #9e9e9e;
}

h4{
    font-size:1.2em;
    margin-top:10px;
}

#news{
    padding:20px;
    text-align:justify;
}


/*Sidebar with buttons and such*/
#sidebar{
    width:250px;
    height:800px;
    padding:0px 0px 20px 20px;
    float:right;
}

#button a{
    display:block;
    background:url('images/button.png') no-repeat 0px 0px;
    margin-bottom:10px;
    padding-top:10px;
    height:50px;
    width:225px;
    color:#fff;
    text-decoration:none;
    text-align:center;
}

#button a:hover{
    display:block;
    color:#ddd;
    background-position:0px -60px;
    text-shadow:#000 1px 1px 2px;
    margin:3px 0px 10px 1px;
}

h5{
    font:1.2em georgia;
    color:#800;
    border-bottom:1px dashed #800;
    text-shadow:1px 1px 1px #9e9e9e;
}

#events p{
    padding:15px 0px 15px 0px;
}

.sidebarmenu{
    padding-top:20px;
    font:oblique 1em garamond;
}

.sidebarmenu a{
    text-decoration:none;
    font:oblique 1em garamond;
}

/*Footer*/
#footer{
    color:#000;
    width:1024px;
    background:#fff;
    margin:0 auto;
    text-align:center;
    border-top:1px dashed #800;
}

#credits{
    font:0.7em georgia;
}
