@charset "utf-8";
/* CSS Document */



/* --------------------------- Page styles ---------------------------- */
body {
	background-color: #ECEEED;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
}
#page {
	width: 810px;
	margin: 20px auto 0;
	text-align: left;
	background: #fff url(../images/backgroundPageSlice.gif) repeat-y;
}
#header {
	padding: 25px 42px 5px;
	background: #fff;
	position: relative;
}
#header h1 {
	text-transform: uppercase;
	position: absolute;
	top: 70px;
	left: 300px;
	font-size: 3em;
	font-weight: bold;
	letter-spacing: 0.8em;
	color: #F0F0F0;
}
a img {
	border: 0;
}
#cycleImages {
	width: 510px;
	height: 231px;
	overflow: hidden;
}

/* --------------------------- Left column ---------------------------- */
#leftColumn {
	min-height: 482px;
	height: auto;
	width: 212px;
	margin-left: 44px;
	float: left;
	position: relative;
}
* html #leftColumn {
	height: 482px;
}
#leftColumn .tagline {
	font-size: 1.5em;
	color: #D2D3D5;
	margin: 15px;
	line-height: 1.5em;
	text-align: center;
}
#leftColumn h2 {
	position: relative;
	width: 212px;
	background-color: #C9CACE;
	text-transform: uppercase;
	font-size: 1.4em;
	color: #999;
	padding: 4px 0;
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
	letter-spacing: 2px;
}
#home #leftColumn h2, #contact #leftColumn h2, #links #leftColumn h2 {
	position: absolute;
	top: 210px;
}
#leftColumn ul.usp {
	position: absolute;
	top: 260px;
	margin: 15px 20px 0;
	color: #636564;
	width: 170px;
	font-size: 0.9em;
}
#leftColumn ul.usp li {
	line-height: 1.7em;
	padding-left: 15px;
	background: transparent url(../images/bullet.gif) no-repeat 0 0.5em;
}
#leftColumn .accreditation {
	position: absolute;
	bottom: 0;
	left: 20px;
	margin-bottom: -20px;
}
#leftColumn .accreditation a {
	display: block;
	float: left;
	width: auto;
	font-size: 1.4em;
	letter-spacing: 2px;
	margin-right: 5px;
}
#leftColumn .accreditation a.links {
	padding: 20px 0 0 15px;
	display: block;
}
#leftColumn h3 {
	margin: 0 0 0 16px;
	background-color: #C9CACE;
	font-size: 0.6em;
	color: #5F6062;
	padding: 4px 0;
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
	letter-spacing: 2px;
	width: 180px;
}

#leftColumn a {
	display: block;
	padding: 6px 0;
	color: #C2C3C5;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.3em;
	text-decoration: none;
	font-size: 1.2em;
	text-align: center;
	float: left;
	width: 212px
}
#leftColumn a:hover {
	color: #7CD3F1;
	text-decoration: none;
}
p.quote {
	margin: 10px 5px 15px 10px;
	padding: 10px 30px 0 30px;
	color: #D8D9DB;
	font-size: 1.3em;
	text-align: center;
	font-weight: bold;
	line-height: 1.4em;
}
p.quote span {
	font-size: 0.6em;
	color: #000;
	text-align: right;
	display: block;
	font-weight: normal;
}

/* --------------------------- Image gallery ---------------------------- */
#gallery {
	height: 380px;
	overflow: hidden;
}
#services #leftColumn #gallery a {
	display: inline;
	margin: 0 10px 10px 0;
	padding: 0;
}

/* --------------------------- Content area ---------------------------- */
#content {
	width: 510px;
	float: left;
	position: relative;
	color: #686868;
	padding-bottom: 1em;
}
#content ul#banner li {
	float: left;
	border: 1px solid #848589;
	border-width: 5px 1px;
	border-right: none;
}
#content ul#banner li a, #content ul#banner li span {
	display: block;
	width: 84px;
	height: 82px;
	background: transparent none no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}
#content ul#banner li a:hover, #content ul#banner li span {
	background-position: 0 -82px;
}
#content ul#banner li.home a, #content ul#banner li.home span { background-image: url(../images/banner1.jpg) }
#content ul#banner li.aboutUs a, #content ul#banner li.aboutUs span { background-image: url(../images/banner2.jpg) }
#content ul#banner li.ourValues a, #content ul#banner li.ourValues span { background-image: url(../images/banner3.jpg) }
#content ul#banner li.services a, #content ul#banner li.services span { background-image: url(../images/banner4.jpg) }
#content ul#banner li.links a, #content ul#banner li.links span { background-image: url(../images/banner5.jpg) }
#content ul#banner li.contact a, #content ul#banner li.contact span { background-image: url(../images/banner6.jpg) }

