* {
	margin: 0;
	padding: 0;
	}
body {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
	background: #eaeff2;
	color: #2d374f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.5em;
	text-align: center;
	}
a {
	color: #7e5c7f;
	text-decoration: underline;
	}
a:hover {
	color: #b03535;
	text-decoration: underline;
	}
p {
	width: auto;
	margin: 0 0 0.75em 0;
	text-align: justify;
	}
p.intro { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0.75em 0;
	color: #5787a8;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.75em;
	text-align: justify;
	}
.quote {
	margin: 2em 0.1em 1em 0.1em;
	padding: 8px 16px 8px 16px;
	border: 1px solid #7e6b60;
	}
h1, h1 a, h1 a:hover {
	position: relative;
	left: 32px;
	margin: 20px 64px 0.75em 0;
	color: #7e6b60;
	text-align: justify;
	font-size: 1.1em;
	font-weight: bold;
	}
h2 { 
	color: #7e6b60;
	font-size: 1.5em;
	font-weight: bold;
	}	
h3 { 
	color: #7e6b60;
	font-size: 1.35em;
	font-weight: bold;
	}
h4 {
	position: relative;
	left: 32px;
	margin: 20px 64px 0.75em 0;
	color: #7e6b60;
	text-align: justify;
	font-size: 1.1em;
	font-weight: bold;
	}
h5 {
	margin: 1.5em 0 0.75em 0; 
	color: #7e6b60;
	font-size: 1em;
	font-weight: bold;
	}
h5 span {
	font-weight: normal;
	}
h6 { 
	margin: 1.5em 0 0.75em 0; 
	color: #7e6b60;
	font-size: 1em;
	font-weight: normal;
	}
em {
	color: #7e6b60;
	font-style: normal;
	}
img {
	border: 0;
	}
form {
	margin: 2em 0 0 0;
	}
input, select, textarea {
	width: 20em;
	padding: 0.2em 0.4em 0.2em 0.4em;
	border: 1px solid #b9c9d5;
	color: #7e6b60;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: transparent;
	}
textarea  {
	height: 10em;
	}
input.textButton {
	cursor: pointer;
	overflow: visible; /*ie margin fix*/
	width: auto;
	height: auto;
	margin: 0 0 0 4px;
	padding: 0.2em 0.8em 0.2em 0.8em;
	font-size: 1em;
	text-align: center;
	border: 0;
	border-right: 1px solid #2d374f;
	border-bottom: 1px solid #2d374f;
	color: #000;
	background: url(../images/bg_nav.png) repeat-x #a1b0bc;
	}
.radiobutton, .checkbox {
	width: auto;
	margin: 0;
	vertical-align: middle;
	border: 0;
	}
.table {

	margin: 0 0 8px 0;
	border-collapse: collapse;
	}
.table th, .label {
	padding: 0.4em 0 0 0;
	border-bottom: 1px solid #eaeff2;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	}
.table td {
	overflow: visible;
	width: 20em;
	padding: 0.4em 0 0.2em 0;
	border-bottom: 1px solid #eaeff2;
	white-space: nowrap;
	}
.table td.noBorders {
	border: none;
	}
.corners {
	position: relative;
	width: 100%;
	height: 3px;
	font-size: 0.1em;
	line-height: 0.1em;
	}
div.corner {
	position: absolute;
	z-index: 100;
	width: 5px;
	height: 5px;
	line-height: 0.1em;
	font-size: 0.1em;
	}
#containerBox {
	position: relative;
	width: 97%;
	margin: 16px auto 0 auto;
	min-width: 773px;
	max-width: 1104px;
	width: expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 1122 ? "1104px" : (((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 791 ? "773px" : "100%")); /* min-width + max-width fix for IE */
	text-align: left;
	font-size: 0.94em;
	text-align: left;
	}
#headerBox {
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	background:  #b9c9d5;
	}
#headerBox .corners {
	position: absolute;
	width: 100%;
	height: 3px;
	font-size: 0.1em;
	line-height: 0.1em;
	}
#headerBox .tl {
	float: left;
	position: relative;
	background: url(../images/corner_header_tl.gif) left top no-repeat;
	}
#headerBox .tr {
	float: right;
	position: relative;
	background: url(../images/corner_header_tr.gif) right top no-repeat;
	}
#identity {
	position: relative;
	width: 640px;
	}
#logo span, #payoff span, #certificates span {
	position: absolute;
	left: -10000px;
	}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 100px;
	background: url(../images/logo_omnis.gif) no-repeat;
	}
#payoff {
	position: absolute;
	top: 0;
	left: 240px;
	width: 400px;
	height: 100px;
	background: url(../images/payoff_omnis.gif) no-repeat; 
	}
#certificates {
	position: relative;
	float: right;
	top: 0;
	width: 180px;
	height: 100px;
	margin: 0 0 0 640px;
	background: url(../images/certificates.gif) no-repeat; 
	}
#menuBox {
	overflow: visible;
	position: absolute;
	z-index: 10;
	top: 100px;
	left: 0px;
	width: 100%;
	height: auto;
	border-top: 1px solid #edf1f4;
	border-bottom: 1px solid #eaeff2;
	background: url(../images/bg_nav.png) repeat-x bottom #fff;
	}
