html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }


@font-face {
    font-family: 'KomikaTextRegular';
    src: url('font/KOMTXT__-webfont.eot');
    src: url('font/KOMTXT__-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/KOMTXT__-webfont.woff') format('woff'),
         url('font/KOMTXT__-webfont.ttf') format('truetype'),
         url('font/KOMTXT__-webfont.svg#KomikaTextRegular') format('font/svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DejaVuSansBook';
    src: url('font/DejaVuSans-webfont.eot');
    src: url('font/DejaVuSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/DejaVuSans-webfont.woff') format('woff'),
         url('font/DejaVuSans-webfont.ttf') format('truetype'),
         url('font/DejaVuSans-webfont.svg#DejaVuSansBook') format('font/svg');
    font-weight: normal;
    font-style: normal;
}

body{ margin:0;
    padding:0;
    text-align : left; /*For IE */
    height: 100%;
    background-color: #7D99BA; 
}
html{ margin:0;
	padding:0;
	text-align : center; /*For IE */
	height: 100%; 
}

div#top-bar {
    width: 100%;
    background-color: rgb(176,196,222);
    background: -moz-linear-gradient(top, #BACEE8, #6D89AA);
    background: -webkit-gradient(linear, left top, left bottom, from(#BACEE8), to(#6D89AA));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#BACEE8', EndColorStr='#6D89AA', GradientType=0);); 
    z-index:200;
}

div#bottom-bar {
    width: 100%;
    background-color: rgb(176,196,222);
    background: -moz-linear-gradient(top, #BACEE8, #6D89AA);
    background: -webkit-gradient(linear, left top, left bottom, from(#BACEE8), to(#6D89AA));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#BACEE8', EndColorStr='#6D89AA', GradientType=0);); 
    z-index:200;
}

body{font-family: LiberationSansRegular, Arial, Helvetica, sans-serif; font-size: 85%;}

header{
    width: 950px; 
    height: 200px; 
    margin:0 auto 10px; 
    border-radius:10px;
    box-shadow: 5px 5px 5px black;
}

figure#air{ 
    float:right;
    align:right;	
}

div#crest{
    width: 150px;
    height: 150px; 
    float: left; 
}

div#mini_nav{
    width: 600px;
    height: 30px; 
    float: left;
}

div#mini_nav2{
    width: 250px;
    height: 24px;
    float: left; 
}


nav#menu2 {
    width:950px; 
    height: 20px; 
    margin:0 auto 10px;
    text-align : center; /*For IE */
}

section#content p{
    line-height:1.2;
	margin:0 10px 10px
}

section#extra p{
    line-height:1.2;
	margin:0 10px 10px
}

section#extra span{
    line-height:1.2;
	margin:0 10px 10px
}

section#content{
    width: 950px;
	margin:0 auto;
}

section#extra{
    margin: 0 auto;
	width: 950px;
}

footer{
    width: 950px; 
    margin:0 auto 10px; 
}

