
/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}
ol, ul {list-style: none;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */

/* clearing technique */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles ......*/
html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
div {
	
}
html,body {
	background-color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	text-align: center;/* for ie5.+*/
	height:100%; /* needed for container min-height */
}
a {
	text-decoration:none; 
	color:#5A97D0;
	outline:none;
}
a img,img{border:none;display:block;}
a:hover {
	text-decoration:underline; 
	color: #5A97D0;
}
h1,h2,h3,h4,h5,h6{
	font-weight: bold;
}
h1{font-size: 197%}/* 26px */
h2{font-size: 182%}/* 24px */
h3{font-size: 167%}/* 22px */
h4{font-size: 152%}/* 20px */
h5{font-size: 136%}/* 18px */
h6{font-size: 122%}/* 16px */
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
p {
	padding-bottom: 1em;
}
hr {
	color: #666;
	height: 1px;
}
sup {
	font-size:x-small;
	vertical-align:top;
}
.small {
	font-size: 11px;	
}
.xsmall {
	font-size: 10px;	
}
.xxsmall {
	font-size: 9px;	
}
.required {
	color: red;
}
.clearBoth { 
	clear:both; 
	line-height:0px; 
	height:0px; 
	font-size:0px; 
	margin:0px; 
}
ul.normal, ul.tight {
	list-style: disc outside;
}
ul.normal li {
	margin: 0 0 1em 2em;
}
ul.tight {
	margin-bottom: 1em;
}
ul.tight li {
	margin-left: 2em;
}
ul.sublist {
	list-style:url(../images/arrow.jpg);
}
ul.sublist li {
	margin: 0 0 0 2em;
}
ol.normal, ol.tight {
	list-style: decimal outside;	
}
ol.normal li {
	margin: 0 0 1em 2em;
}
ol.tight {
	margin-bottom: 1em;
}
ol.tight li {
	margin-left: 2em;
}
div#outer {
	width: 1020px;	
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	text-align: left;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	padding: 0;	
	position: relative;
}
#header {
	padding-top: 10px;
	padding-right:6px;
}
#logo {
	width: 218px;
	height: 99px;
	margin: 1px 0 0 12px;
	float: left;	
}
#holx-logo {
	width: 158px;
	height: 26px;
	float: right;
	margin: 30px 18px 0 0;
}
#topMenu {	
	clear: right;
	padding-top: 15px;
	padding-right:5px;
}
#topMenuItems {
	float: right;
	padding-top: 4px;
}
#topMenu #topMenuItems li {
	display: inline;
	list-style-type: none;	
	margin-right: 6px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#topMenu #topMenuItems li a, #topMenu #topMenuItems li a:hover {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#searchArea {
	float: right;
	display: inline;
	margin-right: 33px;
	padding: 0;	
	height:18px;
}
#searchArea form {
	margin: 0;
	padding: 0;
}
#searchBtn {
	height: 18px;
	width: 25px;	
	float: left;
	margin: 2px 0 0 7px;		
}
input.searchBoxTop	{ 
	display:inline; 
	height:14px; 
	width:115px; 
	color:#666; 
	border:1px solid #959595; 
	line-height:19px; 
	border-top:1px solid #404040; 
	border-left:1px solid #404040; 
	float: left;	
	font-size: 11px;
	font-family: 'Arial Bold', Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 2px;
}
#bodyArea {
	height:auto !important; /* real browsers */
	height:80%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	position: relative;
	float: left;
	clear: left;
}
#homeSplash {
	width: 1024px;
	height: 346px;
	margin-bottom: 5px;
	margin-left:10px;
}
#leftCol {	
	float: left;	
}
#mainCol {		
	margin: 0 0 15px 4px;
	float: left;	
}
#mainColNoBanner {
	margin: 12px 0 15px 4px;
	float: left;
}
#menu {
	margin: 15px 6px 0 15px;	
	width: 193px;
}
li.menuPrimarySelected, li.menuPrimary {	
	padding: 12px 0 7px 12px;
	border-bottom: 1px #666699 solid;
	width: 183px;
}
li.menuPrimaryLastSelected, li.menuPrimaryLast {
	padding: 12px 0 7px 12px;
}
li.menuSecondary, li.menuSecondaryLast {
	margin-left: 7px;
	padding: 3px 0 3px 0;
}
li.menuSecondarySelected { 
	padding: 2px 0 3px 4px;
}

