 /* Fira Sans  */

@font-face {
    font-family:"Fira Sans";
    src:url("./webfont/400.woff2") format("woff2"),
		url("./webfont/400.woff") format("woff"),
		url("./webfont/400.otf") format("opentype");
    font-style:normal;
	font-weight:400;
}

@font-face {
    font-family:"Fira Sans";
    src:url("./webfont/400i.woff2") format("woff2"),
		url("./webfont/400i.woff") format("woff"),
		url("./webfont/400i.otf") format("opentype");
    font-style:italic;
	font-weight:400;
}

@font-face {
    font-family:"Fira Sans";
    src:url("./webfont/700.woff2") format("woff2"),
		url("./webfont/700.woff") format("woff"),
		url("./webfont/700.otf") format("opentype");
    font-style:normal;
	font-weight:700;
}

@font-face {
    font-family:"Fira Sans";
    src:url("./webfont/700i.woff2") format("woff2"),
		url("./webfont/700i.woff") format("woff"),
		url("./webfont/700i.otf") format("opentype");
    font-style:italic;
	font-weight:700;
}

/*  
	CSS Reset by Eric Meyer - Released under Public Domain
    http://meyerweb.com/eric/tools/css/reset/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td 
                  {margin: 0;padding: 0;border: 0;outline: 0;
                  font-size: 100%;vertical-align: baseline;
                  background: transparent;}
body              {line-height: 1.2em;}
ol, ul            {list-style: none;}
blockquote, q     {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';	content: none;}
:focus            {outline: 0;}
ins               {text-decoration: none;}
del               {text-decoration: line-through;}
table             {border-collapse: collapse;border-spacing: 0;}

/* ------------------------------------------------------ */

html {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font: 400 0.9em 'Fira Sans', sans-serif;
	background: #F0EFE2;
	color: #777;
	line-height: 1.2em;
}

.x {
	clear: both;
}

p {
	padding: 0 0 20px 0;
	line-height: 1.7em;
}

img {
	border: 1;
}

h1, h2, h3, h4, h5, h6 {
	font: 700 'Fira Sans', sans-serif;
	color: #444;
	margin: 0 0 15px 0;
	padding: 15px 0 5px 0;
}

h1 {
	font: 700 140% 'Fira Sans', sans-serif;
}

h2 {
	font: 700 120% 'Fira Sans', sans-serif;
}

h3 {
	font: 700 110% 'Fira Sans', sans-serif;
}

h4 {
	margin: 0;
	padding: 0 0 5px 0;
	font: 700 100% 'Fira Sans', sans-serif;
	color: #A4AA04;
}

h5, h6 {
	font: 700italic 95% 'Fira Sans', sans-serif;
	padding: 0 0 15px 0;
	color: #A4AA04;
}

h6 {
	color: #444;
}

.head1 {
	font: 700 120% 'Fira Sans', sans-serif;
	color: #444;
}

.head2 {
	font: 700 110% 'Fira Sans', sans-serif;
	color: #444;
}

a, a:hover {
	outline: none;
	text-decoration: none;
	color: #1293EE;
}

a:hover {
	text-decoration: underline;
}

strong {
	font: 700;
}

.left {
	float: left;
	width: auto;
	margin-right: 10px;
}

.right {
	float: right;
	width: auto;
	margin-left: 10px;
}

.center {
	display: block;
	text-align: center;
	margin: 20px auto;
}

blockquote {
	margin: 20px 0;
	padding: 10px 20px 0 20px;
	border: 1px solid #E5E5DB;
	background: #FFF;
}

ul {
	margin: 2px 0 22px 17px;
}

ul li {
	list-style-type: square;
	list-style-position: inside;
	margin: 0 0 2px 0;
	padding: 0 0 4px 5px;
}

ol {
	margin: 8px 0 22px 20px;
}

ol li {
	margin: 0 0 11px 0;
}

#main, #logo, #menubar, #site_content, #footer {
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: #025587;
	height: 240px;
}

#logo {
	width: 825px;
	position: relative;
	height: 168px;
	background: #025587 url(logo_1.png) no-repeat;
}

#logo #logo_text {
	position: absolute;
	top: 20px;
	left: 0;
}