#content ul#banner img {
	border: 1px solid #848589;
	border-right: none;
}
#content p {
	margin: 5px 10px;
	line-height: 1.5em;
	font-size: 0.9em;
}
#content a {
	color: #A4A5A9;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}


/* --------------------------- Footer ---------------------------- */
#footer {
	position: relative;
	left: 256px;
	background-color: #87888C;
	float: left;
	clear: left;
	text-align: left;
	height: 2em;
	width: 510px;
}
#footer p {
	margin: 7px 30px 5px 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 0.15em;
	font-weight: bold;
}
#footer p span, #footer p a {
	color: #A4A5A9;
	text-decoration: none;
}
#footer a.twitter {
	position: absolute;
	right: 3px;
	top: 3px;
}
#engageLink {
	background-color: #ECEEED;
	float: left;
	clear: left;
	border-top: 32px solid #fff;
	padding: 25px 0 20px;
	color: #aaa;
	font-size: 0.65em;
	position: relative;
	width: 100%;
}
#engageLink em {
	font-style: normal;
	font-weight: bold;
}
#engageLink a {
	background: transparent url(../images/logoEngageFooter.png) no-repeat;
	display: block;
	width: 160px;
	height: 24px;
	text-indent: -1000em;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 13px;
}


/* --------------------------- Top menu ---------------------------- */
ul#mainMenu li {
	display: inline;
}
ul#mainMenu li a {
	display: block;
	padding: 7px 0;
	background-color: #868789;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-decoration: none;
	font-size: 0.7em;
	text-align: center;
	float: left;
}
ul#mainMenu  a span {
	border-left: 1px solid #979896;
	display: block;
	padding: 4px 0;
}
ul#mainMenu .home a span { border-left: none; }

ul#mainMenu .home a 		{ width: 70px; }
ul#mainMenu .aboutUs a 		{ width: 90px; }
ul#mainMenu .ourValues a 	{ width: 105px; }
ul#mainMenu .services a 	{ width: 90px; }
ul#mainMenu .links a 		{ width: 70px; }
ul#mainMenu .contact a 		{ width: 85px; }

#home ul#mainMenu .home a, #aboutUs ul#mainMenu .aboutUs a, #ourValues ul#mainMenu .ourValues a, #services ul#mainMenu .services a, #links ul#mainMenu .links a,#contact ul#mainMenu .contact a, #content ul#mainMenu a:hover {
	background-color: #BBBCC0;
	text-decoration: none;
}


/* --------------------------- Sub menu ---------------------------- */
ul#subMenu {
	margin: 5px 0 0 10px;
	width: 510px;
}
ul#subMenu li {
	display: inline;
}
ul#subMenu li a {
	display: block;
	padding: 6px 0;
	color: #C2C3C5;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.3em;
	text-decoration: none;
	font-size: 1.3em;
	text-align: center;
	float: left;
	margin-right: 15px;
}
ul#subMenu li a:hover, ul#subMenu li a.active {
	color: #7CD3F1;
	text-decoration: none;
}
ul#subMenu li a.last {
	margin-right: 0;
}
#aboutUs ul#subMenu li a.last, #ourValues ul#subMenu li a.last {
	float: right;
}


/* --------------------------- Area specific styles ---------------------------- */

/* --------------- Home --------------- */
#home a.membersLink {
	position: absolute;
	left: 0;
	bottom: 30px;
	background-color: #ddd;
	font-size: 1.4em;
	color: #999;
	line-height: 1.3em;
	letter-spacing: 0;
	font-size: 1.2em;
}
#home a.membersLink:hover {
	color: #7CD3F1;
}

/* --------------- Services --------------- */
#services #leftColumn ul {
	margin: 10px 0 10px 10px;
}
#services #leftColumn li {
	display: inline;
}
#services #leftColumn li a {
	float: left;
	display: block;
	width: 90px;
	height: 90px;
	margin: 0 15px 15px 0;
}
/* --------------- Links / contact --------------- */
.content h1 {
	margin: 0 0 10px 0;
	color: #C2C3C5;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	font-weight: bold;
}

/* --------------- Contact --------------- */
#contact #googleMap {
	position: absolute;
	top: 0;
	right: 0;
	border: 5px solid #BBBCC0;
	width: 222px;
	height: 114px;
}
#contact .content {
	font-size: 0.8em;
	top: 70px;
	left: 45px;
	width: 410px;
	height: 165px;
}
#contact .content p {
	margin-left: 0;	
}
#contact .content em {
	font-weight: bold;
	color: #C2C3C5; 
	letter-spacing: 2px;
	font-style: normal;
}
#contact .content a {
	color: #686868;
}
#contact .content h2 {
	width: 190px;
	color: #C2C3C5;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#contact .content #airportAddress {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 232px;
	line-height: 1em;
}
#contact .content #airportAddress h2 {
	width: auto
}
address {
	font-style: normal;
}

