*
{
    margin: 0px;
    padding: 0px;
    zoom: 1; /*necessary for ie6 when using position:relative;*/
}


ul, ol
{ margin-left: 1ex;
  list-style-position: outside;
}

ul li
{
	list-style-type: disc;
	font-size: 10pt; /* should be same size as p tag */
	font-family: Tahoma, Geneva, sans-serif;
	color: #333333;
}

ol li
{ list-style-type: decimal;
  font-size: 10pt; /* should be same size as p tag */
}

li
{ margin-left: 5ex;

  /* the 3 properties below are necessary
   * to keep ie7 from screwing up the increment 
   * in any list item numbering system
   ****************************************/
  width: auto;
  height: auto;
  zoom: normal;
}

body
{
	margin: 0px auto;
	padding: 0px;
	/* text-align: center; */
	font-size: 100%;
	background-image: url(../images/bodyBackground.jpg);
	background-repeat: repeat-x;
	background-color: #F2F2F2;;
	font-family: Tahoma, Geneva, sans-serif;
	
}

a#top
{
	height: 1px;
	padding: 0px;
	margin: 0px;
}

div#siteContainer
{
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFFFFF;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	_background-color: #F2F2F2;
}

#container
{
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* background-color: #F0F0F0; */
	background-image: url(../images/containerBckgd.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	width: 100%;
	margin: 0px;
	border-bottom-style: solid;
	_background-image: none;/* ---- Fix for IE6 ---- */
	padding: 0px;
}

#header
{
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	width: 960px;
}
#header h1 {
	color: #666;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0;
	float: left;
}


#body
{
	/*width: 980px;*/
    width : 960px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}


#body #content
{ min-height: 400px;
}

img
{ border: 0px none;
}

var
{ font-weight: bold;
  font-style: italic;
}

code
{ font-weight: bold;
  font-style: normal;
}

td
{ vertical-align: top;
}

p
{
	margin: 10px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #333;
}

label
{ display: inline-block;
  width: 8em;
  text-align: justify;
}

cite
{ font-style: italic;
  font-size: 75%;
  margin: 1em;
  padding: 1em;
}

a
{ text-decoration: none;
  color: #00AD00;
}

a:link
{ color: #00AD00;
}

a:visited
{ color: #00AD00;
}

a:active
{ color: #00AD00;
}

a:hover
{ color: #00AD00;
  text-decoration: underline;
}

#bottom
{
	float: left;
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	width: 960px;
	font-size: 11px;
	margin-right: 0px;
	margin-left: 0px;
}
#bottom #copyright {
	float: left;
	width: 450px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: left;
}
#bottom #copyright p{
	padding: 0px;
	font-size: 9pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*margin-left: -80px;
	_margin-left: -75px;*/
	margin-left: 0px;
}
#bottom #bottomNav{
	text-align: right;
	padding: 2px;
	float: right;
	margin: 0px;
	clear: right;
	width: 506px;
}
#bottom a
{
	text-decoration: none;
	color: #333;
}
#bottom a:hover
{
	color: #00AD00;
	text-decoration:underline;
}

/*------------------------------------------------------------------*/
/* Misc Styles */
/*------------------------------------------------------------------*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#globalNav {
	float: right;
	height: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
	width: 450px;
	text-align: right;
}
#globalNav a {
	font-size: 9pt;
	color: #666;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 0.05em;
}
#globalNav #active a{
	color: #00AD00;
}

#globalNav a:hover {
	color: #00AD00;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
#secondaryNav {
	height: 60px;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#secondaryNav #contactUs {
	float: right;
	width: 105px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#secondaryNav #contactUs img {
	margin: 0px;
	padding: 0px;
	
}

#secondaryNav #secondaryLogo {
	float: left;
	margin-left: 15px;
	height: 59px;
	width: 212px;
	padding: 0px;
}

#secondaryNav #secondaryNavLinkContainer {
	float: right;
	width: 480px;
	margin-top: 27px;
	height: 33px;
	padding: 0px;
	margin-bottom: 0px;
}

#header #logo {
	float:left;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	display: block;
}
#tagline {
	float: left;
	width: 400px;
	height:25px;
	padding-top: 5px;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 10px;
	display: block;
}
#tagline h1{
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

/*----- Main Navigation ----- */
#hcssNavigation
{
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	width: 1005px;
	height: 69px;
	position: relative;
	z-index:2;
	background-image: url(../images/mainNavBackground.png);
	background-position: center;
	margin-left: 0px; /* to zero-out the #header padding of 10px */
	background-repeat: no-repeat;
	left: -22px;
	clear: both;
	margin-top: -5px;
	display: block;
	_width: 960px;/* ---- Fix for IE6 ---- */
	_left: 0px;/* ---- Fix for IE6 ---- */
	_right: 0px;/* ---- Fix for IE6 ---- */
	_padding: 0px;/* ---- Fix for IE6 ---- */
	_background-image: url(../images/mainNavBackground_ie6.gif);	/* ---- Fix for IE6 ---- */
	_background-repeat: repeat-x;
	_height: 25px;	/* ---- Fix for IE6 ---- */
	_margin-top: 10px; /*--- Fix for IE6 --- */
}

#hcssNavigation .navigationSpan
{
	display: inline;
	padding-left: 22px;
	padding-right: 22px;
	border-left-width: 1px;
	border-left-color: #CCC;
	margin-top: 18px;
	border-left-style: solid;
	float: left;
	vertical-align: middle;
	height: 25px;
	padding-top: 6px;
	_padding-top: 0px;/* ---- Fix for IE6 ---- */
	_margin-top: 5px;/* ---- Fix for IE6: was 22px ---- */
	_height: 15px;/* ---- Fix for IE6 ---- */
}

#hcssNavigation #navigation_home {
	margin-left: 35px;
	border: none;
	
}

#hcssNavigation .popupParent
{
	position: relative;
	display: inline;  
}

#hcssNavigation .popupNavigation
{
	position: absolute;
	display: none;
	top: 18px;
	left: 0px;
	background-color: #4C4A4E;
	z-index: 19;
	font-weight: normal;
	border: 1px solid black;
	width: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	/*Set the left margin if you don't want the drop-down to align with the left most letter of the navigation it comes down from. */
}

#hcssNavigation .popupNavigation a
{
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: 100%;
	white-space: nowrap;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-right: 15px;
}

#hcssNavigation .popupNavigation a:hover
{
	background-color: #333333;
}

#hcssNavigation a
{
	text-decoration: none;
	color: #FFFFFF;
}
a#aCU1{
_display:none; /* default.aspx ie6 image png hide */
}
a#aCU2{
display:none;
_display:block; /* default.aspx ie6 image gif  */
}

img#HCSSLogo {
	display: inline;
	_display: none;
}
img#HCSSLogoforIE6 {
	display: none;
	_display: block;
}