body{
	margin:0;
	padding-top: 0px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	background-color: #59595b;
	/* following required because of IE bug with margin: auto */
	text-align: center;
}

#bodyCentred {
	width: 894px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-color: #666666;
	/* following required because of IE bug with margin: auto */
	text-align: left;
}

#tagline {
	color: white;
	background-color: #59595b;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	padding-left: 17px;
}

#header {
	height: 76px;
	background-image: url("../images-common/banner.gif");
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #59595b;
	margin: 0;
	padding: 0;
}

#bannerLogo {
	float: left;
	padding-left: 16px;
	margin-top: 8px;
}

#bannerLogo img {
	border: none;
}

#bannerHeader {
	float: right;
	margin: 13px 0 0 0;
	padding: 0 20px 0 0;
}

#bannerHeader h1 {
	margin: 0;
	padding: 0;
	border: none;
	color: #59AC26;
	font-family: sans-serif, serif;
	font-size: 28px;
	font-weight: normal;
}

#topNav {
	text-align: right;
	padding-top: 55px;
	padding-left: 10px;
	padding-right: 0;
	margin: 0;
}

#topNav ul {
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 4px;
	margin-left: 0;
}

#topNav li {
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-right: solid white 1px;
	display: inline;
}

#topNav li.lastLink {
	border-right: none;
	padding-right: 4px;
}

#topNav ul li ul {
	border-right-style: solid;
	border-left-color: black;
	border-right-width: 1px;
	border-right-color: black;
	border-bottom-style: solid;
	border-top-width: 0px;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-left-width: 1px
}

#topNav ul li ul li {
	background-color: #969b9d;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	margin: 0;
	display: list-item;
}

#topNav ul li ul li.hover,
#topNav ul li ul li.hover a {
	background-color: #bfcbff;
	color: black;
}

#topNav .subMenu {
	margin-top: -1px;
	width: 12em;
}

html>body #topNav .subMenu {
	margin-top: 0;
}

.clickMenu {
	margin: 0;
	padding: 0;
	cursor: default;
}

.clickMenu ul {
	margin: 0;
	min-width: 100px; /* ie doesnt know this : */
	//float: left;/*ie again*/
	//width: 100%;/*and again*/
}

.clickMenu div.outerbox {
	display: none;
	min-width: 106px; /* firefox produces animation-flickering when the box is bigger than this :/ */
	text-align: left;
	padding: 0;
	top: 18px;
}

.shadowbox1, .shadowbox2, .shadowbox3 {
}

.clickMenu div.inner {
	//top: 20px; /* for ie */
	left: 0;
	margin: 0;
}
.clickMenu div.inner div.outerbox {
	margin: 0;
	left: 98px;
	//left: 90px; /* for ie */
	top: 0px;
}

.clickMenu li {
	position: relative;
	padding: 0 20px 0 2px;
	/*white-space: nowrap; does not really work in ie */
}

.clickMenu li.main li {
	z-index: 2;
	min-width: 78px;
}

.clickMenu li.hover {
	z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
}

#formMessages {
	margin-bottom: 0.5em;
}

#errorMessages {
	border-width: 1px;
	border-color: #ff0080;
	border-style: solid;
	padding-left: 1em;
}

#warningMessages {
	border-width: 1px;
	border-color: #ff8000;
	border-style: solid;
	padding-left: 1em;
}

#informationMessages {
	border-width: 1px;
	border-color: #59ac26;
	border-style: solid;
	padding-left: 1em;
}

#content {
	background-color: white;
	border-right: solid gray 1px;
	border-left: solid gray 1px;
	padding-top: 0;
	margin-top: 0;
}

#centreColumn {
	float: left;
	width: 454px;
	margin-left: 20px;
	padding-top: 20px
}

#singleColumn {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

#progressBar {
	border: none;
	padding-top: 0;
	margin-top: 0;
}

#userName {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	text-align: right;
	font-weight: bold;
	font-size: 110%;
}

