/* $Id: style.css,v 1.19 2006/12/27 13:17:15 drumm Exp $ */

/*
** HTML elements
*/

#wrapper {
  width: 1043px;
  margin: 0 auto;
  background-color: #000;
  background-image: none;
  border: 0px;
}

#wrapper_content {
  width: 1014px;
  margin: 0px 0px 0px 27px;
}

body {
  margin: 0;
  padding: 0;
  color: #000000;
  font: 76% Verdana, Tahoma, Arial, Helvetica, sans-serif;
  background-color: #000;
  background-image: none;
}
input {
  border: 1px solid #7b7b7b;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: underline;
}
a:link {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  text-decoration: underline;
}
div.content hr {
  border:0px;
  background-color: #75a6d6;
}
fieldset {
  border: 1px solid #2171c6;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #004c99;
}
.item-list .title {
  font-size: 1em;
  color: #204A1F;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}
.verdana_header {
    font-size: 25px;
}
/*
** Page layout blocks / IDs
*/
#header {
  width: 100%;
}
#content {
    width: 100%;
    background-color: #000;
    background-image: url(images/wrapper_bg.jpg);
    background-repeat: repeat-y;
}
#content_top {
    width:802px;
    height:53px;
    background-image: url(images/top_content.jpg);
}
#content_wrap_black {
    width: 787px;
    background-image: url(images/content_bg.jpg);
    background-repeat: repeat-x;
    background-color: #fff;
    min-height: 500px;
}

#logo {
  vertical-align: top;
  padding: 0px;
  width: 898px;
  height: 167px;
  padding: 0px;
  color: #fff;
  text-align: right;
  background-image: url(images/logo.jpg);
  background-repeat: no-repeat;
}
#logo img {
    float: left;
    padding: 0;
    margin: 0;
}
.logo_date {
    float:right;
    text-align:right;
    padding-top: 5px;
    margin-right:17px;
    font-weight:bold;
	  color: #fff;
}
#menu {
  padding: 4px;
  text-align: left;
  vertical-align: middle;
}
#menu a {
  font-weight: bold;
  color: #fff;
}
#navlist {
  font-size: 11px;
  color: #69c;
}
#navlist a {
  font-weight: bold;
  color: #fff;
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0;
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
#top_menu {

}
#lower_menu {
    width: 1008px;
    height: 22px;
    font-size: 14px;
    font-weight: bold;
    padding: 4px;
    background-image: url(images/bottom_menu_bg.jpg);
    background-repeat: no-repeat;
}
#lower_menu a:link,#lower_menu a:visited,#lower_menu a:active {
    color: #fff;
    text-decoration: none;
}
#lower_menu a:hover {
    color: #e00;
}
ul.links li {
  display:inline;
  list-style-type:none;
  padding:0px 5px 0px 8px;
}
ul.links li {
  border-left: 1px solid #e0e0e0;
}
ul.links li.first {
  border: none;
}
ul.primary {
  border-bottom:1px solid #0D5CB2;
  border-collapse:collapse;
  height:auto;
  line-height:normal;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:5px;
  padding:0pt 0pt 0pt 1em;
  white-space:nowrap;
}
ul.primary li a {
  background-color:#94c3f7;
  border-color:#55a0f2;
  border-style:solid solid none;
  border-width:1px;
  height:auto;
  margin-right:0.5em;
  padding:0pt 1em;
  text-decoration:none;
  color: #000;
}
ul.primary li.active a {
  border-color:#2c84e5;
  border-style:solid;
  border-width:1px 1px 0px 1px;
}
ul.primary li a:hover {
border-color:#1871d3;
background-color: #b8d8fc;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin-top:0.9em;
  padding: 0;
  font-size: 34px;
  font-style: normal;
}
.site-name a:link, .site-name a:visited {
  color: #c0d8f1;
}
.site-name a:hover {
  color: #dae9fa;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}

#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 0px 0px 10px 0px;
  margin-right: 18px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #d8e8ff;
  border: 1px solid #94c3f7;
  padding: 0.3em;
  margin: 0em 1em 1em 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  width: 205px;
  border-top: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #616161;
  border-bottom: 1px solid #a2a2a2;
  background-color: #000;
  padding: 4px;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  vertical-align: top;
  
}
#sidebar-left #user-login-form ul li {
  list-style-type: none;
  list-style-image: none;
  padding: 0px;
  margin: 0px;
}
#sidebar-left #user-login-form ul li a {
  border-bottom:1px solid #5185B9;
  display:block;
  list-style-image:none;
  list-style-type:none;
  margin:0pt;
  padding:2px;
}
#sidebar-left #user-login-form ul li a:hover {
  border-bottom: 1px solid #7eb0e3;
  text-decoration: none;
}
#sidebar-left #user-login-form .item-list {
    margin-top: 10px;
}
#user-login-form {
  text-align:center;
}
#footer {
  font-size: 0.9em;
  padding: 0px;
  margin: 0px;
  text-align: center;
  border: 0px;
  width: 898px;
  height: 21px;
  background-image: url(images/footer_bg.jpg);
  background-repeat: no-repeat;
  background-color: #e8e8e8;
}
#front_welcome {
  background-image: url(images/front_logo.gif);
  background-repeat: no-repeat;
  height:118px;
  color: #FFE746;
}
.front_welcome_text {
  color: #C0D8F1;
  font-size: 22px;
}
.district_governer {
    padding-top: 12px;
    color: #ffe746;
}
.front_image {
    margin-top:9px;
    border: 1px solid #003466;
}
.content_title {
  font-size: 14px;
  background-image:url(images/content_header.jpg);
  background-repeat:no-repeat;
  color: #000000;
  height: 23px;
  width: 728px;
  font-weight: bold;
  text-align: right;
  padding: 6px 30px 0px 0px;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.content_font {
    padding: 6px;
}
.title {
  font-weight: bold;
  font-size: 13px;
  color: #000;
  border: 1px solid #ababab;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
  height: 17px;
  padding: 4px;
  background-image: url(images/title_bg.gif);
  background-repeat: repeat-x;
  background-color: #ce9c00;
}
#sidebar-right .title, #sidebar-left .title {
    font-weight: none;
    font-size: 14px;
    color: #fff;
    border: 0px;
    margin: 0 auto;  /* decrease default margins for h<x>.title */
    width: 196px;
    height: 20px;
    padding: 3px;
    background-image: url(images/left_header.gif);
    background-repeat: repeat-x;
    background-color: #080808;
  }