ul.menuTertiary {
	padding-top: 2px;
}
li.menuTertiary, li.menuTertiarySelected {
	margin-left: 20px;
	padding: 2px 0 1px 4px;
}
li.menuTertiary {
	color: #333366;
	font-size: 10px;
}
li.menuTertiarySelected {
	color: #333366;
	font-size: 10px;
}
a.menuPrimarySelected {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #333366;
	line-height: 24px;	
}
a.menuPrimary {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #666;
	line-height: 14px;
}
a.menuSecondary, a.menuTertiary {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}
a.menuSecondarySelected {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333366;
}
a.menuSecondary, a.menuSecondarySelected, a.menuSecondaryLast {
	padding-left: 4px;
}
a.menuTertiarySelected {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333366;
}
a.menuPrimary:hover, a.menuPrimarySelected:hover {
	text-decoration: none;
	color: #333366;
}
a.menuSecondary:hover, a.menuSecondarySelected:hover, a.menuTertiary:hover, a.menuTertiarySelected:hover {
	text-decoration:underline;
	color:#333366;
}
#contentBanner {
	height:194px;
	margin: 10px 15px 0 15px;
}
#noBanner {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	background: #666699 no-repeat;
	padding: 4px 0 4px 16px;
	width: 530px;
	float: left;
	margin: 0;
}
#homeWelcome {
	clear: both;
	float: left;
	width: 450px;
	line-height: 20px;
	padding: 15px 10px 0 40px;
	
}
#pageImage {	
	margin: 0;
	padding: 0;	
}
#pageTools {
	margin-left: 600px;
	padding-top: 5px;	
}
#pageToolsNoBanner {
	clear: left;
	margin-left: 365px;
	padding-top:2px;
	padding-bottom:10px;
}
#pageTools img, #pageToolsNoBanner img {
	float: left;
	display:inline;
	margin: 0;
	padding: 0;	
}
.ShareTools {
	float: right;
	clear: left;
	margin-right: 88px;
	padding-top:10px;
	display: inline;
}
#ShareToolsNoBanner {
	width: 87px;
}
#rightCol {
	float: left;
}
#content {		
	float: left;	
	clear: both;
	width: 750px;
}
#contentNoBanner {
	float: left;	
	clear: left;
	width: 537px;
	margin-top: 12px
	padding: 0;
}
#mainContent {
	width:470px;
	float:left;
	text-align: left;
	margin-left: 25px;
	padding-right: 25px;

}
#mainContentNoBanner {
	width:500px;
	float:left;
	text-align: left;
	margin-left: 25px;
	padding-right: 25px;
	padding-top:20px;
}
#mainContent-homepg {
	width:764px;
	float:left;
	text-align: left;
	margin-left: 0px;
	padding-right: 0px;
}
#ShareToolsFooter {
	float: left;	
	clear: left;
	margin-top: 25px;
}
#homeBarker {
	float: left;
	margin-top: 5px;
	padding: 0 5px 0 15px;
	width: 200px;	
}
#barkerRight {	
	font-size: 12px;
	color:#4a5aa7;
	padding: 5px 0 0 5px;	
	width: 160px;
	float: right;	
	clear: right;
}
#barkerLeft {
	text-align: left;
	margin: 30px 0 0 10px;
}
.barker {		
	padding-top: 15px;
}
.barker a {
	text-decoration: none;
	display: block;	
}
.headline {
	font-weight: bold;
	font-size: 16px;
	color: #666699;		
	line-height: 18px;
	margin-bottom: 15px;
}
.headlineHome {
	font-weight: bold;
	font-size: 14px;
	color: #336699;		
	line-height: 20px;
	}
