@font-face  {
    font-family:'helveticaltstd-lightcond-webfont';
    src:url('fonts/helveticaltstd-lightcond-webfont.eot');
    src:url('fonts/helveticaltstd-lightcond-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaltstd-lightcond-webfont.woff') format('woff'),
         url('fonts/helveticaltstd-lightcond-webfont.ttf') format('truetype'),
		 url('fonts/helveticaltstd-lightcond-webfont.otf') format('openype'),
         url('fonts/helveticaltstd-lightcond-webfont.svg#helveticaltstd-lightcond-webfont') format('svg');
    font-weight:normal;
    font-style:normal;
	}
	
@font-face  {
    font-family:'UniversLT';
    src:url('fonts/UniversLT-47-Condensed-Light.eot');
    src:url('fonts/UniversLT-47-Condensed-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/UniversLT-47-Condensed-Light.woff') format('woff'),
         url('fonts/UniversLT-47-Condensed-Light.ttf') format('truetype'),
		 url('fonts/UniversLT-47-Condensed-Light.otf') format('openype'),
         url('fonts/UniversLT-47-Condensed-Light.svg#UniversLT-47-Condensed-Light') format('svg');
    font-weight:normal;
    font-style:normal;
	}
	
* {
    margin:0;
    padding:0;
	outline:none;
	}
	
html {
    height:100%;
	}
	
/* reset */
html, 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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	list-style:none;
	}
	
body {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	line-height:normal;
	-webkit-font-smoothing:antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust:100%;
	background:#000;
	}
	
/* Mobile Device */
@media screen and (max-width:480px) {
div#wrapper, div#wrapper-inner {
    max-width:100%;
    overflow:hidden;
	}
		
img {
    max-width:100%;
	}
	}
	
* html #wrapper, * html #wrapper-inner {
	height:100%;
	}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
	}
/* AD WORKAROUNDS */

center {
	text-align:left;
	}

nav ul {
	list-style:none;
	}

blockquote, q {
	quotes:none;
	}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
	}

ins {
	background:#ff9;
	color:#000;
	text-decoration:none;
	}

mark {
	background:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
	}

del {
	text-decoration:line-through;
	}

abbr [ title ], dfn [ title ] {
	border-bottom:none;
	cursor:help;
	}

abbr [ title ]:hover, dfn [ title ]:hover {
	border-bottom:1px dotted;
	}
/* tables still need cellspacing="0" in the markup */

table {
	border-collapse:collapse;
	border-spacing:0;
	}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
	}

input, select {
	vertical-align:middle;
	}

.enhanced object, .enhanced embed {
	display:block;
	}

fieldset, a img {
	border:none;
	}
	
address, caption, cite, code, dfn, em, strong, th, var {
    font-style:normal;
    font-weight:normal;
	}

ol, ul {
    /*list-style-position:inside;*/
    list-style-type:none;
	}
	
caption, th {
    text-align:left;
	}
	
h1, h2, h3, h4, h5, h6 {
    font-size:100%;
	}
	
q:before, q:after {
    content:"";
	}
	
abbr, acronym {
    border:0 none;
	}
	
strong {
    font-weight:bold;
	}
	
em {
    font-style:italic;
	}

a, a:hover {
	color:#4464ad;
	text-decoration:none;
	outline:none;
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	}
	
a:hover {
	color:#000;
	text-decoration:none;
	}

:focus {
	border:none;
	outline:none;
	}

input, select, textarea {
	color:#333;
	font:normal normal 1em Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}

input [ type = checkbox ], input [ type = radio ] {
	float:left;
	margin-right:5px;
	}

input [ type = 'text' ], input [ type = 'password' ] {
	border:#e0e0e0 solid 1px;
	padding:4px 5px;
	}

textarea {
	overflow:auto;
	resize:none;
	}

hr {
	display:none;
	}

img {
	vertical-align:top;
	}
	
.hide {
	display:none;
	}
	
/* ClearFix */
.clear {
	clear:both;
	height:0px;
	overflow:hidden;
	}

.container:after {
	content:" ";
	display:block;
	clear:both;
	}
	
.clearfix:after {
    content:"."; 
    display:block; 
    height:0px; 
    clear:both; 
    visibility:hidden;
	}
	
.clearfix {
	display:inline-table;
	}

