body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	border-top: 11px solid #ccc6c2;
}

.clr {
	clear: both;
	height: 0px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 190%;
}

h2 {
	margin: 0 0 4px;
	padding: 0;
	font-weight: normal;
	font-size: 120%;
}

p {
	margin: 0 0 10px;
	padding: 0;
	line-height: 160%;
}

ul {
	margin: 0 0 10px 0;
	padding: 0;
}

ul li {
	margin: 0 0 0 20px;
	padding: 0 0 0 5px;
	line-height: 180%;
}

ul li a {
	text-decoration: none;
	padding: 0;
	display: block;
	color: #000;
	background: url(../keepmoat/images/structure/listbullet.gif) no-repeat left;
}

ul li a:hover { text-decoration: underline; }

ul li ul li a {
	background: none;
	padding: 0 0 0 10px;
}

.leftcol {
	margin: 0;
	padding: 0;
	width: 630px;
	float: left;
}

/*-- added for new logo footer --*/

#logo-footer {
	width:930px;
	float:left;
	clear:both;
	padding:0 0 20px 0;
	border-bottom:1px solid #ccc;
}

#logo-footer .keepmoat {
	float:right;
	padding:0 30px 10px 53px;
	background-image:url(/assets/images/structure/footer/company-logos/seperator.png);
	background-position:left;
	background-repeat:no-repeat;
	text-align:center;
	width:175px;
}

#logo-footer .keepmoat a img {
	border:0;
}


#logo-footer ul {
	width:660px;
	float:left;
	padding:0;
}

#logo-footer ul li {
	float:left;
	text-align:center;
	list-style:none;
	margin:0;
	padding:0 19px;
}

#logo-footer ul li.note {
	width:600px;
	clear:both;
	padding:0;
}

#logo-footer ul li.note p {
	font-size:0.9em;
	color:#aaa;
}

#logo-footer ul li a img {
	border:0;
}


/*------------------ header ----------------*/

#header {
	margin: 0 0 4px 0;
	padding: 0;
	overflow: hidden;
	background: #f4f4f3;
	border-top: 4px solid #fff;
}

#headerwrap {
	margin: auto;
	padding: 0;
	width: 930px;
	position: relative;
}

#logo {
	margin: 0;
	padding: 10px 0;
	float: left;
}

#sitesearch {
	margin: 25px 0 0 ;
	padding: 0;
	float: right;
	width: 246px;
}

#sitesearch form {
	margin: 0;
	padding: 0;
	background: none;
}

#sitesearch h2 { 
	float: left; 
	margin: 0 10px 0 0; 
	padding: 2px 0 0 0; 
}

#sitesearch input {
	padding: 2px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #112f77;
}

#sitesearch input.button {
	margin: 0;
	padding: 1px 0;
	font-weight: bold;
	font-size: 90%;
	width: 30px;
	background: url(../shared/images/structure/button.gif) repeat-x top left #ffa71b;
}

/*------------------ top nav ----------------*/

ul#topnav {
	margin: 1px 0 10px 0;
	padding: 4px 0;
	overflow: hidden;
	position: relative;
	display: block;
	float: left;
	width: 630px;
}

ul#topnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	font-size: 90%;
}

ul#topnav li a {
	padding: 0 16px 0 16px;
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	background: none;
}

ul#topnav li.first a {
	padding: 0 17px;
	border-left: none;
}

ul#topnav li.last a {
	border-right: none;
}

/*------------------ sub nav ----------------*/

#subnavwrap {
	width: 200px;
	float: left;
}

#subnav {
	margin: 0 0 10px 0;
	padding: 10px;
	width: 180px;
	float: left;
	background: url(../shared/images/structure/subnavtop.gif) no-repeat top left #f4f4f3;
}

#subnav #base {
	margin: 0 -10px -10px -10px;
	width: 200px;
	height: 10px;
	position: relative;
	background: url(../shared/images/structure/subnavbase.gif) no-repeat bottom left;
}

#subnav ul {
	margin: 0;
	padding: 0;
}

#subnav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 180px;
	line-height: 100%;
}

#subnav ul li a {
	padding: 4px 0 4px 15px;
	text-decoration: none;
	display: block;
	font-size: 90%;
	font-weight: bold;
	background: url(../shared/images/icons/navarrow.gif) no-repeat left;
	color: #403b3c;
	border-bottom: 1px solid #ccc6c2;
}

