body {
	margin: 0;
	padding: 0;
	background-image: url(images/background_rpt.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 100%;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #03249d;
}
#container {
	position: relative;
	width: 760px;
	margin: 0 auto 1000px auto;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	border-bottom: 4px solid #c2c2c2;
	background-color: #FFFFFF;
}
#nav {
	position: relative;
	width: 760px;
	height: 41px;
	background-image: url(images/button_background.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
}
#nav li.search {
	width: 301px;
	color: #FFFFFF;
	padding: 0 5px;
}
#nav li a {
	color: #FFFFFF;
	background-color: #000099;
}
#nav li a img {
	border: none;
}
#nav li ul {
	position: absolute;
	width: 760px;
	top: 46px;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
#nav li ul li {
	float: none;
	display: inline;
}
#nav li ul li a {
	color: #000099;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 0 10px 0 0;
}
#nav li ul li a:hover {
	text-decoration: underline;
}
#nav li ul li a.selected {
	font-weight: bold;
}
#content {
	padding: 60px 40px 0 125px;
}
#content #col_left {
	position: relative;
	float: left;
	width: 390px;
}
#content #col_right {
	position: relative;
	float: right;
	width: 170px;
}
#content #col_right img, #content #col_right form {
	float: left;
}
#content img.hero_left {
	position: absolute;
	top: 40px;
	left: 0;
}
#content img.hero_right {
	position: relative;
	float: right;
	margin-right: -73px;
}
#content img.logo {
	position: absolute;
	top: 0;
	left: 0;
}
#content #easy_search, #content #quick_enquire, #content #resouces {
	position: relative;
	margin: 0;
	padding: 3px;
	width: 162px;
	background-image: url(images/title_easy_search_rpt.gif);
	background-repeat: repeat-x;
	color: #424242;
	background-color: #f1f1f1;
}
#content #easy_search, #content #resouces {
	border-left: 1px solid #14c91e;
	border-right: 1px solid #14c91e;
}
#content #quick_enquire {
	border-left: 1px solid #0630c7;
	border-right: 1px solid #0630c7;
}
#content #easy_search p, #content #quick_enquire p, #content #resouces p {
	letter-spacing: 0em;
	font-size: 0.9em;
}
#content #resouces p a {
	color: #424242;
	text-decoration: none;
}
#content #resouces p a:hover {
	text-decoration: underline;
}
img.gap {
	padding-bottom: 30px;
}

/* MISC */

p, #content ul {
	margin: 0 0 12px 0;
	padding: 0;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}
#content ul li {
	margin: 0 0 4px 0;
	border-left: 4px solid #bcc6e8;
	padding-left: 4px;
}
#content ul {
	list-style: none;
}
p.thumb, p.thumb_right {
	position: relative;
	width: 150px;
	float: left;
	margin: 0 10px 20px 0;
}
p.thumb_right {
	float: right;
	margin: 0 0 20px 10px;
}
p.thumb a, p.thumb_right a {
	text-decoration: none;
}
p.thumb a:hover, p.thumb_right a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2, h3, h4, h5, h6 {
	font-size: 1.6em;
	margin-top: 20px;
}
form h2, form h3, form h4, form h5, form h6 {
	color: #FFFFFF;
	background-color: #999999;
	padding: 3px;
	display: block;
}
p.footer, p.footer_nav {
	padding: 25px;
	font-size: 0.8em;
	line-height: 1.2em;
	letter-spacing: 0.1em;
}
p.footer_nav {
	border-top: 1px solid #03249d;
	margin-top: 25px;
}
.spacer {
	height: 0;
	line-height: 0;
	clear: both;
}
input.submit {
	font-weight: bold;
}
input, select {
	font-size: 0.9em;
}
img.float_left {
	position: relative;
	float: left;
	margin: 0 8px 2px 0;
}
img.float_right {
	position: relative;
	float: right;
	margin: 0 0 2px 8px;
}
a.title_link {
	color: #03249d;
	text-decoration: none;
	background-image: url(images/icon_link_off.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0 25px 5px 0;
	font-weight: bold;
}
a.title_link:hover {
	background-image: url(images/icon_link_on.gif);
	color: #FF9900;
}
a img {
	border: none;
	vertical-align: middle;
}
