html {
	background-color: white;
	margin: 0px;
}

body {
	background-color: white;
	margin: 0px;
}

div, h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd {
	font-family: Verdana, sans-serif;
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

div {
	margin: 0px;
}

h1 {
	font-size: 23px;
	color: #42bcfd;
	margin: 20px 0px 10px 0px;
}

h2 {
	font-size: 20px;
	margin: 20px 0px 10px 0px;
}

h3 {
	font-size: 18px;
	color: #11a0ff;
	margin: 20px 0px 10px 0px;
}

h4 {
	font-weight: bold;
	font-size: 14px;
	margin: 20px 0px 3px 0px;
}

h5 {
	font-weight: normal;
	font-size: 10px;
	color: #758ba4;
	margin: 14px 0px 7px 0px;
}

h6 {
	font-size: 8px;
	color: #758ba4;
	margin: 12px 0px 6px 0px;
}

p {
	margin: 10px 0px 5px 0px;
	line-height: 16px;
}
ul {
	/*list-style: none;*/
}
li {
}

th {
}

td {
}

dt {
}

dd {
}


a {
	color: #758ba4;
	text-decoration: none;
}
a:hover {
	color: #758bd4;
}



a img {
	border: none;
}

/*
page components
*/

#arkexlogo {
	width: 135px;
	height: 49px;
	margin: 24px 0px 33px 26px;
	border: 0px;
}

.content {
	margin: 0px auto 0px auto;
	width: 1009px;
}

#headerblock {
	background: #758ba4 url(/images/landing_header_bg.png) repeat-x; /* remove colour */
	height: 87px;
}



#navbarsurround {
	float: right;
	margin: 30px 6px 0px 0px;
}
#navbar, #navbar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	/*line-height: 30px; /* not sure if I can reset this successfully across all browsers - requires further testing - was 1 */
}
#navbar a {
	padding: 1px;
	margin: 0px 8px 4px 8px;
	line-height: 30px;
	display: block;
	/*width: 10em;*/
	color: white;
	text-decoration: none;
	background: transparent url(/images/drop_down.png) bottom right no-repeat;
}
#navbar li:hover a {
	background: transparent url(/images/drop_down_glow.png) bottom right no-repeat;
}
#navbar li {
	float: left;
}
#navbar li ul {
	list-style: none;
	position: absolute;
	background: transparent url(/images/drop_down_bg2.png) repeat;
	border: 1px solid #758ba4;
	margin-left: 8px;
	left: -999em;
}
#navbar li:hover ul { /* lists nested under hovered list items  also has: , #navbar li.sfhover ul  no idea what that was supposed to be */
	left: auto;
	z-index: 10;
}



#navbar li ul li {
	display: block;
	clear: left;
}
#navbar li ul li a {
	display: block;
	min-width: 12em;
	background-color: transparent;
	background-image: none !important;
	margin: 0px 8px 4px 6px;
	/*text-shadow: black 2px 2px 2px;*/
	line-height: 20px;
}
#navbar li ul li a:hover {
	color: #9999ff;
}





#headersec {
	height: 20px;
}
#ulsecnav {
	margin: 8px 8px 0px 0px;
	float: right;
	overflow: hidden;
}
.rightnav {
	display: inline;
	padding: 0px 6px 0px 6px;
	border-left: 1px solid #758ba4;
}
.firstrightnav {
	border: none;
}
#ulsecnav a {
	text-decoration: none;
}

#mainblock {
	background: #cccccc url(/images/landing_body_bg.png) repeat-x;
}

#contenttop {
	background: url(/images/landing_body_paper_top.png) no-repeat;
	height: 44px;
	width: 1009px;
}
#contentmain {
	position: relative;
	background: url(/images/landing_body_paper_middle.png) repeat-y;
	width: 921px; /* 1009 */
	padding: 0px 44px 20px 44px;
}
#contentend {
	clear: both;
	margin-bottom: 20px;
}
#contentbottom {
	background: url(/images/landing_body_paper_bottom.png) no-repeat;
	height: 39px;
	width: 1009px;
}


#footer {
	background: blue url(/images/landing_footer_bg.png) repeat-x;
	height: 90px;
}

#footnav {
	float: left;
	margin: 20px 0px 2px 14px;
	line-height: 18px;
}

#footcopy {
	float: right;
	text-align: right;
	line-height: 18px;
	margin: 20px 14px 2px 0px;
}


#subnavbarcrumbs {
	list-style: none;
	margin: 0px;
	position: absolute;
	left: 33px;
	padding: 0px;
	top: 0px;
	z-index: 10;
}


#subnavbarcrumbs li { /* all list items */
	font-weight: bold;
	color: #11a0ff;
	font-size: 9px;
	float: left;
	margin: 0px 6px 0px 0px;
}
#subnavbarcrumbs li a {
	color: #cccccc;
}
#subnavbarcrumbs li a:hover {
	color: #cccccc;
}