#subnav ul li a:hover {
	text-decoration: underline;
}

#subnav li.last a {
	border-bottom: none;
}

#subnav ul li ul li a {
	background: #fff url(../shared/images/structure/subnavbullet.gif) no-repeat top left;
	border-bottom: none;
}

/*------------------ content area ----------------*/

#contentarea {
	position: relative;
	background: url(../shared/images/structure/background.gif) repeat-x top left;
}

#wrap {
	margin: auto;
	padding: 0 0 60px 0;
	width: 930px;
	position: relative;
}

#textwrap {
	margin: 0;
	padding: 10px 20px 10px 20px;
	width: 390px;
	background: url(../shared/images/structure/contentbase.gif) no-repeat bottom left #fff;
	float: right;
	position: relative;
	min-height: 223px;
	_height: 223px;
}

#textwrapfullwidth {
	margin: 0;
	padding: 10px 20px 10px 20px;
	width: 590px;
	background: url(../shared/images/structure/contentbasefullwidth.gif) no-repeat bottom left #fff;
	float: right;
	position: relative;
	min-height: 223px;
	_height: 223px;
}

p.breadcrumb { font-size: 90%; }

p.breadcrumb a { text-decoration: none; color: #000; }

p.breadcrumb a:hover { text-decoration: underline; }

#relatedcontentwrap {
	margin: 0;
	width: 200px;
	float: left;
}

#relatedcontent {
	background: url(../shared/images/structure/relatedcontentbase.gif) no-repeat bottom left #f4f4f3;
	margin: 0;
	padding: 10px 10px 20px 10px;
	width: 180px;
	float: left;
	position: relative;
}

#relatedcontent #top {
	margin: -10px -10px 0;
	background: url(../shared/images/structure/subnavtop.gif) no-repeat top left;
	height: 10px;
}

#relatedcontent h2 {
	margin: 0 0 10px -10px;
	padding: 10px;
	font-size: 130%;
}

#relatedcontent p { font-size: 90%; font-weight: bold; }

#relatedcontent ul {
	margin: 0;
	padding: 0;
	line-height: 160%;
}

#relatedcontent ul li {
	margin: 0 0 0 -4px;
	padding: 0;
	list-style: none;
	float: left;
}

#relatedcontent ul li a {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../shared/images/icons/newshome.gif) left no-repeat;
	font-size: 90%;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 160px;
}

#relatedcontent ul li a:hover { text-decoration: underline; }

#relatedcontentwrap #relatedcontentshadow {
	margin-top: 2px;
	background: url(../shared/images/structure/relatedcontentshadow.gif) no-repeat top left;
	width: 200px;
	height: 60px;
	position: relative;
}

p a.rss {
	width: 68px;
	height: 23px;
	line-height: 24px;
	text-decoration: none;
	font-size: 90%;
	padding: 0 0 0 25px;
	display: block;
	color: #000;
	float: right;
	font-weight: bold;
}

.newsitem {
	margin: 0 0 10px 0;
	padding: 10px;
	width: 370px;
	overflow: hidden;
	background: url(../shared/images/structure/newsitemtop.gif) no-repeat top left #f4f4f3;
}

.newsitem img {
	float: right;
	margin: 0 0 0 10px;
	border: 1px solid #fff;
}

.newsitem p.date {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 90%;
}

.newsitem h2 a{
	margin: 0;
	font-size: 90%;
	text-decoration: none;
	font-weight: bold;
/*	background: url(../shared/images/icons/newshome.gif) no-repeat top left;*/
	padding: 0;
	color: #403b3c;
}

.newsitem h2 a:hover { text-decoration: underline; }

.newitem p { margin: 0; }

.newsitem .base{
	margin: 0 0 -10px -10px;
	width: 390px;
	height: 10px;
	background: url(../shared/images/structure/newsitembase.gif) no-repeat top left;
	position: relative;
	overflow: hidden;
}

/*------------------ form ----------------*/

form.bodyform {
	margin: 0 0 10px 0;
	padding: 20px;
	overflow: hidden;
	float: left;
	background: url(../shared/images/structure/formtop.gif) no-repeat top left #f4f4f3;
	width: 550px;
}

form.bodyform .base {
	margin: 0 0 -20px -20px;
	background: url(../shared/images/structure/formbase.gif) no-repeat top left #f4f4f3;
	width: 590px;
	height: 10px;
}