header#title {
    z-index:20;
    height: auto;
    background: rgb(176,196,222);
    background: -moz-linear-gradient(top, #BACEE8, #4D698A);
    background: -webkit-gradient(linear, left top, left bottom, from(#BACEE8), to(#6D89AA));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#BACEE8', EndColorStr='#6D89AA', GradientType=0););
    margin-bottom:5px;
    border-radius:10px;
    font-family: LiberationSansRegular, Arial, Helvetica, sans-serif;
    font-size: 95%;
}

header#title p{
    line-height:1.2;
	margin: 0;
}

article {
    z-index:10;
    background-color: #fff;
    margin-bottom:10px;
    border-radius:10px;
    box-shadow: 5px 5px 5px black;
    text-align: left;
}

.myBoxA {
    z-index:10;
    background-color: #F9F9F9;
    margin-top:10px;
    margin-bottom:10px;
    margin-right:10px;
    border-radius:10px;
    box-shadow: 5px 5px 5px black;
}

h1 {
	font-family: KomikaTextRegular, Arial, Helvetica, sans-serif;;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #1A75CF;
	text-align: left;
}

h2 {
	font-family: KomikaTextRegular, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #1A75CF;
	text-align: right;
}

.left {
	text-align: left;
}
.right {
	text-align: right;
}
.centre{
	text-align: center;
}

.terms {
	font-family: LiberationSansRegular, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: xx-small;
}

.summary {
	font-family: Helvetica, LiberationSansRegular, Arial, sans-serif;
	font-size: 100%;
}

.myBoxC {
    z-index:10;
    background-color: #eee;
    border: 2px solid #fff;
    margin-left:250px;
    width:450px;
    border-radius:10px;
}

.myBoxD {
    z-index:10;
    background-color: #eee;
    border: 2px solid #fff;
    margin-left:50px;
    width:850px;
    border-radius:10px;
    box-shadow: 5px 5px 5px black;   
}

.myBoxB {
    z-index:11;
    font-family: LiberationSansRegular, Arial, Helvetica, sans-serif; 
    font-size: 90%;
    background-color: #fff;
    background: -moz-linear-gradient(top, #FFFFFF, #CCEEEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCEEEE));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FFFFFF', EndColorStr='#CCEEEE', GradientType=0););
    border: 1px solid #FFFFFF;
    border-radius:10px;
    margin:0 auto 1px;
}

.myBoxB1 {
    z-index:11;
    font-family: LiberationSansRegular, Arial, Helvetica, sans-serif; 
    font-size: 90%;
    background-color: #ffa;
    background: -moz-linear-gradient(top, #FFFFAA, #DDDD77);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFAA), to(#DDDD77));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FFFFAA', EndColorStr='#DDDD77', GradientType=0););
    border: 1px solid #FFFFFF;
    border-radius:10px;
    margin:0 auto 1px;
}

.myBoxB2 {
    z-index:11;
    font-family: LiberationSansRegular, Arial, Helvetica, sans-serif; 
    font-size: 90%;
    background-color: #fe7;
    background: -moz-linear-gradient(top, #FFEE77, #DDCC55);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFEE77), to(#DDCC55));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FFEE77', EndColorStr='#DDCC55', GradientType=0););
    border: 1px solid #FFFFFF;
    border-radius:10px;
    margin:0 auto 1px;
}

.myBoxB3 {
    z-index:11;
    font-family: LiberationSansRegular, Arial, Helvetica, sans-serif; 
    font-size: 90%;
    background-color: #fcc7cf;
    background: -moz-linear-gradient(top, #FCC7CF, #DC979E);
    background: -webkit-gradient(linear, left top, left bottom, from(#FCC7CF), to(#DC979E));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FCC7CF', EndColorStr='#DC979E', GradientType=0););
    border: 1px solid #FFFFFF;
    border-radius:10px;
    margin:0 auto 1px;
}

#map { 
    height: 100%;
    z-index: 200;
}

.myBoxX {
    z-index:90;
    background: rgb(176,196,222);
    background: -moz-linear-gradient(top, #BACEE8, #4D698A);
    background: -webkit-gradient(linear, left top, left bottom, from(#BACEE8), to(#6D89AA));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#BACEE8', EndColorStr='#6D89AA', GradientType=0););
    margin-bottom:10px;
    border-radius:10px;
    box-shadow: 5px 5px 5px black;
}

.myBoxEx {
    z-index:10;
    background-color: #F9F9F9;
    margin-top:15px;
    margin-bottom:15px;
    margin-right:15px;
    border-radius:10px;
    box-shadow: 5px 5px 5px black;
}

.whiteUpper {
				color: #FFFFFF; text-transform: uppercase;
}
.whiteNorm {
				color: #FFFFFF;
}
.titleCaseLarge {
				font-family: KomikaTextRegular, Arial, Helvetica, sans-serif;
				font-size: 110%;
				font-weight: bold;
				text-transform: uppercase;
				color: #006699;
				text-align: center;
}

#easyTooltip {
  position:absolute;
  z-index:200; /* aaaalways on top*/
  padding: 3px;
  margin-left: 10px;
  margin-top: 5px;
  border: 1px solid black;
  background-color: #1A75CF;
  filter: alpha(opacity=85);
  opacity: 0.85;
  color: #000000;
  font-size: small;
}

#menu2{
padding:0;
margin:0;
}

#menu2 > ul > li > a {
padding:0 12px 0 12px;
margin:0;
text-transform:uppercase; 
font:bold 85% KomikaTextRegular, Arial, Helvetica, sans-serif;
color:#fff;
white-space:nowrap;
background-color: none;
float:left;
text-align: center;
}

#menu2 > ul > li > ul > li {
clear:both;
}

#menu2 li{
position: relative;
list-style: none;
float:left;
white-space:nowrap;
margin: 0;
padding:0;
display: block;
} 

#menu2 li a{
height: 20px;
display: block;
text-decoration:none;
text-align: center;
line-height: 21px;
font:normal 80% Helvetica, Arial, Helvetica, sans-serif; 
color:#333;
} 

#menu2 > ul li a:hover{
background-color:#9FB6CD;
} 

#menu2 ul ul{
position: absolute;
top: 20px;
visibility: hidden;
background-color:rgb(255,255,255);
background-color:rgba(255,255,255,0.85);
display: block;
}

#menu2 ul li:hover ul{
visibility:visible;
} 