/* Hides from IE-mac \*/
.clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
	
	/* Layout Styles */
	
/*************  Main Structure  *************/
	/* wrapper */
	
#wrapper {
	margin:0px auto;
	width:100%;
	z-index:3;
	}
	
/* Header Styles */
	
#pageHeader {
	position:relative;
	width:1004px;
	height:51px;
	display:block;
	margin:0px auto;
	padding:25px 0px 35px;
	}
	
.logo {
	float:left;
	position:relative;
	width:318px;
	height:51px;
	display:block;
	}
	
.logo h1 {
	margin:0px;
	padding:0px;
	}

.logo a {
	float:left;
	position:relative;
	width:318px;
	height:51px;
	}
	
.top-right-content {
	float:right;
	position:relative;
	padding:10px 0px 0px;
	}
	
.calendar-box {
	float:right;
	position:relative;
	padding:7px 12px;
	color:#fff;
	font-size:11px;
	border:1px solid #fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	}
	
.time-box {
	float:left;
	position:relative;
	margin:0px 15px 0px 0px;
	padding:0px 0px 0px 18px;
	background:url(../images/clock-icon.png) left center no-repeat;
	}
	
.date-box {
	float:left;
	position:relative;
	padding:0px 0px 0px 18px;
	background:url(../images/date-calendar-icon.png) left center no-repeat;
	}
	
.home {
	float:right;
	position:relative;
	margin:8px 10px;
	}
	
/* Landing Page */

.leftbar {
	position:absolute;
	left:0px;
	top:0px;
	width:325px;
	height:100%;
	z-index:11111;
	text-align:right;
	}
	
#pageHeader2 {
	position:absolute;
	top:80px;
	width:100%;
	}
	
#pageHeader2 .logo, #pageHeader2 .logo a {
	float:right;
	width:218px;
	height:29px;
	}
	
.home-nav-area {
	position:absolute;
	bottom:80px;
	overflow:hidden;
	}	

ul.home-menu {
	float:right;
	position:relative;
	width:100%;
	display:block;
	}	

ul.home-menu li, ul.home-menu li a {
	float:right;
	position:relative;
	width:100%;
	}

ul.home-menu li a {
	padding:20px 5px 40px;
	background:url(../images/nav-shadow.png) right bottom no-repeat;
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	overflow:hidden;
	}	

ul.home-menu li a:hover {
	}
	
.footer2 {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	bottom:10px;
	right:75px;
	font-size:11px;
	color:#727272;
	}
	
/* Home Page Navigation */

.nav-area {
	position:relative;
	font-family:helveticaltstd-lightcond-webfont, Arial Narrow, Helvetica, sans-serif;
    margin:0 auto;
    padding:200px 0 50px;
    width:1004px;
	overflow:hidden;
	}	

ul.menu {
	float:right;
	position:relative;
	width:450px;
	display:block;
	}	

ul.menu li, ul.menu li a {
	float:left;
	position:relative;
	width:200px;
	font-size:18px;
	color:#060517;
	}	

ul.menu li {
	width:200px;
	margin:0px 0px 15px 20px;
	}

ul.menu li a {
	padding:30px 5px 10px;
	background:#fff;
	background:rgba(255,255,255,0.8);
	box-shadow:3px 3px rgba(0,0,0,0.4), 0px 0px rgba(255,255,255,0.4), 0px 0px rgba(255,255,255,0.4);
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	overflow:hidden;
	color:#272727;
	}	

ul.menu li a:hover {
	color:#fff;
	background:#2c59bf;
	background:rgba(44,89,191,0.8);
	box-shadow:5px 5px rgba(0,0,0,0.2), 0px 0px rgba(0,0,0,0.4), 0px 0px rgba(0,0,0,0.4);
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	}
	
/* Nav */
	
.nav {
	font-family:helveticaltstd-lightcond-webfont, Arial Narrow, Helvetica, sans-serif;
	position:relative;
	width:1004px;
	z-index:11111;
	display:block;
	margin:0px auto;
	}

.nav > ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}

.nav li {
	position:static;
	display:block;
	float:left;
	position:relative;
	}

.nav li a {
	padding:15px 20px 8px 8px;
	color:#fff;
	margin-right:10px;
	font-size:18px;
	display:block;
	background:#2c59bf;
	background:rgba(44,89,191,0.8);
	}
	
