/* Capital Region Development Board :: Screen CSS Definitions */

html
{
   margin: 0px;
   padding: 0px;
}

body
{
   color: #000000;

   font-size: 76%;
   font-family: Verdana,Arial,Helvetica,sans-serif;

   margin: 0px;
   padding: 10px;

   background-color: #9C9C9A;
}

div, img
{
   behavior: url(/css/iepngfix.htc);
}

div.clear
{
   clear: both;
}

#page-outer
{
   width: 804px;

   margin: 0px auto;
}

#page-inner
{
   padding: 5px;

   background-color: #FFFFFF;
}

#header-top
{
   height: 25px;
}

#header-top-nav
{
   float: right;
}

#header-logo
{
   height: 85px;

   background-color: #C8A989;

   background-image: url(../img/header/img-hdr-logo.gif);
   background-repeat: no-repeat;
   background-position: center;
}

#header-logo h1
{
   display: none;
}

#header-banner
{
   width: 794px;
   height: 126px;

   margin-top: 0px;
   margin-bottom: 0px;

   background-image: url(../img/header/img-hdr-banner.jpg);
}

#header-lower
{
   width: 794px;
   height: 24px;
   margin-bottom: 0px;
   background-color: #915148;
   background-image: url(../img/header/img-hdr-lower.jpg);
}

#header-nav
{
   float: left;
}

#header-search
{
   float: right;
}

#header-nav ul
{
   margin: 0px;
   padding: 0px;

   list-style: none;
}

#header-nav ul li
{
   float: left;
}

#header-nav ul li a
{
   float: left;

   color: #FFFFFF;

   display: block;

   font-size: 0.9em;

   margin-top: 6px;

   padding-left: 8px;
   padding-right: 8px;

   text-decoration: none;

   border-right: 1px solid #C6CDE0;
}

#header-nav ul li a:hover
{
   text-decoration: underline;
}

#header-nav ul li a.last
{
   border-right: 0px;
}

#header-search ul
{
   margin: 0px;
   padding: 0px;

   list-style: none;
}

#header-search ul li
{
   float: left;

   color: #FFFFFF;

   font-size: 0.9em;

   padding-right: 8px;
}

#header-search ul li input
{
   border: 1px solid #22315B;

   font-size: 9pt;
   font-family: Courier New,Courier,monospace;
}

#header-search .label
{
   margin-top: 6px;
}

#header-search .field
{
   padding-top: 3px;
}

#left
{
   background-image: url(../img/menu/img-mnu-bkg.jpg);
   background-repeat: no-repeat;
   background-color: #c2c9c2;
}

* html #left
{
   
}

#middle
{
   padding: 1px;

   min-height: 445px;

   background-color: #ffffff;

}

* html #middle
{
   height: 445px;
}

#menu
{
   float: left;

   width: 180px;
   height: 260px;

   margin-top: 10px;
   margin-left: 0px;

}

* html #menu
{
   margin-top: 9px;
   margin-left: 0px;
}

#breadcrumbs
{
   color: #A0A090;
}

#breadcrumbs a
{
   color: #808070;

   text-decoration: none;
}

#breadcrumbs a:hover
{
   text-decoration: underline;
}

#content
{
   margin: 0px;
   padding: 10px;

   font-size: 0.9em;

   min-height: 445px;

   margin-left: 180px;

   line-height: 1.4em;

   background-color: #ffffff;


}

* html #content
{
   height: 445px;

   margin-left: 200px;
}

#content h1
{
   color: #535c44;

   margin-top: 0.6em;
   margin-bottom: 0.6em;

   font-size: 2em;
   font-style: italic;
   font-weight: normal;
   font-family: Georgia,Times New Roman,Times,serif;
}

#content h2
{
   color: #535c44;

   margin-top: 0.8em;
   margin-bottom: 0.8em;

   font-size: 1.2em;
   font-weight: bold;
}

#footer
{
   width: 794px;
   height: 121px;
   color: #ffffff;
   padding: 0px;
   background-color: #c9cfcb;
   position: relative;
   background-image: url(../img/footer/img-ftr-bkg.jpg);
}

* html #footer
{
   width: 794px;

   padding-bottom: 0px;
}

#copyright
{
   float: left;
}

#footer-nav
{
   float: right;
   margin-top: 100px;
}

#footer-nav ul
{
   margin: 0px;
   padding: 0px;

   list-style: none;
}

#footer-nav ul li
{
   float: left;
}

#footer-nav ul li a
{
   float: left;

   color: #000000;

   display: block;

   padding-left: 8px;
   padding-right: 8px;

   text-decoration: none;

   border-right: 1px solid #000000;
}

#footer-nav ul li a:hover
{
   text-decoration: underline;
}

#footer-nav ul li a.last
{
   border-right: 0px;
}

#last-updated
{
   padding-left: 8px;
}


.cssEvtTab
{
   width: 100%;
}

.cssEvtTab th
{
   color: #FFFFFF;

   text-align: left;

   background-color: #863931;
}

.cssEvtDte
{
   width: 30%;

   font-size: 0.8em;
}

.cssEvtNme
{
   width: 70%;

   font-size: 0.8em;
}

.cssEvtRow1
{
   background-color: #acabab;
}

.cssEvtRow2
{
   background-color: #D2DDFF;
}


#logo-img
{
   top: -95px;
   left: 13px;
   position: absolute;
}
