<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

body {      
    padding-bottom: 0px;
    margin-bottom: 0px;
}
html, body {
    height: 100%;
	background-color: rgb(245, 245, 245);
}
.dropdown-menu img
{
	
	padding-right: 15px;
	
}
.hero-unit {
    color: rgb(255, 255, 255);
    height: 275px;
    text-align: center;
    overflow: hidden;
   
    background-repeat: no-repeat;
    background-color: rgb(255, 255, 255);
	top:0px;
	margin:0px;
	right: 0px;
	left: 0px;
	padding: 0px;
	padding-top: 25px;
	z-index:1;
	border:0px;
	border-radius:0;
	margin-bottom: 0px;
}

.hero-unit h1 { font-size: 32px; }
.hero-unit h1, .hero-unit h2, .hero-unit p {
    text-shadow: 0px 1px 2px rgb(0, 0, 0);
	padding: 0px;
	margin: 0px;
	color:#FFF;
	
}
h1
{
   font-weight: 400;
   line-height: 1;	
   margin-bottom: 3px;
   letter-spacing: -1px;
}
h2 
{ 
   font-size:28px; 
   padding:0px; 
   margin: 0px; 
   color:#666; 
   font-weight: 300;
   line-height: 1;
   letter-spacing: 0px;
}

.navbar{
   
    box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.5);
    padding: 14px 20px;
    position: relative;
    z-index: 2;
	background-color: rgb(37, 37, 37);
	top: 0px;
	margin-bottom: 0px;
		
	
}
.navbar-inverse .nav .active &gt; a, .navbar-inverse .nav .active &gt; a:hover, .navbar-inverse .nav .active &gt; a:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(37, 37, 37);
}

.footer {
	background-color: rgb(37, 37, 37);
	right: 0px;
	left: 0px;
	bottom: 0px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 0px;
	top: 0px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 45px;
	padding-left: 0px;
	font-size: 13px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
}
.footer p {
    color: rgb(186, 186, 186);
    padding: 15px 0px;
}
.footer a {
    color: rgb(189, 189, 189);
}
.page-content-wrapper {
    min-height: 100%;
    height: auto !important;
    margin: 0px auto -1px;
    //min-width: 1100px;
}
.push {
    height: 1px;
}
.white-panel {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(218, 218, 218);
    padding: 25px;
	padding-top: 5px;
	margin-top: 10px;
    margin-bottom: 10px;
    color: rgb(51, 51, 51);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075);
}
.horizontal-links
{
	list-style-type:none;
	color: #999;
	padding: 0px;
	margin: 0px;
}
.horizontal-links li
{
	display:inline;
	padding-right: 10px;
	padding-top: 0px;
	margin: 0px;
}

.footer .brand
{
	font-size: 18px;
	padding-bottom: 0px;
	
}
.asterisks {
    margin: 10px 0px;
    list-style: none outside none;
}
.asterisks li {
    margin-bottom: 5px;
    padding-left: 30px;
    padding-top: 2px;
    font-size: 15px;
    background-image: url(images/asterisk_yellow.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}.container
{
	 margin-top:0px;
	 padding-top: 0px;
}
.carousel {
	top:0px;
	margin:0px;
	right: 0px;
	left: 0px;
}
.carousel .container {
      position: relative;
      z-index: 5;
}
.carousel .item {
      height:300px;
}
.carousel img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      height: 300px;
	  margin: 0px;
}
.carousel-caption {
   background-color: transparent;
      position: static;
      max-width: 550px;
      padding: 0 20px;
      margin-top: 100px;
	  margin-left: 90px;
}
.carousel-caption h1 {
      font-size: 30px;
	  color: #FFF;
}
.carousel-caption .lead, .carousel-caption .btn {
          margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap &lt;hr&gt; more */
}
.featurette {
  padding-top: 20px; /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
  margin-top: -2px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
  margin-right: 40px;
}
.featurette-image.pull-right {
  margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}</pre></body></html>