@charset "utf-8";
a {
	color: #67686B;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
}

.latest_news h2 a, .recruit h2 a {
	color: #1C92BB;
}
.latest_news h2 a:hover, .recruit h2 a:hover {
	color: #000000;
}

/*========================================
-------- Bullets and numbers
========================================*/
ul {
}
ul li {
}
ul {
	margin: 0;
	padding: 0;}
ol {
	margin: 0;
	padding: 0;}
li {
	margin: 0;
	padding: 0;
	list-style: none;}
hr {
	height: 0px;
	color: #224488;
}

/*========================================
-------- Paragraph
========================================*/
p {
	margin: 0 0 16px 0;
	font-size: 13px;
	line-height: 1.5em;
	color: #67686B;
}
p.intro {
	margin: 0 0 16px 0;
	font-size: 14px;
	line-height: 1.7em;
	color: #67686B;
}

.latest_news p, .team p, .recruit p {
	padding-right: 120px;
	padding-left: 10px;
}
.recruit p {
	padding-right: 0 !important;
}

.news p {
	margin: 0 0 8px 0;
	padding: 0 30px 8px 0;
	font-size: 11px;
	line-height: 1.3em;
	color: #94AFAF;
	border-bottom: solid 1px #D7DCE0;
}
.news p strong {
	color: #67686B;
}

.services .serv1 p, .services .serv2 p, .services .serv3 p {
	margin: 0;
	padding: 0px 30px 0 65px;
	font-size: 11px;
	line-height: 1.3em;
}

.services .serv1 p a, .services .serv2 p a, .services .serv3 p a {
	font-weight: normal;
}

.contacts p {
	margin: 0;
	padding: 0 0 16px 0;
	font-size: 11px;
	line-height: 1.7em;
	color: #A3A4A6;
}
.quotation p {
	padding: 0 0 8px 18px;
	width: 700px;
}

/*========================================
-------- Headers
========================================*/
h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 8px;
	padding: 48px 0 0 0;
	color: #1C92BB;
}
.contacts h1 {
	margin: 0;
	padding: 8px 0;
	font-size: 12px;
	color: #A3A4A6;
}
.flights h1, .quotation h1 {
	padding: 20px 0 0 18px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 7px 0;
	padding: 0;
	color: #1C92BB;
}
.latest_news h2, .team h2, .recruit h2 {
	padding: 0 0 0 10px;
	margin-bottom: 3px;
	font-size: 17px;
}
.quotation h2 {
	padding: 0 0 8px 18px;
}
.services .serv1 h3, .services .serv2 h3, .services .serv3 h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 12px 0 7px 0;
	padding: 0px 0px 0 65px;
}
