* {
    margin: 0 ;
    padding: 0 ;
}

body {
    background-color: #111;
}

body, input, textarea {
    color: #fff;
    font-family: Tahoma, sans-serif ;
    font-size: 8pt ;
}

input, textarea {
    color: #111;
    background-color: #fff;
}

img {
    border: 0 ;
}

p {
    margin-bottom: 1em ;
}

a {
    text-decoration: none;
    color: #86ce15;
}

#sitecontainer {
    width: 707px;
    position: relative ;
    margin: auto;
}

#menucontainer {
   float: left;
   width: 181px;
   margin-top: 61px;
}

#logo{
   margin: 94px 0 24px 28px;
   width: 121px;
}

#menutop, #menubottom {
   background: url('../images/bg_menu_top.gif') no-repeat;
   height: 40px;
   width: 181px
}

#menubottom{
   background-image: url('../images/bg_menu_bottom.gif');
   clear: both;
}

#menu{
   border: 5px solid #fff;
   border-width: 0 5px 0 5px;
   width: 171px;
   float: left;
   background-color: #636363;
   padding: 11px 0 11px 0;
   font-size: 11px;
   clear: both;
}

#menu ul {
    list-style-type: none ;
}

#menu ul a {
    text-decoration: none ;
}

#menu ul li{
    background-color: #fff;
    margin-bottom: 1px;
}

#menu ul li a{
    display: block ;
    padding: 4px ;
    padding-left: 28px ;
    height: 1px ;
    overflow: visible ;
    text-transform: uppercase;
    font-weight: bold;
}

#menu ul li > a {
    height: auto ;
}

#menu ul li a:hover, #menu ul li.active, #menu ul li.active a, #menu ul li.current, #menu ul li.current a{
    background-color: #86ce15 ;
    color: #fff;
}

#menu ul li ul li.active, #menu ul li ul li.active a{
    color: #fff;
}

#menu ul li ul li a {
    padding-left: 35px;
    font-size: 9px;
    color: #fff;
    background-color: #bcbcbc !important;
}
#menu ul li ul li a:hover {
    background-color: #86ce15 !important;
}

#menu ul li ul li{
    border-top: 1px solid #636363 !important;
    margin-bottom: 0;
}

.copyright{
    font-size: 10px;
    margin-top: 5px;
    text-align: center;
    color: #ccc;
}

#contentcontainer{
   margin: 61px 0 0 11px;
   width: 513px;
   float: left;
   background-color: #636363;
}

#contenttop, #contentbottom {
   background: url('../images/bg_content_top.gif') no-repeat;
   height: 39px;
   width: 513px
}

#contentbottom {
   background-image: url('../images/bg_content_bottom.gif');
   clear: both;
}

#content, #news {
    width: 435px ;
    padding: 0 34px;
    text-align: left ;
    line-height: 1.2em ;
    border: 5px solid #fff;
    border-width: 0 5px 0 5px;
    float: left;
}

#content{
    height: 350px;        
}

#contentcontainer > #content{
    height: auto;
    min-height: 350px;
}

#content .contentstart{
    margin-top: 1em;
    clear: both;
}

#content blockquote{
    margin-left: 3em;
}

#content ul{
    list-style-image: url(../images/bullet.gif);
    margin-bottom: 1.5em;
}

#content ol{
    margin-bottom: 1em;
}

#content li {
    text-align: left ;
    margin-top: 0.6em ;
    margin-left: 16px;
}

#content ol li{
    margin-top: 0.3em ;
    margin-left: 22px;
}


#content h1, .newsheadline {
    font-size: 14px ;
    font-weight: bold ;
}

#content h1.pagetitle{
    margin: 1em 0 0.5em 0;
    text-transform: uppercase;
}

#content .pagetitle, .newsheadline {
    color: #86ce14;
    margin: 1em 0 0.5em 0;
}

#content h2 {
    font-size: 9pt ;
    font-weight: bold ;
    padding-bottom: 0.25em ;
    margin-bottom: 1em ;
    color: #86ce14;
}

#content .pagetitle h2 {
    padding-bottom: 0 ;
    border-bottom: 0 ;
    margin-top: 1em ;
    margin-bottom: 0 ;
}

#content h3, #content h4 {
    font-size: 9pt ;
    font-weight: bold ;
    margin-bottom: 1em ;
}

#content h4{
    margin: 1em 0;
}

#content img{
    border: 5px solid #fff;
    margin-right: 1.5em;
}

.logoimage, .tx-photogals-pi1-small img, .tx-photogals-pi1-small-active img{
    border: 0 !important;
    margin-right: 0 !important;
}

#news{
    border: 5px solid #fff;
    border-width: 0 5px 0 5px;
    padding-bottom: 0em;
}
#content #news{
    padding-top: 1em;
    margin-left: -34px;
    border: 0;
}

.newsimage img{
    border: 5px solid #fff;
    margin-right: 18px;
    float: left;
}

.newsheadline{
   margin-top: 0.5em;
   font-size: 9pt;
}

.newscontent{
    width: 275px;
    float: left;    
}

.newslink{
    margin-top: 0.5em;
}

.newsline{
    clear: both;
    margin: 0 -11px;
    border-top: 1px solid #7b7b7b;    
}

#content #news .newsline{
    margin-bottom: 1em;    
}

.newscont{
    clear: both;
    border-top: 1px solid #7b7b7b;
    margin: 10px -1em 0 -1em;
}

label {
    cursor: pointer ;
}

/*div {
    outline: 4px solid #f00 ;
}

div > div {
    outline: 3px solid #0f0 ;
}

div > div > div {
    outline: 2px solid #ff0 ;
}

div > div > div > div {
    outline: 1px solid #00f ;
}
  */