.nav li>a:hover, .nav li.selected>a {
	color:#000;
	background:#ededed;
	background:rgba(237,237,237,0.8);
	}

.nav ul li ul {
	font-family:Arial Narrow, Helvetica, Arial, sans-serif;
	display:none;
	width:1004px;
	overflow:hidden;
	position:absolute;
	font-size:14px;
	left:-77px;
	}
	
.nav ul li ul li {
	display:inline-block;
	margin:0px !important;
	padding:0px !important;
	border:0px;
	background:none;
	}

.nav ul li ul li a {
	color:#2c45bb;
	display:inline-block;
	float:left;
	padding:8px 12px;
	font-size:14px;
	background:transparent;
	}

.nav ul li a:hover, .nav > ul > li.selected > a, .nav ul li a.selected {
	color:#000;
	background:#ededed;
	/*background:rgba(237,237,237,0.8);*/
	background:rgba(255,255,255,0.8);
	}

.nav ul li ul ul {
	}

.nav ul li ul li a.selected, .nav ul li ul li.selected a {
	color:#000;
	background:transparent;
	}
	
	/* #container */
	
.container-wrapper {
	position:relative;
	width:100%;
	z-index:5;
	margin-bottom:20px;
	}
	
.container {
	position:relative;
	width:1004px;
	margin:0px auto;
	padding:0px 0px;
	background:#ededed url(../images/container-bg.jpg) center top repeat-y;
	}
	
.container-top {
	position:relative;
	width:1004px;
	height:36px;
	margin:0px auto;
	background:#ededed;
	overflow:hidden;
	}
	
.main {
	position:relative;
	margin:0px auto;
	min-height:350px;
	height:auto !important;
	background:#ededed url(../images/container-bg.jpg) center top repeat-y;
	}
	
.banner {
	position:relative;
	width:100%;
	text-align:center;
	margin:0px auto;
	overflow:hidden;
	}
	
	/* Content */
	
.content {
	float:left;
	position:relative;
	width:904px;
	padding:20px 50px 50px;
	}
	
.content-left {
	float:left;
	position:relative;
	width:400px;
	padding:50px 0px 50px 50px;
	}
	
.content-banner {
	float:right;
	position:relative;
	width:508px;
	}
	
h2, h3, h4, h5, h6 {
	font-family:Arial Narrow, helveticaltstd-lightcond-webfont, Helvetica, sans-serif;
	font-weight:normal;
	font-size:24px;
	color:#000;
	padding-bottom:15px;
	}
	
h3 {
	font-size:20px;
	}
	
h4 {
	font-size:18px;
	}
	
h5 {
	font-size:15px;
	}
	
h6 {
	font-size:13px;
	}
	
p {
	line-height:18px;
	text-align:justify;
    margin:0 0 15px;
	}
	
.container ul {
	margin:0px 0px 10px;
	padding:0px;
	display:block;
	width:100%;
	}
	
.container ul li {
	line-height:16px;
	padding:2px 0px 2px 10px;
	background:url(../images/bullet.png) left 8px no-repeat;
	}
	
table.profile-box, table.history {
	width:500px;
	margin:0px;
	padding:0px;
	background:#fff;
	border-collapse:collapse;
	}
	
table.history {
	width:680px;
	}
	
table.profile-box th, table.history th {
	color:#fff;
	width:150px;
	padding:10px;
	font-size:16px;
	background:#6b84bc;
	text-transform:uppercase;
	vertical-align:top !important;
	border-bottom:1px solid #ededed;
	}
	
table.history th {
	width:55px;
	text-align:center;
	}
	
table.profile-box tr:nth-child(2n+2) th, table.history tr:nth-child(2n+2) th {
	background:#4569bb;
	}
	
table.profile-box td, table.history td {
	padding:10px 25px;
	vertical-align:top !important;
	border-bottom:1px solid #ededed;
	}
	
table.profile-box tr:last-child th, table.profile-box tr:last-child td, table.history tr:last-child th, table.history tr:last-child td {
	border-bottom:none;
	}
	
.title {
	text-transform:uppercase;
	}
	
div.allianc-route {
	position:relative;
	width:750px;
	padding:20px;
	margin:0px auto;
	background:#fff;
	-moz-box-shadow:0px 0px 4px 2px rgba(0,0,0,0.1);
	-o-box-shadow:0px 0px 4px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 4px 2px rgba(0,0,0,0.1);
	box-shadow:0px 0px 4px 2px rgba(0,0,0,0.1);
	}
	
