/* CSS Document */

body
{
	margin:0px;
	padding:0px;
	background-color:#DDDDDD;
}

table
{
	text-align:left;
}

td
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:9pt;
	color:#666666;
}

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

input
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:9pt;
}

select
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:9pt;
}

textarea
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:9pt;
	resize:none;
}

a:link, a:active, a:visited
{
	color:#000000;
	text-decoration:none;
}

a:hover
{
	color:#004B8E;
	text-decoration:underline;
}

a.menu:link, a.menu:active, a.menu:visited
{
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	color:#000000;
	text-decoration:none;
}

a.menu:hover
{
	color:#FF3333;
}

a.menu:hover span
{
	color:#FFFFFF;
}

a.body:link, a.body:active, a.body:visited
{
	color:#004B8E;
	text-decoration:none;
}

a.body:hover
{
	color:#004B8E;
	text-decoration:underline;
}

a.bodyGrey:link, a.bodyGrey:active, a.bodyGrey:visited
{
	color:#666666;
	text-decoration:none;
}

a.bodyGrey:hover
{
	color:#666666;
	text-decoration:underline;
}

.pageHeading
{
	font-size:14pt;
	font-weight:bold;
	font-style:italic;
	color:#004B8E;
	padding-left:15px;
	background:url(/images/website_layout/heading_bg.jpg) no-repeat;
}

.pageBody
{
	font-size:9pt;
	color:#666666;
	padding-left:5px;
}

.quickLinks
{
	font-size:13pt;
	font-weight:bold;
	padding-left:110px;
	background:url(/images/website_layout/quick_links_bg.jpg) no-repeat;
}

#features
{
	margin-top:10px;
	margin-bottom:0px;
	list-style-type:none;
	list-style-position:outside;
}

#features li
{
	margin:0px 0px 2px -30px;
	background:url(/images/website_layout/bullet.gif) no-repeat;
	padding-left:20px;
}

.enquiryHeading
{
	font-size:10pt;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#FF3333;
	padding:5px;
}

.button
{
	width:110px;
	height:25px;
	font-size:8pt;
	font-weight:bold;
	background:url(/images/buttons/button.png) no-repeat;
	border:none;
	cursor:pointer;
	text-align:left;
	padding-left:5px;
}

.buttonSmall
{
	width:88px;
	height:17px;
	font-size:8pt;
	font-weight:bold;
	background:url(/images/buttons/button_small.png) no-repeat;
	border:none;
	cursor:pointer;
	text-align:left;
	padding-left:6px;
}

.buttonLarge
{
	width:180px;
	height:25px;
	font-size:8pt;
	font-weight:bold;
	background:url(/images/buttons/button_large.png) no-repeat;
	border:none;
	cursor:pointer;
	text-align:left;
	padding-left:5px;
}

.buttonGreen
{
	width:110px;
	height:25px;
	font-size:8pt;
	font-weight:bold;
	background:url(/images/buttons/button_green.png) no-repeat;
	border:none;
	cursor:pointer;
	text-align:left;
	padding-left:5px;
}

.buttonRed
{
	width:110px;
	height:25px;
	font-size:8pt;
	font-weight:bold;
	background:url(/images/buttons/button_red.png) no-repeat;
	border:none;
	cursor:pointer;
	text-align:left;
	padding-left:42px;
}

.mandatory
{
	color:#FF0000;
}

.input_240
{
	width:240px;
}

.select_240
{
	width:246px;
}

.tfvHighlight
{
	color:#FF0000;
}

.tfvNormal
{
	color:#666666;
}

.successResponse
{
	padding:10px 10px 10px 35px;
	border:1px solid #009933;
	background:#B3DAAF url(/images/icons/tick.png) no-repeat 5px 50%;
	color:#000000;
}

.errorResponse
{
	padding:10px 10px 10px 35px;
	border:1px solid #FF0000;
	background:#FDBDBD url(/images/icons/warning.png) no-repeat 5px 50%;
	color:#000000;
}

#services
{
	margin:5px 0px 5px 15px;
}

/* Menu */
.leftnav
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 206px;
	background:url(../images/website_layout/menu_bg.jpg) top left;
	background-repeat:no-repeat;
	height:303px;
	margin-top:-5px;
	*margin-top:-4px;
	_margin-top:-2px;
}

.leftnav ul
{
	padding-top:10px;
}

.leftnav li
{
	height:33px;
	font-size:15px;
	*font-size:16px;
	_font-size:16px;
}

.leftnav li a
{
	color: black;
	font-style:italic;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: none;
	font-weight:bold;
	background:url(../images/website_layout/menu_icon.gif) center right no-repeat;
	height:20px;
}

*html .leftnav li a
{ 
	width: auto;
}

.leftnav li a:visited, .leftnav li a:active
{
	color: black;
}

.leftnav li a:hover
{
	background: url(../images/website_layout/menu_icon_hover.gif) center right no-repeat;
	color:#Ff3333;
	height:20px;
}