/**************** Body and tag styles ****************/
* {margin: 0;}
body, h1, h2, h3, h4, h5, h6, p, blockquote, label, fieldset, ul, ol, dl, li, object, th, tr{padding: 0;}
body {
	color: #464241;
	background-color: #524A56;
	background-image: url(../images/main/bg.jpg);
	font-family: "Gill Sans", GillSans, Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	background-repeat: repeat-x;
	background-position: top;
}
img {border:none;
}
h1 {font-size: .8em;
	margin-bottom: .2em;
	font-weight: bold;
}
h2 {font-size: 0.9em;
	font-weight: bold;
}
h3 {font-size: 1em;
	border-bottom: 1px solid #f00;
}
p, ol {font-size: .75em;
	margin-bottom: 1em;
}
a {text-decoration: none;}
a:link, a:visited {color: #CC3366;}
a:hover,a:active {color:#CC3366; text-decoration: underline;}

/**************** Container styles ****************/
#container {
	width: 980px;
	background-image: url(../images/main/pagebg.gif);
	background-repeat: no-repeat;
	height: 683px;
	margin: 0 auto;
	position: relative;
}
/**************** Layout styles ****************/


#mainbody {
	clear: both;
	float:left;
	width: 980px;
	height: 576px;
	margin-left: 0px;
	margin-top: 0px;
}
#imagetopleft {
	float: left;
	/*width: 480px;*/
	height: 110px;
	margin-left: 356px;
	margin-top: 0px;
	text-align: center;
}

#pagetext {
	float: left;
	width: 978px;
	margin-top: 0px;
}
/**************** Navigation styles ****************/
#navigation {
	height: 60px;
	clear: both;
	top: 0px;
	margin-left: 4px;
	/*background-color: #fff;*/
	font-family: Avant garde, Arial, Helvetica, Verdana, sans-serif;
}
#subnavigation {
	clear: both;
	height: 42px;
}
ul#navbar {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	/*border: 1px solid #f00;*/
}
ul#navbar li {
	margin-top: 0px;
	display: inline;
	list-style: none;
	height: 60px;
	float: left;
	width: 200px;
	color: #464241;
	border-left: 1px solid #999;
	position: relative;
	z-index: 100;
}
ul#navbar li a {
	display: block;
	height: 60px;
	text-align: center;
	width: 100%;
	line-height: 60px;
	color: #464241;
	font-size: 11px;
	font-weight: normal;
}
ul#navbar li a:link, ul#navbar li a:visited {
	text-decoration: none;
}
ul#navbar li a:hover, ul#navbar li a:active {
	text-decoration: none;
	background-image: url(../images/main/dropbg60.jpg);
	color: #fff;
}
ul#navbar li.firstlink {
	border-left: none;
	width: 170px;
}
ul#navbar li.firstlink a:link, ul#navbar li.firstlink a:visited {
	text-decoration: none;
}
ul#navbar li.firstlink a:hover, ul#navbar li.firstlink a:active {
	text-decoration: none;
	color: #fff;
	background-image: url(../images/main/dropbg60.jpg);
}


ul#navbar li.droplink a {
	background-image:none;
}
ul#navbar li.droplink a:link, ul#navbar li.droplink a:visited {
	text-decoration: none;
}
ul#navbar li.droplink a:hover, ul#navbar li.droplink a:active {
	text-decoration: none;
	color: #fff;
	background-image: url(../images/main/dropbg.jpg);
}
ul#navbar li.droplink:hover {
	background-image: url(../images/main/dropbg.jpg);
	color: #fff;
}

/*Sub menu*/
ul#navbar li ul {
	position: absolute;
	left: -1px; top: 60px;
	width: 200px;
	margin-left: 0;
}

ul#navbar li ul li {
	float: left;
	display: none;
	position: relative;
	list-style-type: none;
	height: 42px;
	/*border-right: 1px solid #999;*/
	border-top: 1px solid #fff;
	margin-top: 0px;
}
ul#navbar li:hover ul li {
	display: block;
	background-image: url(../images/main/dropbg60.jpg);
}
ul#navbar li ul li a {
	display: block;
	height: 42px;
	line-height: 42px;
}
ul#navbar li ul li.lastlistitem {
	background-image: url(../images/main/dropbg60.jpg);
	height: 60px;
	color: #464241;
}
ul#navbar li ul li.lastlistitem a:link, ul#navbar li ul li.lastlistitem a:visited {
	text-decoration: none;
}
ul#navbar li ul li.lastlistitem a:hover, ul#navbar li ul li.lastlistitem a:active {
	text-decoration: none;
	color: #FFFFFF;
}
ul#navbar li:hover {
	background-image: url(../images/main/dropbg60.jpg);
	color: #fff;
}

/**************** Content styles ****************/
#maincontent {
	clear: both;	
	float: left;
	width: 430px;
	margin: 50px 0px 0px 62px;
	height: 340px;
	overflow: auto;
}
#slideshow {
	float: left;
	position: relative;
/*	width: 584px;
	height: 234px;*/
}
#slideshow img {
	display: none;
	position: absolute;
	top: 0; left: 0;
}
#slideshow2 {
	float: left;
	position: relative;
/*	width: 323px;
	height: 190px;*/
}
#slideshow2 img {
	display: none;
	position: absolute;
	top: 0; left: 0;
}
.heightchart1{
	width: 288px;
	height: 234px;
	overflow: scroll;
	float:left;
}
/**************** Footer styles ****************/
#footer {
	width: 980px;
	height: 40px;
	font-size: .7em;
	text-align: right;
	color: #fff;
	margin-top: 0px;
	left: 0px;
	bottom: 2px;
	line-height: 40px;
	position: absolute;
}
#footer a:link, #footer a:visited {color: #fff; text-decoration: none;}
#footer a:hover, #footer a:active {color: #ccc; text-decoration: underline;
}
/**************** Misc classes and styles ****************/
.boldtext {font-weight: bold;}
.italictext {font-style: italic;}
.normaltext {font-weight: normal;}
.floatleft {float: left;}
.textcentre {text-align: center;}
.textright {text-align: right;}

.smallitalic {
	font-size: 10px;
	font-style: italic;
}
.imageright {
	float: right;
	margin-left: 10px;
	border: thin solid #872131;
}
.imageleft {
	float: left;
	margin-right: 10px;
	border: thin solid #872131;
}.tariff {
	margin-bottom: 0.5em;
}
.insetimages {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #102433;
}
.insetimagesfirst {
	border-bottom-width: 10px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #102433;
	border-left-color: #102433;
}
.insetimageslast {
	border-bottom-width: 10px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #102433;
	border-right-color: #102433;
}
.smalltext {
	font-size: 9px;
}

