/* ------------------------------------------------------------------*/
/* Default HTML element styles */
/* ------------------------------------------------------------------*/
 * {
	margin: 0;
	padding: 0;
	}
html {
	position: static;
	top: 0;
	left: 0;
	width: 99%;
	margin: 0;
	padding: 0;
	border: 0px solid #900;
	height: 600px!important;
	}
body {
	display: block;
	position: static;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	font: normal 12pt/14pt "times new roman", garamond, times, georgia, serif;
	background: none url();
/*	height: inherit;*/ /* This causes IE6, 7 to crash */
    }
form {
    margin: 0;
    padding: 0;
    display: block;
    height: auto;
    position: static;
    border: 0px dotted #0f0;
    }
div {
	display: block;
	margin: 0;
	padding: 0;
	}
h2 {
	position: static;
	font: bold 14pt/1 helvetica, arial, sans-serif;
	margin: .78em 0 0;
	padding: 0;
	}
h2 {
	position: static;
	font: bold 14pt/1 helvetica, arial, sans-serif;
	margin: .78em 0 0;
	padding: 0;
	}
h3 {
	position: static;
	font: bold 12pt/1.67 "times new roman", garamond, times, georgia, serif; /*helvetica, arial, sans-serif;*/
	margin: .42em 0 .42em;
	padding: 0;
	color: #ccc!important;
	}
h4 {
	position: static;
	font: bold 12pt/1.67 helvetica, arial, sans-serif;
	color: #333;
	}
ul {
	margin: 0;
	padding: 0;
	}
li {
	margin-left: 2em;
	padding-left: 1em;
	}
a {
	text-decoration: underline;
	}
fieldset {
    border: 0px solid #fff!important;
}
table { /* 12pt line height */
    font-size: 8pt;
    font-family: Helvetica, arial, Sans-Serif;
    line-height: 1.5em;
    border-color: #ccc;
    margin: 1.2em 0;
    }
table thead {
    display: table-header-group;
    clear: both;
    }
table tfoot {
    display: table-footer-group;
    clear: both;
    }
/* #content a:link:after, #content a:visited:after { /* Shows link address in compliant browsers
   content: " (" attr(href) ") ";
   font-size: 90%;
   } */ 
/* ------------------------------------------------------------------*/
/* Header styles */
/* ------------------------------------------------------------------*/
#header {
	position: static;
	visibility: hidden;
	display: none;
	margin: 0 auto;
	padding: 0;
	}
#quickMenu {
	position: static;
	visibility: hidden;
	}
/* ------------------------------------------------------------------*/
/* Main Content styles */
/* ------------------------------------------------------------------*/
#content {
	display: block;
	position: static;
	margin: 0;
	padding: 0;
	width: 100%;
	top: 0;
	left: 0;
	font: normal 11pt/1.27 "times new roman", garamond, times, georgia, serif;
	border: 0px solid #333;
	height: 600px;
	min-height: 0;
	}
* html #content {
    height: 1px;
}
#content #userBar {
	position: static;
	top: 0;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	clear: both;
	}
#userBar p {
    display: none;
}
#login {
	margin: 0;
	padding: 1em 0 0;
	display: none;
	position: static;
	background: none url(../graphics/grid-hl.gif) repeat-y 0 3px;
	}
#MyCCHead {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
}
#solutions, #products {
	display: block;
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	float: none;
	border: 0px solid #f6f;
	margin: 0;
	padding: 0;
	height: auto;
	}	
.invisible {
	display: block!important;
	}
#pnlHiddenInfo {
    border: 0 solid #fff!important;
}
#pnlHiddenInfo p input {
    display: none;
}
#solutions p, #solutions ul, #solutions ol {
	position: static;
	margin-bottom: .5em;
	}
#products {
	display: none;
	position: static;
	visibility: hidden;
	top: 0;
	left: 625px;
	width: 172px;
	padding-bottom: 1.8em;
	}
dl {
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	font: normal 11pt/1.27 helvetica, arial, sans-serif;
	}

dt {
	font-weight: bold;
	float: left;
	text-align: right;
	margin: 0;
	padding: 0;
	border: 0px dotted #3c3;
	line-height: 1.27em;
	}
	
dd {
	float: left;
	margin: 0;
	padding: 0;
	border: 0px dotted #33c;
	line-height: 1.27em;
/*	font-family: "times new roman", garamond, times, georgia, serif; */
	}
	
.column {
    position: static;
	clear: both;
	margin: 0;
	border: 0px solid #ff6;
	float: none;
    }
.column dl {
    display: block;
    position: static;
	width: 48%;
	float: left;
	margin: 0;
	padding: 0;
	clear: none;
	border: 0px solid #c99;
	font: normal 11pt/1.27 helvetica, arial, sans-serif;
	}
	
.column dt {
	width: 33%;
	font-weight: bold;
	clear: left;
	float: left;
	text-align: right;
	margin: 0;
	padding: 0;
	border: 0px solid #999;
	}

* html #content #solutions .column dd {
	width: 30%!important;
	font: normal 10pt/1 helvetica, arial, sans-serif;
	color: #666!important;
/*	margin: 0;
	float: left;
	padding: 0 5px 0;
	border: 0px solid #333; */
	} 

*:first-child+html #content #solutions .column dd {
	width: 27%!important;
	font: normal 10pt/1 helvetica, arial, sans-serif;
	color: #666!important;
}

/* ------------------------------------------------------------------*/
/* Footer styles */
/* ------------------------------------------------------------------*/
#footer {
	position: static;
	visibility: hidden;
	display: none;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 10pt;
	background: none;
	border: 1px solid #666;
	}
#siteNotes {
	position: static;
	visibility: hidden;
	display: none;
	width: 165px;
	padding: 0 5px 1em;
	text-align: right;
	}
#siteCredits {
	position: relative;
	display: none;
	width: 100%;
	padding: 0 5px 1em;
	text-align: left;
	}
	
