body {
	padding-top: 20px;
	background-color: #414141;
	color: #333333;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
}
h1, h2, h3, h4, h5 {
	font-family: 'Roboto Condensed', sans-serif;
}
h1 {
	width:100%;
	background-color:#393939;
	color:#fff;
	padding:20px;
	margin:0px;
	font-weight:700;
}
h2 {
	font-weight:400;
	font-size: 20px;
	color:#6ab6c2;
}
a {
	color: #6ab6c2;
}
a:hover, a:focus {
	color: #60a0aa;
}
.container {
	background-color:#FFF;
	padding:0;
}
.header {
	background-color:#393939;
	padding:20px;
}
.header h3 {
	padding:0;
	margin:0;
}
.headerImg {
	padding:10px;
}
.headerImg .row {
	margin-left: 0;
	margin-right: 0;
}
.headerImg .hRight {
	padding:20px;
}
.hNav {
	background-color:#70bac5;
	padding: 0;
}
.con {
	padding:20px;
}
.footer {
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified > li > a {
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #6fb9c4;
}
.nav-justified > .active > a, .nav-justified > .active > a:hover, .nav-justified > .active > a:focus {
	background-color: #60a0aa;
	box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li > a:hover {
	background-color: #60a0aa;
}
.nav-justified > li:first-child > a {
	border-left:0;
}
.nav-justified > li:last-child > a {
	border-right:0;
}
.table {
	margin-bottom:0;
}
.table-bordered td {
	border: 1px dashed #ddd !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: 1px dashed #dddddd;
}
.txtRed {
	color:#C00;
}
.txtRedP {
	color:#ff6600;
}
.txtBlue {
	color:#0099cc;
}
.txtDwn {
	font-size:0.8em;
}
 @media (max-width: 767px) {
body {
	font-size:11px;
}
h2 {
	font-weight:700;
	font-size:14px;
}
.headerImg .hLeft {
	text-align:center;
}
.txtSmall {
	font-size:.8em;
}
.txtRX {
	font-size:.9em;
}
}
 @media (min-width: 768px) {
.nav-justified {
	max-height: 52px;
}
.nav-justified > li > a {
	border-left: 1px solid #fff;
	border-right: 1px solid #d5d5d5;
}
.bTrack {
	background-image:url(../app/images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position:left top;
}
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
/* Remove the padding we set earlier */
  .masthead,  .marketing,  .footer {
	padding-left: 0;
	padding-right: 0;
}
}