form.bodyform .row {
	margin: 0 auto 5px auto;
	padding: 0;
	width: 68%;
	overflow: hidden;
}

form.bodyform .contactnote{
	color:#00275b;
	padding:0 0 30px 0;
}

form.bodyform label {
	padding: 3px 0 0;
	width: 150px;
	float: left;
	color: #00275b;
	font-weight: bold;
	font-size: 90%;
	text-align: right;
}

form.bodyform p {
	padding: 2.5px 0 0 0;
	color: #000;
	font-weight: bold;
	font-size: 90%;
	width: 207px;
	float: right;
}

form.bodyform label span, p.required span {
	color: #000;
}

form.bodyform input {
	padding: 2px;
	font-size: 90%;
	border: 1px solid #112f77;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 200px;
}

form.bodyform textarea {
	padding: 2px;
	font-size: 90%;
	border: 1px solid #112f77;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 200px;
}

form.bodyform input.search {
	float: left;
	width: 280px;
}

form.bodyform select {
	padding: 2px;
	font-size: 90%;
	border: 1px solid #112f77;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 206px;
}

form.bodyform input.button {
	margin: 0;
	padding: 1px 0;
	background: url(../shared/images/structure/button.gif) repeat-x top left #ffa71b;
	color: #000;
	font-weight: bold;
	font-size: 90%;
	width: 100px;
	float: right;
}

form.bodyform input.button.search { width: 60px; }

form.contactform {
	margin: 0 0 10px 0;
	padding: 20px;
	overflow: hidden;
	float: left;
	background: url(../shared/images/structure/newsitemtop.gif) no-repeat top left #f4f4f3;
	width: 350px;
}

form.contactform .base {
	margin: 0 0 -20px -20px;
	background: url(../shared/images/structure/newsitembase.gif) no-repeat top left #f4f4f3;
	width: 390px;
	height: 10px;
}

form.contactform .row {
	margin: 0 auto 5px auto;
	padding: 0;
	width: 90%;
	overflow: hidden;
}

form.contactform .contactnote{
	color:#00275b;
	padding:0 0 30px 0;
}

form.contactform label {
	padding: 3px 0 0;
	width: 100px;
	float: left;
	color: #00275b;
	font-weight: bold;
	font-size: 90%;
	text-align: right;
}

form.contactform p {
	padding: 2.5px 0 0 0;
	color: #000;
	font-weight: bold;
	font-size: 90%;
	width: 207px;
	float: right;
}

form.contactform label span, p.required span {
	color: #000;
}

form.contactform input {
	padding: 2px;
	font-size: 90%;
	border: 1px solid #112f77;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 200px;
}

form.contactform textarea {
	padding: 2px;
	font-size: 90%;
	border: 1px solid #112f77;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 200px;
}

form.contactform input.search {
	float: left;
	width: 280px;
}

form.contactform select {
	padding: 2px;
	font-size: 90%;
	border: 1px solid #112f77;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 206px;
}

form.contactform input.button {
	margin: 0;
	padding: 1px 0;
	background: url(../shared/images/structure/button.gif) repeat-x top left #ffa71b;
	color: #000;
	font-weight: bold;
	font-size: 90%;
	width: 100px;
	float: right;
}

form.contactform input.button.search { width: 60px; }

p.required { font-size: 90%; font-weight: bold; color: #00275b; }

ul#errors {
	margin-left: 40px;
	margin-right: 40px;
	color: #000;
	font-size: 90%;
	font-weight: bold;
}

ul#errors li {
	background: url(../shared/images/icons/error.gif) no-repeat top left;
	margin: 0;
	padding: 0 0 0 20px;
	display: block;
	list-style: none;
}

p.success {
	background: url(../shared/images/icons/success.gif) no-repeat top left;
	padding: 0 0 0 20px;
	display: block;
 	font-size: 90%; 
	font-weight: bold; 
}


/*------------------ homepage features ----------------*/

#featurewrap {
	margin: 0 10px 0 0;
	width: 393px;
	float: left;
}

#feature {
	background: url(../shared/images/structure/featurebase.gif) no-repeat bottom left #f4f4f3;
	margin: 30px 0 0;
	padding: 10px 10px 50px 10px;
	width: 373px;
	float: left;
	position: relative;
	min-height: 165px;
	_height: 165px;
}

