@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
/* CSS Document */

body { margin:0px;}

/* navigation */
#navi{ width:100%; height:45px; background-color:#8cae3d; position: fixed; bottom:0px; z-index:99999; }
#navigation { width: 980px; height: 50px; font-family: 'Roboto', sans-serif; font-size:14px; color:#FFF;}
ul {-webkit-padding-start:0px; -webkit-margin-before:0px; }
#navigation li { float: left; height:35px; position: relative; width:160px; padding-top:15px; background-color:#8cae3d; list-style: none; } 
#navigation li:hover { background:#6e8c28; cursor:pointer; }
#navigation li a { font-family: 'Roboto', sans-serif; font-size:12px; color:#FFF; text-decoration:none;}
#navigation li ul a {color: #414141;} 
#navigation li a:hover { text-decoration: none; }
#navigation li ul { position: absolute; display:none; z-index: 1000; min-width:100%; left:-1px; text-align: left; }
#navigation li:hover ul { display:block; background:#eee; bottom:50px; }
#navigation li ul li { background: none; width: 126px; height: 45px; padding-left: 20px; padding-right: 15px; padding-bottom: 15px; line-height: 20px;}
#navigation li ul li a { font-family: 'Roboto', sans-serif; font-size:14px; color:#414141; text-decoration:none;}
#navigation li ul li:hover{ background: none; background-color:#8cae3d; color:#fff !important;}
.active { background:#6e8c28 !important; }


/* header */

#header{ width:100%; height:155px; position:fixed; background-color:#fff; border-bottom:5px solid #8bae3b; top: 0px; z-index:999999;}
#header #logo { width:344px; height:120px; background-image:url(../images/logo.jpg); background-repeat:no-repeat; background-position:530px; padding-left:530px;}
#header #words { padding-top:5px; height:30px; padding-left:600px; font-size:14px; font-family: 'Roboto', sans-serif; color:#8cae3d;}

h1 { font-family: 'Roboto', sans-serif; font-weight:700; font-size:16px; color:#333; line-height:18px;}
h2 { font-family: 'Roboto', sans-serif; font-weight:700; font-size:14px; color:#333; line-height:18px;}
p { font-family: 'Roboto', sans-serif; font-size:12px; color:#333; line-height:18px;}