@charset "UTF-8";
/* Generic CSS Stylesheets*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000066;
}
a:link, a:visited, a:active {
	color: #000066;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000066;
}
#container {
	width: 850px;
	background: #FFFFFF;
	text-align: left;
	border: 1px solid #333333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	font-size: 75%;
	height: 70px;
	background-image: url(../images/articles/bannerLogo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: right;
} 
#navstrip {
	background-color: #000066;
	height: 30px;
	background-image: url(../images/articles/topNav_backgrounds.png);
	background-repeat: repeat-x;
	padding-left: 3px;
}
#topNavLinks {
	float: left;
	width: 600px;
	height: 30px;
}

/* CSS TOP NAVIGATION MENU */

#topNavLinks ul {
	margin: 0;
	float: left;
	font-size: 65%;
	font-weight: bold;
	height: 30px;
	padding: 0;
	width: 100%;
}
#topNavLinks li a {
	float: left;
	padding: 8px 8px 9px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000033;
	display: block;
}
#topNavLinks li {
	display: inline;
}

/* Editable sections for navigational styles */

#topNavLinks li a:link, #topNavLinks li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#topNavLinks li a:hover, #topNavLinks li .current {
	text-decoration: none;
	color: #FFFF00;
	background: center;
}

/* topNavLinks END */

#searchBox {
	float: right;
	width: 225px;
	height: 25px;
	padding-top: 5px;
}
#searchBox #textfield {
	margin-bottom: 1px;
	height: 13px;
}
#innerContainer {
	background-image: url(../images/articles/backgroundImage.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#mainContent {
	margin-right: 173px;
	margin-left: 178px;
} 
#mainContent   h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 285%;
	line-height: 50px;
}
#mainContent   p {
	font-size: 75%;
}
#sidenav {
	float: left;
	width: 165px;
	padding: 15px 0px 0px;
}

/* CSS SIDE NAVIGATION MENU */
#sidenav ul {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 70%;
}
#sidenav li a {
	padding: 0px 0px 0px 10px;
	display: block;
}
#sidenav li {
	display: block;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 165px;
}
/* Editable sections for navigational styles */
#sidenav li a:link, #sidenav li a:visited {
	text-decoration: none;
	color: #000066;
	background-color: #E1EFF5;
}
#sidenav li a:hover, #sidenav li .current {
	text-decoration: none;
	color: #E1EFF5;
	background: #000066;
}
#rightside {
	float: right;
	width: 150px;
	padding: 0px 10px 15px;
}
#rightside #pdfs {
	background-color: #FFFF00;
	font-size: 70%;
	border: 1px solid #333333;
	margin-top: 15px;
	height: 110px;
	width: 150px;
}
#contacts{
	padding-bottom: 5px;
	padding-left: 5px;
}
#homePageImages a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000066;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}
#homePageImages a:hover {
	color: #000066;
	background-color: #FFFF00;
}
#hireCentres {
	font-size: 65%;
	border: 1px solid #333333;
	width: 150px;
	margin-top: 5px;
	background-color: #FFFFFF;
}
#hireCentres   td {
	padding: 0px 5px 3px;
}
#terms {
	font-size: 65%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	text-align: center;
}
.centresAddress {
	font-size: 100%;
	color: #000066;
}
.centresTelephone {
	font-size: 120%;
	font-weight: bold;
	color: #000066;
	line-height: 90%;
}
.largeTelephone {
	font-size: 300%;
	font-weight: bold;
}
.RowColorOne {
	background-color: #D9EBFB;
}
.RowColorTwo {
	background-color: #FFFFFF;
}
.imagecaption {
	font-size: 70%;
}
.imageGrayBorder {
	border: 1px solid #333333;
}
.noborderimage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.textmiddle {
	vertical-align:middle;
}
.texttop {
	vertical-align:top;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* The Spry Tabs*/
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-weight: bold;
	color: #0065A4;
	background-color: #CCE6FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.TabbedPanelsTabHover {
	color: #CCE6FF;
	background-color: #0065A4;
}
.TabbedPanelsTabSelected {
	color: #1FA4CF;
	background-color: #FFFFFF;
}
.TabbedPanelsTab a {
	color: #0098C9;
	text-decoration: none;
}
.TabbedPanelsContent {
	clear: both;
	padding-top: 1px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* Section Listing Page*/
#sectionListings {
	font-size: 85%;
	padding-top: 5px;
	font-weight: bold;
}
#sectionListing #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 90%;
}
#sectionListing #sectionListingPictures {
	float: right;
	width: 170px;
}
#sectionListing #sectionListingRight {
	float: right;
	width: 150px;
	padding-right: 5px;
	background-color: #D9EBFB;
	margin-right: 10px;
	padding-left: 5px;
	border: 1px solid #000066;
	font-size: 90%;
}
#sectionListing #container #innerContainer #mainContent #sectionListingText p {
	padding-right: 5px;
}
#sectionListing #sectionListingText {
	float: left;
	width: 310px;
}
#sectionListing #sectionListingText h1 {
	font-size: 175%;
}
#sectionListing #sectionPictureDiv {
	padding-bottom: 10px;
}
/* Product Listing Page*/
#productListing #mainContent h1 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 90%;
}
#productListing #productBox {
	width: 485px;
	height: 230px;
	overflow: scroll;
	font-size: 75%;
}
#productListing #productList {
	padding-bottom: 3px;
}
.productListingHeader {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	text-transform: uppercase;
	padding-left: 5px;
}
.productListingText {
	padding-left: 5px;
}
#productList p {
	color: #990000;
	font-size: 100%;
}

