﻿/*Reset
-------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, 
tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
background: transparent;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 
'cellspacing="0"' in the markup */
/*table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}*/
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/*Basic Elements
---------------------------------------------------------------------*/

body {
    font: 12px tahoma, Helvetica, sans-serif;
    color:#ffffff;
    background:#000000;
    min-width:990px;
}

h1,h2,h3,h4,h5,h6 {
    font-weight:normal;
}
h1 {font-size:2.4em;}
h2 {font-size:2.2em;}
h3 {font-size:2.2em;}
h4 {font-size:1.8em;}
h5 {font-size:1.6em;}
h6 {font-size:1.4em;}
a:link {color:#ffffff;text-decoration: underline;}
a:visited {color:#ffffff;font-weight: normal;}
a:hover {color:#ff0000;text-decoration: none;}
p {
    line-height:1.4em;
    padding:0;
    margin:.5em 0;
}
.clearing {
    clear: both;
}
.hide {
    display: block;
    width:0;
    height: 0;
    line-height: 0;
    overflow:hidden;
}
.sep {
    padding-bottom:1em;
    margin:0 0 1em 0;
    }
.p-sep {
    padding-bottom:1em;
    margin:0 0 1em 0;
    }    
.last {
    margin:0;
}    
.more {
    margin: 1em 0;
}    
hr {
    display: none;
}    
.small {
    font-size: 90%;
}
.last {
    border: none;
}
/*Page structure
---------------------------------------------------------------------*/
#page {
    height: 100%;
    width: 88%;
    margin: 0 6%;
}
#header {
}
#content {
    height: 100%;
}
#footer {
    
}

/*Header
---------------------------------------------------------------------*/
#header div.header {
    height:62px;
    width: 100%;
    margin: 10px 0;
}

#header div.header table.top {
    width: 100%;
}

#header div.header table.top td {
    vertical-align: top;
}

#header div.header table.top td {
    text-align: center;
}

#header div.top-banner {
    float:right;
}

#header div.header div.left {
    margin-right: 100px;
}

#header div.header div.left p {
    color:#ffffff;
    float: left;
    font-size: 90%;
    margin: 0 10px 10px 0;
}
#header div.header div.left p span {
    color: #ffffff;
    margin: 0 10px;
}
#header div.header div.left a {
    font-size: 11px;
    color:#ffffff;
    text-decoration: underline;
    font-weight: bold;
}
#header div.header div.left a:hover {
    font-size: 11px;
    color:#ff0000;
    text-decoration: none;
}

#header div.header div.center {
    margin-top: -5px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#header div.header div.center p.free {
    vertical-align: top;
    margin-right: 50px;
    font-weight: bold;
    float: left;
    color: #ffffff;
}

#header div.header div.center p.l {
    float:left;
    margin-right:50px;
    vertical-align:top;
}
#header div.header div.center p {
    vertical-align:top;
}
#header div.header div.center p.l span, #header div.header div.center p.r span {
    color:#ffffff;  
    font-weight:normal;
}
#header div.header div.center p.r {
    float:left;
}
#header div.header div.right {
    color:#ffffff;
    float:right;
    font-weight:bold;
    margin-top:-3px;
}
#header div.header div.right p span {
    font-weight:normal;
    color:#ffffff;  
}
/*title*/
#header div.title {
    position: relative;
    height: 230px;
    width: auto;
    text-align: left;
    background: url(/img/bg.jpg) no-repeat top center;
    cursor: pointer;
}

#header div.title h1,#header div.title h2 {
    position:absolute;
    color: #fff;
}
#header div.title h1 {
    top:60px;
    font-size: 160%;
    font-weight: bold;
    background: transparent url(/site/images/title.gif) 52px 0 no-repeat;
    height:65px;
    left: 66px;
    padding: 80px 0 0 0;
}
#header div.title h2 {
    top:165px;
    left: 65px;
    font-size: 100%;
}

/* navigation */
#nav {
    background: #660000;
    height: 41px;
    padding-left: 25px;

}
#nav li {
    display: inline;
    float:left;
    padding: 0 40px 0 0; 
    line-height: 41px;
    color: #fff;
}
#nav li a {
    color: #fff;
    font-weight: bold;
    background: transparent url(/img/str1.gif) 10px 50% no-repeat;
    padding: 0 0 0 30px;
    text-decoration: underline;
}
#nav li a:hover {
    color: #ff0000;
    text-decoration: none;
    background: transparent url(/img/str1.gif) 10px 50% no-repeat; 
}

#nav li.selected a {
    color: #ff0000;
    text-decoration: none;
    background: transparent url(/img/str1.gif) 10px 50% no-repeat; 
}

/*Content
---------------------------------------------------------------------*/
#content table,#content caption, #content tbody, #content tfoot, #content thead, #content 
tr, #content th, #content td {
    vertical-align: top;
}
#content table {
    width:100%;
    padding:0;
    margin: 0;
}
#content #col1 {
    font-size: 12px;
    color: #ffffff;
    width:221px;
    background: #732206;
    padding: 20px 30px;
}
#content #col1 h2 {
    color: #000;
    font-size: 18px;
}
#content #col1 h3 {
    color: #000;
    padding: 0 0 0 0px;
    font-size: 11px;
    font-weight: bold;
    background: url(../images/arr.gif) 5px 50% no-repeat;
}
#content #col1 p {
    margin: 5px 5px 10px 0;
    padding: 0 0 10px 0;
}