#feature .top {
	margin: -10px -10px 0;
	background: url(../shared/images/structure/featuretop.gif) no-repeat top left;
	height: 10px;
	width: 393px;
}

#feature h2 {
	margin: 0 0 10px -10px;
	padding: 10px;
	font-size: 130%;
}

#feature p { font-size: 90%; }

#feature ul {
	margin: 0;
	padding: 0;
}

#feature ul li {
	margin: 0;
	list-style: none;
	float: left;
	line-height: 178%;
	font-size: 90%;
	font-weight: bold;
}

#feature ul li a {
	margin: 0;
	text-decoration: none;
	display: block;
	padding: 0 0 0 20px;
	background: url(../shared/images/icons/featurebullet.gif) no-repeat left top;
	width: 353px;
}

#feature ul li a:hover { text-decoration: underline; }

#feature p.viewmore {
	margin: 0;
	padding: 6px 0 0;
	background: url(../shared/images/structure/viewmoreborder.gif) top left repeat-x;
	position: absolute;
	bottom: 10px;
	width: 373px;
	clear:left;
}

#feature p.viewmore a {
	padding: 2px 0;
	background: url(../shared/images/icons/viewmore.gif) right no-repeat;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#feature p.viewmore a:hover { text-decoration: underline; }

#featureshadow {
	margin-top: 2px;
	background: url(../shared/images/structure/featureshadow.gif) no-repeat top left;
	width: 393px;
	height: 60px;
	position: relative;
}

#latestnewswrap {
	margin: 0;
	width: 226px;
	float: left;
	padding: 0;
}

#latestnews {
	background: url(../shared/images/structure/latestnewsbase.gif) no-repeat bottom left #f4f4f3;
	margin: 30px 0 0;
	padding: 10px 10px 50px 10px;
	width: 206px;
	float: left;
	position: relative;
	min-height: 165px;
	_height: 165px;
}

#latestnews .top {
	margin: -10px -10px 0;
	background: url(../shared/images/structure/latestnewstop.gif) no-repeat top left;
	height: 10px;
	width: 226px;
}

#latestnews h2 {
	margin: 0 0 10px -10px;
	padding: 10px;
	font-size: 130%;
}

#latestnews p { font-size: 90%; }

#latestnews ul {
	margin: 0;
	padding: 0;
}

#latestnews ul li {
	margin: 0 0 0 -4px;
	padding: 0;
	list-style: none;
	float: left;
	line-height: 160%;
}

#latestnews ul li a {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../shared/images/icons/newshome.gif) left no-repeat;
	font-size: 90%;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 194px;
}

#latestnews ul li a:hover { text-decoration: underline; }

#latestnews p.viewmore {
	margin: 0;
	padding: 6px 0 0;
	background: url(../shared/images/structure/viewmoreborder.gif) top left repeat-x;
	position: absolute;
	bottom: 10px;
	width: 206px;
}

#latestnews p.viewmore a {
	padding: 2px 0;
	background: url(../shared/images/icons/viewmore.gif) right no-repeat;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#latestnews p.viewmore a:hover { text-decoration: underline; }

#latestnewsshadow {
	margin-top: 2px;
	background: url(../shared/images/structure/latestnewsshadow.gif) no-repeat top left;
	width: 226px;
	height: 60px;
	position: relative;
}

/*------------------ right column ----------------*/

#rightcolhome {
	margin: -64px 0 0 0;
	padding: 0;
	width: 288px;
	z-index: 1;
	float: right;
}

#flashtexthome {
	margin: 0;
	padding: 0 14px;
	width: 260px;
	background: url(../shared/images/structure/flashtextbg.png) repeat-y top left;
	position: relative;
	z-index: 1;
}

* html #flashtexthome {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/shared/images/structure/flashtextbg.png', sizingMethod='scale');
	background: none;
}

#rightcol {
	margin: -50px 0 0 0;
	padding: 0;
	width: 288px;
	z-index: 1;
	float: right;
}

#flashtext {
	margin: 0 0 40px 0;
	padding: 0 14px;
	width: 260px;
	background: url(../shared/images/structure/flashtextbg.png) repeat-y top left;
	position: relative;
	z-index: 1;
}

* html #flashtext {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/shared/images/structure/flashtextbg.png', sizingMethod='scale');
	background: none;
}

#flashtexttop {
	margin: 0;
	/*margin: -14px -14px 0 -14px;*/
	background: url(../shared/images/structure/flashtexttop.gif) no-repeat bottom left;
	height: 14px;
	width: 288px;
	position: relative;
}

