/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 3.5rem;
  .row:before, .row:after {width:0px; height:0px;}
}

.gap-right {
margin-right: 10px;}

ul {list-style-type: circle; list-style-image: url(../../images/bullet.jpg);}
.sitemappage {font-size: 1.2em;}

span.highlight {
	text-shadow: 2px 2px 8px #000000;
    Xbackground-color: #B3B3B3;
	padding: 0px 10px;
}
#offerbox {
    	position: fixed;
	width: 120px;
	height: 51px;
    	top: 240px;
    	right: 200px;
	}
#offerbox180 {
    	position: fixed;
	width: 180px;
	height: 77px;
    	top: 240px;
    	right: 200px;
	}
.jumbotron { 
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
    background: url(../../images/topback.jpg) no-repeat, url(../../images/XXtopfade.jpg) repeat-x;
	xbackground-repeat: repeat;
	background-position: 0% 0%;
    background-size: fixed;
    color: black;
    text-shadow: white 0.3em 0.3em 0.3em;
}
.panel-heading {
	background-color: transparent;
	background-image: url(../../images/biggryfade06.jpg);
	background-repeat: repeat-x;
    	border-top: 1px solid rgb(238,238,238);
	}