﻿body {
	margin: 0;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
}
nav, ul, li, a  {margin: 0; padding: 0;}
nav {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	display: block;
	width: 100%;
	max-width: 950px;
	margin: 0 auto 5px auto;
	background-color: #D61921;
}
.toggleMenu {
	display: none;
	padding: 10px 15px;
	color: #FFFFFF;
	background-color: #D61921;
	width: 100%;
}
.nav {
	list-style: none;
*zoom: 1;
    margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 650px;

}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
	list-style: none;
	width: auto;
}
.nav a {
	padding: 15px 15px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0px;
	font-size: 14px;
}
.nav a.first {
	background-position: center center;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0px;
	background-image: url('images/layout/home2.png');
	background-repeat: no-repeat;
}
.nav a.first:hover {
	background-position: center center;
	background-image: url('images/layout/home.png');
	background-repeat: no-repeat;
}
.nav a.first:active {
	background-position: center center;
	background-image: url('images/layout/home.png');
	background-repeat: no-repeat;
}

.nav a:hover {
	color: #FFFFFF;
}
.nav li {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #F7663C;
	width: auto;
	white-space: nowrap;
	color: #FFFFFF;
	margin-bottom: 0px;
}
.left {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #F7663C;
}
.centre {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.temp a {
	font-size: 36px;
	color: #D61921;
	text-decoration: none;
}
.temp {
	font-size: 36px;
	color: #999999;
	text-decoration: none;
}
.nav > li {
	float: left;
	margin-right: auto;
	margin-left: auto;
}
.nav li:hover {
	padding-left: 15px;
	padding-right: 15px;
	background: #F7663C;
/* Old browsers */background: -moz-linear-gradient(top, #F7663C 0%, #D61921 51%, #F7663C 100%); /* FF3.6+ */;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7663C), color-stop(51%,#D61921), color-stop(100%,#F7663C)); /* Chrome,Safari4+ */;
	background: -webkit-linear-gradient(top, #F7663C 0%, #D61921 51%, #F7663C 100%); /* Chrome10+,Safari5.1+ */;
	background: -o-linear-gradient(top, #F7663C 0% #D61921 51% #F7663C 100%); /* Opera 11.10+ */;
	background: -ms-linear-gradient(top, #F7663C 0% #D61921 51% #F7663C 100%); /* IE10+ */; /* W3C */;
	background: linear-gradient(to bottom, #F7663C 0%, #D61921 51%, #F7663C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7663C', endColorstr='#D61921',GradientType=0 ); /* IE6-9 */;
	color: #FFFFFF;
}
.nav li.current {
	padding-left: 15px;
	padding-right: 15px;
	background: #F7663C;
/* Old browsers */background: -moz-linear-gradient(top, #F7663C 0%, #D61921 51%, #F7663C 100%); /* FF3.6+ */;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7663C), color-stop(51%,#D61921), color-stop(100%,#F7663C)); /* Chrome,Safari4+ */;
	background: -webkit-linear-gradient(top, #F7663C 0%, #D61921 51%, #F7663C 100%); /* Chrome10+,Safari5.1+ */;
	background: -o-linear-gradient(top, #F7663C 0% #D61921 51% #F7663C 100%); /* Opera 11.10+ */;
	background: -ms-linear-gradient(top, #F7663C 0% #D61921 51% #F7663C 100%); /* IE10+ */; /* W3C */;
	background: linear-gradient(to bottom, #F7663C 0%, #D61921 51%, #F7663C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7663C', endColorstr='#D61921',GradientType=0 ); /* IE6-9 */;
	color: #FFFFFF;
}
.current a {
	color: #FFFFFF;
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
	border-style: none;
	display: block;
}
.nav li  ul {
	border-style: none;
	position: absolute;
	left: -9999px;
}
.nav > li.hover > ul {
	left: 0;
}
.nav li li.hover ul {
	border-style: none;
	left: 100%;
	top: 0;
}
.nav li li a {
	display: block;
	background: #F7663C;
	position: relative;
	z-index: 100;
	font-size: small;
	width: 100%;
	left: -15px;
}
.nav li li a:hover {
	background-color: #D61921;
}
header {
	width: 100%;
	display: block;
	clear: both;
	min-height: 150px;
}
.head-left {
	display: inline-block;
	float: left;
	width: 48%;
	margin-left: 20px;
}
.head-left img.god {
	border-style: none;
	width: 70%;
	max-width: 400px;
	float: left;
	left: 10px;
}
.head-left img.crest {
	border-style: none;
	width: 18%;
	max-width: 95px;
	float: left;
	left: 10px;
}

.head-right {
	display: inline-block;
	float: right;
	width: 48%;
	vertical-align: middle;
	text-align: right;
	padding-top: 5px;
	margin-right: 20px;
}
.head-right p {
	font-size: medium;
	text-align: right;
	line-height: normal;
}
.head-right a {
	font-size: 36px;
	color: #D61921;
	text-decoration: none;
	text-align: right;
}
.sn img {
	width: 32px;
	border: none;
}
#home {
	display: block;
	position: relative;
	width: 100%;
	clear: both;
	top: 20px;
}
#h-security {
	display: inline-block;
	width: 50%;
	float: left;
	margin: 0px;
	position: relative;
}
#h-lodgistics {
	display: inline-block;
	width: 50%;
	float: right;
	margin: 0px;
	position: relative;
	z-index: 999;
}
#h-security img, #h-lodgistics img {
	border-style: none;
	width: 100%;
	height: auto;
}
.sec-desc, .lodg-desc {
	text-align: center;
	opacity: 0.8;
	padding: 10px;
	margin-top: -10%;
	width: 97%;
	display: block;
	clear: both;
}
.sec-desc {
	background-color: #DC2C12;
}
.lodg-desc {
	background-color: #000000;
}
.sec-desc a, .lodg-desc a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: medium;
	font-weight: 700;
}
#content {
	width: 95%;
	max-width: 950px;
	top: 80px;
	margin: auto auto 20px auto;
	display: block;
	clear: both;
	position: relative;
}
#content2 {
	width: 95%;
	max-width: 950px;
	top: 40px;
	margin: auto auto 20px auto;
	display: block;
	clear: both;
}
#content2 li {
	margin-left: 20px;
}
.section {
	display: block;
	clear: both;
	margin-bottom: 50px;
	position: relative;
}
.spacer {
	width: 100%;
	display: block;
	clear: both;
	height: 20px;
}
h1 {
	color: #D91724;
	font-size: x-large;
	font-weight: 700;
}
h2 {
	color: #333333;
	font-size: large;
	font-weight: 700;
}

p {
	line-height: 1.5em;
	margin-bottom: 15px;
}
hr {
	border-top-width: 4px;
	border-color: #999999;
	border-style: solid;
}
.button a {
	width: 120px;
	padding: 7px;
	display: block;
	clear: both;
	border-radius: 4px;
	background-color: #DC1B23;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

footer {
	color: #FFFFFF;
	padding: 7px;
	width: 99%;
	display: block;
	clear: both;
	margin-top: 15px;
	position: relative;
	background-color: #C0C0C0;
}
footer a {
	color: #FFFFFF;
}
.text {
	display: inline-block;
	float: right;
	width: 60%;
	height: auto;
	padding: 3px;
	margin-left: 5px;
}
.img {
	display: inline-block;
	float: left;
	width: 35%;
	height: auto;
	margin-right: 5px;
	padding: 3px;
	border: thin solid #8E8C8A;
}
.img img {
	border-style: none;
	width: 100%;
	height: auto;
}
form {
	width: 100%;
	display: block;
	color: #003366;
}
form h1 {
	color: #FFFFFF;
	font-family: verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #808080;
	padding: 15px;
	display: block;
}
input, textarea, select {
	width: 97%;
	border: 1px solid #C0C0C0;
	font-family: verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	padding: 5px;
}
textarea {
	height: 100px;
}
label {
	border: 1px solid #003366;
	color: #FFFFFF;
	text-align: left;
	padding: 5px;
	width: 97%;
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
	background-color: #808080;
	font-size: 12px;
}
.send {
	background-color: #808080;
	padding: 15px;
	display: block;
	min-height: 50px;
	margin-top: 15px;
	margin-bottom: 5px;
}
input#submit {
	color: #003366;
	font-size: 12px;
	background-color: #FFFFFF;
	border-radius: 15px;
	padding: 5px;
	display: block;
	float: left;
	width: 100px;
	vertical-align: middle;
	margin-top: 10px;
}
.map {
	width: 100%;
	height: auto;
	min-height: 300px;
}
.half {
	display: inline-block;
	width: 48%;
	margin-left: 5px;
	margin-right: 10px;
	vertical-align: top;
}


/**************************************************** 1024px **************************************************/
@media screen and (max-width: 1024px) {
.head-left {
	width: 45%;
}

}

/**************************************************** 860 **************************************************/
@media screen and (max-width: 860px) {
  nav {
	background: #D61921;
	border: none;
	text-align: left;
}
  .nav {
	max-width: 100%;
  }
  .nav > li {
    float: none;
  }
  .nav li {
	border: none;
	width: 100%;
	background-color: #D61921;
}
  .nav li:hover, .nav li.current {
	background: #F7663C;
  }
  .nav a.first, .nav a.first:hover {
	background-position: 20px center;

  }
  .nav > li > .parent {
    background-position: 95% 50%;
  }
  .nav li li .parent {
     background-image: url("images/downArrow.png");
     background-repeat: no-repeat;
     background-position: 95% 50%;
  }
  .nav > li.hover > ul , .nav li li.hover ul {
	position: static;
}
.half {
	width: 99%;
	display: block;
	clear: both;
	margin: 5px auto 5px auto;
}
.sec-desc a, .lodg-desc a {
	font-size: 14px;
}

}


/**************************************************** 720 **************************************************/
@media screen and (max-width: 720px) {
.sec-desc, .lodg-desc {
	margin-top: -20%;
}

}


/**************************************************** 640 **************************************************/
@media screen and (max-width: 640px) {
.head-left, .head-right {
	display: block;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	text-align: center;
}
.head-right p {
	font-size: medium;
	text-align: center;
	line-height: normal;
}
.head-right a {
	font-size: 24px;
	color: #D61921;
	text-decoration: none;
	text-align: center;
}
.head-left img.god {
	border-style: none;
	width: 60%;
	max-width: 400px;
	float: none;
	left: 10px;
}
.head-left img.crest {
	border-style: none;
	width: 15%;
	max-width: 95px;
	float: none;
	left: 10px;
}
#h-security, #h-lodgistics {
	display: block;
	clear: both;
	width: 100%;
	float: none;
	margin: 0px;
	bottom: 10px;
	position: relative;
}
.sec-desc, .lodg-desc {
	text-align: center;
	opacity: 1;
	padding: 10px;
	margin-top: 0%;
	width: 97%;
	display: block;
	clear: both;
}
#content {
	top: 30px;
}
#content2 {
  margin-top: 50px;
}
.img {
	display: block;
	float: none;
	width: 55%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 3px;
	border: thin solid #8E8C8A;
}
.text {
	display: block;
	width: 99%;
	clear: both;
}
 }