#menuBox div.corner.bl {
	bottom: -2px;
	left: -2px;
	background: url(../images/corner_menu_bl.gif) left bottom no-repeat;
	}
#menuBox div.corner.br {
	right: -2px;
	bottom: -2px;
	background: url(../images/corner_menu_br.gif) right bottom no-repeat;
	}
#contentBox {
	z-index: 0;
	position: relative;
	width: auto;
	margin: 2em 0 0 0;
	padding: 16px 0 0 0;
	}
#content {
	position: relative;
	margin: 0 196px 0 0;
	background: url(../images/logo_watermark.gif) right bottom no-repeat #fff;
	}
#content .corner {
	position: absolute;
	z-index: 100;
	width: 3px;
	height: 3px;
	line-height: 0.1em;
	font-size: 0.1em;
	}
#content .tl {
	float: left;
	position: relative;
	background: url(../images/corner_content_tl.gif) top left no-repeat;
	}
#content .tr {
	float: right;
	position: relative;
	background: url(../images/corner_content_tr.gif) top right no-repeat;
	}
#content .bl {
	float: left;
	position: relative;
	height: 3px;
	background: url(../images/corner_content_bl.gif) bottom left no-repeat;
	}
#content .br {
	float: right;
	position: relative;
	background: url(../images/corner_content_br.gif) bottom right no-repeat;
	}
#text {
	margin: 0 264px 20px 32px;
	}
#text ol {
	list-style: decimal;
	margin: 0;
	padding: 0;
	}
#text ul {
	list-style: square url(../images/li1.gif) outside;
	margin: 0;
	padding: 0;
	}
#text li {
	margin: 0 0 0 24px;
	font-size: 1em;
	}
#text ul li ul {
	list-style: square url(../images/li2.gif) outside;
	}
#text li ul li{
	margin: 0 0 0 15px;
	font-size: 1em;
	}
#image {
	position: relative;
	float: right;
	width: 200px;
	padding: 0.45em 32px 0 0;
	}
.imageSmall {
	position: relative;
	float: right;
	width: 70px;
	padding: 0.45em 0 0.45em 16px;
	}
#footer {
	position: relative;	
	width: auto;
	margin: 0 196px 0 0;
	padding: 1px 8px 2.5em 8px;
	color: #6d7c89;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 1em;
	}
#footer a {
	color: #6d7c89;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	text-decoration: underline;
	}
#footer a:hover {
	color: #b03535;
	font-family: Tahoma, Arial, Verdana, 	Helvetica;
	text-decoration: underline;
	}
#copyright {
	overflow: auto;
	position: relative;
	float: left;
	}
#disclaimer {
	overflow: auto;
	position: relative;
	float: right;
		}
#quickBox {
	overflow: visible;
	position: absolute;
	top: 0;
	right: 0;
	width: 180px;
	margin: 16px 0 16px 0;
	}
.quick {
	overflow: hidden;
	width: 180px;
	margin: 0 0 16px 0;
	padding: 0 0 0.5em 0;
	background:  url(../images/boxfooter.gif) bottom left no-repeat #fff;
	color: #2d374f;
	text-decoration: none;
	}
.quick ul {
	list-style: square;
	list-style-position: 0px;
	margin: 0.5em 0 0 0;
	padding: 0;
	font-size: 1em;
	}
.quick li {
	margin: 0.25em 0.5em 0.25em 22px;
	padding: 0;
	line-height: 1.3em;
	}
.quick li a {
	margin: 0;
	padding: 0;
	color: #2d374f;
	font-family: Tahoma, Arial, Verdana;
	text-decoration: none;
	}
.quick li a:hover {
	text-decoration: none;
	}
.quick h6 {
	min-height: 22px;
	margin: 0;
	padding: 0 8px 0 22px; 
	color: #fff;
	font-weight: normal;
	font-size: 1em;
	line-height: 22px;
	vertical-align: middle;
	}
.box1 h6 {
	background: url(../images/boxheader1.gif) no-repeat #b06a6a;
	}
.box1 li {
	color: #b06a6a;
}
.box1 li a:hover {
	color: #b03535;
}
.box2 h6 {
	background: url(../images/boxheader2.gif) no-repeat #5787a8;
	}
.box2 li {
	color: #5787a8;
}
.box2 li a:hover {
	color: #2574a8;
}
.box3 h6 {
	background: url(../images/boxheader3.gif) no-repeat #61825c;
	}
.box3 li {
	color: #61825c;
}
.box3 li a:hover {
	color: #408235;
}
.box4 h6 {
	background: url(../images/boxheader4.gif) no-repeat #7e5c7f;
	}
.box4 li {
	color: #7e5c7f;
}
.box4 li a:hover {
	color: #7d3680;
}
.box5 h6 {
	background: url(../images/boxheader5.gif) no-repeat #7e6b60;
	}
.box5 li {
	color: #7e6b60;
}
.box5 li a:hover {
	color: #7d5239;
}