#archive{ background: url(../images/csg-4f0ee6eb9a6a8.png); display: block; text-decoration:none; background-position: 0 0; width: 16px; height: 16px; } 
#archived{ background: url(../images/csg-4f0ee6eb9a6a8.png); display: block; text-decoration:none;  background-position: 0 -36px; width: 16px; height: 16px; } 
#bottom{ background: url(../images/csg-4f0ee6eb9a6a8.png); display: block; text-decoration:none;  background-position: 0 -72px; width: 16px; height: 16px; } 
#delete{ background: url(../images/csg-4f0ee6eb9a6a8.png); display: block; text-decoration:none;  background-position: 0 -108px; width: 16px; height: 16px; } 
#edit{ background: url(../images/csg-4f0ee6eb9a6a8.png); display: block; text-decoration:none;  background-position: 0 -144px; width: 16px; height: 16px; } 
#extras{ background: url(../images/csg-4f0ee6eb9a6a8.png); display: block; text-decoration:none;  background-position: 0 -180px; width: 16px; height: 16px; } 
#feature{ background: url(../images/csg-4f0ee6eb9a6a8.png); display: block; text-decoration:none;  background-position: 0 -216px; width: 16px; height: 16px; } 
#frontpage{ background: url(../images/csg-4f0ee6eb9a6a8.png); display: block; text-decoration:none;  background-position: 0 -252px; width: 16px; height: 16px; } 
#no_note{ background: url(../images/csg-4f0ee6eb9a6a8.png); display: block; text-decoration:none;  background-position: 0 -288px; width: 16px; height: 16px; } 
#none_feature{ background: url(../images/csg-4f0ee6eb9a6a8.png); display: block; text-decoration:none;  background-position: 0 -324px; width: 16px; height: 16px; } 
#not_bottom{ background: url(../images/csg-4f0ee6eb9a6a8.png); display: block; text-decoration:none;  background-position: 0 -360px; width: 16px; height: 16px; } 
#not_extra{ background: url(../images/csg-4f0ee6eb9a6a8.png); display: block; text-decoration:none;  background-position: 0 -396px; width: 16px; height: 16px; } 
#not_frontpage{ background: url(../images/csg-4f0ee6eb9a6a8.png); display: block; text-decoration:none;  background-position: 0 -432px; width: 16px; height: 16px; } 
#note{ background: url(../images/csg-4f0ee6eb9a6a8.png); display: block; text-decoration:none;  background-position: 0 -468px; width: 16px; height: 16px; } 
#preview{ background: url(../images/csg-4f0ee6eb9a6a8.png); display: block; text-decoration:none;  background-position: 0 -504px; width: 16px; height: 16px; } 
#publish{ background: url(../images/csg-4f0ee6eb9a6a8.png); display: block; text-decoration:none;  background-position: 0 -540px; width: 16px; height: 16px; } 
#sort_ascending{ background: url(../images/csg-4f0ee6eb9a6a8.png); display: block; text-decoration:none;  background-position: 0 -576px; width: 16px; height: 16px; } 
#sort_descending{ background: url(../images/csg-4f0ee6eb9a6a8.png); display: block; text-decoration:none;  background-position: 0 -612px; width: 16px; height: 16px; } 
#transfer{ background: url(../images/csg-4f0ee6eb9a6a8.png); display: block; text-decoration:none;  background-position: 0 -648px; width: 16px; height: 16px; } 
#unpublish{ background: url(../images/csg-4f0ee6eb9a6a8.png); display: block; text-decoration:none;  background-position: 0 -684px; width: 16px; height: 16px; }