.submitted {
  color: #fff;
  font-size: 11px;
  text-align:right;
  float:right;
  padding: 8px 6px 0px 6px;
  background-image: url(images/submitted_bg.gif);
  background-repeat: repeat-x;
  background-color: #730000;
  height: 21px;
  border-left: 1px solid #000;
}
.links {
  color: #fff;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  /* border-bottom: 1px solid #4981b9; */
  border: 1px solid #727272;
  margin-bottom: 0;
  padding-bottom: 1px;
}
.block .title {
  /* margin-bottom: .25em; */
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: 0 10px 22px 13px;
  border: 1px solid #0d5cb2;
  width: 756px;
  padding-bottom: 10px;
  background-image: url(images/content_inside.jpg);
  background-repeat: repeat-x;
  background-color: #e8f2fc;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: 0em .5em 0em .5em;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}
li .node_read_more {
    padding: 3px;
    border: 1px solid #9f9f9f;
    background-image: url(images/title_bg.gif);
    background-repeat: repeat-x;
    background-color: #cfcfcf;
}
li .event_calendar {
    padding: 3px;
    border: 1px solid #9f9f9f;
    background-image: url(images/title_bg.gif);
    background-repeat: repeat-x;
    background-color: #cfcfcf;
}
li .more_info {
    padding: 3px;
    border: 1px solid #9f9f9f;
    background-image: url(images/titlee_bg.gif);
    background-repeat: repeat-x;
    background-color: #cfcfcf;
}
/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum th {
  background-image: url(images/content_title.gif);
  background-repeat: repeat-x;
  background-color: #306192;
  color: #fff;
  padding: 4px;
  margin: 0;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #4e7faf;
}
#forum td.topics, #forum td.last-reply {
  background-color: #5a8cbe;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #bcd7f1;
  font-style: italic;
}
div.admin-panel .body {
  background: #558abf;
  border:1px solid #467db4;
}
div.admin-panel h3 {
  background-image: url(images/content_title.gif);
  background-repeat: repeat-x;
  background-color: #306192;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}
tr.even, tr.odd {
  background-color:#ebebeb;
  border-bottom:1px solid #a7caf0;
  padding:0.1em 0.6em;
}
td.menu-disabled {
  background:#838383 none repeat scroll 0%;
  color: #fff;
}
td.active {
background-color:#ebebeb;
}
tr.selected td {
background:#79aada none repeat scroll 0%;
}
.block ul {
  margin:0pt;
  padding:0pt;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  text-align: left;
}
ul.menu {
  border:medium none;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  text-align:left; 
  padding: 0px;
}
ul.menu li {
  margin:0;
  padding:0;
  list-style-image:none;
  list-style-type:none;
}
/* Menu */

#navcontainer ul
{
padding: 4px 0px 0px 4px;
margin: 0;
float: left;

font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
width: 150px;
height: 20px;
padding-top: 6px;
color: #fff;
text-decoration: none;
text-align: center;
float: left;
background-image: url(images/top_button.gif);
}

#navcontainer ul li a:hover
{
background-image: url(images/top_button_over.gif);
color: #000;
}

/* End Menu */
#top_menu ul.top_menu {
    list-style-type: none;
    list-style-image: none;
    margin: 0px;
    padding: 4px 0px 0px 0px;
    font-size: 10px;
}
#top_menu ul.top_menu li a {
    display:block;
    background-image: url(images/top_button.gif);
    width: 150px;
    height: 20px;
    padding-top: 6px;
    float: left;
    margin-left: 6px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