#flashtextbase {
	margin: 0 0 40px 0;
	/*margin: 0 -14px -14px -14px;*/
	background: url(../shared/images/structure/flashtextbase.gif) no-repeat top left;
	height: 14px;
	width: 288px;
	position: relative;
}

#flashtext #top {
	margin: -14px -14px 0 -14px;
	background: url(../shared/images/structure/flashtexttop.gif) no-repeat bottom left;
	height: 14px;
}

#flashtext #base {
	margin: 0 -14px -14px -14px;
	background: url(../shared/images/structure/flashtextbase.gif) no-repeat top left;
	height: 14px;
}

#map{
	margin: -25px 0 30px 0;
	padding: 0 14px;
	width: 260px;
	background: url(../shared/images/structure/flashtextbg.png) repeat-y top left;
}

* html #map {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/shared/images/structure/flashtextbg.png', sizingMethod='scale');
	background: none;
}

#map #top {
	margin: -14px -14px 0 -14px;
	background: url(../shared/images/structure/maptop.gif) no-repeat top left;
	height: 14px;
	position: relative;
}

#map #base {
	margin: 0 -14px -14px -14px;
	background: url(../shared/images/structure/mapbase.gif) no-repeat top left;
	height: 14px;
	position: relative;
}

#keepmoatgroup{
	margin: 0 4px 10px 4px;
	padding: 20px 18px 15px;
	position: relative;
	background: url(../shared/images/structure/keepmoatgroupbase.gif) bottom left no-repeat #403b3c;
	width: 244px;
	overflow: hidden;
}

#keepmoatgroup #top {
	margin: -20px -18px 0;
	background: url(../shared/images/structure/keepmoatgrouptop.gif) top left no-repeat;
	height: 10px;
}

#keepmoatgroup #topinternal{
	margin: -20px -18px 0;
	background: url(../shared/images/structure/keepmoatgrouptopinternal.gif) top left no-repeat;
	height: 10px;
}

#keepmoatgroup #topinternal{
	margin: -20px -18px 0;
	background: url(../shared/images/structure/keepmoatgrouptopinternal.gif) top left no-repeat;
	height: 10px;
}


#keepmoatgroup h2 {
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 130%;
	color: #fff;
}

#keepmoatgroup img {
	margin: 0 0 7px 0;
	border: 1px solid #666263;
	float: left;
}

#keepmoatgroup img.fhm {
	margin: 0 7px 7px 0;
}

/** added for new hierarchy banners **/

#keepmoatgroup a#keepmoat-banner {
	border:2px solid #666263;
	float:left;
	display:block;
}

#keepmoatgroup a#keepmoat-banner img {
	margin:0;
	display:block;
	border:0;
}

#keepmoatgroup ul {
	float:left;
	clear:both;
	margin:10px 0 0 0;
	border-top:2px solid #666263;
	border-bottom:2px solid #666263;
	border-left:2px solid #666263;
	width:240px;
}

#keepmoatgroup ul li {
	float:left;
	list-style:none;
	border-right:2px solid #666263;
	margin:0;
	padding:0;
}

#keepmoatgroup ul li a {
	margin:0;
	padding:0;
}

#keepmoatgroup ul li a img {
	margin:0;
	padding:0;
	border:0;
}

#pagelinks {
	margin: 10px 0 0 0;
	padding: 10px 0 15px 0;
	float: left;
	width: 100%;
	border-top: 1px solid #837e7a;
}

#pagelinks a.send {
	margin: 0 20px 0 0;
	padding: 2px 0 2px 22px;
	color: #403b3c;
	text-decoration: none;
	background: url(../shared/images/icons/mail.gif) no-repeat left;
	font-weight: bold;
	font-size: 90%;
	float: left;
	display: block;
}

#pagelinks a.print {
	padding: 3px 0 3px 24px;
	color: #403b3c;
	text-decoration: none;
	background: url(../shared/images/icons/print.gif) no-repeat left;
	font-weight: bold;
	font-size: 90%;
	float: left;
	display: block;
}

#pagelinks a:hover {
	text-decoration: underline;
}

/*------------------ search ----------------*/

ol#searchresults, ul#searchresults {
	margin: 0 0 10px 20px;
	padding: 0;
}

