
/* Layout */
html, body, #container { height: 100%; margin: 0; padding: 0; }
body > #container { height: auto; min-height: 100%; }
#content { padding-bottom: 75px; }
#footer { clear: both; position: relative; z-index: 10; height: 75px; margin-top: -75px; }

/* Theme */
body { font: .75em/normal "Lucida Sans", "Lucida Grande", sans-serif; }
a, a:link, a:visited { color: #c6762f; text-decoration: underoline; }
a:hover, a:focus {  }
p { margin-bottom: 1em; }
#about { padding: 50px; }
#footer { background-color: black; color: white; font-size: 200%; text-align: center; line-height: 114px; position: fixed;bottom: 0px;width:100%; height:90px;z-index:10000; }


body{
background-color: #FFFFFF;
background-position:center,middle;
background-repeat:repeat-none;
font-size:10pt;
scrollbar-face-color: #C5DA3E;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #ffffff;
scrollbar-width: 9;
scrollbar-height: 9;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: ##000000;
scrollbar-arrow-color: #ffffff;
 }
font.paragraph
{
font-family: Arial;
font-size: 10pt;
color: #000000;
text-align:justify;
text-justify:inter-word;
line-height:150%;
} 
.border{border:3px solid #C5DA3E;}

a:link{	color: #000000; text-decoration: none;	}
a:active{	color: #0C132D; text-decoration: none;	}
a:visited{	color: #000000; text-decoration: none;	}
a:hover{	color: #0C132D; text-decoration: none; cursor: hand;	}
 
a.footer:link{	color: #000; text-decoration: none;	}
a.footer:active{	color: #0C132D; text-decoration: none;	}
a.footer:visited{	color: #000; text-decoration: none;	}
a.footer:hover{	color: #0C132D; text-decoration: none; cursor: hand;	}



ul{
    padding: 0 25px;
}
ul li{
    padding-left: 0px;
}



div.responsiveselected{
font-size: 10pt;}
div.responsivenotselected{
font-size: 10pt;}

a.responsiveselected:link{color: #FFFF88;
text-decoration: none;
}
a.responsiveselected:active{color: #FFFF88;
text-decoration: none;
}
a.responsiveselected:visited{color: #FFFF88;
text-decoration: none;
}
a.responsiveselected:hover{color: #FFFFFF;
text-decoration: none;
cursor: hand;
}



h1.frontpage { font-size: 18pt; font-weight: bold;color:#7EA51B;text-decoration: none;font-family:  Arial, sans-serif;margin-top:0px;margin-bottom:0px;}

h1 { font-size: 18pt; font-weight: bold;color:#C5DA3E;text-decoration: none;font-family:  Arial, sans-serif;margin-top:0px;margin-bottom:0px;}
h2 { font-size: 14pt; font-weight: bold;color:#C5DA3E;text-decoration: none;font-family:  Arial, sans-serif;margin-top:0px;margin-bottom:0px;}
h3 { font-size: 12pt; font-weight: bold;color:#C5DA3E;text-decoration: none;font-family:  Arial, sans-serif;margin-top:0px;margin-bottom:0px;}
hr{ color: #555555; background-color: #555555;height: 1px;}
h4 { font-size: 18pt; font-weight: bold;color:#C5DA3E;text-decoration: none;font-family:  Arial, sans-serif;margin-top:0px;margin-bottom:0px;}
h6 { font-size: 8pt }


  /* --- NAVIGATIONAL MENU FUNCTION --- */
.folder-top { display: block; }
.folder-sub { display: none; }
.folder-closed { display: none !important; }


#NavigationMenuWrapper ul { list-style:none; padding:0px; margin:0px; margin-left:0px;}

#NavigationMenuWrapper ul li { float:left; height:33px; padding-left:10px; margin:0px; font-size:12px; text-decoration:none; font-family:Arial, Helvetica, sans-serif, Calibri; color:#A79378; text-align:center; background-position:top; background-repeat:no-repeat; line-height:33px; }

#NavigationMenuWrapper ul li a { color:#000000; display:block; text-align:center; text-decoration:none; font-weight: bold}
#NavigationMenuWrapper ul li a:hover {  color:#6A654A; display:block; text-align:center; text-decoration:none; }



#NavigationMenuWrapper ul li ul { display:none; color:#0B0; font-size:12px; margin-left:10px;}
#NavigationMenuWrapper ul li:hover ul { display:block; position:absolute; margin-top:0px;  background-image:url(http://www.dcnsolutions.net/images/menu-drop-down.png);}
#NavigationMenuWrapper ul li:hover ul li { display:block; float:none; margin-left:0px; height:18px; line-height:18px; background-position:bottom; background-repeat:none; text-align:center; }
#NavigationMenuWrapper ul li:hover ul li a {color:#000000; font-size:12px; display:block; padding-left:5px; line-height:18px; text-align:left; }
#NavigationMenuWrapper ul li:hover ul li a:hover { color:#6A654A; font-size:12px; display:block; padding-left:5px; line-height:18px; text-align:left; }