/* Global */
body {
	background: #57c7c2;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #1c3073;
	line-height: 1.3em;
}
p {
	margin: 0 0 1.5em 0;
	text-align: justify;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	color: #57c7c2;
	line-height: 1.4em;
	letter-spacing: -0.04em;
	margin: 13px 0;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3em;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.link {
	font-weight: bold;
	color: #57c7c2;
	font-size: 14px;
}
.link a {
	color: #57c7c2;
	text-decoration: none;
}
.link a:hover {
	text-decoration: none;
}
ul {
	margin-bottom: 2em;
}
li {
	margin-bottom: 1em;
}
a, a:visited {
	text-decoration: none;
	color: #1c3073;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* Classes */
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
/* Layout */
#container {
	width: 780px;
	background: #FFF;
	margin: 0 auto;
}
#header {
	text-align: center;
	font-size: 11px;
	background: #1c3073;
	padding: 0;
}
#content {
	padding: 30px 50px 0 50px;
	background: #FFF;
}
/* Header */
#header {
	padding-bottom: 20px;
}
#header img {
	margin-bottom: 10px;
}

/* Navigation */
#navigation {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 530px;
}
#navigation a {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	border-right: 1px solid #FFF;
	padding: 3px 15px;
	display: block;
}
#navigation a:hover {
	background: #FFF;
	color: #1c3073;
}
ul#nav_menu {
	padding: 0;
	margin: 0;
	display: inline;
}
ul#nav_menu li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
ul#nav_menu li.first {
	border-left: 1px solid #FFF;
}

/* Footer */
#footer {
	text-align: center;
	padding-bottom: 10px;
	margin-top: 30px;
	background: #FFF;
	font-face: helvetica;
}
#footer li {
	list-style-type: none;
	display: inline;
	padding: 0 7px;
	border-right: 1px solid #1c3073;
	font-size: 11px;
}
#footer li.last {
	border-right: none;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #1c3073;
}
#footer a:hover {
	text-decoration: underline;
}
#footer.blue {
	background: #1c3073;
}
#footer.blue li {
	border-right: 1px solid #FFF;
}
#footer.blue li.last {
	border-right: none;
}
#footer.blue a {
	color: #FFF;
}
#footer.blue a:visited {
	color: #FFF;
}
/* Home */
#home #container {
	background: #1c3073;
}
#home #header {
	padding-bottom: 0px;
}
#home #content {
	background: #1c3073;
	color: #57c7c2;
}
#home #content a {
	color: #57c7c2;
	text-align: left;
}
p.intro {
	font-size: 16px;
	text-align:left;
	line-height: 1.6em;
}

p.intro1 {
	margin: 0 0 1.5em 0;
	text-align:left;
}

#home #content p.intro a, #home #content p.intro a:visited {
	font-size: 11px;
	color: #FFF;
}
#home #content .col_left img {
	float: right;
	margin: 0 0 0 20px;
}
#home #content h2 {
	margin: 0 0 15px 0; 
}
/* Contact */
#contact {
	color: #FFF;
}
#contact #container {
	background: #1c3073;
}
#contact #content {
	background: #1c3073;
}
#contact #content a {
	color: #FFF;
	margin-left: 1em;
}
.online_enquiry {
	margin-top: 50px;
}
/* Table */
table {
	color: #000;
	margin-bottom: 2em;
	border-left: 1px solid #1C3073;
}
table th {
	background: #1C3073;
	color: #FFF;
	padding: 10px 5px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	border-right: 1px solid #FFF;
}
table th.last {
	border-right: none;
}
table td {
	padding: 5px 5px 10px 5px;
	background: #d5f1f0;
	vertical-align: top;
	border-right: 1px solid #1C3073;
	border-bottom: 1px solid #1C3073;
}
table td.one {
	background: #d5f1f0;
}
table td.two {
	background: #abe3e0;
}
table td.three {
	background: #81d5d1;
}
table td.four {
	background: #57c7c2;
}
table.faq {
	border-left: none;
}
table.faq td {
	border-right: none;
	border-bottom: none;
	background: #57c7c2;
	color: #1c3073;
	padding: 15px;
}
td.center {
	text-align: center;
}
/* Page Columns */
.col_left {
	width: 430px;
	float: left;
}
.col_right {
	width: 200px;
	text-align: left;
	margin-left: 470px;
}