/* Contact Us Page*/
#contactUs #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 50%;
}
.printThisWindow {
	font-size: 65%;
	font-weight: bold;
	color: #000000;
}
.printingListingHeader {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	text-transform: uppercase;
	padding-left: 5px;
	margin-bottom: 1px;
	margin-top: 3px;
}
.printingListingText {
	padding-left: 5px;
	color: #000000;
}
#airforceTest {
	overflow: scroll;
	width: 300px;
	height: 400px;
}
#airforceProductListRight li {
	font-size: 80%;
}
#productListing #testImages {
	width: 200px;
}
#container #innerContainer #mainContent ul {
	font-size: 75%;
}
form {
	margin: 0px;
	padding: 0px;
}
.WADAResultsRowDark {
  background-color: #DFE4E9;
}
#results table {
	font-size: 95%;
	width: 450px;
	border: 1px solid #CCCCCC;
}
.resultRightSpan {
	text-align: right;
	vertical-align: top;
	width: 190px;
	padding-right: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
.resultLeftSpan {
	vertical-align: top;
	padding-left: 15px;
}
#results td {
	font-size: 85%;
	padding: 5px;
}
#productListing #container #innerContainer #mainContent #productBoxAC ul {
	font-size: 110%;
}
#container #innerContainer #mainContent #corpvalues td  {
	font-size: 84%;
	vertical-align: top;
}
#innerContainer #mainContent h5 a {
	font-size: 80%;
	font-weight: normal;
	color: #0066FF;
	text-decoration: underline;
}
#returnWindow {
	visibility: hidden;
}

.termstelephone {
	visibility: hidden;
	position: absolute;
	left: -10px;
	top: -10px;
}

/* Accommodation Specific */
#productListing #productBoxAC h2 {
	font-size: 135%;
	color: #999999;
}
#productListing #productBoxAC h3 {
	background-color: #000066;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	padding-left: 5px;
	text-transform: uppercase;
	font-size: 95%;
}
#productListing  #productBoxAC p  {
	font-size: 100%;
}
#productListing #productBoxAC li {
	font-size: 90%;
}
#productListing #productBoxAC {
	width: 485px;
	height: 230px;
	overflow: scroll; 
	font-size: 75%;
}
#productListing #productBoxAC {
	padding-bottom: 3px;
}
 
.ninetypercent {
	font-size: 90%;
}


/* Powered Access */
#paTables {
	text-align: left;
}
#paTables table {
	width: 470px;
	font-size: 65%;
}
#paTables td {
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #425BB2;
}
.paRowHeading {
	background-color: #425BB2;
	font-weight: bold;
	color: #FFFFFF;
}
.paRowColorOne {
	background-color: #D9EBFB;
}

