/*
This stylesheet is part of the [in] business template downloaded from the oswd.org site 

The stylesheet and template where made by Tjobbe Andrews from NOW:design www.now-design.co.uk
*/
html {
	width: 100%;
	min-width:1024px;
}

body {
	margin:0;
	min-width:1024px;
	font-family: "Open Sans", sans-serif;
	font-weight:300;
	font-size: 90%;
	color: #3D3535;
	background:#fff; 
	line-height: 140%;
}
p {
	margin:0;margin-bottom:10pt;
	line-height:17pt;
	font-size:11pt;
}
h1 {
	margin:0;margin-top:7pt;margin-bottom:7pt;
	line-height:125%;
	page-break-after:avoid;
	font-size:16pt;
	color:#365F91;
}

h2 {
	margin:0;margin-top:7pt;margin-bottom:7pt;
	line-height:115%;
	page-break-after:avoid;
	font-size:13pt;
	color:#807C7C;
}
pre{
	margin:0;margin-bottom:10pt;
	line-height:115%;
	font-size:11pt;
}

input.button {
	font-size : 10px;
	color : #000000;
	background-color : #ffffff;
	height : 20px;
	border : 1px solid #ccc;
	margin-top : 2px;
}

textarea, input, select {
	font-size : 11px;
	border-width: 1px;
    border-style: solid;
    border-color: #ccc;

}

label.error { 
	width: 250px; 
	display: block; 
	float: left; 
	color: red; 
	padding-left: 10px; 
}

/* the container */
.all { padding-left:60px; }
.box {
	width: 100%;
}

/*holds the tabs at the top*/
.menu {
	
	text-align: right; position:fixed; bottom: 0px; right: 200px; padding:0px 10px 25px 0;  z-index:10001;
}

/*defines the colours for the tabs, with corner background images*/
.menu a:link, .menu a:active, .menu a:visited {
padding:5px 10px; border-radius:3px; background:rgba(255,255,255,0.95); margin-right:5px;
}

.menu a:hover {
background:#063e4f; color:#FFF;
}

.menu a.selected {
font-weight:600;
background:#063e4f; color:#FFF;
}

.menu a.selected:hover {
opacity:0.5;
}

/*holds the logo and image*/
.header { padding-left:30px; 
	overflow:hidden;
}
.header > img { display:none; }
.header h1 {	font-size:50px; font-weight:300; color:#063e4f;}
.header h2{	font-size:30px; font-weight:300; color:#06a9d6;}


/*the main text container*/
.content {
	/*margin-right: 255px;*/
	margin-left:240px;
	padding: 15px;
}

.content h1 {
font-weight:300;font-size:30px;padding:10px 30px 0 8px;
}

/*this is the right hand bar, news bar, links bar w/e*/
.panelsbar {
width:240px;
	margin-top: 40px;
	float: left;
}

.panelsbar h1 {
	background-color: #06a9d6; border-radius:4px; text-align:center;
	position:relative; right:22px;
	font-size:16px; font-weight:300;
	color: #FFFFFF;
	padding: 5px 10px;
	margin: 0px 0px 0px 0px;
}


/*this just lets you have a "comment" type area in the main content*/
.comment {
	padding: 20px;
	background-color: #F7F7F4;
	font-size:90%;
}

/*sets the padding for the newsbar text, not the headings*/
.panel-links-body {
	padding:20px;
}

.panel-links-body ul {
	list-style-type:none;
	position:relative; right:10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.panel-links-body li a {
}

.panel-links-body li a:hover {
}

/*the footer, with copyright*/
.footer {
	display:none;
	clear:both;
	background-color: #EDEEEA;
	padding: 4px;
	font-size: 80%;
	text-align: center;
}

/*sets the link colours and style*/
a:link, a:active, a:visited {
color:rgba(26, 188, 156,1.0); text-decoration:none;  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
color:rgba(22, 160, 133,1.0);
}

/* DCZ CODE */
i.fa {  width:25px; text-align:center; }

#main_sticky_nav { min-width:1004px; font-size:13px; font-weight:500; position:fixed; top:10px; left:10px; width:calc(100% - 20px); -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);}
#main_sticky_nav > ul { list-style-type:none; display:block; background:rgba(26, 188, 156,1.0); border-radius:5px; padding:0 10px; margin:0;}
#main_sticky_nav > ul > li { position:relative; display:inline;}
#main_sticky_nav > ul > li > span { display:inline-block; padding:15px 10px; cursor:default; color:#FFF; -webkit-transition: all 0.3s ease-in-out; text-transform:uppercase;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;}
#main_sticky_nav > ul > li > a { display:inline-block; padding:15px 10px;  color:#FFF; -webkit-transition: all 0.3s ease-in-out; text-transform:uppercase; background:rgba(22, 160, 133,1.0); 
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;}
#main_sticky_nav > ul > li  ins { position:relative; right:10000px;}
#main_sticky_nav > ul > li:hover  ins {  right:0; }
#main_sticky_nav > ul > li  a:hover{ background:rgba(52, 73, 94,1.0); }
#main_sticky_nav > ul > li:hover  div { visibility:visible; top:calc(100% + 15px); opacity:1;}
#main_sticky_nav > ul > li > div { visibility:hidden; display:block; position:absolute; top:50%; opacity:0; left:-5px; -webkit-transition: all 0.3s ease-in-out; padding-top:10px;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;}
#main_sticky_nav > ul > li > div > ul { display:block; list-style-type:none; padding:10px 0; margin:0;position:relative; background:rgba(155, 89, 182,1.0); border-radius:5px; color:#FFF;}
#main_sticky_nav > ul > li > div > ul:after { 
  content: "\f0d8";
  display: block;
  font-family: 'FontAwesome';
  font-size: 30px;
  color: rgba(155, 89, 182,1.0);
  position: absolute;
  top: -15px;
  z-index: 1003;
  left: 20%;
  margin-left: -8px;}
#main_sticky_nav > ul > li > div > ul > li {padding:0; margin:0; }
#main_sticky_nav > ul > li > div > ul > li > a { white-space: nowrap; padding:5px 40px 5px 20px; display:block; -webkit-transition: all 0.3s ease-in-out; color:#FFF;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;}
#main_sticky_nav > ul > li > div > ul > li > a:hover { background:rgba(142, 68, 173,1.0); }

th { background:rgba(231, 76, 60,1.0)!important; color:#FFF; }
th a{ color:#fff!important; }
th a:hover{ color:#06a9d6!important; }
td, th { border-radius:5px; }
.results table td { padding:5px; }

body > header.sticky { -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);position:fixed; bottom:0; width:100%; padding:5px;  background:rgba(52, 73, 94,1.0);  color:#FFF; }
body > header.sticky > img { display:none; }
body > header.sticky > h1 { font-weight:500; color:#FFF; font-size:16px; display:inline; margin:0 10px; line-height:22px;}
body > header.sticky > h2 { font-weight:300; color:#FFF; font-size:16px; display:inline;  line-height:22px;}

#content > header.index > h1 { display:block; font-weight:300; color:rgba(52, 73, 94,1.0); font-size:40px; margin:10px 0 10px 5px; }
#content > header.index > h2 { display:block; font-weight:300; color:rgba(127, 140, 141,1.0); font-size:25px; margin:15px 0 15px 5px; }
#content > header.index > img { display:none; }

#content { padding:80px 20px 40px 20px; }

.index_content > div:nth-child(3) { width:100%; }
.index_content > div:nth-child(4) { width:50%; float:left; }
.index_content > div:nth-child(5) { width:50%; float:left; }