/* Layout */
body {
	background: #222 url('/_img/bg.gif') top repeat-x;
	font: 0.7em "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	color: #CCC;
	margin: 0;
	padding: 0;
}
#head {
	width: 800px;
	margin: 0 auto 0 auto;
}
#main {
	width: 800px;
	margin: 0 auto 0 auto;
	min-height: 600px;
}
#foot {
}
/* Head */
#head {
	height: 100px;
}
#head #logo {
	float: left;
	margin: 17px 0 0 20px;
}

/* Menu */
#head #menu {
	float: right;
}
#head #menu {
	display: inline;
	list-style: none;
	width: 600px;
	height: 39px;
	margin: 61px 0 0 0;
	padding: 0;
}
#head #menu li {
	float: left;
	margin: 0 2px 0 2px;
	padding: 0;
	background: url('/_img/tab01-r.gif') top right no-repeat;
}
#head #menu li a {
	text-align: center;
	text-decoration: none;
	color: #b7d5f4;
}
#head #menu li a span {
	background: url('/_img/tab01-l.gif') top left no-repeat;
}
#head #menu li #active {
	background: url('/_img/tabs.gif') 0px 0px no-repeat;
	color: #222;
}
#idhome #menu li#nav-home a span,
#idnews #menu li#nav-news a span,
#idmigration #menu li#nav-migration a span,
#idabout #menu li#nav-about a span,
#idenquiry #menu li#nav-enquiry a span,
#idlinks #menu li#nav-links a span,
#idcontact #menu li#nav-contact a span {
	background: url('/_img/tab02-l.gif') top left no-repeat;
	color: #222;
}
#idhome #menu li#nav-home,
#idnews #menu li#nav-news,
#idmigration #menu li#nav-migration,
#idabout #menu li#nav-about,
#idenquiry #menu li#nav-enquiry,
#idlinks #menu li#nav-links,
#idcontact #menu li#nav-contact {
	background: url('/_img/tab02-r.gif') top right no-repeat;
	color: #222;
}
#head #menu li a:hover {
	color: #fff;
}
#head #menu li a span {
	padding: 12px 14px 12px 14px;
	display: block;
}

/* Main */
#main {
	padding: 20px 0 20px 0;
}
#content {
	margin: 0 196px 0 0;
}
#content2 {
	margin: 0;
}
#content p, #content2 p {
	line-height: 1.8em;
}

/* Side */
#side {
	margin: 0;
	padding: 0;
	float: right;
	width: 180px;
}
#side p {
	line-height: 1.6em;
}
#side .side-item {
	margin: 0 0 6px 0;
	padding: 6px 0 2px 0;
	border-bottom: 1px dotted #333;
}
#side .side-date {
	text-align: center;
	font: 9px Georgia, "Times New Roman", Times, serif;
	background: url('/_img/date.gif') top left no-repeat;
	width: 30px;
	height: 36px;
	overflow: hidden;
	float: right;
	margin: 0 0 0 4px;
}
#side .side-date span {
	display: block;
	text-align: center;
	font-size: 18px;
}
#side .side-item p {
	margin-top: 4px;
}

/* Foot */
#foot {
	height: 32px;
	background: url('/_img/footer.gif') top repeat-x;
	font-size: 9px;
	color: #888;
}
#foot #footcontent {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 7px 0 0 0;
}
#foot #left {
	text-align: left;
	float: left;
	width: 600px;
}
#foot #right {
	text-align: right;
	float: right;
	width: 100px;
}

/* General */
.clear{clear:both;}
hr{display:none;}
.displaynone{display:none;}
#head a img{border:none;}

/* Headings */
h1 {
}
h2 {
	margin: 0;
	padding: 0;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-weight: normal;
	border-bottom: 1px solid #911;
}
#side h3 {
	margin: 0;
	padding: 0;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	color: #911;
	font-weight: normal;
}
#side h4 {
	margin: 0;
	padding: 0;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: #911;
	font-weight: normal;
}
#content h3, #content2 h3 {
	margin: 0;
	padding: 8px 0 0 0;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-weight: normal;
	border-bottom: 1px solid #3361ad;
}
#content h4, #content2 h4 {
	margin: 0;
	padding: 0;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-weight: normal;
}
h3 span {
	float: right;
	font-size: 0.8em;
	color: #888;
}

/* Links */
a {
	color: #3361ad;
}
a:hover {
	color: #597fbd;
}
h3 a {
	color: #911;
	text-decoration: none;
}
h3 a:hover {
	color: #B33;
}

/* Misc */
img.photo {
	border: 4px solid #444;
}
img.headphoto {
	border: 5px solid #444;
	background: #333;
	margin: 0 0 12px 0;
}
.rightphoto {
	float: right;
	margin: 3px 0 0 4px;
}
a#starfish {
	background: url('/_img/starfish.gif') 0px 0px no-repeat;
	width: 70px;
	height: 18px;
	display: block;
}
a:hover#starfish {
	background: url('/_img/starfish.gif') -70px 0px no-repeat;
}
#foot a {
	color: #444;
	text-decoration: none;
}
#foot a:hover {
	color: #888;
	text-decoration: none;
}
.text-indent p {
	padding: 0px 20px 0px 20px;
}
.col {
	width: 49%;
	float: left;
}
#contact #name, #contact #country, #contact #email, #contact #phone {
	padding: 2px;
	width: 200px;
}
#contact #equiry {
	width: 90%;
}
.error {
	color: #911;
}
.left {
	width: 470px;
	float: left;
}
.right {
	width: 310px;
	float: right;
}
.center {
	text-align: center;
}
.flyer {
	margin: 5px 0px 5px 0px;
	border: 1px solid #444;
	padding: 2px 5px 2px 5px;
	background: #262626;
	font-size: 0.9em;
}
.flyer ol {
	padding-left: 25px;
}
#lang01 {
	position: absolute;
	top: 10px;
	right: 10px;
	background: url('/_img/lang-l.gif') top left no-repeat;
	height: 24px;
}
#lang02 {
	background: url('/_img/lang-r.gif') top right no-repeat;
	height: 24px;
}
#lang01 a {
	color: #bbb;
	text-decoration: none;
	padding: 4px 10px 2px 10px;
	display: block;
}
#lang01 a:hover {
	color: #fff;
}