
/*--------------------------------------------------------------

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: 100%;
}

p span {
	font-weight: bold;
	color:#3434CC;
}

p.no-marg { margin: 0; }

ul, ol {
	margin: 0 0 1.5em 2.5em;
	font-size: 100%;
	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: 13px;
	color:#000;
	font-weight:bold;
	margin-bottom:1.4em
}

h2.banner1 {
	padding-left:30px;
	color:#ff8500;
	font-size:16px;
	line-height: 43px;
	width: 514px;
	margin: 0 auto;
}

h2.arrow {
	color: #000;
	border-bottom:1px solid #000;
	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: 11px;
	color:#000;
	text-align: center;
	line-height: 2;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	color:#3434CC;
	margin-bottom: 1em;
}

h5 {
	font-size: 100%;
	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.foot { padding: 6px 100px 4px; }

.col {
	float: left;
	width: 50%;
}

.col-1 {
	width:170px;
	padding:10px;
	float:left;
}

.col-1 p {
	text-align:center;
	margin-top:36px;
}

.main {
	width:722px;
	float:left;
}

.main.no-left-col {
	float:none;
	width:100%;
	margin:0 auto;
}

.float-it {
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #441891;
	clear:left;
}

.float-it em {
	display: block;
	text-align:center;
	padding:4px 0;
}

.float-it img { display:block; }

#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; }

.pdf-btn {
	border:1px solid #b1d4f2;
	position:relative;
	float:left;
	background-color: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #eaf3fc);
	background-image: -o-linear-gradient(top, #ffffff, #eaf3fc);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #eaf3fc));
	background-image: -webkit-linear-gradient(#ffffff, #eaf3fc);
	background-image: linear-gradient(top, #ffffff, #eaf3fc);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#eaf3fc');
	padding:27px 5px 5px 50px;
	margin-right:15px;
	color:#fff;
	width:162px;
	color:#000;
	text-decoration:none;
	
}

.pdf-btn.last{margin:0;}

.pdf-btn:hover{
	cursor:pointer;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff); 
  background-image: -o-linear-gradient(top, #ffffff, #ffffff); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #ffffff)); 
  background-image: -webkit-linear-gradient(#ffffff, #ffffff); 
  background-image: linear-gradient(top, #ffffff, #ffffff);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#ffffff'); 

}

.pdf-btn span {
	position:absolute;
	top:0;
	left:0;
	width:43px;
	height:45px;
	background:url(/img/pdf_btns.png) no-repeat;
	display:block;
}

.pdf-btn strong {
  background: none repeat scroll 0 0 #B1D4F2;
  display: block;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  padding-left: 6px;
  position: absolute;
  right: 0;
  text-shadow: 0 1px 1px #FFFFFF;
  top: 0;
  width: 167px;
  color:#3434CC;
  text-decoration:underline;
}

/*--------------------------------------------------------------
 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:#ffa400;
}

ul#top-nav {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	padding: 10px 6px 0;
}

#top-nav li {
	float: left;
	padding-right: 6px;
}

#top-nav li.last {
	padding-right: 0;
	background: 0;
}

#top-nav a {
	border:1px solid #B1D4F2;
	color:#FFFFFF;
	display:block;
	font-size:13px;
	font-weight:bold;
	padding:8px 53px 7px;
	text-decoration:none;
	text-transform:uppercase;
	background-color: #4444da;
	background-image: -moz-linear-gradient(top, #4444da, #030aba); /* FF3.6 */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4444da), color-stop(1, #030aba)); /* Saf4+, Chrome */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4444da', EndColorStr='#030aba')"; /* IE8 */
}

#top-nav a.current {
	background-color: #ffb400;
	background-image: -moz-linear-gradient(top, #ffb400, #ff8400); /* FF3.6 */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffb400), color-stop(1, #ff8400));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffb400', EndColorStr='#ff8400')";
	border-color:#f09e00;
}

#top-nav a.current:hover {
	background-color: #ffc600;
	background-image: -moz-linear-gradient(top, #ffc600, #ff9500); /* FF3.6 */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffc600), color-stop(1, #ff9500)); /* Saf4+, Chrome */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffc600', EndColorStr='#ff9500')"; /* IE8 */
}

#top-nav a:hover {
	background-color: #4f4fff;
	background-image: -moz-linear-gradient(top, #4f4fff, #060fe6); /* FF3.6 */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4f4fff), color-stop(1, #060fe6)); /* Saf4+, Chrome */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4f4fff', EndColorStr='#060fe6')"; /* IE8 */
	text-decoration:underline;
}

#top-nav li#contact-us a {
	width:88px;
	padding:8px 51px 7px;
}

#subnav { margin:0; }

#subnav li { list-style:none; }

#subnav a {
	background-color: #8246c2;
	background-image: -moz-linear-gradient(top, #8246c2, #59189a); /* FF3.6 */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8246c2), color-stop(1, #59189a)); /* Saf4+, Chrome */
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#8246c2', EndColorStr='#59189a'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#8246c2', EndColorStr='#59189a')"; /* IE8 */
	padding:6px 10px;
	font-size:14px;
	line-height:20px;
	display:block;
	color:#fff;
	margin-bottom:6px;
	border:1px solid #441891;
	text-decoration:none;
}

#subnav a:hover, #subnav a.current {
	background-color: #9e55ed;
	background-image: -moz-linear-gradient(top, #9e55ed, #6d1dbd); /* FF3.6 */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9e55ed), color-stop(1, #6d1dbd)); /* Saf4+, Chrome */
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#9e55ed', EndColorStr='#6d1dbd'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#9e55ed', EndColorStr='#6d1dbd')"; /* IE8 */
}

/*--------------------------------------------------------------
 styles 
-------------------------------------------------------------*/
.workshopSignUp fieldset {
	width: 50%;
	float: left;
	font-size: 90%;
}

#workshopForm {
	margin-bottom: 25px;
	float:left;
	margin-right:16px;
}

#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;
}

