@charset "utf-8";
/* Color list
    -------------------------------------------------- */

    /* Dark Grey #333
	
	   Light Grey #393737
	   
	   Bright Green #AFCC3B
	   
	   Slightly darker Bright green #85B63D
	
	*/


  /* GLOBAL STYLES
    -------------------------------------------------- */
    /* Padding below the footer and lighter body text */

    body {
      padding-bottom: 0px;
      color: #5a5a5a;
	  line-height:1.7em;
    }
	
	
	a {
	color:#85B63D;	
	}
	a:hover{
	color:#333;	
	}
	
	.row {
	padding:1em 0 1em 0;	
	}
	.links {
	margin-top:-1em;	
	}
.span3  {
	padding:0;}
	/* CUSTOMIZE THE info bar
    -------------------------------------------------- */
	ul.info {
		margin-top:0.5em;	
	}
	ul.info  li{
	float:right;
	list-style-type: none;	
	padding:0em 0.5em;
	font-size:1.2em;
	line-height:1.8em;
	
	}
	.call{
	color:#85B63D;
	}
	
	/* CUSTOMIZE THE buttons
    -------------------------------------------------- */
	.btn {
		background-color:#333;
		background-image: linear-gradient(to bottom, #393737, #333);
		background:#333;
		color:#fff;
		border:none;
		border-radius: 15px 15px 15px 15px;
		text-shadow:none;
		padding:0.5em 0.9em;
	}
	.btn:hover,
	.btn:focus,
	.btn:active,
	.btn.active,
	.btn.disabled,
	.btn[disabled] {
 	 color: #fff;
 	 background-color:#AFCC3B;
	 background:#AFCC3B;
 	 *background-color:#AFCC3B;
  	background-image: linear-gradient(to bottom, #85B63D, #AFCC3B);
	}

	.btn:active,
	.btn.active {
		color: #fff;
		background:#AFCC3B;
 	 background-color:#AFCC3B; \9;
 	 background-image: linear-gradient(to bottom, #85B63D, #AFCC3B);
	}


    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

    /* Special class on .container surrounding .navbar, used for positioning it into place. */
    .navbar-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10;
      margin-top: 120px;
      margin-bottom: 0px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
    }
    .navbar-wrapper .navbar {
	margin-bottom:0;
    }
	.navbar-wrapper .navbar .nav{
	max-width:947px;
    }
    /* Remove border and change up box shadow for more contrast */
    .navbar .navbar-inner {
      border: 0;
	  background:none;
	  box-shadow:none;
    }

    /* Downsize the brand/project name a bit */
    .navbar .brand {
      padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
      font-size: 16px;
      font-weight: bold;	  	  
    }
	.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
	background-color:#393737;
	}
    /* Navbar links: increase padding for taller navbar */
    .navbar .nav > li > a {
	padding: 15px 30px;
	text-shadow:none;
	color:#333;
	text-transform: uppercase;
    }
	.navbar .nav > li > a:hover {
	color:#fff;background-color:#393737;
    }
div.navbar ul.nav li a {}
    /* Offset the responsive button for proper vertical alignment */
    .navbar .btn-navbar {
      margin-top: 10px;
    }
	html body div.navbar-wrapper div.container div.navbar div.navbar-inner button.btn {
	background-color:#AFCC3B; \9;
 	 background-image: linear-gradient(to bottom, #85B63D, #AFCC3B);	
	}

    /* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

    /* Carousel base class */
    .carousel {
	margin-top:70px;
	border-bottom: #393737 solid 10px;
	border-top: #393737 solid 10px;
	margin-bottom:0;
    }
	.carousel-inner {
	max-width:948px;
	margin:0 auto;
	}
    .carousel .container {
      position: relative;
      z-index: 9;

    }

    .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 120px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      z-index: 10;
    }

    .carousel .item {
      height: 297px;
	  max-width:947px;
	 margin: 0px auto 0 auto;
    }
    .carousel img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      max-height: 297px;
    }

    .carousel-caption {
	background-color: transparent;
	position: static;
	max-width: 550px;
	margin-top: 200px;
	margin-left: 500px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }
    .carousel-caption .btn {
      margin-top: 10px;
    }



    /* MARKETING CONTENT
    -------------------------------------------------- */

    /* Center align the text within the three columns below the carousel */
    .marketing .span4 {
      text-align: left;
    }
    .marketing h2 {
      font-weight: normal;
	  font-size:1.3em;
	  color:#333333;
    }
    .marketing .span4 p {
      margin-left: 10px;
      margin-right: 10px;
	  
    }
	.marketing h2 img{
		margin-left:0.8em;}

     img.logo {
		margin:40px 20px; 
	 }
	 .adlisting {
	list-style-type: none; 
	 }
	 .row .top {margin-bottom:-1em;;
	 
	 }
	 .divider1 {
	border-top:#CCC 1px solid;	
	 }
    /* Featurettes
    ------------------------- */

    .featurette-divider {
      margin: 80px 0; /* Space out the Bootstrap <hr> more */
    }
    .featurette {
      padding-top: 120px; /* 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: -120px; /* 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: 50px;
      font-weight: 300;
      line-height: 1;
      letter-spacing: -1px;
    }
	
	/* RSS feed block */
	.feed p{
		padding-left:1em;
	}
	.feed h2 {
	display:block;
	color:#fff;
	background:#393737;
	padding-left:1em;
	}
	/* about us block */
	
	h2.about {
	font-size:1.9em;	
	}
	h2.about img {
		margin-left:0em;
		margin-right:0.8em;}
		
	/* CUSTOMIZE THE RSS FEED
    -------------------------------------------------- */
	#divRss {
    width:205px;
    padding: 0px 3px 3px 5px;
	background-color:#FFF;
	border:1px solid #D3CAD7;
	margin-top:3px; line-height:1.2em;
}