#C-logo{ background: url(../images/sprites1.png); display: block; text-decoration:none; background-position: 0 0; width: 111px; height: 75px; } 
#R-logo{ background: url(../images/sprites1.png); display: block; text-decoration:none; background-position: -136px 0; width: 130px; height: 109px; } 
#R-crest{ background: url(../images/sprites1.png); display: block; text-decoration:none; background-position: -291px 0; width: 150px; height: 150px; } 
#dec{ background: url(../images/sprites1.png); display: block; text-decoration:none; background-position: -466px 0; width: 16px; height: 16px; } 
#feedback{ background: url(../images/sprites1.png); display: block; text-decoration:none; background-position: -507px 0; width: 12px; height: 12px; } 
#inc{ background: url(../images/sprites1.png); display: block; text-decoration:none; background-position: -544px 0; width: 16px; height: 16px; } 
#terms{ background: url(../images/sprites1.png); display: block; text-decoration:none; background-position: -585px 0; width: 12px; height: 12px; }

#navi {
	margin: 0 auto 0;
	padding: 7px 6px 0;
	line-height: 100%;
}

#navi li {
        font:normal Helvetica, Arial, Helvetica, sans-serif;
	margin: 0 5px;
        padding: 0 0 6px;
position: relative;
list-style: none;
float:left;
}

/* main level link */
#navi a {
	font-family: KomikaTextRegular, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;	
        text-decoration: none;
	display: block;
	margin: 0;
}

/* main level link hover */
#navi li:hover > a {
	background-color:#9FB6CD;
	color: #000;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

/* sub levels link hover */
#navi ul li:hover a, #navi li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#navi ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */

	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#navi ul {
        font:normal Helvetica, Arial, Helvetica, sans-serif;
	background-color:rgb(255,255,255);
        background-color:rgba(255,255,255,0.85);
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	left: 0;
        white-space:nowrap;
}

#navi li a {
        font:normal Helvetica, Arial, Helvetica, sans-serif;
        white-space:nowrap;
}

/* dropdown */
#navi li:hover > ul {
        font:normal Helvetica, Arial, Helvetica, sans-serif;
	display: block;
}
#navi ul li {
        font:normal Helvetica, Arial, Helvetica, sans-serif;
	float: none;
	margin: 0;
	padding: 0;
}
#navi ul a {
        font:normal Helvetica, Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#navi ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners for first and last child */
#navi ul li:first-child > a {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}
#navi ul li:last-child > a {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}

/* clearfix */
#navi:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#navi {
	display: inline-block;
}
html[xmlns] #navi {
	display: block;
}
* html #navi {
	height: 1%;
}