ul.sub {
    padding-left: 20px;
}

ul.sub li {   
    margin-bottom: 10px;
    font-weight: normal;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:disc;
    color:#ff0000;
}
ul.sub li a{   
    font-weight: normal; 
    text-decoration:underline;
}
ul.sub li a:hover{   
    font-weight: normal; 
    text-decoration:none;
}
ul.sub li a.active{  
    font-weight: normal; 
    text-decoration:none;
    color:#ff0000;
}

/*col2*/

#content #col2 {
    padding-left: 20px;
    width: auto;
    background: #732206;
    margin: 0 0 0 5px;
    color:#DCBC73;
}
#content #col2 div.news-wrapper {
    width: 80%;
    float: left;
    margin-right: -295px;
}
#content #col2 div.news {
    margin-right: 100px;
    width: 70%;
}
#content #col2 div.banner {
    width: 48%;
    float: right;
    text-align: right;
    margin: 20px 10px 0 0;
    padding-right: 20px;
}
#content #col2 div.banner p{
    margin: 5px 0 5px 0;
}

#content #col2 div.banner div.anons {
    font-size: 11px;
    color:#a35b00;
}

#content #col2 div.banner img {

}


#content #col2 h2 {
    margin:0 0 15px 0;
    padding-top: 20px;
    color: #DCBC73;
    font-size: 18px;
}
#content #col2 h3 {
    padding: 0 0 0 0;
    font-size: 12px;
    font-weight: bold;
    height: 1%;
    /*background: url(../images/arr.gif) 20px 50% no-repeat;   */
}
#content #col2 p {
    margin: 5px 20px 10px 0;
    padding: 5px 0 10px 0;
    line-height: 1.2em;
}
#content #col2 p.sep {
    /*background: transparent url(../images/h-sep.gif) 0 100% repeat-x;*/
}

#content #col2 div#incont {
    padding-right: 20px;
}
#content #col2 div#incont, #content #col2 div#incont a {
    font-size: 13px;
}


#content #col2 div.news {
    font-size: 12px;
}


#content #col2 div.news p {
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

#content #col2 div.news p.date {
    /*padding-left: 20px;*/
    margin-bottom: 0;
    color: #cc9966;
    /*background: url(/site/images/str2.gif) center left no-repeat;*/
}
#content #col2 div.news  a {
     font-weight: normal; 
}

#content #col2 div.subway {
    margin-top: 20px;
}

#content #col2 div.subway a.lnklpol {
    border: 0;
    color: #ffffff;
    text-decoration: underline;
    font-weight: normal;
}
#content #col2 div.subway span.sin{
    color: #ff0000;
   
    border: 0;
    font-weight: normal;
}

#content #col2 div.subway a.lnklpol:hover {
    color: #ff0000;
    text-decoration: none;
    font-weight: normal;
}
#content #col2 div.news div.navbarnews  {
    border: 0;
    color: #ffffff;
    font-weight: normal;  
}
#content #col2 div.news div.navbarnews p a { 
    font-weight: normal;   
}
#content #col2 div.news div.navbarnews p span { 
    color: #ff0000;    
}


/*Footer
---------------------------------------------------------------------*/
#footer ul {
    height: 3.6em;
    float: left;
}
#footer ul li {
    float: left;
    margin: 1em 10px 0 0;
    border-right: 1px solid #ffffff;
}
#footer li.last,#footer div.footer ul li.last {
    border: none;
}
#footer ul li a {
    color:#ffffff;
    margin: 0 10px 0 0;
    text-decoration: underline;
    font-weight: normal;
}
#footer ul li a:hover {
    color:#ff0000;
    margin: 0 10px 0 0;
    text-decoration: none;
    font-weight: normal;
}
#footer div.footer {
    height: 72px;
    background: transparent;
    margin: 0;
    padding: 0;
}
#footer div.footer p {
    color: #ffffff;
    float: left;
    font-size: 90%;
    margin:30px 0 20px 15px;
}
#footer div.footer ul {
    float: right;
}
#footer div.footer ul li {
    border-right:1px solid #ffffff;
    margin-top: 32px;
}
#footer div.footer ul li a {
    color: #ffffff;
    font-weight: normal;
    text-decoration: underline; 
}

#footer div.footer a {
    color: #ffffff;
    font-weight: normal;
    text-decoration: underline; 
}
#footer div.footer a:hover{
    color: #ff0000;
    font-weight: normal;
    text-decoration: none; 
}
#sform { 
    padding-top: 10px;
    float: right;
}
#sform .input-submit{
    background:transparent none repeat scroll 0 0;
    border:medium none;
    color:#ffffff;
    cursor:pointer;
    float:left;
    font-size:90%;
    font-weight:normal;
    margin:2px 0;
    padding:0;
    text-decoration:underline;
}
#sform .input-text {
float:left;
font-size:90%;
margin:0 10px 0 0;
padding:2px;
}


.td2 {  
    border: 1px solid black;
    padding: 2px;
}

.image {
border: solid 1px;
border-color: #DCBC73;
}

.sin { border: 1px solid #ccc; color: #ccc; }
.sim { cursor: pointer; }