.subhead {
	font-weight: bold;
	font-size: 12px;		
	line-height: 18px;
	margin-bottom: 8px;
}
.callout {
	color: #036;
	font-style: italic;
	font-size: 12px;		
	line-height: 18px;
}
#footer {
	height: 37px;
	font-size: 10px;	
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	padding-top: 20px;
	margin: 0 44px;
	position: relative;
	bottom: 0;
}
#footer a {
	text-decoration: none; 
	color: #7d7d7d;
}
#footer a:hover {
	text-decoration: underline; 
	color: #7d7d7d;
}
#copyRight {
	float: left;
}
#footerLinks {
	float: right;
}
#footerLinks li {	
	display: inline;
	list-style-type: none;	
	padding-right: 1px;
}

/*** COLUMNS ***/
.columnHeader {
	float: left;
	width: 130px;	
	line-height: 14px;
	margin-top: 10px;
	margin-bottom: 8px;
	font-style: normal;
}
.column {
	float: left;
	width: 130px;	
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 12px;
}
#col_2_left{
	margin: 12px 10px 0 10px;
	width:180px;
	float:left;
	background-color:#fff;
	/*** border:1px solid #333366; ***/
}

#references {
	background-color:#FFFFFF;
	color:#666666;
	text-align:left;
	font-size:10px;
	line-height:17px;
}
/****** FORMS *******/
div.formField {	
	height: auto;
}
div.formField p {	
	float: left;
	display: inline;
	margin-top: 4px;
	width: 175px;
	height: 18px;
}
div.formField span.xxsmall {	
	float: left;
	margin-left: 150px;
}
.formTextInputArea { 
	float:left; 
	display:inline; 	 
	padding:4px 2px 1px 10px; 
	height:17px; 
	width:175px; 
	border:1px solid #c3c3c3; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000; 
	font-size:11px; 
	line-height:11px;
}
.formTextArea { 
	float:left; 
	display:inline; 
	padding:2px 2px 1px 10px; 
	height:80px; 
	width:200px; 
	border:1px solid #c3c3c3; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#000000; 
	font-size:11px; 
	line-height:13px;
}
.formSelectArea { 
	float:left; 
	display:inline; 
	margin-top: 3px;
	padding:2px 2px 1px 0px; 
	height:22px; 
	width:190px; 
	border:1px solid #c3c3c3; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#000000; 
	font-size:11px; 
	line-height:11px;
}
/****** FORMS *******/
.formSubmit {
	width: 325px;
	margin: 12px 0 36px 0;
	text-align: center;		
}
.formSubmit a img {
	text-align: center;	
	margin-left: auto;
	margin-right: auto;
}
.formErrors {
	border: 1px solid red;
	padding: 5px;
	margin-bottom: 12px;
}
/*** Content Images***/

.primaryReaction	{ float:left; display:inline; margin:15px 0px 10px 20px; width:440px; height:91px; 0px 0px no-repeat; }

.primaryReaction2	{ float:left; display:inline; margin:15px 0px 10px 20px; width:440px; height:133px; 0px 0px no-repeat; }

.secondaryReaction	{ float:left; display:inline; margin:15px 0px 10px 75px; width:292px; height:197px; 0px 0px no-repeat; }

.finalResults	{ float:left; display:inline; margin:15px 0px 10px 0px; width:500px; height:109px; 0px 0px no-repeat; }

.workflow	{ float:left; display:inline; margin:15px 0px 10px 75px; width:226px; height:361px; 0px 0px no-repeat; }

.product	{ float:left; display:inline; margin:15px 0px 10px 75px; width:327px; height:196px; 0px 0px no-repeat; }

.invaderPlus	{ float:left; display:inline; margin:15px 0px 10px 0px; width:500px; height:444px; 0px 0px no-repeat;
}
table{
	border-collapse:collapse;
}
table tr.alt_row td{
	background:#edebf5;
}
table.events td,table.events th{
	padding-left:6px;
	border:1px solid #ccc;
}
/*** SITEMAP ***/
#siteMapContent {
	margin: 14px 22px 0 12px;
}
.siteMapTop, .siteMapCtg {
	margin-top: 8px;
}
.siteMapCtg {
	margin-left: 2em;
}
.siteMapPage {
	margin-left: 4em;
}