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

body {
	background: #666;
	margin: 0;
	padding: 0;
	padding-top: 50px;
	text-align: center;
}
.button-color {
	style="background-color:rgba(119,119,119,0.21);
}
.wrapper{
	max-width: 1028px;
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto;
	padding-top: 10px;
}
.rks #header {
	background: url('/images/header.png') top left no-repeat #333;
	height: 100px;
	width:100%;
	background: #1d1d1d;
}

.footer {
	text-align:center;
	background:#252525;
	color: #FFFFFF;
}
.footer p {
	margin: 0;
	padding: 10px 0;
	color: #FFFFFF;
}
.footer a a:hover {color: #FFFFFF}
.footer a {color: #FFFFFF}

.graphic-paragraph{
  position: relative;
  line-height: 1.7em;
  padding-top: 2px;
  margin-top: 13px;
  margin-bottom: 18px;
}
.graphic-paragraph .graphic-img {
  float: left;
  padding: 2px 2px 0px 0px;
  margin-right: 10px;
}
.graphic-paragraph img{
  position: relative;
}

.list-group-item {
  background-color: inherit;
}

.promo { height: 250px}
.promo { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding-bottom:5px}
.promo { box-shadow: 0 3px 2px -1px #aaa; -moz-box-shadow: 0 3px 2px -1px #aaa; -webkit-box-shadow: 0 3px 2px -1px #aaa; }
.promo { width: 100%px; padding: 25px 15px 20px 30px; border: 1px solid #e2e2e2; background: #fff url(/images/bg_pricing.png) repeat-x 0 0; box-shadow}
.promo img { float: right; margin-left: 20px; }
.promo h3 { font-size: 150%; font-weight: bold; line-height: 120%; margin-bottom: 5px;}
.promo p { line-height: 160%; }

a[href$='.pdf'] {
display:inline-block;
line-height:20px; 
padding-left:22px;
background: transparent url(/images/icons/icon-pdf.png)  center left no-repeat;
} 

li.borderless {
  border: 0 none;
  padding: 2px 15px;
}

li.borderless:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #CCCCCC;
}