﻿/* andreas03 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.2
(Nov 28, 2005)

Screen layout: */
body {
	margin: 0;
	padding: 30px 0;
	font-size: 80%;
	font-family: sans-serif, Arial;
	color: #666;
	background-color: #99ccff;
}
#thetop {
	width: 720px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	color: #666;
}
#container {
	width: 720px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	background: #fff url(img/main_bg_top.jpg) no-repeat;
	color: #666;
}
a {
	text-decoration: none;
	background-color: inherit;
	color: #ef4239;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #f06e6e;
}
a img {
	border: 0;
}
p {
	margin: 0 0 15px 0;
	line-height: 1.5em;
	position: none;
}
#sidebar p {
	padding: 0 0 0 10px;
}
#main p {
	padding: 0 0 0 10px;
}
#logo {
	background-image: url('img/logo_banner.png');
	background-repeat: no-repeat;
	background-position: top left;
	float: right;
	width: 720px;
	height: 140px;
	margin: 0 0px 0px 0;
	padding: 0 0 5px 0;
	color: #555;
	overflow: auto;
	text-align: right;
}
#logo h1 {
	margin: 50px 5px 1px 5px;
	letter-spacing: -3px;
}
#logo a {
	background-color: inherit;
	color: #26a;
	text-decoration: none;
}
#logo a:hover {
	background-color: inherit;
	color: #69e;
}
#tagline {
	text-align: center;
	font-size: 1.2em;
}
#intro p {
	line-height: 1.5em;
}
#main {
	float: right;
	width: 585px;
	margin-right: 0px;
	margin-left: 20px;
	padding: 0;
}
.headerstyle {
	display: block;
	margin: 30px 0 10px 0;
	padding: 5px 0 5px 8px;
	color: #00529c;
	border-bottom: 1px solid #c4c4c4;
	height: 30px;
	text-decoration: none;
}
.headerstylefirst {
	display: block;
	margin: 0px 0 10px 0;
	padding: 0px 0 5px 8px;
	color: #00529c;
	border-bottom: 1px solid #c4c4c4;
	height: 30px;
	text-decoration: none;
}
#sidebar {
	width: 110px;
	float: left;
	font-size: 1em;
	line-height: 1.3em;
	color: white;
}
#sidebar p {
	font-size: 0.9em;
}
.sidelink {
	display: block;
	width: 140px;
	margin: 3px 10px 2px 0;
	padding: 5px 0 5px 8px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	background: #eee url(img/gradient1.png) repeat-x;
	color: #26c;
	border-top: 1px solid #ddd;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ddd;
}
.menuheader {
	background: #fff url(img/gradient2.png) repeat-x;
	color: #222;
	border-top: 1px solid #ddd;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left: 1px solid #ddd;
	text-decoration: none;
}
.sidelink:hover {
	background: #fff url(img/gradient2.png) repeat-x;
	color: #222;
	border-top: 1px solid #ddd;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left: 1px solid #ddd;
	text-decoration: none;
}
#footer {
	margin: 0 auto 20px auto;
	width: 760px;
	background: #fff url(img/main_bg_bottom.jpg) bottom left no-repeat;
	padding: 0 0 5px 0;
	font-size: 0.9em;
	color: #888;
	text-align: center;
}
h4 {
	margin: 0 0 10px 0;
	font-weight: normal;
	margin: 0 0 10px 0;
	font-weight: normal;
	display: block;
	margin: 30px 0 10px 0;
	padding: 5px 0 2px 8px;
	color: #00529c;
	border-bottom: 1px solid #c4c4c4;
	height: 25px;
	text-decoration: none;
	font-size: 1.3em;
}
h3 {
	margin: 0 0 10px 0;
	font-weight: normal;
	display: block;
	margin: 0px 0 10px 0;
	padding: 5px 0 2px 8px;
	color: #00529c;
	border-bottom: 1px solid #c4c4c4;
	height: 25px;
	text-decoration: none;
	font-size: 1.4em;
}
h2 {
	margin: 0 0 10px 0;
	font-weight: normal;
}
h1 {
	margin: 0 0 10px 0;
	font-weight: normal;
}
h1 {
	font-size: 2.8em;
}
h2 {
	margin: 0 0 4px 0;
	font-size: 1.8em;
}
.clear {
	clear: both;
	margin: 0;
}
.right {
	text-align: right;
}
.internallink {
	text-align: center;
}
.block {
	padding: 20px;
	background: #eee;
	color: #222;
	border: 2px solid #ddd;
}
.credit {
	color: #888;
	background-color: inherit;
}
.hide {
	display: none;
}
.maincontenttop {
	margin: 0px;
	background-image: url('img/maincontenttopbg.gif');
	background-repeat: no-repeat;
	height: 35px;
	width: 530px;
}
.maincontentbottom {
	margin: 0;
	background-image: url('img/maincontentbottombg.gif');
	background-repeat: no-repeat;
	height: 23px;
	margin-bottom: 15px;
	font-size: 0.9em;
	text-align: center;
}
.maincontent {
	margin: 0;
	background-image: url('img/maincontentbg.gif');
	background-repeat: repeat-y;
	overflow: auto;
}
#liquid-round {
	width: 100%;
	margin: 0px auto;
	background: #fff url('img/leftside.gif') repeat-y left top;
}
.top {
	width: 100%;
	height: 20px;
	background: url('img/top.gif') no-repeat left top;
}
.top span {
	display: block;
	height: 20px;
	background: url('img/top-right.gif') no-repeat right top;
}
.center-content {
	background: url('img/rightside.gif') repeat-y right top;
	padding: 1px 20px 5px 25px;
	margin: -1px 0 0 0;
}
.bottom {
	height: 20px;
	background: url('img/bottom.gif') no-repeat left bottom;
}
.bottom span {
	display: block;
	height: 20px;
	background: url('img/bottom-right.gif') no-repeat right top;
}
.textresize {
	margin-top: 70px;
}
.lifechange {
	margin-top: 440px;
}
.plantation {
	padding-top: 15px;
}
.flashbanner {
}
.headingenquiry {
	padding: 0px;
	font-weight: normal;
	display: block;
	color: #00529c;
	height: 25px;
	text-decoration: none;
	font-size: 1.3em;
	margin: 0px;
}
.headingenquiryred {
	margin-bottom: 15px;
	font-weight: normal;
	display: block;
	color: #ef4239;
	height: 25px;
	text-decoration: none;
	font-size: 1.3em;
	border-bottom: 1px solid #c4c4c4;
	padding-top: 15px;
}
.line {
	border-bottom: 1px solid #c4c4c4;
	padding-top: 15px;
	height: 25px;
	margin-right: 5px;
}
fieldset {
	border: 0;
}
.button {
	background: url(img/submit.png);
	background-color: white;
	background-repeat: no-repeat;
	color: #505050;
	font-weight: bold;
	width: 130px;
	height: 35px;
	border: 0;
}
.button:hover {
	background: url(img/submit_over.png);
	background-color: white;
	background-repeat: no-repeat;
	color: #505050;
	font-weight: bold;
	width: 130px;
	height: 35px;
	border: 0;
}
#timetable p {
	padding: 0px;
	margin: 0px;
}
