@media (min-width:1200px){.container{width:1050px}}

#mainwrapper {
	background-color:#FFF;
}

#blackwrapper {
	background-color:#000;
}

.row{
	margin-top:5px;
	}

.row_menu{
	margin: 5px 20px 5px 85px;
	}

.row_main{
	margin: 5px 10px 0 10px;
	}
		
.centre-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.image-border{
   border: 1px solid #CCCCCC;
}


.nav-tabs>li>a {
  background-color: #FFF;
  border-color: #dfd7ca;
  color: #083887;
  text-decoration: none;
		}

.nav-tabs {
	border-bottom: 0;
}

/*  black menu      */

.nav-tabs-black>li>a {
  background-color:#000;
  border-color:#FF0000;
  color: #FF0000;
  text-decoration: none;
}

.nav-tabs-black {
	border-bottom: 0;
}

a{
  text-decoration: underline;
		color: #083887;
}

a:active 
   { 
   color: #083887;          
   } 
a:hover 
   {
   color:#083887;
   }

.link-list{
	padding:10px 0 5px 10px;
}

.link-list>li{

	padding:10px 0 5px 0;
}
			
			
h1,
h2,
h3,
h4,
h5,
h6 {
	   margin-top:15px;
	  	color:  #083887;
    font-weight: 700;
}

div.inner_container{
    padding: 5px 10px 5px 10px;
				  background-color:#efefef;
}

.greytext{
			font-family:inherit;
   font-size: inherit; 
			color: #5b5452;
		}
		
.greytext a{
  text-decoration: underline;
		}
		
.greytextbold{
			font-family:inherit;
   font-size: inherit; 
			color: #5b5452;
			font-weight: bold;
		}

.greytextsmall{
			font-family:inherit;
   font-size: inherit; 
   font-size: 85%; 
			color: #5b5452;
		}
		
.greytextsmall a{
  text-decoration: underline;
		}
		
.whitetext{
   font-family:inherit;
   font-size: inherit; 
   color: #ffffff;
		}
		
.whitetext a{
  text-decoration: underline;
		}

		
.whitetextsmall{
			font-family:inherit;
   font-size: inherit; 
   font-size: 85%; 
			color: #ffffff;
		}
		
.whitetextsmall a{
  text-decoration: underline;
		}
		
.redtext{
			font-family:inherit;
   font-size: inherit; 
			font-weight: bold; 
			color: red;
		}
		
.blacktext{
			font-family:inherit;
   font-size: inherit; 
			color: #0000;
		}

.blacktext14{
			font-family:inherit;
   font-size:14px;
			color: #000;
		}
		
.blacktext18{
			font-family:inherit;
   font-size:18px;
			color: #000;
		}
		
						
.whiteseperator {
	border-top:#ffffff solid 1px;
	padding-top:5px;
	height:1px;
	width:100%;
}

.blackseperator {
	border-top:#000000 solid 1px;
	height:1px;
	width:100%;
}

.blueseperator {
	border-top:#083887 solid 1px;
	margin-top:5px;
	margin-bottom:10px;
	height:1px;
	width:100%;
}

.grayseperator{
 border-top:#9c9593 dashed 1px;
	margin-top:5px;
	margin-bottom:20px;
	height:1px;
	width:100%;
}

.graylightseperator{
 border-top:#e8e7e7 dotted 1px;
	margin-top:5px;
	height:1px;
	width:100%;
}

.pusher10{
   margin-top: 10px;
}
.pusher20{
   margin-top: 20px;
}

.pusher40{
   margin-top: 40px;
}

.pusher60{
   margin-top: 60px;
}

.pusher200{
   margin-top: 200px;
}

	
.lineseperator {
	border-top:1px solid #000;
	padding:10px 0 0 0;
	height:1px;
	width:100%;
}

table {
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid black;
}

th, td {
  padding: 5px;
}

/* ----------- Scroller  -------------------- */

#pscroller1{
width: 310px;
height: 65px;
padding: 5px;
}

.someclass{ //class to apply to your scroller(s) if desired
}

