/*--------------------------------------------------------------

Common screen styles that are used in all static pages

--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, 
small, strike, strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	}
* {
	margin:0;
	padding:0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background:#ececec;	
	color:black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:95%;
	text-align:center;
  line-height: 1.5; /* Unitless for proper inheritance */
	}
/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size).

	 percentage / 8.3333333 = font size in px
*/
   
body          { font-size: 75%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */
/*--------------------------------------------------------------
 Main Link Styles 
--------------------------------------------------------------*/
a {text-decoration:underline;outline:none;}
a:link {color:#3434CC;}
a:visited {color:#3434CC;}
a:hover {text-decoration:none;}
a img {border:0;}
/*--------------------------------------------------------------
 Common element styles 
--------------------------------------------------------------*/
p           { margin: 0 0 1.5em 0; text-align:justify; line-height: 1.4; font-size: 95%; }
p span			{ font-weight: bold; color:#3434CC; }
p.no-marg		{ margin: 0; }
ul, ol      { margin: 0 0 1.5em 2.5em; font-size: 95%; line-height: 1.4; }
ul ul      {  font-size: 100%; }
ol          { list-style-type: decimal; }
ol ol				{ list-style-type: lower-roman; }
dl          { margin: 1.5em 0; }
dl dt       { font-weight: bold; }

strong      { font-weight: bold; }
em        	{ font-style: italic; }

acronym, dfn, abbr {
	text-decoration:none;
	padding-bottom:2px;
	cursor:help;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
	}
caption, th, td {
	text-align:left;
	font-weight:normal;
	}
/*--------------------------------------------------------------
 Heading Styles 
--------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 { 
  font-family: Arial, Helvetica, sans-serif;
  color:#0000cc;
	}
h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h2#banner1 { height: 43px; width: 545px; margin: 0 auto; background: url(/img/banner1.gif) no-repeat; }
h2#banner1 span { display: none; }
h2.arrow { 
	color: #000;
	padding-left: 30px;
	background: url(/img/arrow.gif) no-repeat;
	font-size: 95%; font-weight: bold;
	text-transform: uppercase;
	line-height: 21px;
	margin-bottom: 10px;
	}
h2.title { height: 30px; width: 124px; background: url(/img/hicmr-title.gif) no-repeat; float: left; }
h2.title span { display: none; }
h3 { font-weight: bold; font-size: 100%; text-align: center; line-height: 2; }
h4 { font-size: 95%; font-weight: bold; color:#3434CC; margin-bottom: 1em; }
h5 { font-size: 95%; font-weight: normal; color:#3434CC; margin-bottom: 1em; }
h6 { font-size: 1em; }
/*--------------------------------------------------------------
 Table Styles 
--------------------------------------------------------------*/
table   { margin-bottom: 1.4em; border-top:0; border-left:0; width: 100%; }
th,td   { height: 1em; padding:0.2em 0.4em; border-bottom:0; border-right:0; line-height: 1.5; padding-bottom: 1em; font-size: 90%; }
th      { font-weight:bold; }
/*--------------------------------------------------------------
 Layout element styles 
-------------------------------------------------------------*/
#fixed-width-wrapper {
	position:relative;
	margin:38px auto 0 auto;
	width:943px;
	text-align:left;
	background:transparent;
	line-height:1.1;
	border: 1px solid #fff;
	background: #fff;
	}
#content .padFix {
	padding: 10px;
	}
#content .padFix.main {
	padding: 15px 100px 10px;
	}
#content .padFix.foot {
	padding: 6px 100px 4px;
	}
.col {
	float: left;
	width: 50%;
	}
#footer {
	padding: 20px 0;
	background: #ddd;
	}
/*--------------------------------------------------------------
 Header styles 
-------------------------------------------------------------*/
#header-span {
	height: 44px;
	background: url(/img/header-top-span.gif) repeat-x bottom;
	}
#header {
	margin:0;
	width:943px;	
	height:178px;
	background:url(/img/hicmr-logo.jpg) no-repeat;
	}
