
/* 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));
}
 /* main body txt */
html,body {
	background: url(../images/bkg-stripe.jpg) repeat-x;
	background-color:#545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #747474;
	text-align: center;/* for ie5.+*/
	height:100%; /* needed for container min-height */
}
a {
	text-decoration:none;
	color:#69058b;
	outline: none;
}
a img,img{border:none;display:block;}
a:hover {
	text-decoration:underline; 
	color: #69058b;
}
a:visited {
	
}
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: #702c6a;
	height: 1px;
}
td {padding: 3px;
}
.lead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom:8px;
	color:#609;
	font-size:16px;
	line-height:20px;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	color:#939;
	font-size:16px;
	font-weight: normal;
}	
.headerBottom {
	margin-bottom: 10px;
}
.reason {
	font-family: Arial, Helvetica, sans-serif;
	color:#939;
	font-size:16px;
	clear: both;
}
.solution {
	font-family: Arial, Helvetica, sans-serif;
	color:#747474;
	font-size:16px; 
	font-style:italic;
}
a.menu-link {
	font-family: Arial, Helvetica, sans-serif;
	color:#92da13;
	font-size:14px;
	padding-left:5px;
	padding-right:5px;
}
a.menu-link:hover {
	color:#ffffff;
	text-decoration:none;
}
a.menu-select {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-left:5px;
	padding-right:5px;
	color:#ffffff;
	text-decoration:none;
}
a.menu-select:hover {
	color:#ffffff;
	text-decoration:none;
}
a.top {
	float:right;	
	margin-bottom: 10px;
}
.small {
	font-size: 11px;	
}
.xsmall {
	font-size: 10px;	
}
.xxsmall {
	font-size: 9px;	
}
.footnote {
	width:300px;
	font-size: 9px;
	line-height:15px;
}
sup {
	font-size:xx-small;
	vertical-align:top;
}
.required {
	color: red;
}
.highlight {
	font-weight: bold;
	color: #702c6a;
}
.legal {
	font-size: 10px;
	line-height: 12px;
	font-style: italic;
}
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: 0 0 0 2em;
}
ul.sublist {
	list-style: circle outside;
}
ul.sublist li {
	margin: 0 0 0 2em;
}
.blockquote {
	border: 1px solid #CCC;
	padding: 10px; 
	margin: 12px 0 18px;
	background-color:#facbed;
}
#outer { 
	background: url(../images/bkg-stripe.jpg) repeat-x;
	width: 1024px;
	text-align: left;
	margin: 0 auto;
	padding: 0;	
	position: relative;
	background-color:#545454;
}
#header {
	position:relative;
	height: 200px;
	width: 1024px;
	background: url(../images/bkg-hdr.jpg) center no-repeat;
}
#logo { 
	width: 313px;
	height: 122px;
	padding-top:31px;
	padding-left:45px;
	float:left;
	margin: 1px 1px 1px 1px;
}
#holx-logo {
	width: 141px;
	height: 43px;
	padding-top:85px;
	padding-right:52px;
	float:right;
	margin: 1px 1px 1px 1px;
}
#menu {
	float:left;
	display: inline;
	margin-top:10px;
	margin-left:43px;
	background-color:#000000;
	width: 924px;
	height: 24px;	
}
#menu-crvleft {
	float:left;
}
#menu-txt {
	padding-left:82px;
	padding-top:1px;
	float:left;
}
#menu-crvright {
	float:right;
}
#bodyArea { 
	margin-left: 43px;
	width:924px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-color:#eaeaea;
	float: left;
	display: inline;
	position: relative;
}
#box-top {
	width:923px;
	height:15px;
	padding-left:1px;
	background-image:url(../images/box-top.gif);
}
#pageTools {
	position:absolute;
	left:763px;
	width:76px;
	height:18px;
	padding: 0 128px 0 0;
}
#leftCol {
	width: 218px;
	float: left;	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	padding: 10px 0 0 0px;
	background-color:#eaeaea;
}
#video {
	padding-left: 10px;
	float:left;
}
#video-capt { 
	width:175px;
	text-align:center;
	padding-left: 24px;
	float:left;	
}
#reminderLeftBarker {
	padding-top: 25px;
	padding-left: 40px;
	float:left;
	width:160px;
}
#homeNetworking {
	padding-top: 65px;
	padding-left: 20px;
	float:left;
	width:180px;
}
.networkBarker {
	float: left;
	display: inline;
	width: 90px;
}
.networkBarker a img {
	display: block;
	text-align: center;
	margin: 0 auto;
	float: none;	
}
.networkBarker div {
	text-align: center;
	margin: 0 auto;	
	float: none;
	display: block;
}
.networkBarker a {
	color: #747474;
	font-size: 12px;
	font-family: 'Arial Bold', Arial, Helvetica, sans-serif;
	font-weight: bold;
	display:block;
	position: relative;
	text-align: center;
	margin: 0 auto;	
	float: none;
}
.networkBarker a:hover {
	color: #2e2e2e;
	text-decoration: underline;
}
#materialBarker {	
	display: block;
	float:left;
	text-align: center;
	margin: 0 auto;	
	width: 200px;	
}
#materialBarker img {
	margin-top: 10px;	
	display: inline;
}
#mainCol {
	background-color: #eaeaea;
	width: 500px;
	float: left;
	padding: 10px 0 0 0px;
	background-color:#eaeaea;
}
#rightCol {
	background-color: #eaeaea;
	width: 206px;
	float: left;
	background-color:#eaeaea;
}
#shareTools {
	position:relative;
	width:87px;
	height:20px;
	padding: 10px 50px 0 0px;
	margin: 0 auto;
}
#brk-promise {
	padding-top:20px;
	float:left;
}
#brk-reminder {
	float:left;
}
#box-btm {
	width:923px;
	height:15px;
	padding-left:1px;
	float:left;
	clear: both;
	background-image:url(../images/box-btm.gif);
}
#footer {
	color: #fff;
	padding-top: 10px;
	float: left;
	clear: both;	
	font-size: 11px;	
	font-family: Helvetica, Arial, sans-serif;	
	width: 100%;
	height: 30px;
	margin-left: 43px;
	display: inline;
}
#footer a {
	text-decoration: none; 
	color: #fff;
}
#footer a:hover {
	text-decoration: underline; 
	color: #fff;
}
#footerLinks li {	
	display: inline;
	list-style-type: none;	
	padding-right: 5px;
}
#chart {
	margin: 0 22px 35px 12px;
	padding-top: 6px;
	height: 100%;	
}
.newRow {
	clear: both;
}
.chartheader { 
	width:80%;
	text-align:center;
	margin:0 auto 10px auto;
	font-weight:bold;
	background-color: #f6dae8;
}
.chartColumnlt {
	float: left;
	width: 50%;
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 12px;
	background-color: #f6dae8;
}
.chartColumnrt {
	float: right;
	width: 50%;
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 12px;
	background-color: #f6dae8;
}

/****** 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: 200px;
}
.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;
}
.formSubmit {
	width: 325px;
	margin: 12px 0 36px 0;
	text-align: center;		
}
.formSubmit a img {
	text-align: center;	
	margin-left: auto;
	margin-right: auto;
}
.formRemindCheckbox {
	margin: 0 2px 2px 6px;
	vertical-align: middle;	
}
.formErrors {
	border: 1px solid red;
	padding: 5px;
	margin-bottom: 12px;
}
.formSuccess {
	border: 1px solid green;
	padding: 5px;
	margin-bottom: 12px;
	color: green;
	font-weight: bold;
}
.clearBoth { 
	clear:both; 
	line-height:0px; 
	height:0px; 
	font-size:0px; 
	margin:0px; 
}
.siteMapTop, .siteMapCtg {
	margin-top: 8px;
}
.siteMapCtg {
	margin-left: 2em;
}
.siteMapPage {
	margin-left: 4em;
}