#top_menu ul.top_menu li a:hover {
    display:block;
    background-image: url(images/top_button_over.gif);
    width: 150px;
    height: 20px;
    padding-top: 6px;
    float: left;
    margin-left: 6px;
    text-align: center;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
ul.menu li.leaf a, ul.menu li a {
  list-style-image:none;
  list-style-type:none;
  background-image: url(images/left_menu.jpg);
  background-repeat: no-repeat;
  white-space: none;
  display:block;
  padding: 3px 0px 0px 68px;
  margin: 0px;
  height: 19px;
  width: 135px;
  border: none;
}
ul.menu li.leaf a:hover, ul.menu li a:hover {
  background-image: url(images/left_menu_over.jpg);
  border: none;
  color: #fa0001;
}
thead th {
  border-bottom:1px solid #0D5CB2;
  padding-right:1em;
  text-align:left;
}

/* *****
Nice Menus Themeing
***** */
ul.nice-menu-down {
border-top:1px solid #656565;
border-right:1px solid #656565;
border-left:1px solid #656565;
border-bottom:0px solid #656565;
float:left;
background-image: url(images/menu.gif);
background-repeat: repeat-x;
background-color: #656565;
width: 896px;
height: 27px;
}

ul.nice-menu, ul.nice-menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:0pt;
margin: 0px 0px 0px 0px;
}

ul.nice-menu li {
  border-right: 1px solid #656565;
  border-top: 0;
  float: left;
  background-image: url(images/menu.gif);
  background-repeat: repeat-x;
  background-color: #656565;
  /* Additional overrides to deal with Garland theme. */
  margin: 0;
  padding: 7px 7px 5px 7px;
  color: #7e0000;
  height: 16px;
}

ul.nice-menu li:hover {
  background-image: url(images/menu_over.gif);
  background-repeat: repeat-x;
  background-color: #000;
  /* Additional overrides to deal with Garland theme. */
}

ul.nice-menu li li {
  border-color: #656565;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-top: 0;
  float: left;
  display:block;
  width: 140px;
  background-image: url(images/menu.gif);
  background-repeat: repeat-x;
  background-color: #656565;
  /* Additional overrides to deal with Garland theme. */
  margin: 0;
  padding: 4px;
}