div.business-route {
	position:relative;
	width:750px;
	padding:20px;
	margin:0px auto;
	}
	
.map {
	position:relative;
	width:690px;
	text-align:center;
	margin:20px auto 0px;
	}
	
table.testimonials {
	width:100%;
	margin:15px 0px;
	text-align:center;
	}

table.testimonials th, table.testimonials td {
	padding:5px 15px;
	text-align:center;
	vertical-align:baseline !important;
	}
	
table.testimonials td {
	padding:5px 15px 40px;
	}
	
table.testimonials th img {
	text-align:center;
	vertical-align:baseline !important;
	}

table.testimonials th a, table.testimonials td a {
	color:#000;
	}

table.testimonials th a:hover, table.testimonials td a:hover {
	color:#4464ad;
	}
		
/* footer */
	
.footer-wrapper {
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	width:100%;
	padding:10px 0px;
	overflow:hidden;
	}
	
.footer-wrapper.fixed {
	position:absolute;
	bottom:5px;
	width:100%;
	overflow:hidden;
	}
	
.footer {
	position:relative;
	width:1004px;
	font-size:11px;
	color:#c5c5c5;
	margin:0px auto;
	}
	
.footer-text {
	float:left;
	position:relative;
	overflow:hidden;
	}
	
.footer a {
	color:#c5c5c5;
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	}
	
.footer a:hover, .footer a.current {
	color:#fff;
	}
	
.social-media-box {
	float:right;
	width:auto;
	font-size:11px;
	color:#b7b7b7;
	text-transform:uppercase;
	}
	
.social-media {
	float:right;
	position:relative;
	width:auto;
	height:16px;
	margin:0px 0px 0px 5px;
	}
	
.social-media a {
	float:right;
	position:relative;
	width:16px;
	height:16px;
	text-indent:-10000px;
	background:url(../images/social-icons.png) left top no-repeat;
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	overflow:hidden;
	}

.social-media a.fb {
	background-position:0px 0px;
	}

.social-media a.twitter {
	background-position:-20px 0px;
	}
	
.social-media a.email {
	background-position:-40px 0px;
	}
	
.social-media a.print {
	background-position:-60px 0px;
	}
	
.social-media a.share {
	width:56px;
	background-position:-80px 0px;
	}
	
.social-media a:hover {
	margin-top:-3px;
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	}
	
	/* Contact Form */	
	
.leftCol {
	float:left;
	position:relative;
	width:400px;
	}
		
.rightCol {
	float:right;
	position:relative;
	width:460px;
	}
	
.enquiryForm {
	position:relative;
	width:100%;
	}
	
.enquiryForm td {
	vertical-align:top !important;
	}
	
.enquiryForm td.left {
	width:148px;
	padding:10px 0px 0px;
	vertical-align:top !important;
	}
	
.colon {
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	text-align:right;
	padding:0px 10px;
	}
	
.note {
	position:absolute;
	right:0px;
	margin-top:-5px;
	font-size:11px;
	}
	
.input-field, .text-field, .selectbox {
	float:left;
	padding:0px 5px;
	height:24px;
	line-height:24px;
	width:300px;
	margin:8px 0px;
	border:1px solid #d6d7d9;
	background:#fff;
	-moz-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
	-o-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
   	-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
   	box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
	}
	
.selectbox {
	padding:4px;
	height:auto;
	width:312px;
	}

.text-field {
	padding:5px;
	height:90px;
	margin:15px 0px 10px;
	}
	
.submit, .submit:focus {
	float:right;
	color:#000;
	border:none;
	font-size:13px;
	margin:5px 0px;
	padding:5px 10px;
	text-transform:uppercase;
	background: #cdcdcd; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkY2RjZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MzkzOTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #cdcdcd 0%, #939393 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdcdcd), color-stop(100%,#939393)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cdcdcd 0%,#939393 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cdcdcd 0%,#939393 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cdcdcd 0%,#939393 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cdcdcd 0%,#939393 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#939393',GradientType=0 ); /* IE6-8 */
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	}
	
.submit:hover {
	color:#fff;
	background:#575859;
	-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
	}