@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,700,300);
@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,700italic,400italic);
html {
	margin: 0;
	padding: 0;
	
}
body {
	/*background: #211C18 url('images/bg-JBGrey.png');*/
	background: #0091BE;
	background-size: cover;
	font: 16px Roboto, Arial, Helvetica, Sans-serif; 
	margin:90px 0 0 0;
}
p:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
	margin-top: 0;	
}
.header {
	margin: 0px 0px 50px 0px; /* margin: top/bottom left/right... if u just use 2 numbers */
	display: table;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.contentContainer {
	width: 80%;
	margin: auto;
	max-width: 1000px;
}
.logo {
	width: 100%;
	display: block;
	align-content: center;
	padding-right: 30px;
	background: rgba(255, 0, 0, 0.70);
}
.logo img{
	display: block;
	width: 326px;
	margin: 0 auto;
}
.links {
	background: rgba(0, 0, 0, 0.75);
	margin: 0 0 0 0;
	overflow: auto;
}
.links ul {
    margin: 0;
	padding: 0 18px;
	list-style: none;
	display: inline-block;
	float: left;
}
.links li{
	display: inline-block;	
}
.links li a{
	padding: 12px 16px;
	text-transform: uppercase;
	text-decoration:none;
	display: block;
	color: #00D1FF;
	font: 16px Roboto Condensed, Arial, Helvetica, Sans-serif; 
}
.links li a.current {
	background: #005FB7;	
}

.links li a:hover {
	background: rgba(255, 255, 255,0.86);
	fon
}
.search_form {
	display: inline-block;
	float: right;	
	position: relative;
	height: 43px;
}
.search_form .search_field {
	margin: 0;
	padding: 5px 8px;	
	height: 43px;
	width: 262px;
	border: none;
	box-sizing: border-box;
	background: rgba(0,0,0,0.3);
	color: #fff;
}
.search_form .search_button {
	width: 34px;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;	
	background: transparent;
	border: none;
}
.search_form .search_field:focus {
	outline: none !important;	
}
.search_form .search_field::-webkit-input-placeholder {
   color: #fff;
}
.search_form .search_field:focus::-webkit-input-placeholder {
   color: transparent;
}
.search_form .search_field:-moz-placeholder { /* Firefox 18- */
   color: transparent;  
}
.search_form .search_field:focus:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}
.search_form .search_field::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}
.search_form .search_field:focus::-moz-placeholder {  /* Firefox 19+ */
   color: transparent;  
}
.search_form .search_fild:-ms-input-placeholder {  
   color: #fff;  
}
.search_form .search_field:focus:-ms-input-placeholder {  
   color: transparent;  
}
.ads {
	display: table-cell;
	width: 400px;
	background-color: #098067;
	border-radius: 5px;
}
.main_wrapper{
	background-color: #ffffff;
	border-radius: 8px 8px 0px 0px;
}
.main {
	display: table;
	border-collapse: collapse:
	border: none;
	table-layout: fixed;
	width: 100%;
}
.body {
	display: table-cell;
	padding: 30px;
	line-height: 1.6em
}
.body h1 {
	text-transform: uppercase;
	font-weight: 100;	
}
.body p {
	color: #444;
}
.body img[align*="left"] {
	padding: 5px;
	margin-right: 10px;
	border: 5px solid #efefef;
	border-radius: 4px;
}
.TitleBox[align="center"]{
	background-color: #0060B8
	border-radius: 8px 8px 8px 8px;
		
}
.sidebar {
	display: table-cell;
	width: 90px;
	border-left: 2px solid #efefef;
	padding: 30px;
	border-radius: 8px 8px 0px 0px;
}
.sidebar_links ul {
	padding: 0;
	margin: 0;	
	list-style-position: inside;
	
}
.sidebar_links li {
	padding: 0.25em 0 0.25em 0;
	margin: 0;	
}
.sidebar_links a {
	text-transform: uppercase;
	color: #00D1FF;
	font: 16px Roboto Condensed, Arial, Helvetica, Sans-serif; 	
}
.sidebar h3 {
	text-transform: uppercase;
	font-weight: 100;	
}
.sidebar p {
	color: #444;
}
.footer {
	background-color: rgba(0,0,0, 0.6);
	border-radius: 0px 0px 8px 8px;
	margin: 0px 0px 40px 0px;
	color: #fff;
	text-align: center;
	padding: 12px 16px;
	font: 16px Roboto Condensed, Arial, Helvetica, Sans-serif; 
}
.footer a{
	padding: 12px 16px;
	text-decoration: none;
	color: #5ED2FA
}
.img {
	padding: 5px;
	margin-right: 10px;
	border: 5px solid #efefef;
	border-radius: 4px;
}