ol#searchresults li, ul#searchresults li {
	padding: 0 0 6px 0;
	margin: 0 0 6px 0;
	border-bottom: 1px dotted #ccc;
}

ol#searchresults li a, ul#searchresults li a {
	margin: 0;
	padding: 0 0 5px 0;
	display: block;
	font-weight: bold;
	color: #004690;
	text-decoration: none;
}

ol#searchresults li a:hover, ul#searchresults li a:hover { text-decoration: underline; }

span.label { width: 80px; float: left; }

/*------------------ footer ----------------*/

#footer {
	margin: 4px 0 0 0;
	padding: 10px 0;
	overflow: hidden;
	background: url(../shared/images/structure/footer.gif) repeat-x top left;
	position: relative;
}

#footerwrap {
	margin: auto;
	padding: 0;
	width: 930px;
	position: relative;
}

#footer p {
	margin: 10px 0 0 0;
	font-size: 90%;
}

#footer p a { text-decoration: none; color: #000; font-weight: bold; }

#footer p a:hover { text-decoration: underline; }

#footer .left { float: left; }

#footer .right { float: right; }

#footer img { margin: 0 10px 0 0; float: left; }

p.required { font-size: 90%; font-weight: bold; color: #00275b; }

/*------------------ application form ----------------*/


/** added 25/02/09 **/

#current-position {
	clear:both;
	padding:10px 10px 0 10px;
	margin:10px 0 0 0;
	float:left;
	width:570px;
	background:#F4F4F3 url(../shared/images/structure/formtop.gif) no-repeat scroll left top;
}

#current-position h2 {
	float:left;
	font-size:100%;
	font-weight:bold;
	margin:0;
	padding:2px 0 0 0;
}

#current-position a {
	float:right;
	padding:0;
	margin:0;
	color:#777;
	text-decoration:none;
}

#current-position a:hover  {
	text-decoration:underline;
}

.appbase-edit {
	float:left;
	margin:0 0 -5px 0;
}

/** end **/

form.applicationlogin {
	margin: 0 0 10px 0;
	padding: 20px;
	overflow: hidden;
	float: left;
	background: url(../shared/images/structure/formtop.gif) no-repeat top left #f4f4f3;
	width: 550px;
}

form.applicationlogin .base {
	margin: 10px 0 -20px -20px;
	background: url(../shared/images/structure/formbase.gif) no-repeat bottom left #f4f4f3;
	width: 590px;
	height: 10px;
	position: relative;
}

form.applicationlogin label {
	margin: 0;
	padding: 0;
	color: #00275b;
	font-weight: bold;
	font-size: 90%;
	clear: both;
}


form.applicationlogin input {
	margin: 0 5px 0 5px;
	padding: 2px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #112f77;
}

form.applicationlogin input.button {
	margin: 0;
	padding: 1px 0;
	font-weight: bold;
	font-size: 90%;
	width: 30px;
	background: url(../shared/images/structure/button.gif) repeat-x top left #ffa71b;
}

