.wrap {
  margin-left:0;
  margin-right:0;
}

.navbar{
	background: url('../../images/site/header-bg.jpg') no-repeat top right;
	margin-bottom: 0px;
}

ul.sub-nav li{
	list-style-type: none;
}

.main-nav{
	margin-top: 125px;
	background-color: #283f5e;
}

.private-nav{
	background-color: #b5d3ff;
}

.admin-nav{
	background-color: #9a2632;
}

.main-nav ul li a:hover, .login-link:hover{
	color: #b5d3ff !important;
	text-decoration: underline;
}

.private-nav ul li a:hover{
	color: #fff !important;
	text-decoration: underline;
}

.admin-nav ul li a:hover{
	color: #ffb4bc !important;
	text-decoration: underline;
}

.main-nav li.selected{

}

.main-nav ul li a, .private-nav ul li a, .admin-nav ul li a, ul.footer-menu li a, .login-link, .nav-text{
	font-family: 'Ropa Sans', sans-serif;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 16px;
}

.private-nav ul li a, .nav-text{
	color: #283f5e !important;
}

.header-links{
	background-color: rgba(255,255,255,0.8);
	padding: 5px;

	margin-right: 15px;
	margin-top: 10px;
}

.header-links a{
	padding-left: 5px;
}

.header-links a:first-child{
	padding-left: 0px;
}

h1, h2, h3, h4, h5, h6{
	color: #283f5e;
}

h1, .h1 {
    font-size: 25px;
}

h2, .h2 {
    font-size: 21px;
}

h3, .h3 {
    font-size: 18px;
}

h4, .h4 {
    font-size: 16px;
}

ul.sub-nav{
	padding-left: 10px;
}

.main-nav ul li.selected{
	background-color: #5c6d83;
}

.private-nav ul li.selected{
	background-color: #5c6d83;
}

.admin-nav ul li.selected{
	background-color: #ad5b63;
}

.doc-dl{
	margin-left: 15px;
}

.article-photo{
	margin: 0px 20px 20px 0px;
}

.side-nav h2{
	font-size: 20px;
	color: #9a2632;
}

.side-nav li.selected, a.selected{
	background-color: #e9ecf0;
	padding: 5px;
	position: relative;
	left: -5px;
}

.side-nav li a{
	color: #171717;
}

.side-nav ul li ul{
	padding-left: 10px;
}

.login-link, .nav-text{
	margin-top: 14px;
}

.navbar-toggle{
	background-color: #283f5e;
	margin-top: 40px;
}

footer {
    background: url('../../images/site/footer-bg.jpg') no-repeat top right;
    background-color: #283f5e;
    color: #fff;
    height: 160px;
    margin-top: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.footer-copy{
	font-size: 13px;
	color: #59677c !important;
	margin-top: 20px;
}


/* Table overrides  */

table {
  width: 100%;
  margin-bottom: 20px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}
table table {
  background-color: #fff;
}

table > tbody > tr:nth-child(odd) > td,
table > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* end Table overrides  */



@media screen and (max-width: 1100px) {  /*  Large monitor desktops */
	.navbar-nav li a, .login-link, .nav-text
	{
		padding: 5px;
		font-size: 15px !important;
	}

	.navbar-nav li{
		margin-right: 10px;
	}

	.doc-icon{
		display: none;
	}

		.login-link, .nav-text
	{
		margin-top: 0px;
	}
	
}

@media screen and (max-width: 960px) {  /*  Smaller monitors */
	.header-links{
		display: none;
	}

	.navbar-nav li a, .login-link, .nav-text
	{
		font-size: 12px !important;
	}

	.navbar{
		background: url('../../images/site/header-bg-light.jpg') no-repeat top right;
	}
}

@media screen and (max-width: 758px) {  /*  iPad and iPhone horizontal    */

	.navbar-form{
		display: none;
	}

	.navbar-header{
		height: 120px;
	}

	.main-nav{
		margin-top: 0px;
	}
	.navbar-nav li a{
	font-size: 17px !important;
	padding: 10px;
	}
	.navbar-brand img{
		max-width: 400px;
	}

}

@media screen and (max-width: 524px) {  /*  handheld    */
    .navbar-brand img{
        max-width: 200px;
        margin-top: 15px;
    }
}

.navbar-nav > li > a {
  padding-top: 12px;
  padding-bottom: 13px;
  line-height: 10px;
}

.navbar {min-height:40px !important}