/* --------------- Links --------------- */
#links .content ul {
	list-style-type: none;
	width: 280px;
	margin: 10px 5px 0 10px;
	float: left;
}
#links .content ul li {
	display: inline;	
}
#links .content ul li a {
	float: left;
	margin: 0 2px 2px 0;
	border: 1px solid #ccc;
}
#links .content p {
	margin: 10px;	
}

/* --------------- Member links --------------- */
#links ul.memberLinks {
	width: 400px;
	margin-left: 20px;
}
#links ul.memberLinks li {
	background: transparent url(../images/iconiCal.png) no-repeat;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	height: 60px;
	font-weight: bold;
}
#links ul.memberLinks li a {
	padding: 20px 0 0 70px;
	display: block;
	float: none;
	border: 0;
}
#links ul.memberLinks li.iconDisc {
	background-image: url(../images/iconiDisk.png);
}
#links .content {
	width: 466px;
	height: 196px;
	top: 51px;
	left: 21px;
}
#links .content form {
	width: 466px;
	height: 196px;
	background: #E0E1E3 url(../images/login.jpg) no-repeat;
	color: #fff;
}
#links .content form label {
	margin-left: 310px;
	margin-top: 20px;
	color: #B6B7B9;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 0.8em;
}
#links .content form input {
	margin: 3px 0 10px 310px;
	width: 140px;
}
#links .content form input.submitButton {
	color: #838488;
	background-color: #C9CACE;
	text-transform: uppercase;
	border: none;
	padding: 7px 0;
	margin-top: 30px;
	letter-spacing: 3px;
	font-size: 0.9em;
}
#links .content form input.error {
	border: 1px solid #f00;
}


/* --------------------------- Twitter ---------------------------- */
#twitterFeed {
	margin: 30px 0 0 5px;
	color: #666;
	width: 200px;
	height: 455px;
	overflow: hidden;
	font-size: 0.8em;
	line-height: 1.2em;
}
#twitterFeed ul {
	overflow: hidden;
}
#twitterFeed li {
	margin-bottom: 3em;
	padding-left: 55px;
	background: transparent url(../images/logoTwitterLarge.png) no-repeat;
	min-height: 60px;
}
#twitterFeed a {
	display: inline;
	font-size: 1em;
	float: none;
	width: auto;
	text-transform: none;
	text-align: left;
	letter-spacing: normal;
	font-weight: normal;
	color: #333;
}



/* --------------------------- infoBox (Transparent box) ---------------------------- */
.infoBox {
	position: absolute;
	background-color: #fff;
	top: 40px;
	left: 40px;
	width: 420px;
	height: 320px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.inner {
	position: absolute;
	background-color: #fff;
	top: 50px;
	left: 50px;
	width: 400px;
	height: 300px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	overflow: auto;
}
.inner h1 {
	margin: 20px 20px 10px 20px;
	color: #C2C3C5;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	font-weight: bold;
}
#content .inner p {
	margin: 0 20px 1em;
	font-size: 0.9em;
	line-height: 1.4em;
}
.inner img {
	margin-left: 60px;
}
#aboutUs.history .infoBox { height: 180px; }
#aboutUs.history .inner { height: 160px; }

#ourValues .infoBox { height: 170px; }
#ourValues .inner { height: 150px; }

#services.lease .infoBox { height: 210px; }
#services.lease .inner { height: 190px; }

#services .infoBox {	height: 210px; }
#services .inner {	height: 190px; }

.content {
	position: absolute;
	top: 60px;
	left: 35px;
	width: 440px;
	height: 178px;
	line-height: 1.3em;
}

/* --------------------------- News articles ---------------------------- */
#newsArticle {
	margin: 20px;
	padding-bottom: 20px;
}
#newsArticle p {
	margin: 0 0 1em;	
}
#newsArticle h2 {
	text-transform: uppercase;
	font-size: 1.4em;
	color: #999;
	font-weight: bold;
	margin: 10px 0 1em;
}

#links .content ul#pagedArticles {
	margin: 5px;
	width: 450px;
}
#links .content ul#pagedArticles li {
	float: left;
	width: 450px;
}
#pagedArticles li img {
	float: left;
	clear: left;
	width: 90px;
	margin: 0 10px 5px 0;
}
#pagedArticles li div {
	float: left;
	width: 300px;
}
.content #pagedArticles li div p {
	margin: 0;
	float: left;
	clear: left;
}
#content p.banner {
	font-size: 1.8em;
	color: #ccc;
}

/* --------------------------- Clear fix ---------------------------- */
.clear {
	display: inline-block;
}
.clear:after {
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0; 
	content: "."; 
}