/*.application_form_class {
	margin: 0;
	padding: 20px;
	overflow: hidden;
	float: left;
	background: url(../shared/images/structure/formtop.gif) no-repeat top left #f4f4f3;
	width: 550px;
	position: relative;
}

.appformbase {
	margin: 0 0 20px;
	background: url(../shared/images/structure/formbase.gif) no-repeat bottom left #f4f4f3;
	width: 590px;
	height: 10px;
	position: relative;
	_margin-top: -20px;
}

.application_form_class dd {
	margin: 0 auto 5px auto;
	_margin: 0 auto;
	padding: 0;
	overflow: hidden;
	float: left;
}

.application_form_class label { 
	padding: 3px 0 0;
	width: 200px;
	float: left;
	color: #00275b;
	font-weight: bold;
	font-size: 90%;
	text-align: right;
	clear: both;
}

.application_form_class input {
	padding: 2px;
	font-size: 90%;
	border: 1px solid #112f77;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 200px;
	margin-left: 15px;
}

.application_form_class textarea {
	padding: 2px;
	font-size: 90%;
	border: 1px solid #112f77;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 200px;
	margin-left: 15px;
}

.application_form_class .textareasmall {
	padding: 2px;
	font-size: 90%;
	border: 1px solid #112f77;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 500px;
	margin-left: 0;
}

.application_form_class select {
	padding: 2px;
	font-size: 90%;
	border: 1px solid #112f77;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 206px;
	margin-left: 15px;
}

.application_form_class select.dob {
	width: 58px;
	margin-left: 15px;
	margin-bottom: 5px;
}

.application_form_class input.radio, .application_form_class input.radiobutton {
	border: none;
	float: left;
	width: 14px;
	margin: 0 5px 0 0;
}

.application_form_class input.checkboxbutton{
	border: none;
	float: right;
	width: 14px;
	margin: 0 0 0 5px;
}

.application_form_class label.checkboxlabel { 
	width: 300px;
	float: left;
	text-align: left;
	margin: 0 0 5px 0;
}


.application_form_class input.buttonback {
	margin: 0 0 0 215px;
	padding: 1px 0;
	background: url(../shared/images/structure/button.gif) repeat-x top left #ffa71b;
	color: #000;
	font-weight: bold;
	font-size: 90%;
	float: left;
	width: 65px;
	clear: both;
}

.application_form_class input.buttonsave{
	margin: 0 0 0 5px;
	padding: 1px 0;
	background: url(../shared/images/structure/button.gif) repeat-x top left #ffa71b;
	color: #000;
	font-weight: bold;
	font-size: 90%;
	float: left;
	width: 135px;
}

.application_form_class .radiobuttonlabel {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0 0 5px 0;
}

.application_form_class .radiolabel {
	width: 300px;
	float: left;
	text-align: left;
	margin: 0 0 5px 0;
}

.application_form_class .textarealabellong {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0 0 5px 0;
}

.application_form_class .textarealong {
	margin-left: 0;
	width: 544px;
}

.application_form_class .textarealongfieldset {
	margin-left: 0;
	width: 502px;
}

form#general textarea {
	width: 540px;
}



form#careerHistoryPart1 textarea {
	width: 544px;
}

form#careerHistoryPart1 label {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0 0 5px 0;
}

form#convictions label {
	text-align: left;
	width: 100%;
}

p.listtitle { margin: -10px 0 0 ; padding: 0; }

p.listtitle label { 
	width: 100%;
	float: left;
	text-align: left;
	margin: 0 0 5px 0;
}

form#careerHistoryPart1 fieldset label {
	padding: 3px 0 0;
	width: 200px;
	float: left;
	color: #00275b;
	font-weight: bold;
	font-size: 90%;
	text-align: right;
}


form#general label, form#workPermit label {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0 0 5px 0;
}



input#general-notice_required,
input#general-heard_about_us {
	width: 540px;
	margin-left: 0;
}



p.hint {
	font-weight: bold;
	clear: both;
	width: 100%;
	font-size: 90%;
	color: #CC0000;
}

.application_form_class fieldset {
	margin: 0 0 15px 0;
	padding: 20px;
	border: 1px solid #ccc6c2;
	width: 508px;
}

ul.errors {
	margin-left: 15px;
	font-size: 90%;
	font-weight: bold;
	clear: both;
	width: 100%;
}

ul.errors li {
	margin: 0;
	padding: 0;
	display: block;
	color: #CC0000;
	
	
}

input#cv-curriculum_vitae {
	width: 74%;

}



form#cv input.buttonback {

}

#successmsg {
	margin: 0;
	padding: 20px;
	overflow: hidden;
	float: left;
	background: url(../shared/images/structure/formtop.gif) no-repeat top left #f4f4f3;
	width: 550px;
	position: relative;
}

#successmsg p {
	margin: 0;
	font-weight: bold;
}*/



dl {
	margin: 0;
	padding: 20px;
	overflow: hidden;
	float: left;
	background: url(../shared/images/structure/formtop.gif) no-repeat top left #f4f4f3;
	width: 550px;
	position: relative;
}

dl fieldset {
	margin: 0;
	padding: 20px;
	border: 1px solid #ccc6c2;
	clear: both;
}



dl fieldset legend {
	_margin-top: -20px;
	.margin-bottom: 15px;
	font-weight: bold;
	font-size: 90%;
	color: #000;
}

dl dd fieldset {
	margin-left: -260px;
	_margin-left: 0;
	width: 508px;
	_width: 498px;
}

dl dd fieldset dl {
	background: none;
	padding: 0;
	width: 510px;
	_width: 500px
}

dl dd fieldset dl dt {
	width: 210px;
	_width: 200px;
}