#header a {
	display:block;
	height:116px;
	}
#header a span {
	display:none;
	}
/*--------------------------------------------------------------
 Footer specific styles 
--------------------------------------------------------------*/
#footer p {
	text-align: center;
	padding: 10px 0;
	color: #999;
	margin: 0;
	font-size: 80%;
	}
#footerNav {
	text-align: center;
	}
#footer a {
	color: #999;
	font-size: 80%;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}
#footer .djcfooter {
	padding: 10px 20px;
	}
/*--------------------------------------------------------------
 Top Nav styles 
--------------------------------------------------------------*/
#nav-wrap {
	height: 53px;
	margin-top: 4px;
	background:url(/img/nav-span.gif) repeat-x;
	}
ul#top-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 25px 68px 0;
	}
#top-nav li {
	float: left;
	padding-right: 33px;
	background: url(/img/nav-spacer.gif) no-repeat right;
	}
#top-nav li.last {
	padding-right: 0;
	background: 0;
	}
#top-nav li a {
	display: block;
	height: 9px;
	}
#top-nav li a:hover {
	background-position: 0 -18px;
	}
#nav-wrap #top-nav li a.current {
	background-position: 0 -9px;
	}
#top-nav li a span {
	display: none;
	}
#home a {
	width: 33px;
	background: url(/img/nav/home.gif) no-repeat;
	}
#our-approach a {
	width: 92px;
	background: url(/img/nav/approach.gif) no-repeat;
	}
#our-people a {
	width: 75px;
	background: url(/img/nav/people.gif) no-repeat;
	}
#products-services a {
	width: 156px;
	background: url(/img/nav/products.gif) no-repeat;
	}
#workshops a {
	width: 74px;
	background: url(/img/nav/workshops.gif) no-repeat;
	}
#privacy-policy a {
	width: 100px;
	background: url(/img/nav/privacy.gif) no-repeat;
	}
#contact-us a {
	width: 76px;
	background: url(/img/nav/contact.gif) no-repeat;
	}

/*--------------------------------------------------------------
 styles 
-------------------------------------------------------------*/
.workshopSignUp fieldset {
	width: 50%;
	float: left;
	font-size: 90%;
	}
#workshopForm {
	margin-bottom: 25px;
	}
#workshopForm label {
	width: 100px;
	float: left;
	display: block;
	}
#workshopForm fieldset {
	padding-bottom: 10px;
	}
a.pdf {
	display: block;
	float: left;
	padding: 10px;
	cursor: pointer;
	text-decoration: none;
	}
a.pdf:hover .filename {
	text-decoration: underline;
	}
.pdf span {
	display: block;
	}
.pdf .image {
	width: 30px;
	height: 31px;
	background: url(/img/pdf-icon.gif) no-repeat;
	float: left;
	}
.pdf .filename {
	font-size: 110%;
	margin: 3px 0 0 45px;
	}
.pdf .download {
	font-size: 80%;
	margin-left: 45px;
	color: #727272;
	}
/*--------------------------------------------------------------
 Miscellaneous styles 
--------------------------------------------------------------*/
.text-align-right {text-align:right;}
.text-align-left{text-align:left;}
.center {text-align:center;}
.float-right {float:right;padding:0;}
.float-left {float:left;padding:0;}
div.float-fix {overflow:hidden;clear:both;height:0;}
br.float-fix {clear:both;}
.bold {font-weight:bold;}
.hide {display:none;}
.seperator { height: 1px; font-size: 0; border-bottom: 1px solid #e4e4e4; }
/*--------------------------------------------------------------
 sIFR Replacements
--------------------------------------------------------------*/
.sIFR-active #content h1,
.sIFR-active #sub-content h1 {
	visibility:hidden;
	font-family:Verdana;
	line-height:1em;
	font-size:27px;
	}
.sIFR-active #content h2,
.sIFR-active #sub-content h2 {
	visibility:hidden;
	font-family:Verdana;
	line-height:1em;
	font-size:18px;
	}