html, body {
	margin: 0px auto;
	padding: 0px;
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background: #65C981 url( '../image-lib/banner_fade.gif' ) scroll repeat-x left 107px;
	color: #000000;
}

a:active, a:visited, a:link {
	text-decoration : none;
	color: #97181D;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

img.title {
	float: right;
	border: 1px solid #DDDDDD;
}

img.left {
	float: left;
	margin-right: 4px;
}

h1, h2 {
	font-weight: bold;
	margin: 0px;
	margin-bottom: 0.2em;
	display: inline;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1em;
}

li {
	margin-top: 1em;
}

.imagewithlabel {
	font-size: smaller;
	font-style: italic;
}

#container {
	position: relative;
	min-height: 100%;
	background: transparent url( '../image-lib/content.gif' ) repeat-y scroll left top;
}

#banner {
	width: 100%;
	height: 107px;
	background: #030C15 url( '../image-lib/banner.jpg' ) no-repeat scroll left top;
}

#home {
	position: absolute;
	left: 13px;
	top: 12px;
	width: 84px;
	height: 84px;
}

#fractaledge {
	position: absolute;
	left: 102px;
	top: 12px;
	width: 167px;
	height: 27px;
}

#contact {
	position: absolute;
	left: 102px;
	top: 76px;
	width: 158px;
	height: 18px;
}

#quicklinks {
	float: right;
	color: #FFFFFF;
	font-size: smaller;
	padding: 4px;
}

#quicklinks a:active, #quicklinks a:visited, #quicklinks a:link {
	color: #FFFFFF;
}

#navbar {
	width: 969px;
	background: transparent url( '../image-lib/navbar.gif' ) no-repeat top left scroll;
	color: #FFFFFF;
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
}

a.navbar {
	margin-left: 2em;
}

#navbar a:active, #navbar a:visited, #navbar a:link {
	color: #FFFFFF;
}

#helpbutton {
	position: absolute;
	top: 110px;
	left: 970px;
	width: 16px;
	height: 16px;
}

#helpimg {
	width: 16px;
	height: 16px;
}

#helpwrapper {
	position: absolute;
	left: 487px;
	top: 107px;
	width: 492px;
	height: auto;
	background-color: #A2CED9;
	border: 1px solid #242E30;
	color: #242E30;
	padding: 4px;
	display: none;
	font-size: smaller;
}

#helpwrapper img {
	float: left;
}

#helpwrapper p {
	clear: left;
}

#helpwrapper div {
	float: right;
	width: 310px;
	height: 130px;
}

#contentwrapper {
	width: 995px;
}

#fractalmapunderlay {
	float: right;
	width: 180px;
	height: 125px;
}

#content {
	color: #000000;
	margin-right: 320px;
	padding-left: 30px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#crumbtrail {
	color: #808080;
	font-size: smaller;
}

#sidebar {
	background: transparent url( '../image-lib/sidebar.gif' ) repeat-x scroll left top;
	float: right;
	width: 128px;
	padding: 4px;
	padding-right: 8px;
	margin-right: 2px;
	font-size: smaller;
}

.sidebarelement {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #D0D0D0;
}

.contentelement {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #D0D0D0;
}

#sidebar div.firstelement {
	margin-top: 85px;
}

.lastelement {
	border-bottom: 0px none;
	padding-bottom: 0px;
}

a.solution {
	float: left;
	width: 220px;
	text-align: center;
}

div.solution {
	margin-left: 226px;
}

a.product {
	float: left;
	width: 300px;
	text-align: center;
}

div.product {
	margin-left: 306px;
}

#tools {
	margin-top: 1em;
	font-size: smaller;
	clear: left;
}

#tools a {
	margin-right: 8px;
}

#contentclear {
	clear: both;
	margin-bottom: 52px;
	line-height: 0px;
	font-size: 0px;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 52px;
	line-height: 52px;
	background: #65C981 url( '../image-lib/footer.jpg' ) no-repeat top left scroll;
	font-size: smaller;
	color: #FFFFFF;
}

#footer div {
	margin-left: 16px;
	vertical-align: middle;
}

#footer a:active, #footer a:visited, #footer a:link {
	color: #FFFFFF;
}

#footer form
{
	margin-top: 4px;
}

#search {
	display: inline;
}

input.search {
	font-size: 1em;
}

form.float {
	float: left;
	width: 600px;
	margin-top: 6px;
	margin-bottom: 6px;
}

form.float div {
	clear: both;
	padding-top: 4px;
	padding-bottom: 4px;
}

form.float span.left {
	float: left;
	text-align: right;
	margin-right: 6px;
	width: 190px;
}

form.float span.right {
	float: right;
	width: 400px;
}

form.float input.hidden {
	visibility: hidden;
}

div.form {
	clear: both;
	margin-top: 4px;
	margin-bottom: 4px;
}