#subnavbarleft {
	list-style: none;
	margin: 0px;
	width: 108px; /*115px*/
	position: absolute;
	padding-left: 33px;
	left: 0px;
}


#contentlanding .content #contentmain #subnavbarleft {
	top: 328px;
}
#contentoverview .content #contentmain #subnavbarleft {
	top: 180px;
}
#contentarticle .content #contentmain #subnavbarleft {
	top: 180px;
}
#contentdata .content #contentmain #subnavbarleft {
	top: 180px;
}

.overviewer {
	margin: 0px 1px 20px 0px;
	line-height: 16px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #999999;
}


#subnavbarleft li {
	color: #11a0ff;
	margin: 12px 1px 12px 0px;
}
.dropper {
	margin-left: 7px;
}
#subnavbarleft .subli {
	margin: 12px 1px 12px 8px !important;
	display: block;
}
#subnavbarleft .sublihidden {
	margin: 12px 1px 12px 8px !important;
	display: none;
}




.main {
	width: 806px;
	position: relative;
	left: 115px;
	top: 20px;
}



.landingtext {
	float: left;
	width: 820px;
	margin-bottom: 20px;
/*	background: #ffccdc;*/
}
.articletext {
	float: left;
	width: 597px; /* 1009-44-44-179-30-115 */
/*	background: #f0ccff;*/
}

.landingtext a, .articletext a {
	text-decoration: none;
	font-weight: bold;	
	color: #758ba4;
}
.landingtext a:link, .articletext a:link {
	text-decoration: none;
	font-weight: bold;	
	color: #758ba4;
}
.landingtext a:visited, .articletext a:visited {
	text-decoration: none;
	color: #758ba4;
}
.landingtext a:hover, .articletext a:hover {
	text-decoration: underline;
	color: #758bd4;
}
.landingtext a:active, .articletext a:active {
	text-decoration: underline;
	color: #758bf4;
}



.first {
	margin-top: 0px !important;
}



/* hero and promo boxes */

#boxlanding {
	clear: both;
}
#boxarticle {
	position: relative;
	float: left;
	width: 209px; /* this is max 209px  (179 width plus 30 left margin on smherobox) */
}


.herobox {
	padding: 0px;
	margin: 10px 0px 0px 50px;
	float: left;
	width: 262px;
	height: 190px;
	background: transparent url(/images/button_des.png) repeat-x;
	border-right: 1px solid #e1e3e2;
	border-left: 1px solid white;
}
.herobox .heading {
	display: block;	
	color: #11a0ff;
	margin: 10px 5px 10px 10px;
	height: 30px;
	font-size: 14px;
}
.herobox .text {
	display: block;
	position: relative;
	top: 10px;
	color: #11a0ff;
	margin: 0px 5px 10px 10px;
}
.herobox img {
	display: block;
	float: right;
	margin: 7px 5px 5px 5px;
}


.smherobox {
	position: relative;
	padding: 0px;
	margin: 0px 0px 20px 30px; /* for some reason you can still up the right margin and not kick them onto the next line */
	clear: right;
	float: right;
	width: 179px;
	height: 190px;
	background: transparent url(images/button_hov.png) repeat-x;
	border-right: 1px solid #e1e3e2;
	border-left: 1px solid white;
	display: block;
}
.smherobox .heading {
	display: block;	
	color: #11a0ff;
	margin: 10px 5px 10px 10px;
	height: 30px;
	font-size: 14px;
}
.smherobox .text {
	display: block;
	position: relative;
	top: 10px;
	color: #11a0ff;
	margin: 0px 5px 10px 10px;
}
.smherobox img {
	display: block;
	float: right;
	margin: 7px 5px 5px 5px;
}


.clear {
	clear: both;
}













.pdflink {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.pdflogo {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.subtext {
	font-size: 7pt;
	text-align: center;
	display: block;
	width: 250px;
}

/* Floaters */
/*----------*/

.rightimg {
	float: right;
	margin: 0px 0px 20px 20px;
}

.leftimgsm {
	float: left;
	margin: 0px 16px 16px 0px;
}

.leftimg {
	float: left;
	margin: 0px 25px 20px 0px;
}


.person {
	clear: left;
}

.centre {
	text-align: center;
}

.onesixrow {
	float: left;
	margin: 0px 37px 20px 0px;
	width: 160px;
}

.onesixrow h5 {
	text-align: center;
}











#contact { margin: 3px 0px 3px 0px; }
#contact a {
	display: block;
	width: 113px;
	height: 69px;
	background: url(images/contact/contact.png) no-repeat;
	color: white;
	padding: 54px 140px 2px 4px;
	text-decoration: none;
	font-family: Arial-narrow, sans-serif;
	font-weight: bold;
	font-size: 9pt;
}
#contact a:hover {
	background-position: -257px 0;
	color: inherit;
}	





.column {
	display: block;
	width: 250px;
	float: left;
	margin-right: 40px;

}
.column li {
}

