/******************************************************************************
* Generic CSS
 ******************************************************************************/
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #4a4a4a;
	border: 0px;
	padding: 0px;
	text-align: center;
	margin: 0px;
	background-color: #4e4e4e;
	background-image: url(../_images/body-bg.jpg);
	background-repeat: repeat-x; }

* html body { text-align: center; /* IE 5 centering */ }

/******************************************************************************
* GENERIC FORMATTING
******************************************************************************/
p {
	line-height: 18px;
	float: left;
	margin: 0px; }

a {
	color: #616161;
	text-decoration: none; }

a:hover {
	color: #323232;
	text-decoration: underline; }

h1 {
	font-size: 18px;
	margin: 0px 0px 19px 0px; }

h2 {
	font-size: 14px;
	margin: 0px 0px 19px 0px;
	color: #323232; }

h3 {
	color: #000;
	font-size: 12px;
	margin-bottom: 4px; }

.hidden { display: none; }

/******************************************************************************
* Specific Formatting
******************************************************************************/
ul.main {
	float: left;
	margin: 0 0 0px 0;
	padding-left: 40px; }

ul.main a:hover { text-decoration: underline; }

li.mainli {
	padding: 7px 7px 7px 8px;
	float: left;
	position: relative;
	clear: both;
	list-style: none;
	background: url(../_images/middleArrow.gif) no-repeat left center; }

li.sub {
	padding: 7px 7px 7px 26px;
	list-style: none;
	float: left;
	position: relative;
	clear: both;
	background: url(../_images/smallArrow.gif) no-repeat 18px center; }
	
li.sub  a { color: #808080; }

li.subHidden {
	padding: 7px 7px 7px 26px;
	list-style: none;
	float: left;
	position: relative;
	clear: both; }
	
li.mainliHidden {
	padding: 7px 7px 7px 8px;
	float: left;
	position: relative;
	clear: both;
	list-style: none; }

ul.subSub li { /*nothing*/ }

ul.list {
	padding-left: 40px;
	float: left;
	margin: 0 0 16px 0;
	font-weight: bold; }
	
ul.list li {
	padding: 4px 4px 4px 0px;
	list-style-image: url(../_images/middleArrow.gif); }

/******************************************************************************
* Title Formatting
******************************************************************************/
h1.title {
	width: 344px;
	height: 22px;
	background-repeat: no-repeat;
	padding: 0px;
	background-position: 0px 0px;
	margin: 0px 0px 16px 0px; }

h1#homeTitle {background-image: url(../_images/_headings/homeTitle.jpg); }
h1#contactUsTitle {background-image: url(../_images/_headings/contactUsTitle.jpg); }
h1#sitemapTitle {background-image: url(../_images/_headings/sitemapTitle.jpg); }
h1#accessTitle {background-image: url(../_images/_headings/accessTitle.jpg); }

/******************************************************************************
* Normal Images
******************************************************************************/
img {
	border: none;
	margin: 0px;
	padding: 0px; }

/******************************************************************************
* Normal Unordered List
******************************************************************************/
ul.normal {
	float: left;
	position: relative;
	clear: both;
	padding-bottom: 10px;
	margin: 0px; }

ul.normal li {
	margin-bottom: 5px;
	padding-left: 10px;
	list-style: none;
	background: url(../_images/middleArrow.gif) no-repeat left center; }

ul.normal li.normalHidden {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 10px; }

/******************************************************************************
* Accessibility Features
******************************************************************************/
p#skipToMainContent { display: none; }

/******************************************************************************
* wrapper
******************************************************************************/
div#wrapper {
	width: 936px;
	text-align: left;
	margin: 0px auto 0px auto; }

html div#wrapper { text-align: left; Win IE 5 left align after centering  }

div#wrapper-i {
	float: left;
	width: 936px; }

/******************************************************************************
* header
******************************************************************************/
div#header {
	float: left;
	width: 900px;
	height: 81px;
	padding: 0px;
	margin: 0 18px;
	background: url(../_images/headerImg-bg.jpg) repeat-x;
	color: #ffffff; }
	
div#header a { color: #ffffff; }

