@charset "UTF-8";
/* CSS Document */

body {
	background-repeat:repeat-x;
	background-color:#e5e5e5;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}
.globalTop {
	background-color:#fff;
}
p {
	font-weight:300;
}
.navBar {
	font-family: 'Roboto', sans-serif;
	background:#53709c;
}
.navBlue {
	background:#53709c;
}
.top-bar-section a {
	  background:#53709c;
	  }
.top-bar-section ul li {
	  background: #53709c;
	  }

  .top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: white;
    padding: 12px 0 12px 0;
    padding-left: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 0.8125rem;
    font-weight: normal;
    text-transform: none;
	  background: #53709c;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    background: none repeat scroll 0 0 #53709c;
    padding: 0 18.3333px;
}
.top-bar-section ul li:hover:not(.has-form) > a {
    background: none repeat scroll 0 0 #3a5886;
    color: ##f4f4f4;
}
.top-bar-section li.hover > a:not(.button) {
    background: none repeat scroll 0 0 #3a5886;
    color: ##f4f4f4;
}
.top-bar-section li:not(.has-form) a:hover:not(.button) {
    background: none repeat scroll 0 0 #3a5886;
}
.top-bar-section .dropdown li:not(.has-form) > a:not(.button) {
    background: none repeat scroll 0 0 #3a5886;
    color: #f4f4f4;
	padding:5px;
}
.top-bar-section .dropdown li:hover:not(.has-form) > a:not(.button) {
    background: none repeat scroll 0 0 #000;
    color: #f4f4f4;
	padding:5px;
}
.no-js .top-bar-section ul li:hover > a {
    background: none repeat scroll 0 0 3a5886;
    color: #FFFFFF;
}

a {
	color:#53709c;
	font-weight:400
	}

.contentArea {
	background-color:#fff;
	background-image:url(../img/contentBG.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	padding:5px;
}
.contentAreaHome {
	background-color:#fff;
	background-image:url(../img/contentBG_home980.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	padding:5px;
}
.contentAreaMobile {
	background-color:#fff;
	padding:5px;
}
.dark {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;  
}
.light {
	background-color:#e6ffcf;
}
.globalTop {
	font-size:.9rem;
	text-align:right;
	line-height:1.25em;
}
/* BUTTON STYLE */
button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 .25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #2e612f;
  border-color: #1e491f;
  color: white;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1.2rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #499c4b; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }

.silverFoot {
	background-color:#f2f2f2;
	margin-top:-10px;
	font-size:.75rem;
	padding:10px;
	border-top:solid 5px #6d973f;
	}
.silverFoot p {
	font-size:.75rem;
}
.silverFoot a {
	font-size:.75rem;
	color:#53709c;
}
.homePanel p {
	font-size:.9rem;
}
.sm {
	color:#fff;
	font-size:3rem;
	line-height:.75rem;
	margin:5px;
}
.smFooter {
	color:#53709c;
	font-size:4rem;
	line-height:.5rem;
	margin:5px;
}
.inline_left {
	float:left;
	padding:5px;
	border:solid 2px #dfdfdf;
	margin:0 10px 5px 0;
}

.subhead {
	color:#e07d3a;
}

   .top-bar .name h1 {
      line-height: 45px;
      font-size: .8rem;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: normal;
        color: white;
        width: 75%;
        display: block;
        padding: 0 15px; }

		
		
