/* Base CSS Reset */

expand {
            transform: translateY(-1px);
            box-shadow: 0 5px 5px rgba(102, 126, 234, 0.4);
        }
					
		
 .cta-button {
            background: linear-gradient(45deg, white, #9FF
				 );
           zcolor: white;
            padding: 12px 24px;
            border: none;
            border-radius: 25px;
            font-weight: bold;
			cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;				 
        }        
.cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
        }
htm {
    scroll-behavior: smooth;
	font-size: 16px;
}
html {
    scroll-behavior: smooth;
	font-size: 16px;
}
body, h1, h2, h3, h4, h5, h6, p, ul, li, a, img, dl {
  margin: 0;
  padding: 0;
  font-family: Geneva, Arial, Helvetica, sans-serif;
}

a {
  color: #669;
  text-decoration: none;
}
a:link {
  color: #00008B;
  text-decoration: underline;
}
a:visited {
  color: #2F4F4F;
  text-decoration: underline;
}
a:hover {
  background-color: #DCDCDC;
  color: #000;
  text-decoration: underline;
}

/* General styles */
body {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  color: #00005b;
  margin: 0;
  padding: 0;
}

h1 { font-size: 16px; }
h2 { font-size: 15px; }
h3, h4, h5, h6 { font-size: 14px; }

ul {
  line-height: 1;
  border-top: 1px solid #9FB7E7;
  border-bottom: 1px solid #9FB7E7;
}

li {
  list-style: inside url(images/listimg.gif);
}

img {
  margin: 2px 2px 2px 0;
  max-width: 100%;
  height: auto;
}

.responsive {
  max-width: 100%;
  height: auto;
}

/* Container styles */
#wrapper, #header, #content, #menu, dl {
  border-radius: 20px;
box-shadow: 4px 4px 21px rgba(0, 0, 0, 0.40);
 -moz-box-shadow: 4px 4px 21px rgba(0, 0, 0, 0.40);
  -webkit-box-shadow: 4px 4px 21px rgba(0, 0, 0, 0.40);
}

#wrapper {
  padding: 5px;
  max-width: 960px;
  margin: 5px;
  background-color: #E6E6E6;
  xborder: solid 1px #3368ff9;
}

header {
    background: linear-gradient(135deg, #2c5530 0%, #4a7c59 100%);
    color: white;
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


#header h1 {
  color: green;
}

#logo {
  float: left;
}

#toplinks {
  font: 100%;
  line-height: 30px;
  margin-top: 2px;
  display: inline;
}

#toplinks a:hover {
  color: #393;
  background: #c1eadb;
  text-decoration: underline;
}

#content, #menu {
  padding: 10px 5px;
  xborder: solid 1px #3368ff;
  overflow: hidden;
}

#content {
  width: 68%;
  float: right;
}

#menu {
  width: 29%;
  float: left;
  font-size: 14px;
}

a.menu:link, a.menu:visited {
  color: #800000;
  display: block;
  margin-left: 5px;
  text-decoration: none;
}

a.menu:hover {
  background-color: #FDF5E6;
  color: #800000;
  text-decoration: underline;
}

#footer {
  width: 90%;
  padding: 5px;
  clear: both;
  border: solid 1px #999;
}

/* Definition lists */
dl {
  width: 80%;
  margin: 10px auto;
  text-align: left;
 xbackground: #eee;
  xborder: solid 1px #3368ff;
}

dt {
  xbackground-color: #99e7ff;
  padding: 0 4px;
}

dd {
  background-color: #9FB7E7;
  font-size: 12px;
  padding: 0 4px;
}

.surround, .lineblock {
  border: 1px solid #9FB7E7;
  padding: 10px;
  margin: 5px 0;
  background: #9FF;
  display: block;
  font-size: 12px;
  line-height: 15px;
  box-shadow: 4px 4px 21px rgba(0, 0, 0, 0.40);
}

.lineblock {
  width: 100px;
  text-align: center;
  float: left;
}

.heading {
  background-color: #9FB7E7;
  xborder: 1px solid #5e6c3b;
  padding: 5px;
  text-align: center;
}

.highlite {
  background: #cbd0e2;
  color: #00005b;
  text-align: center;
  width: 150px;
}

.youarehere {
  background: #cbd0e2;
  color: #00005b;
  font-size: 14px;
  text-align: center;
  font-variant: small-caps;
  text-decoration: none;
  font-weight: bold;
}

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: 0.25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999px;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more ...';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less ...';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 5px;
  color: red;
  font-size: 12px;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: 10px;
}

/* Media Queries */
@media screen and (max-width: 600px) {
  #content, #menu {
    width: 97%;
    margin: 2px 5px;
  }

  #header, #wrapper {
    max-width: 960px;
  }
}

@media screen and (max-width: 480px) {
  #content, #menu {
    width: 96%;
    margin: 2px 5px 2px 10px;
  }

  #header {
    width: 96%;
    margin: 0 -5px;
  }

  .lineblock {
    padding: 15px 0;
  }
}

/* Specific for IE8 or older (Use Modernizr or similar for conditional JS loading) */
<!--[if lt IE 9]>
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
<![endif]-->
