﻿/*BASIC BODY CSS*/

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(background.jpg);
    background-repeat:repeat-y;
    background-color:#6a6a6a;
    background-position:center-top;
    font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size:0.8em ;
    text-align: center;
}

/*HYPERLINK STYLE*/
A:link
{
    COLOR: #0033cc
}
A:visited
{
    COLOR: #81b
}
A:active
{
    COLOR: #4682b4
}
A:hover
{
    COLOR: #9999ff
}

/*IMAGE FLOATS

Set img class="floatLeft" or "floatRight" to float the image left or right
above the text	*/

img.floatLeft {
    float: left;
    margin: 5px;
}

img.floatRight {
    float: right;
    margin: 5px;
}

/*WRAPPER DIV*/

#wrapper
{
    BACKGROUND: url(menubar.jpg) repeat-x center top;
    background-color:#ead0e5;
    MARGIN: 0px auto;
    WIDTH: 95%;
}
/*HEADER DIV*/

#header
{
    margin:auto;
    color: black;
    BACKGROUND: url(h6senses.jpg) #f8f8ff no-repeat left top;
    font-family: Arial;
    font-size: 24pt;
    width:95%;
    height: 180px;
    TEXT-ALIGN: center;
    COLOR: #fff;
    padding:0px;
    max-width: 95%;
    max-height: 95%;
}

#header h1 {font-family: Arial;
    font-size: 34pt;
    PADDING-TOP: 105px;
    PADDING-LEFT: 10px;
    TEXT-ALIGN: left;
    COLOR: #fff;
	margin: 2px;
}
#header h1 span {
    COLOR: #ccc;
}

*/
/*CONTENT DIV*/

#content
{
    FLOAT: none;
    MARGIN: 0px 0px 0px 0px;
    WIDTH: 90%;
    LINE-HEIGHT: 1.8;
    COLOR: #222;
    text-align: left;
}

#content p
{
	margin:0px;
    text-align: left;
}

#content h1
{
	margin:0px;
    FONT-FAMILY: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size:1.5em;
    font-style: normal;
    text-align: left;
}

#content h2
{
   margin: 0px;
   FONT-FAMILY: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
   font-size:1.2em;
   color:#bc352f;
   text-decoration: underline;
   font-style: italic
}

#content h3
{
   margin: 0px;
   FONT-FAMILY: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
   font-size:1.5em;
   color:#bc352f;
   font-style: normal;
   text-align: center;
}


#contentc
{
    FLOAT: none;
    MARGIN: 0px 0px 0px 0px;
    WIDTH: 90%;
    LINE-HEIGHT: 1.8;
    COLOR: #222;

}

#contentc p
{
	margin: 0px;
    text-align: left;
    padding-right: 10px
}

#contentc h1
{
	margin:0px;
    FONT-FAMILY: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size:1.5em;
    font-style: normal;
 }
#contentc h2
{
   margin: 0px;
   FONT-FAMILY: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
   font-size:1.2em;
   color:#bc352f;
   text-decoration: underline;
   font-style: italic
}

#contentc h3
{
   margin: 0px;
   FONT-FAMILY: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
   font-size:1.6em;
   color:#bc352f;
   font-style: normal;
   text-align: left;
}

#main
{
    CLEAR: both;
    MARGIN-LEFT: 25px;
    margin-right: 25px;
}

/*FOOTER DIV*/


#footer
{
    CLEAR: both;
    BACKGROUND: #000000;
    COLOR : #aaa;
    POSITION: relative;
    WIDTH: 95%;
    HEIGHT: 50px;
    TEXT-ALIGN: center;
    margin: auto;
}


#masthead
{
    PADDING-RIGHT: 20px;
    PADDING-LEFT: 20px;
    PADDING-BOTTOM: 1px;
    WIDTH: 70%;
    PADDING-TOP: 1px
}


/*#list1  dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: circle;
width:100%;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: circle;
width:100%;
}*/

P.intro
{
    BORDER-RIGHT: #306 0px dotted;
    PADDING-RIGHT: 30px;
    BORDER-TOP: #306 0px dotted;
    PADDING-LEFT: 30px;
    BACKGROUND: #fff;
    PADDING-BOTTOM: 5px;
    BORDER-LEFT: #306 0px dotted;
    COLOR: #446;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: #306 0px dotted
}

.sourcegray
{
    FONT-WEIGHT: bold;
    COLOR: #44a;
    FONT-STYLE: normal
}

#cssmenu {
  background: #f96e5b;
  width: auto;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
}
#cssmenu ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#cssmenu.align-right ul li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu ul li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#cssmenu ul li a:hover {
  color: #333333;
}
#cssmenu ul li a:hover:before {
  width: 100%;
}
#cssmenu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
  background: #ffffff;
  opacity: .5;
}
#cssmenu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #333333;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#cssmenu ul li.last > a:after,
#cssmenu ul li:last-child > a:after {
  display: none;
}
#cssmenu ul li.active a {
  color: #333333;
}
#cssmenu ul li.active a:before {
  width: 100%;
}
#cssmenu.align-right li.last > a:after,
#cssmenu.align-right li:last-child > a:after {
  display: block;
}
#cssmenu.align-right li:first-child a:after {
  display: none;
}
@media screen and (max-width: 768px) {
  #cssmenu ul li {
    float: none;
    display: block;
  }
  #cssmenu ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #fb998c;
  }
  #cssmenu ul li.last > a,
  #cssmenu ul li:last-child > a {
    border: 0;
  }
  #cssmenu ul li a:after {
    display: none;
  }
  #cssmenu ul li a:before {
    display: none;
  }
}
