/* -------------------------------------------------------------- 
  
   CSS Framework
   Web Design & Development by Studio 24 Ltd
   www.studio24.net - (0870) 241 6159
     
-------------------------------------------------------------- */


@import "reset.css";


/* =BODY
-------------------------------------------------------------- */

body {
	background: #fff url(../img/bg-gradient.png) repeat-x;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:normal;	
}

div#container { /* set as 'standard' width, centred container for 1024x768 site */
	background: url(../img/top-corners.jpg) top left no-repeat;
	width: 920px;	
	margin: 0 auto;
	background-color:#FFFFFF;
	padding: 20px 20px 0 20px;	
	overflow: hidden; /* FOR TESTING PURPOSES */
}


/* =BRANDING
-------------------------------------------------------------- */

div#branding {
	float: left;
	margin-bottom: 5px;
	margin-left: 15px;
	display: inline;
}

body#business-aviation div#branding img {
	margin:4px -2px 15px -6px;	
}


/* =SITE-TOOLS
-------------------------------------------------------------- */

div#site-tools {
	float: right;
	width: 550px;
	margin-top: 55px;
}

div#site-tools ul {
	float: left;
	list-style: none;
	margin: 0 0.5em 0 0;
	padding: 0;	
}

div#site-tools ul li {
	text-align:right;	
}

div#site-tools ul li {
	background: url(../img/divider.gif) 100% 55% no-repeat;
	display: inline;
	margin-right: 8px;
	padding-right: 9px;
}

div#site-tools ul li.last-item {
	background: none;
}


/* =NAV-PRIMARY
-------------------------------------------------------------- */
ul#nav-primary {
	clear: both;
	margin: 0;
	padding:0;
	float: left;
/*	width: 974px; */
	width: 920px;
} 

ul#nav-primary li {
	display:inline;
	margin:0;
	font-size:1.2em;
	float: left;
	border-right: 1px solid #000;	
}

ul#nav-primary li a {
	padding:10px 10px;
	float: left;
	color:#FFFFFF;	
}

ul#nav-primary {
	background:#262324 url(../img/link.jpg) 0 0 repeat-x;	
} 

ul#nav-primary li a:hover {
	background: url(../img/hover-link.jpg) 0 0 repeat-x;
	text-decoration:none;
	color:#000;	
}

ul#nav-primary li a:active, li.active-link {
	background: url(../img/active-link.jpg) 0 0 repeat-x;
	text-decoration:none;
	color:#000;		
}

/* =NAV-SECONDARY
-------------------------------------------------------------- */
ul#nav-secondary {
	list-style-type: none;
	float:left;
	line-height:1.3em;
	width:190px;
	margin: 0;
}

ul#nav-secondary a {
	display:block;
	padding: 0.3em 0 0.3em 20px;
} 

ul#nav-secondary li a:hover {
	display:block;
	text-decoration: none;
} 

/* =BREADCRUMB
-------------------------------------------------------------- */
ul#nav-breadcrumb {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 10px 20px;
	clear: left;
} 

ul#nav-breadcrumb li {
	display:inline;
}

ul#nav-breadcrumb li a {
	padding-right: 10px;
	margin-right: 4px;
}

/* =CONTENT PRIMARY
-------------------------------------------------------------- */

div#content {
	margin-top:22px;	
}

div#content-primary {
	float:left;
	width:500px;
	margin-left:11px;
	margin-bottom: 50px;
	padding-left:8px;
	padding-right: 10px;
	margin-bottom:40px;		
	
}


/* =CONTENT SECONDARY
-------------------------------------------------------------- */

div#content-secondary {
	padding-left: 20px;
	margin-bottom: 50px;
	margin-left:214px;
	float: left;
	/* width: 220px; */
	width: 186px;
}


/* =SITE-INFO
-------------------------------------------------------------- */
div#site-info {
	clear: both;
	margin: 0;
	padding: 0 0 30px 0;
	
}

div#site-info ul {
	margin: 0 0 0 0;
	padding: 0;
}

div#site-info ul li {
	display: inline;
	margin-right: 1em;
}

div#site-info img {
	position: relative;
	top: 22px;	
}

div#site-info p {
	float: right;
	position: relative;
	top: -20px;
}


/* =BASIC TYPOGRAPHY
-------------------------------------------------------------- */

body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 100%; /* Dont resize here, resize text elements below */
    line-height: 1.125em;
}

p, ul, ol, dl, table {
	font-size: 0.75em; /* 12px - changing this will mean you have to re-calculate all nested font-sizing - just leave it alone! */
}

p {
	margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
	line-height:1.5em;
}

h1 {
	float:left;
	font-size: 1.6em; /* 32px */
}

h2 {
	font-size: 1.75em; /* 28px */
}

h3 {
	font-size: 1.5em; /* 24px */
}

h4 {
	font-size: 1.25em; /* 20px */
	font-weight: bold;
	color:#777;
}

h5 {
	font-size: 1em; /* 16px */
	font-weight: bold;
	color:#865A2E;
}

h6 {
	font-size: 0.75em; /* 12px */
	font-weight: bold;
	color: #777;
}

/* =NESTED HEADINGS */
ul h1, ol h1, table h1 {
	font-size: 2.67em;
}

ul h2, ol h2, table h2 {
	font-size: 2.34em;
}

ul h3, ol h3, table h3 {
	font-size: 2em;
}

ul h4, ol h4, table h4 {
	font-size: 1.67em;
}

ul h5, ol h5, table h5 {
	font-size: 1.33em;
}

ul h6, ol h6, table h6 {
	font-size: 1em;
}

/* = CONTENT IMAGES
-------------------------------------------------------------- */
div#content-primary img {
	float: left;
	margin: 0 1em 1em 0;
}