.ItemTitle{
 font-weight:bold;
 margin:5px 0px 0px 0px;
 padding-top:3px;
}
.ItemTitle a{ font-size:0.9em; text-decoration:none; }
.ItemTitle a:hover{ text-decoration:underline }

.ItemContent{
 padding:1px 3px 3px 3px;
 border-bottom:1px solid #D3CAD7;
 color:#3E3E3E;
}
.ItemDate{
font-size:11px;
color:#AAA;
}

#divSrc
{
color:#888888;
font-size:11px;
width:205px;
}
	
	/* CUSTOMIZE THE Footer
    -------------------------------------------------- */
	footer {
	background:	#393737;
	padding-bottom:1.3em;
	}
	footer a:hover{
	color:#fff;
	}
	footer h2 {
	color:#fff;	
	font-size:1.2em;
	font-weight:100;
	padding: 0em 0;
	margin:0;
	}
	footer ul{
	padding-left:0;	
	margin-left:0;	
	color:#999999;
	}
	footer li{
	list-style-type: none;
	padding-left:0;	
	margin-left:0;
	line-height:1.8em;	
	font-size:0.9em;
	}
	footer strong{
	color:#AFCC3B;
	font-weight:100;
	}
	footer img {
	padding:0 0.4em;	
	}
	footer ul.nav {
	float:left;	
	width:10em;
	}
	footer ul.nav a:hover{
	background:#333;
	color:#fff;	
	}
	/* Privacy block */
	.privacy {
	background-color:#AFCC3B;	
	color:#333;
	line-height:2em;
	}
	.privacy a{
	color:#333;
	}

    /* RESPONSIVE CSS
    -------------------------------------------------- */

    @media (max-width: 979px) {
	div.navbar-wrapper div.container div.navbar div.navbar-inner div.nav-collapse ul.nav{
	background:#333;	
	}
      .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
      }
      .navbar-inner {
        border-radius: 0;
        margin: 0px 0;
      }

      .carousel .item {
        height: 338px;
      }
      .carousel img {
        width: auto;
        height: 338px;
      }

      .featurette {
        height: auto;
        padding: 0;
      }
      .featurette-image.pull-left,
      .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
      }
    }


    @media (max-width: 767px) {
ul.info {
		margin-top:0.5em;	float:left;
		margin:0;
	}
	ul.info  li{
	float:left;
	list-style-type: none;	
	padding:0em 0.5em;
	font-size:1.2em;
	line-height:1.8em;
	
	}
      .navbar-inner {
        margin: -20px;
      }

      .carousel {
        margin-left: -20px;
        margin-right: -20px;
		margin-top:20px
      }
      .carousel .container {

      }
      .carousel .item {
        height: 300px;
      }
      .carousel img {
        height: 308px;
      }
      .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 100px;
      }
      .carousel-caption h1 {
        font-size: 30px;
      }
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 18px;
      }

      .marketing .span4 + .span4 {
        margin-top: 40px;
      }

      .featurette-heading {
        font-size: 30px;
      }
      .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
      }
	footer {
	margin:-20px;
	}
	footer .container {
	padding:20px;	
	}
	.privacy {
	margin:-20px;
	padding:20px;	
	}
    }
@media (max-width: 480px) {


      .carousel .item {
        height: 100px;
      }
      .carousel img {
        height: 108px;
      }

footer {
	margin:-20px;
	}
	footer .container {
	padding:20px;	
	}
	.privacy {
	margin:-20px;
	padding:20px;	
	}
    }
	
form#contactus fieldset input.spmhidip
{
   display:none;
   width:10px;
   height:3px;
   border:none;
   paddong:0;
   margin:0;
   
}