/* -------------------------------------------------------------------
   CSS Stylesheet - Freightair
	(c) Bennett and Company 2008 http://www.bennettandco.co.uk
------------------------------------------------------------------- */

/* Global Reset of all initial Margin and Padding Values */
html, body, form, fieldset, ul, ol {
  margin: 0;
	padding: 0;
}

html {
	font-size: 100.01%;
	height: 100%;
}

body {
	font-size: 0.75em;
	height: 100%;
	background-color: #dfdbdb;
	font-family: verdana, arial, helvetica, sans-serif;
}

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre {
	margin: 1em 0;
	padding: 0;
}

input, select, textarea {
	font-size: 1em;
	font-family: inherit;
}

/* layout styles */

#pageContainer {
	width: 826px;
	padding: 12px 42px 12px 42px;
	margin: 0 auto;
	background-image: url('images/background-repeater.jpg');
	background-repeat: repeat-y;
	background-position: top middle;
}

#logo {
	float: left;	
}

#sponsorLogos {
	float: right;	
}

#header {
	clear: both;
	background-color: #ea4016;
	width: 826px;	
	margin-bottom:-2px;
}

#navContainer {
	clear: both;	
}

#navMain, #navNews {
	height: 30px;
	float: left;
	list-style-type: none;
}

#navMain {
	background-color: #9a9a9a;
	width: 636px;
	clear: left;		
}

#navNews {
	background-color: #072fa4;
	width: 190px;
	clear: right;
}

#navMain li, #navNews li {
	display: inline;	
}

#navMain li a, #navNews li a {
	display: block;
	float: left;	
	padding: 8px 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 0.9em;
}

#navMain li a:hover {
	color: #ddd;	
}

#mainContainer {
	clear: both;	
}

#content {
	border: 1px solid #666;
	width: 582px;
	margin-top: 20px;
	margin-right: 12px;
	color: #333;
	float: left;
	text-align: justify;
	padding: 20px;		
}

#servicesNavigation {
	width: 192px;
	float: left;
	text-align: left;
}

#servicesNavigation ul {
	list-style-type: none;
}

#content #servicesNavigation a {
	display: block;
	font-size: 10px;
	padding: 8px 0;
	border-top: 1px dotted #666;
	text-decoration: none;
	color: #333;
}

#content #servicesNavigation a:hover {
	color: #FF33FF;
}

.rightColContainer {
	width: 350px;
	padding-left: 40px;
	float: left;
}


/* MAIN CONTENT LINKS */

#content a:link {
color: #FF3300;
}
#content a:visited {
color: #FF3300;
}
#content a:hover {
color: #FF33FF;
}
#content a:active {
color: #FF3300;
}


#news {
	background-color: #cdcdcd;
	width: 150px;
	float: left;	
	margin-top: 20px;
	height: 100%;
	padding: 20px;
	color: #003399;
	text-align: left;
}

.newsLink a {
	color: #ff3300;	
}

.contentWithSidebar .shortStory {
	width: 300px;
	float: left;
}

.contentWithSidebar .fullStory {	
	width: 242px;
	margin-left: 40px;
	float: left;
}

.fullStoryTitle, .newsListTitle  {
	font-size: 1.4em;
	margin-bottom: 1.2em;
	padding-top: 1.2em;		
	color:#003399;
}

.newsListTitle a {
	text-decoration: none;	
	color: #003399;
}

fieldset {
	padding-bottom: 1em;
	margin: 1em 0;
}

legend {
	margin: 0 0.5em;
	font-weight: bold;
}

form p {
margin: 0.5em 0;
padding: 0.5em 0;
clear: both;
}

form label {
display: block;
width: 300px;
text-align: right;
float: left;
clear: left;
padding-right:1.2em;
}

form p input {
float: left;
clear: right;
}

