/**
 * Justin Systems, Inc.
 * Copyright 2014 Justin Systems, Inc.
 * Author: Stella International, Inc. www.stellainternational.com
 *
 * Main framework provided by Bootstrap.
 * These styles override core Bootstrap Styles.
 *
 */
 
 /**
 * PRINT STYLES
 */
 @media print {
    body {
        margin: 0;
        padding: 0;
        line-height: 1.4em;
        word-spacing: 1px;
        letter-spacing: 0.2px;
        font: 13px Arial, Helvetica,"Lucida Grande", serif;
        color: #000;
    }


    .navbar-nav, .sidebar-nav, .breadcrumb {
        display: none;
    }

	
	 .page-content {
 
		margin-top: 0px;
		 border-top:1px solid #D52842;
		 padding-top: 0px;
	 }
}
 
 /**
 * CUSTOM SCREEN STYLES
 */
 
 h1, .h1, h2, .h2, h3, .h3  {
 
	margin-top:0px;
 
 }
 
 a {
    color:#36c;
 }
 
 a:hover {
	color:#D52842;
 }
 
 .page-content {
 
	/* background: url(/images/justinsystems_background.png) top left no-repeat; */
	margin-top: 72px;
	 
 }
 
 .navbar {
    background-color:#fff;
    padding-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
 }
 
 .navbar-nav a {
    color:#000;
 }
  .navbar-nav a:hover {
	color:#D52842;
 }
 
 .navbar-brand {
    padding-top: 7px;
 }
 
 .navbar-nav {
    float:right;
 }
 
 .navbar {
 
	background: url(/images/justinsystems_background.png) top left no-repeat #fff;
 
 }
 
 .breadcrumb {
    height:50px;
 }

 footer {
	padding-top:10px;
	margin-top:10px;
	border-top:1px solid #ccc;
 }
 
 .jumbotron p {
	font-size: 16px;
 }
 
 .media {
	border-bottom:1px solid #eee;
 }
 .media-heading a {
	color:#000;
 }
 .media-heading a:hover {
	color:#D52842;
 }
 .navcathead {
	color:#666;
	font-weight:bold;
 }