/* = LINKS
-------------------------------------------------------------- */
a:link, a:visited, a:focus, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#skipLink { 
	position:absolute;
	left:-9000px;
	top:0; 
	z-index:20;
}

/* icon links */

.pdf, a.pdf, a.pdf:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/pdf.gif) no-repeat 0 0;
}

.word, a.word, a.word:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/word.gif) no-repeat 0 0;
}

.excel, a.excel, a.excel:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/excel.gif) no-repeat 0 0;
}

.txt, a.txt, a.txt:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/txt.gif) no-repeat 0 0;
}

.flash, a.flash, a.flash:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/flash.gif) no-repeat 0 0;
}
.video, a.video, a.video:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/video.gif) no-repeat 0 0;
}

.podcast, a.podcast, a.podcast:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/podcast.gif) no-repeat 0 0;
}

.pub, a.pub, a.pub:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/pub.gif) no-repeat 0 0;
}

.rss, a.rss, a.rss:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/rss-feed.gif) no-repeat 0 0;
}

.print, a.print, a.print:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/print.gif) no-repeat 0 0;
}

.friend, a.friend, a.friend:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/friend.gif) no-repeat 0 0;
}

.help, a.help, a.help:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/help.gif) no-repeat 0 0;
}

.info, a.info, a.info:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/info.gif) no-repeat 0 0;
}
	
/* =LISTS
-------------------------------------------------------------- */

ul {
	margin: 0 0 1em 2em;
}

li {
	list-style:none;
}

div#airfield-information-list ul {
	margin: 0 0 1em 0em;
}

div#airfield-information-list li {
	list-style:disc;
	margin: 0 0 0em 2em;
}

ol { 
	margin-left: 2.4em; /* larger left margin to line up numeral with bullets on unordered lists */
}

ol.alpha {
	list-style-type: lower-alpha;
}

dl {
	margin: 0 0 1em 2em;
}

dt {
	font-weight: bold;
}

dt, dd {
	margin: 0 0 0.5em 0 ;
}

/* =NESTED ELEMENTS - resetting the font-sizes */
ul ul, ol ol, ul ol, ol ul, dd ul, dd ol,
table ul, table ol, ul table, ol table,
ul p, ol p, dl p, table p, p code, p pre,
form ul, form ol, form dl, 
 table, form code, form pre, form p
{
	font-size: 100%;
}

ul ul, ol ol, ul ol, ol ul, dd ul, dd ol
{
	margin-bottom: 0;
}


/* =OTHER TEXT ELEMENTS
-------------------------------------------------------------- */

blockquote { 

}

pre, code {
	font-size: 0.85em;
	margin: 0 0 1em 0;
}


/* =TABLES
-------------------------------------------------------------- */

/* NOTE: tables still need 'cellspacing="0"' in the markup for browser reset consistency */

table {
	width: auto;
	margin: 0 0 1em 0;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}

th,td {
	padding: 0.3em 0.4em 0.2em 0.4em;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}

th {
	font-weight:bold;
}

table .alt { /* use this class on every other <tr> for a zebra effect - change colour as suits */
	background: #edf3fe;
}

table.event {
	border: 0;
	padding: 0;
}

#event-column{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 14px; 
	color: #000000; 
	font-weight: bold; 
	border: 0;
}

#event-column1{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	color: #6d6e71; 
	font-weight: normal;  
	border: 0;
}

#event-column2{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	color: #6d6e71; 
	background-color: #E4E4E4; 
	font-weight: normal;  
	border: 0;
}

/* -------------------------------------------------------------- 
   -------------------------------------------------------------- 
	     				FORMS
   -------------------------------------------------------------- 
   -------------------------------------------------------------- */
   

/* =DEFAULT-FORM-STYLES
----------------------------------------------- */

form.default-form {
}

form.default-form fieldset {	
	margin: 1em 0 0 0;
	padding: 0;
	border: 1px solid #EEE;
}

form.default-form fieldset.actions {
	border: none;
}

form.default-form legend {
	font-weight: bold;
	padding:.5em;
	margin-left:1em;
}

form.default-form p {

}

form.default-form div {
	display: block;
	width: 100%;
	float: left;
	padding: 0.5em 0 0.5em 0;
	border-top: 1px solid #EEE;
}

form.default-form div.alt {
	background: #edf3fe; /* example background colour for optional 'zebra' effect */
}

form.default-form label {
	position: relative;
	top: 0.15em;
	padding: 0 0 0 1em;
	width: 15em; /* change this width according to your site design to line things up */
	float: left;
}

form.default-form label em {
	position: absolute;
	right: 0.5em;
	color: red;
	font-weight: bold;
}

form.default-form .radio, form.default-form .checkbox {
	position: relative;
	top: 0.2em;
	float: left;
	margin: 0 0.5em 0 0.5em;
	width: auto;
}

form.default-form #day, form.default-form #month, form.default-form #year {
	position: relative;
	top: 0;
	width: 4.8em; /* small width set for date selection dropdowns */
}

form.default-form fieldset.actions {
	border: none;
	text-align:right; /* set right or left as suits your design */
}

form.default-form fieldset.actions p {
	display: inline;
}

form.default-form #submit {
	width: auto;
}

form.default-form input, form.default-form textarea, form.default-form select {
	width: 15em;	
}

form.default-form .error { /* example highlighting style for form validation */
	border: 1px solid red;
	background: #FFCCCC;
}



/* =ERROR MESSAGES
----------------------------------------------- */

div#error {
	padding: 18px 0 0 52px;
	margin: 1em 0 1em 0;
	border: 1px solid red;
	background: #FFCCCC url(../img/icons/icon-alert-warning.gif) no-repeat 10px 10px;
}
