﻿body 
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Sans-Serif;
    color: #000;
    background-color: #FFF;
    font-size: 10pt;
}

hr
{
    color: #1A63A3;
    background-color: #1A63A3;
    border: 0px;
    height: 1px;
    width: 535px;
    clear: both;
}

h1, h2, h3, h4, h5 
{
    margin: 0px;
    margin-bottom: 8px;
    padding: 0px;
}    

div.success
    {
        border: 1px solid #1B63A3;
        background-color: #E8EFF6;
        color:  #1B63A3;
        width: 400px;
        padding: 15px;
    }

div.error
    {
        border: 1px solid #FF0000;
        background-color: #FFEFEF;
        color:  #FF0000;
        width: 400px;
        padding: 15px;
    }

#admin_menu
{
    float: left;
    padding: 5px;
    border: 1px solid #1B63A3;
    width: 758px;
    background-color: #1B63A3;
    color: #FFF;
    margin-top: -3px;
    margin-right: 3px;
}

#admin_manager_menu
{
    float: left;
    padding: 5px;
    border: 1px solid #1B63A3;
    width: 758px;
    background-color: #1B63A3;
    color: #FFF;
    margin-top: -3px;
    margin-right: 3px;
}

#admin_manager_menu h3
{
    padding: 0px;
    margin: 0px;
    color: #FFF;
}

#admin_manager_menu a, a:visited, a:active, a:hover 
{
    color: #FFF;
}

#admin_menu a, a:visited, a:active, a:hover 
{
    color: #FFF;
}

#admin_sidemenu img 
{
    padding: 0px;
    margin: 0px;
    *margin-top: -4px;
}

#admin_footer, #footer
{
    *margin-top: -4px;
}

#admin_sidemenu
{
    width: 207px;
    float: left;
    clear: both;
}

#admin_preview
{
    width: 562px;
    height: 423px;
    *height: 397px;
    overflow: auto;
    float: left;    
}

#admin_footer
{
    width: 800px;
    float: left;
    clear: both;
    height: 20px;
}

#container 
{
    width: 770px;
    height: 600px;
    text-align: left;
}

#header
{
    width: 770px;
    height: 135px;
    float: left;
}

#footer
{
    width: 770px;
    float: left;
    clear: both;
}

#topmenu
{
    clear: both;
    float: left;
    width: 770px;
    margin-top: -4px;    
}

#topmenu img
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#sidemenu
{
    width: 208px;
    clear: both;
    float: left;
    width: 207px;
    margin-top: -4px;    
}

#content
{
    padding-left: 1px;
    *padding-left: 0px;
    width: 562px;
    height: 388px;
    overflow: auto;
    float: left;    
    text-align: left;
    padding-bottom: 12px;
}

.postMenu
    {
         float:left; 
         font-size: 10pt; 
         padding-top: 5px;
    }
    
.view_label
{
    font-size: 8pt;
    font-weight: bold;
    text-align: right;
    width: 150px;
}

.view_text
{
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
    width: 350px;
}

.imagelink
{
    border: 0px;
}

a, a:visited, a:link, a:active, a:hover {
    color: #00F;
}

.navButton, .navButton:visited {
	width: 207px;
	height: 24px;
	position: relative !important;
}

.navButton span, .navButton:visited span {
	display:block;
	height: 24px;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-repeat:no-repeat;
	background-position: 0 0;
}

.navButton:hover span, .navButton:focus span, .navButton:visited:hover span, .navButton.udmR span, .navButton.udmR:visited span, .navButton:active span 
{
    background-position: 0 -24px;
}

#about_button span, #about_button:visited span {
	background-image:url(./template/sidemenu/about-us.gif);
	}

#whats_new_button span, #whats_new_button:visited span {
	background-image:url(./template/sidemenu/whats-new.gif);
	}

#local_contacts_button span, #local_contacts_button:visited span {
	background-image:url(./template/sidemenu/local-contacts.gif);
	}
	
#economic_button span, #economic_button:visited span {
	background-image:url(./template/sidemenu/economic-impact.gif);
	}

#member_button span, #member_button:visited span {
	background-image:url(./template/sidemenu/member-resources.gif);
	}

#disability_button span, #disability_button:visited span {
	background-image:url(./template/sidemenu/disability-resources.gif);
	}
	
.calerror
{
    margin: 0px;
    border: 0px;
    text-align: left;
    color: #F00;
    width: 535px;
}

.calLink:hover
{
    text-decoration: none;
    color: #000000;
}
/* nav pops */

#dropmenudiv{
	position:absolute;
	background-color: #FFFFFF;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	border: 1px solid #1B63A3;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #000000;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #1B63A3;
	color: #FFFFFF;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
	list-style-type: square;
	width: 135px;
	background-color: #FFFFFF;
}