#logo h1, #logo h2 {
	font: 700 250% 'Fira Sans', sans-serif;
	border-bottom: 0;
	text-transform: none;
	margin: 0;
}

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover {
	padding: 22px 0 0 0;
	color: #FFF;
	letter-spacing: 0.1em;
	text-decoration: none;
}

#logo_text h1 a .logo_colour {
	color: #fff;
}

#logo_text h2 {
	font-size: 100%;
	padding: 4px 0 0 0;
	color: #DDD;
}

#menubar {
	width: 877px;
	height: 72px;
	padding: 0;
	background: #29415D url(menu.png) repeat-x;
}

ul#menu, ul#menu li {
	float: left;
	margin: 0;
	padding: 0;
}

ul#menu li {
	list-style: none;
}

ul#menu li a {
	letter-spacing: 0.1em;
	font: normal 100% 'Fira Sans', sans-serif;
	display: block;
	float: left;
	height: 37px;
	padding: 29px 26px 6px 26px;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent;
}

ul#menu li a:hover, ul#menu li.selected a, ul#menu li.selected a:hover {
	color: #FFF;
	background: #1C2C3E url(menu_select.png) repeat-x;
}

#site_content {
	width: 837px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding: 20px 24px 20px 37px;
	background: #FFF url(content.png) repeat-y;
}

.sidebar {
	float: right;
	width: 190px;
	padding: 0 15px 20px 15px;
}

.sidebar ul {
	width: 178px;
	padding: 4px 0 0 0;
	margin: 4px 0 20px 0;
}

.sidebar li {
	list-style: none;
	padding: 0 0 7px 0;
}

.sidebar li a, .sidebar li a:hover {
	padding: 0 0 0 20px;
	display: block;
	background: transparent url(bullet.png) no-repeat left center;
}

.sidebar li a.selected {
	color: #444;
	text-decoration: none;
}

#content {
	text-align: left;
	width: 595px;
	padding: 0;
	background: url(kbt_hg.jpg) no-repeat fixed center center;
}

#content ul {
	margin: 2px 0 22px 0px;
}

#content ul li {
	list-style-type: square;
	margin: 0 0 4px 20px;
	padding: 0 0 4px 2px;
	line-height: 1.5em;
	list-style-position: outside;
}

#footer {
	width: 878px;
	font: normal 100% 'Fira Sans', sans-serif;
	height: 33px;
	padding: 24px 0 5px 0;
	text-align: center;
	background: #29425E url(footer.png) repeat-x;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.search {
	color: #5D5D5D;
	border: 1px solid #BBB;
	width: 134px;
	padding: 4px;
	font: 100% 'Lato', sans-serif;
}

.form_settings {
	margin: 15px 0 0 0;
}

.form_settings p {
	padding: 0 0 4px 0;
}

.form_settings span {
	float: left;
	width: 200px;
	text-align: left;
}

.form_settings input, .form_settings textarea {
	padding: 5px;
	width: 299px;
	font: 100% 'Fira Sans';
	border: 1px solid #E5E5DB;
	background: #FFF;
	color: #47433F;
}

.form_settings .submit {
	font: 100% 'Fira Sans';
	border: 1px solid;
	width: 99px;
	margin: 0 0 0 212px;
	height: 33px;
	padding: 2px 0 3px 0;
	cursor: pointer;
	background: #263C56;
	color: #FFF;
}

.form_settings textarea, .form_settings select {
	font: 100% 'Fira Sans';
	width: 299px;
}

.form_settings select {
	width: 310px;
}

.form_settings .checkbox {
	margin: 4px 0;
	padding: 0;
	width: 14px;
	border: 0;
	background: none;
}

.separator {
	width: 100%;
	height: 0;
	border-top: 1px solid #D9D5CF;
	border-bottom: 1px solid #FFF;
	margin: 0 0 20px 0;
}

table {
	margin: 10px 0 30px 0;
}

table tr th, table tr td {
	background: #005785;
	color: #FFF;
	padding: 7px 4px;
	text-align: left;
}

table tr td {
	background: #F0EFE2;
	color: #47433F;
	border-top: 1px solid #FFF;
}