#userName span {
	vertical-align: 0.3em;
	padding-right: 2em;
}

#userName img {
	border-style: none
}

#userName a {
	padding: 0;
}

#login {
	margin-top: 47px;
	margin-right: 20px;
	text-align: right;
}

table.login {
	float: right;
	width: 390px;
	text-align: right;
}

#content1 {
	padding-left: 40px;
	padding-top: 1px;
}

#home #content1 {
	background: url(../images/body_left.gif) no-repeat top left;
}

#content2 {
	background: url(../images/body_right.gif) no-repeat top right;
	float: right;
	width: 423px;
	overflow: hidden;
}

div.actions {
	padding-top: 1em;
	text-align: center;
}

#banner {
	height: 146px;
	padding: 20px 10px 0px 30px;
	background: url(../images/right_bannerGrad.gif) repeat-y top left;
}

#right {
	height: 116px;
	background: url(../images/right_bannerBot.gif) repeat-y top left;
}

#content_footr {
	margin-left: -33px;
	background: url(../images/content_footerGrad.gif) repeat-x top left;
	clear: both;
	width: 933px;
}

#Fleft {
	background: url(../images/footleft.gif) no-repeat top left;
}

#Fright {
	text-align: center;
	background: url(../images/footright.gif) no-repeat top right;
	height: 93px;
}

#Fright img {
	margin-left: 20px;
}

#footer {
	clear: both;
	padding-top: 10px;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 10px;
}

#hfooterR {
	float: right;
	text-align: right;
}

#hfooterL {
	float: left;
	text-align: left;
}

#hfooterR,
#hfooterL {
	color: black;
	padding-left: 0;
	padding-right: 0;
	font-size: 8pt;
}

#hfooterR a:hover {
	color: #5185BF;
}

#insideRight {
	float: right;
	padding-top: 0px;
	width: 695px;
	margin-right: 0px;
	margin-bottom: auto;
	margin-top: 10px;
	margin-left: 0px;
	
}

/*    Inside Navigation     */
#insideLeft {
	float: left;
	display: inline;
	width: 207px;
	margin: 0px auto auto -33px;
	background: url(../images/inside_round.jpg) no-repeat;
}

div>#insideLeft {
	margin: -1px auto auto -34px;
}

ul#nav {
	list-style: none;
	width: 207px;
	margin: 0;
	padding: 0;
}

ul#nav li {
	background: #D7D9DA;
}

ul#nav li a {
	display: block;
	padding: 3px 0px;
}
ul#nav li p {
	display: block;
	padding: 3px 2px 0px 0px;
	margin: 0px 2px 7px 0px;
}

ul#nav li ul a {
	display: inline;
	padding-bottom: 0px;
}

 ul#nav ul li {
	border-bottom: 1px solid #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 3px 0px 0px 7px;
	list-style: none;
	background: #F0F1F1;
}

ul#nav ul {
	margin: 0;
	padding: 0;
}

ul#nav ul li.round,ul#nav ul li.no_border {
	border-bottom: 0px solid #fff;
}

ul#nav ul li.round {
	background: #F0F1F1 url(../images/round.gif) no-repeat bottom right;
}

div#floatingBox {
	position: absolute;
	background: url(../images/floatingBox.jpg) no-repeat top left;
	width: 160px;
	padding-top: 215px;
	text-align: center;
}

div>div#floatingBox {
	position: fixed;
}

div#textcontent {
	width:480px;
}

/* Preview watermark for preview site only */
#home #content1 {
	background: url(../images/bodyLeft_preview.gif) no-repeat top left;
}

div.addressBlock p {
	margin-top: 0;
	margin-bottom: 0;
}

div.addressBlock p span{
	padding-left: 1em;
	padding-right: 1em;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: solid #5185C0 1px;
	background-color: #fbfefa;
	padding: 5px 10px 5px 20px;
	opacity: 1;
	width: 20em;
}
#tooltip h3, #tooltip div {
	margin: 0;
	padding: 0;
	color: black;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
}

