/* CSS Document */

body {
    font: 18px/1.4 Verdana, Arial, Helvetica, sans-serif;

    background: #E3F0F9 url(bits/citybg.gif) repeat;
    margin: 0;
    padding: 0;
    color: #000;
    height:100%;
}
.content {padding:7px 2px 0px 0px;
    width: 100%;

}
p{margin:0;padding: 2px;font-size:80%;}
hr{}
td {vertical-align: top;}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
    padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6  {
    margin: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
    padding-right: 0px;
    padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h1{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
}
h2{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
    border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {    
    color: #000;
    text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
    color: #000;
    text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
    text-decoration: none;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
    width: 96%;
    background: #FFF;
    margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}



a.toptabs:link, a.toptabs:visited{
    background-image: none;
    padding-left: 6px;
    padding-right: 6px;
    float: left;
    margin: 0;
    font-size: 10px;
    line-height: 16px;
    white-space: nowrap;
    border-right: 1px solid #cccccc;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFF00;
    text-decoration: none;
    border-bottom: 1px solid #0066CC;
    background-color: #5e9bca;
}

a.toptabs:hover{
    color: #0099FF;
    background: #FFFF99;
    border-bottom: 1px solid #CC9900;
}
a.citytabs:link, a.citytabs:visited{
    background-image: none;
    padding: 7px;
    float: left;
    margin: 0px 3px 0px 3px;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;

    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: none;

    background-color: #5e9bca;
    border: solid 2px #fff;
    border-radius:1em;
    -moz-border-radius:1em;
    -webkit-border-radius:1em;

}

a.citytabs:hover{
    color: #0099FF;
    background: #dddddd;
    border-color:#5e9bca;

}
.ssi_table{
    font-size: 8pt;
    width: 100%;
}
.lgefont{
    font-size:24px;
}
.mdfont{ font-size:12px;}
.smfont{
    font-size:10px;
}
/* start of new stuff ... */
#header {min-width:1024px;padding:0px; background:#99ccff;border-bottom: solid 2px #fff;border-top: 0;
         -moz-box-shadow: 2px 2px 4px #888;
         -webkit-box-shadow: 2px 2px 4px #888;
         box-shadow: 2px 2px 4px #888;}

#outer1 {float:left; width:265px; padding:5px;}
#outer3 {float:right; width:405px; padding: 5px 5px 0 0px;}
#outer2 {padding: 5px; margin-right: 410px;}

#outer1, #outer2, #outer3 {}
#body { margin: 0;
padding: 0px;
}
#footer {clear:both; padding: 5px; background-color: #5e9bca; border-top: solid 2px #fff; border-bottom: 0; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;}
#wrapper {min-width:1168px; max-width: 1400px; margin: 0 auto 0 auto; min-height:100%;}
     
.newsarea{
    margin: auto;
    border: none;
    width:100%
}
.newsarea td{padding:0px;}
.newsitem {
    margin: 0px auto 5px auto;
    padding: 5px;
    background-color: #99CCFF;
    border: ridge 2px #fff;
    border-radius:1em;
    -moz-border-radius:1em;
    -webkit-border-radius:1em;

}

.newsbody{
    background-color: #eeeeee;
    font-size: 80%;
    padding: 8px;
    border: groove 2px #fff;
    border-radius:1em;
    -moz-border-radius:1em;
    -webkit-border-radius:1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.mainitem {
    margin: 0px auto 5px auto;
    padding: 5px;
    background-color: #99CCFF;
    border: solid 2px #fff;
    border-radius:1em;
    -moz-border-radius:1em;
    -webkit-border-radius:1em;

}
.mainbody{
    background-color: #eeeeee;
    font-size: 12px;
    padding: 8px;
    border: groove 2px #fff;
    border-radius:1em;
    -moz-border-radius:1em;
    -webkit-border-radius:1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.sidebox {
    font-size: 80%;
    width: 98%;
    margin: 0px auto 5px auto;
    padding: 0px;
    border: solid 2px #fff;
    background-color: #99ccff;
}
.sideboxcontent 
{
   margin: 0px;
   padding: 4px;
}

.contentbox, .contentbox2, .contentbox3
{
    font-size: 90%;
    margin: 0px 0 5px 0;
    padding: 5px;
    border: solid 2px #5e9bca;
}
.contentbox4
{
    font-size: 80%;
    margin:0px;
    padding: 5px;
    background-color: #fff;
    border: solid 2px #5e9bca;
}
.contentbox{background-color: #eeeeee;}
.contentbox2{background-color: #5e9bca;}
.contentbox3{background-color: #dddddd;}
.clear_div{clear:both;}

/* things that need border shadows... */
#footer, .newsitem, .contentbox, .contentbox2, .contentbox3, .sidebox, a.citytabs:link, a.citytabs:visited
{
    -moz-box-shadow: 2px 2px 4px #888;
    -webkit-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px #888; 
}
/* class for the tables */
.sidetable
{
    width:100%;  
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
}
.sidetable2
{
    width:100%;  
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
}
.stabletr1{
    background-color: #cccccc;
}
.stabletr2{
    background-color: #dddddd;
}
.stabletr3{
    background-color: #EEEEEE;
}
.sidetable2 td, .sidetable td {
    padding:2px 3px 2px 3px;
    vertical-align: top;
    
}