.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ==================================================================== */
/* IE Win will autoexpand the container, as long as it has been assigned a
height. This cans be forced using the following trick, known as the
holly hack, which also fixes a number of other IE sizing problems.
The backslash at the end of the next line is ESSENTIAL and hides the
css from IE-mac, which does not have the same problems  \*/

* html .clearfix { height: 1%; clear: both; }

/* ===================================================================== */
/* End hide from IE-mac */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	min-height: 100%;
}

body {
	background-color: #CCCCCC;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

h1, h2 {
	color: #000000;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}

h3, h4 {
	color: #000000;
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h5, h6 {
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form {
    display : inline;
}

.formleft {
	color: #000000;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}

.formright {
	color: #000000;
	padding-left: 5px;
	width: 220px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.formspacer {
	background-color: #FFFFFF;
	height: 10px;
	margin: 0px;
}

legend {
}

.hr {
	width: 530px;
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 10px;
	padding: 0px;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.centre {
	text-align: center;
}

.alignrightbutton {
	text-align: right;
	padding-top: 5px;
	float: right;
}

.alignleftbutton {
	text-align: left;
	padding-top: 5px;
	float: right;
}

#main { border-top:1px solid #000000; border-left:1px solid #000000; border-right:1px solid #000000; font-size: 65%; background: #ffffff url(../images/page_background.gif) repeat-y fixed left top; position: relative; margin-bottom: -28px; height: 100%; width: 744px; float: left; margin-left: auto; margin-right: auto; }

#logo {
	background-attachment: scroll;
	background-image: url('../images/top_background.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
}

#toplinks {
	color: #000066;
	float: right;
	margin-right: 10px;
	margin-top: 40px;
}

#toplinks li{
	display: inline;
	padding-left: 5px;
	vertical-align: middle;
}

#toplinks a {
	color: #000066;
}

#contentdiv {
	width: 744px;
}

#contentleft {
	width: 170px;
	float: left;
}

#contentright {
	width: 573px;
	float: right;
}

#nav {
	width: 170px;
}

#nav a {
	color: #000000;
}

#nav a:hover {
	color: #669999;
	text-decoration: none;
}

#nav li {
	border-right:1px solid #000000;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #999999;
	width: 170px;
	color: #FFFFFF;
	background-attachment: scroll;
	background-image: url('../images/nav_background.gif');
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	height: 20px;
	padding-top: 1px;
	text-indent: 10px;
	list-style-type: none
}

.navselected {
	background-attachment: scroll;
	background-image: url('../images/nav_background_selected.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	padding-top: 1px;
	text-indent: 20px;
	display: block;
	margin-top: -1px;
}

.navsub {
	background-attachment: scroll;
	background-image: url('../images/nav_background_sub.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	padding-top: 1px;
	text-indent: 30px;
	display: block;
	margin-top: -1px;
}

.navsubselected {
	background-attachment: scroll;
	background-image: url('../images/nav_background_sub_selected.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	padding-top: 1px;
	text-indent: 30px;
	display: block;
	margin-top: -1px;
}

.login {
	width: 157px;
	height: 50px;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	margin-left: 4px;
	margin-top: 10px;
}

.loginbkg {
	width: 157px;
	height: 105px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin-left: 2px;
}

.loginbkg th {
	width: 155px;
	height: 29px;
	background-attachment: scroll;
	background-image: url('../images/client_login.gif');
	background-repeat: no-repeat;
	background-position: left top
}

.loginbkg td {
	width: 145px;
	height: 8px;
	text-indent: 5px;
	padding-top: 2px;
}

.loginbkg a {
	color: #000000;
}

.loginbkg a:hover {
	color: #000000;
}

.textfield {
	width: 80px;
	border: 1px solid #000000;
	height: 15px;
	background-color: #FFFFFF;
	font-size: 85%;
	color: #000000;
}

.textfield220 {
	width: 220px;
	border: 1px solid #000000;
	height: 15px;
	background-color: #FFFFFF;
	font-size: 85%;
	color: #000000;
}

.textfieldmulti {
	width: 220px;
	border: 1px solid #000000;
	height: 50px;
	background-color: #FFFFFF;
	font-size: 110%;
	color: #000000;
	overflow: auto;
}

.label {
	display: none;
}

.err-msg {
    text-align : center;
    color: #ff0000;
    font-style : oblique;
}

.latestnews {
	width: 157px;
	height: 200px;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	margin-left: 4px;
	margin-top: 10px;
}

.newsbkg {
	width: 157px;
	height: 200px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin-left: 2px;
	margin-bottom: 10px;
}

.newsbkg th {
	width: 155px;
	height: 29px;
	background-attachment: scroll;
	background-image: url('../images/latest_news.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.newsbkg td {
	width: 145px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 5px;
}

.newsbkg a {
	color: #000000;
}

.newsbkg a:hover {
	color: #000000;
}

#banner1 {
	height: 90px;
	background-attachment: scroll;
	background-image: url('../images/banner_1.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#banner2 {
	height: 90px;
	background-attachment: scroll;
	background-image: url('../images/banner_2.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#maincontent {
	color: #000000;
	margin-bottom: 60px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}

#maincontent a {
	color: #000000;
	text-decoration: none;
}

#maincontent a:hover {
	text-decoration: underline;
}

#maincontent ul {
	margin-left: 20px;
}

#maincontent li {
	list-style-type: none;
	padding-left: 15px;
	padding-bottom: 15px;
	background-attachment: scroll;
	background-image: url('../images/bullet.gif');
	background-repeat: no-repeat;
	background-position: left top
}

#homepagetop {
	height: 185px;
	margin-top: 5px;
	background-attachment: scroll;
	background-image: url('../images/homepage_graphic_top.jpg');
	background-repeat: no-repeat;
	background-position: left bottom
}

