/* Published: Jul 26, 2018 04:38 PM  / Latest Oct 25, 2017 12:28 PM / Versions: 17,9 */

@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {
  font-family: 'Open Sans', sans-serif;
}

html, body {
  background: #f2f5f8; /* Old browsers */
  background: -moz-linear-gradient(top,  #e7ebf0 33%, #f2f5f8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%,#e7ebf0), color-stop(100%,#f2f5f8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #e7ebf0 33%,#f2f5f8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #e7ebf0 33%,#f2f5f8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #e7ebf0 33%,#f2f5f8 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #e7ebf0 33%,#f2f5f8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7ebf0', endColorstr='#f2f5f8',GradientType=0 ); /* IE6-9 */
}

#navwrap {
  font-family: 'Merriweather Sans', Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}
#navmenu > li > a {
  font-weight: normal;
}
#navmenu ul {
	background: #E7EBF0;
}
#navmenu ul li {
	padding-bottom: 0;
	background: transparent;
}
#navmenu ul a {
	padding: 2px 30px 0 0.4em;
	background: transparent;
}
#navmenu ul a:hover {
	background: #D1C2D1;
}
#nav .hover li ul {
  border: none;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(222,222,222,1);
  -moz-box-shadow: 3px 3px 3px 0px rgba(222,222,222,1);
  box-shadow: 3px 3px 3px 0px rgba(222,222,222,1);

}

#nav .hover ul a {
  width: auto;
  border: none;
}
#nav .hover ul li:first-child a {
  border-top: 1px solid #ccc
}

/*
body {
	background: #E7EBF0;
}
#nav {
  background-color:#B0AFAF;
}
#navwrap {
  background-color:#B0AFAF;
  font-family: 'Merriweather Sans', Arial, sans-serif;
  height: 51px;
  font-size: 18px;
  text-transform: uppercase;
}
#navmenu li {
  line-height: 40px;
}
#navmenu > li > a {
  color: #ffffff;
  padding: 7px 9px 3px;
  font-weight: normal;
}
*/
div#modwrap, table#lower {
	background: #ffffff;
}
#ftr {
  border-top: 2px solid #663366;
  margin: 6px -10px 0;
  padding: 3px 0 0;
}
#ftr > div {
  background: #b299b2;
  padding: 20px;
  margin: 0px 0px -10px;
  color: #ffffff !important;
}

.cmshtml p,.cmshtml ul,.cmshtml ol{
font-size: 14px;
}
.cmshtml .nawl-header1{
font-size: 24px;
font-weight: bold;
color: #663366;
border-bottom: 3px solid #663366;
}
.cmshtml .nawl-header2{
font-size: 18px;
font-weight: bold;
color: #663366;
}
.cmshtml .nawl-header3{
font-size: 16px;
font-weight: bold;
color: #5b7290;
}
.cmshtml .nawl-header4{
font-size: 15px;
color: #003366;
font-weight: bold;
}
.cmshtml .nawl-header5{
color: #ea9448;
font-size: 15px;
font-style: italic;
}
.cmshtml a{
color: #b0192f;
text-decoration: underline;
}
.cmshtml .side-nav{
color: #000;
height: 15px;
width: 196px;
padding: 15px;
background: #986699;
background: -moz-linear-gradient(top, #ca99cc 0%, #986699 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ca99cc), color-stop(100%,#986699));
background: -webkit-linear-gradient(top, #ca99cc 0%,#986699 100%);
background: -o-linear-gradient(top, #ca99cc 0%,#986699 100%);
background: -ms-linear-gradient(top, #ca99cc 0%,#986699 100%);
background: linear-gradient(to bottom, #ca99cc 0%,#986699 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca99cc', endColorstr='#986699',GradientType=0 );
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
margin-right: 10px;
}
.cmshtml .side-nav .side-title{
color: #FFFFFF;
font-size: 20px;
margin: -15px -10px 0;
padding: 10px;
}
.cmshtml .side-nav .arrow-down{
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 20px solid #986699;
left: 0%;
position: relative;
}
.cmshtml .side-nav ul{
padding: 25px 15px 10px;
margin: -19px -15px 0px !important;
border: 2px solid #986699;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-left-radius: 10px;
list-style: none;
font-size: 14px;
line-height: 1em;
font-weight: bold;
}
.cmshtml .side-nav ul li{
margin: 0 0 10px !important;
}
.cmshtml .side-nav ul a{
color: #986699;
text-decoration: none;
}
.cmshtml .side-nav ul a:hover{
text-decoration: underline;
}