/* Main CSS styles go here */

/* General */
body {
	margin:0;
	padding:0;
	border:0;
	min-width:866px;    /* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-size: 12px;
	text-align: center;
	color: #575657;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0580C4;
}

a {
	text-decoration: none;
	color: #0580C4;
}

a:hover {
	color: #02569C;
}

h1 {
	font-size:150%;
	margin:.8em 0 .2em 0;
	padding:0;
}
h2 {
	font-size:110%;
	margin:.8em 0 .2em 0;
	padding:0;
}
h3 {
	font-size:105%;
	margin:.8em 0 .2em 0;
	padding:0;
	color: #df0000;
	font-weight: bold;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
	line-height: 1.3em;
}
.clear {
	position: relative;
	clear: both;
	top: 12px;
}
/* Main Container (Single Column, Centered */
#container {
	width: 866px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#container_bg {
	background-image: url(../images/bottom_bar_bg_11.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
/* Header styles */
#header {
	clear:both;
	float:left;
	width:866px;
	height:225px;
	background-image: url(../images/header_02.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#navbar {
	width: 67%;
	float: right;
	clear: both;
	position: relative;
}
#navbar ul {
	width: 100%;
	list-style:none;
	margin:0px;
	padding:0;
	background-color: #007dc3;
	line-height: 2.5em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	right: 0px;
	top: 120px;
	}
#navbar ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#navbar ul li a{
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
}
#navbar ul li a:hover {
	color: #99add1;
}
#header #enquiry {
	color: #FFFFFF;
	font-weight: bold;
	top: 10px;
	position: relative;
	text-align: right;
	right: 20px;
	width: 30%;
	float: right;
}
/* Content styles */
.content_pos {
	position: relative;
	clear:both;
	float:left;
	width: 100%;
	background-color: #FFFFFF;
}
.content_pos_bg {
	position: relative;
	clear:both;
	float:left;
	width: 100%;
	background-image: url(../images/bottom_bar_bg_11.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
}
#content {
	float: left;
	width:826px;
	position: relative;
	top: -10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
#content_bg {
	float: left;
	width:826px;
	position: relative;
	top: -10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 20px;
}
.float_left {
	float:left;
	margin: 0px 25px 10px 0px;
}
#textbox_bg {
	width: 100%;
	background-image: url(../images/tb_bg_10.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
}
#textbox_bg2 {
	width: 100%;
	background-image: url(images/tb_bg_10.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
}
#i_textbox_bg1 {
	width: 403px;
	background-image: url(../images/tb_bg_10.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	float: left;
}
#i_textbox_bg2 {
	width: 403px;
	background-image: url(../images/tb_bg_10.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	float: right;
}
#textbox {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#textbox2 {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:866px;
	background-color: #eeecef;
	text-align: center;
	font-size:10px;
	line-height: 2.8em;
}
.clearheading {
	position: relative;
	clear: both;
	top: 14px;
}