#homepagemiddle {
	height: 325px;
	background-attachment: scroll;
	background-image: url('../images/homepage_graphic_middle.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	color: #000000;
	padding-left: 10px;
	padding-right: 185px
}

#homepagebottom {
	height: 0px;
	color: #004A6A;
	margin: 0px;
	background-color: #FFFFFF;
}

#homepageoptions {
	width: 573px;
	height: 132px
}

#homepageoptions ul {
	margin-top: 1px;
}

#homepageoptions li {
	list-style-type: none;
	padding-left: 15px;
	background-attachment: scroll;
	background-image: url('../images/bullet.gif');
	background-repeat: no-repeat;
	background-position: left top
}

#homepageoptionbuttons {
	width: 111px;
	float: right;
}

#homepageoptionbuttons li {
	list-style-type: none;
	margin-bottom: -1px;
}

#homepageoptions1 {
	color: #000000;
	width: 332px;
	padding-top: 0px;
	float: left;
	padding-left: 130px;
	height: 132px;
	background-attachment: scroll;
	background-image: url('../images/homepage_option_1.jpg');
	background-repeat: no-repeat;
	background-position: left top
}

#homepageoptions2 {
	color: #000000;
	width: 332px;
	padding-top: 0px;
	float: left;
	padding-left: 130px;
	height: 132px;
	background-attachment: scroll;
	background-image: url('../images/homepage_option_2.jpg');
	background-repeat: no-repeat;
	background-position: left top
}

#homepageoptions3 {
	color: #000000;
	width: 332px;
	padding-top: 0px;
	float: left;
	padding-left: 130px;
	height: 132px;
	background-attachment: scroll;
	background-image: url('../images/homepage_option_3.jpg');
	background-repeat: no-repeat;
	background-position: left top
}

#homepageoptions4 {
	color: #000000;
	width: 332px;
	padding-top: 0px;
	float: left;
	padding-left: 130px;
	height: 132px;
	background-attachment: scroll;
	background-image: url('../images/homepage_option_4.jpg');
	background-repeat: no-repeat;
	background-position: left top
}

#footer { border-left:1px solid #2e5d77; border-right:1px solid #2e5d77; border-bottom:1px solid #2e5d77; background-attachment: scroll; background-image: url(../images/footer_background.gif); background-position: right top; background-repeat: no-repeat; font-size: 65%; position: relative; height: 26px; margin-left: auto; margin-right: auto; width: 744px; float: left; }

#copyright {
	color: #fff;
	margin-left: 10px;
	padding-top: 7px;
    	padding-left:10px;
    	padding-bottom:5px;
}

#copyright a:hover {
	text-decoration: none;
}

#devel {
    	text-align:right;
    	margin-right:10px;
    	float:right;
}
