/* CSS Document */

/* General Tags */
a:visited {
}

a {
    color:#0055A6;
	text-decoration:none
}

a:hover {
	text-decoration:underline;
}

body {
	background-color:#FFFFFF;
	font:9pt Arial, Helvetica, sans-serif;
	text-align:center;
	margin:5px auto;
	color:#000000;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	margin:10px 0px 5px 0px;
	color:#C43935;
	font-weight:bold;
	text-align:left;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin-bottom:3px;
	color:#333F7F;
	text-align:left;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin-bottom:3px;
	color:#333F7F;
	text-align:left;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	margin-bottom:8px;
	color:#333F7F;
	text-align:left;
}

h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	margin-bottom:8px;
	text-align:left;
}

hr {
	color:#009999;
	background-color:#009999;
	border:0px;
	height:1px;
}

p {
	margin:0px 0px 10px 0px;
}

ul {
	margin-top:6px;
	margin-left:15px;
	padding:0px;
}

ul.tick {
	list-style-image:url(images/icon_tick.png);
	margin-top:6px;
	margin-left:40px;
}


li {
	margin:5px 0px;
}

.empty {
	clear:both;
}

/* Form Tags + Style */

input, select, textarea{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #DDDDDD;
	background-color:#F5F5F5;
	color:#666666;
}

.btn {
	border:1px solid #003399;
	background-color:#003399;
	color:#FFFFFF;
}

form {
	margin:0px;
	padding:0px;
}

label {
	font-weight:bold;
}

/* Layout Tags */
div#container {
	margin: 10px auto;
	text-align: left;
	width: 770px !important;
	width /**/:770px;
	border-top:1px solid #0055A6;
	border-right:1px solid #0055A6;
	border-left:1px solid #0055A6;
	background-image: url(images/bglft_LandingPage.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

div#hdr {
	height:104px;
	border-bottom:1px solid #0055A6;	
}

div#top {
	height:104px;
	border-bottom:1px solid #0055A6;	
}

div#rightContent {
	float: right;
	width: 310px;
	padding-right:20px;
	margin-top:15px;
	padding-top:10px;
}

html >body div#rightContent {
	margin-top:0px;
}

div#rightContent img {
	cursor:pointer;
	margin:3px; 
	border-right:1px solid #233460;
	border-bottom:2px solid #233460;
	padding:3px;
	background-color: #ffc;
}

div#mainContent {
	margin-left: 10px;
	margin-right: 340px; /* 200px; */
	padding-top:10px;
}

#cleardiv {
	clear: both;
	height: 1em;
}

div#footer {
	height:96px;
	clear:both;
}



/* Misc */

#enquiryForm {
	background-color:#F5E89C;
	padding:5px;
}

#enquiryForm h2 {
	margin:0px 0px 10px 0px;
}