ul.nice-menu a, ul.nice-menu a:link, ul.nice-menu a:visited {
    color: #7e0000;
    text-decoration: none;
}
ul.nice-menu a:hover {
    color: #ff0000;
}

/* DOWN STYLE */

ul.nice-menu-down {
  float: left;
}

ul.nice-menu-down li {
  border-top: 0px solid #656565;
}

ul.nice-menu-down li li {
  border-top: 0;
}

ul.nice-menu-down ul {
  left: 0;
}

ul.nice-menu-down ul li {
  clear: both;
}

ul.nice-menu-down ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li ul li ul {
  left: -1px;
  top: 28px;
}

ul.nice-menu-down li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent {
    background-image: url(images/menu.gif);
    background-repeat: repeat-x;
    background-color: #656565;
}

ul.nice-menu-down li.menuparent:hover,
ul.nice-menu-down li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent:hover,
#header-region ul.nice-menu-down li.over {
    background-image: url(images/menu_over.gif);
    background-repeat: repeat-x;
    background-color: #000;
}

ul.nice-menu-down li li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li.menuparent {
    background-image: url(images/menu.gif);
    background-repeat: repeat-x;
    background-color: #656565;
}

ul.nice-menu-down li li.menuparent:hover,
ul.nice-menu-down li li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li.menuparent:hover,
#header-region ul.nice-menu-down li li.over {
    background-image: url(images/menu_over.gif);
    background-repeat: repeat-x;
    background-color: #000;
}

/* *****
Calendar Styles 
***** */

#block-event-1 .item-list ul li {
    border: 1px solid #717171;
    margin: 4px 6px 0px 6px;
    padding: 4px;
    color: #fff;
    list-style-type: none;
    background-color: #b6b6b6;
    background-repeat: repeat-x;
    background-image: url(images/side_event_bg.gif);
}
span.event-timeleft {
    display:block;
    padding-bottom:3px;
    text-align:right;
    width:auto;
    color: #730000;
}
#block-event-1 .more-link {
    text-align: right;
    margin: 3px 5px 0px 0px;
}

.event-calendar th {
  background-image: url(images/event_headers.gif);
  background-repeat: repeat-x;
  background-color: #ea0303;
  border:1px solid #4c0000;
  color:#000;
  font-weight: bold;
  padding:1px 0.33em;
  text-align:center;
}
.event-calendar td {
  background-color: #646464;
  border:1px solid #282828;
  color: #fff;
  margin:0pt;
  padding:0pt;
  text-align:right;
  vertical-align:top;
}
.event-calendar td a:link {
    text-decoration: underline;
}
.event-calendar td.today {
  background:#4b4b4b none repeat scroll 0%;
  font-weight: bold;
}
.event-calendar td.selected {
  background:#4b4b4b none repeat scroll 0%;
  font-weight: bold;
}
.event-calendar td.sat, .event-calendar td.sun {
  background:#4b4b4b none repeat scroll 0%;
}
.event-calendar td a {
  color:#000;
  font-weight:bold;
  text-decoration:none;
}
.event-nodeapi div label {
  color:#730000;
}
.event-nodeapi div {
  color:#000000;
  padding:0.2em;
  border-bottom:1px solid #d3d3d3;
  display:block;
}
.event-calendar table caption {
  background-color:#ea0303;
  background-image:url(images/event_headers.gif);
  background-repeat:repeat-x;
  border-color:#4c0000;
  border-style:solid solid none;
  border-width:1px 1px 0px 1px;
  padding:1px;
  text-decoration:none;
  color: #fff;
}
.event-calendar div.day {
background:#2a2a2a none repeat scroll 0%;
border-color: #000;
border-style:solid;
border-width:0pt 0pt 1px 1px;
float:right;
margin:0pt;
padding:0.125em 0.25em 0pt;
text-align:center;
}

.event-calendar .content {
    border-top: 1px solid #ddd;
    border-left-width: 0px;
    margin: 5px;
    padding: 3px 3px 3px 5px;
    color: #000;
}

.nav_bottom {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
font-weight:bold;

}

.nav_bottom a{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
}
.nav_bottom a:visited{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
}

.nav_bottom a:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#ff0000;
font-size:12px;
font-weight:bold;
}