a#logo {
	float: left;
	font-size: 10px;
	width: 259px;
	height: 81px;
	background-image: url(../_images/headerLogo.jpg); }

div#siteMapAcess {
	float: right;
	width: 210px;
	height: 12px;
	padding: 22px 21px 6px 9px;
	font-size: 10px; }

div#telephone {
	float: right;
	width: 230px;
	height: 40px;
	clear: right;
	background-image: url(../_images/telephoneImg-bg.jpg); }

/******************************************************************************
* main-content
******************************************************************************/
div#main-content {
	float: left;
	width: 936px;
	padding: 0px;
	margin: 0px; }

div#main-content-i {
	float: left;
	width: 900px;
	padding: 0px;
	margin: 0 18px 0 18px;
	background: #fff url(../_images/main-content-i-bg.jpg) no-repeat top; }
	
html>body div#main-content-i {
	margin: 0 18px 0 18px;
	min-height: 659px; }

div#contactInfo {
	width: 240px;
	float: left;
	padding: 0px;
	margin: 0px; }

div.inline {
	width: 460px;
	float: left;
	text-align: center;
	list-style: none;
	margin: 0px auto 22px auto; }

div.inline span {
	background: url(../_images/smallArrow.gif) no-repeat;
	padding: 0px 0px 0px 6px;
	margin-left: 8px;
	background-position: 0px 4px;
	font-weight: bold; }

.tick { padding: 0px 6px 0px 6px; }

/******************************************************************************
* access-keys
******************************************************************************/
table#access-keys {
	float: left;
	width: 300px;
	margin-left: 16px;
	border-collapse: collapse;
	margin-bottom: 40px; }

table#access-keys tr {
	height: 25px;
	border-bottom:1px solid #666666; }

/******************************************************************************
* accessibility-block
******************************************************************************/
div#accessibility-block {
	float: left;
	width: 500px;
	height: 100px;
	margin-right: 180px;
	padding-left: 32px;
	background: url(../_images/xhtmlcss.gif) no-repeat 340px 0px; }

/******************************************************************************
* footer
******************************************************************************/
div#footer {
	float: left;
	width: 100%;
	margin-bottom: 40px; }

div#footer-i {
	width: 936px;
	height: 59px;
	margin: 0 auto 0 auto;
	padding: 0px; }

div#footer-i span { display: none; }

div#footer-text {
	float: right;
	width: 540px;
	height: 33px;
	margin-top: 18px;
	padding-right: 18px;
	text-align: left; }

div#footer-text p {
	margin: 9px 0 0 0;
	float: left;
	font-size: 10px;
	color: #ffffff;
	line-height: 14px;
	width: 370px; }

div#footer-text a { color: #ffffff; }

a#w3c {
	float: right;
	width: 77px;
	height: 33px;
	background-image: url(../_images/w3cImg.gif); }

a#footerLogo {
	float: right;
	width: 93px;
	height: 33px;
	background-image: url(../_images/infozureLogo.gif); }

/******************************************************************************
* Form Formating
******************************************************************************/
fieldset {
	padding: 2%;
	margin: 0;
	background: #f7f7f7;
	border: 1px solid #e3e3e3; }

label {
	float: right;
	margin: 8px 8px 8px 0; }

input.text, select.select {
	float: left;
	width: 231px;
	padding: 2px;
	margin: 2px;
	border: 1px solid #ccc;
	background: #fff  url(../_images/inputBg.gif) top left no-repeat; }

input.text:hover, select.select:hover { border: 1px solid #888888; }

input.text:active, select.select:active { border: 1px solid #888888; }

form#callcallBackForm input#submit { background: #fff; }

.LV_validation_message {
	float: left;
	font-weight: bold;
	margin: 5px; }

.LV_valid { color: #00CC00; }

.LV_invalid { color: #CC0000; }
    
input.LV_valid_field { border: 1px solid #00CC00; }
    
input.LV_invalid_field { border: 1px solid #CC0000; }

.formErrorShow {
	color: red;
	text-decoration: underline; }

/******************************************************************************
* debug
******************************************************************************/
/*.debug { background-color: red; opacity: 0.5; }*/