dt {
	margin: 0 0 10px;
	padding: 10px 0 0;
	float: left;
	clear: left;
	display: block;
	width: 250px;
	text-align: right;
	border-top: 1px dotted #ccc6c2;
}

dd {
	margin: 0 0 10px 0;
	padding: 10px 0 0 10px;
	float: left;
	_float:none;
	.float:none;
	display: block;
	width: 290px;
	_width: 280px;
	border-top: 1px dotted #ccc6c2;
}

dl label {
	padding: 0;
	color: #00275b;
	font-weight: bold;
	font-size: 90%;
}

dl input {
	margin: 0;
	padding: 2px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #112f77;
	width: 284px;
	_width: 274px;
}

dl select {
	margin: 0;
	padding: 2px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #112f77;
	width: 290px;
	_width: 280px;
}

dl textarea {
	margin: 0;
	padding: 2px;
	font-size: 90%;
	border: 1px solid #112f77;
	font-family: Arial, Helvetica, sans-serif;
	width: 284px;
	_width: 274px;
}

dl textarea.textarealongfieldset {
	margin-left: -220px;
	_margin-left: 0;
	width: 502px;
	_width: 480px;
}

dl input.radiobutton {
	margin: 0 10px 0 0;
	padding: 0;
	border: none;
	width: 14px;
}

dl input.checkboxbutton {
	margin: 0;
	padding: 0;
	border: none;
	width: 14px;
	float: right;
}

dl input.buttonback {
	margin: 0 0 0 260px;
	_margin: 0;
	.margin: 0;
	padding: 1px 0;
	background: url(../shared/images/structure/button.gif) repeat-x top left #ffa71b;
	color: #000;
	font-weight: bold;
	font-size: 90%;
	float: left;
	width: 140px;
	_width: 135px;
	clear: left;
}

dl input.buttonsave {
	margin: 0;
	padding: 1px 0;
	background: url(../shared/images/structure/button.gif) repeat-x top left #ffa71b;
	color: #000;
	font-weight: bold;
	font-size: 90%;
	float: right;
	width: 140px;
	_width: 135px;
}

dl input#cv-curriculum_vitae {
	width: 280px;
}

dd.dob {
	width: 90px;
	_width: 80px;
	float: left;
}

dd.dob select {
	width: 90px;
	_width: 80px;
	float: left;
}

form#careerHistoryPart1 dt, form#careerHistoryPart1 dd,
form#careerHistoryPart2 dt, form#careerHistoryPart2 dd,
form#education dt, form#education dd,
form#training dt, form#training dd,
form#references dt, form#references dd,
form#cv dt, form#cv dd,
dd.noborder
{	
	border: none;
}

form#careerHistoryPart1 fieldset dl dt, form#careerHistoryPart1 fieldset dl dd,
form#careerHistoryPart2 fieldset dl dt, form#careerHistoryPart2 fieldset dl dd,
form#education fieldset dl dt, form#education fieldset dl dd,
form#training fieldset dl dt, form#training fieldset dl dd,
/*form#references fieldset dl dt, form#references fieldset dl dd,*/
/*form#cv fieldset dl dt, form#cv fieldset dl dd */
{
	border-top: 1px dotted #ccc6c2;
}

form#equality fieldset dl dt, form#equality fieldset dl dd
{
	border: none;
}

dd p {
	width: 290px;
}

p.hint { 
	margin: 0 0 20px 0;
	padding: 0;
	color: #777;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	clear: both;
	width: auto;
}

ul.errors {
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
}

ul.errors li {
	margin: 0;
	padding: 4px 0;
	display: block;
	list-style: none;
	color: #CC0000;
	line-height: 120%;
}

.appformbase {
	margin: 0 0 20px;
	background: url(../shared/images/structure/formbase.gif) no-repeat bottom left #f4f4f3;
	width: 590px;
	height: 10px;
	position: relative;
	_margin-top: -20px;
	.margin-top: -20px;
}

#successmsg {
	margin: 0;
	padding: 20px;
	overflow: hidden;
	float: left;
	background: url(../shared/images/structure/formtop.gif) no-repeat top left #f4f4f3;
	width: 550px;
	position: relative;
}

#successmsg p {
	margin: 0;
	font-weight: bold;
}

.btn-new {background: url(../shared/images/structure/button.gif) repeat-x top left #ffa71b;
font-size:90%;
color:#000;
font-weight:bold;
padding:2px;
border:1px solid #112f77;}