/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
font:86% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
text-align:center;
color:#303030;
background:#FFFFF0;
margin: 5px;
}

a{color:#942E43; text-decoration:underline; background-color:inherit;}
a:hover{color:#14525d; text-decoration:none; background-color:#d7dadc;}

a img{border:none;}

p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

img {padding:4px; border:#999 double 3px;}
img.noborder  {padding:4px; border:none;}
img.noborder150  {padding:4px; border:none; margin-bottom:110px;}
img.left,img.center,img.right{border:#999 double 3px;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto; border:none;}
img.right{float:right; margin:0 0 5px 12px;}
#left{float:left; margin:0 12px 5px 0;}
#right {float:right; margin:0 0 5px 12px;}

/**************** Header and navigation styles ****************/

#shift-rt{
margin-left: 130px;}

#shift-rt2{
margin-left: 200px;
}

#container{
width:800px;
margin:0 auto;
padding:/*1px*/ 0;
text-align:left;
background:#ffffff;
color:#303030;
border:1px solid #942E43;
}

#header{
height:61px;
width:700px;
margin:0;
background:#fff url(InsideHCHeader.gif) no-repeat;
color:#ffffff;
margin:10px;
}

/**************** Content styles ****************/

#fullcontent{
float:left;
width:740px;
font-size:0.9em;
padding:20px;
}

#fullcontent h1{
display:block;
margin:0 0 16px 0;
font-size:2em;
font-weight:bold;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
line-height:normal;
}

#fullcontent h2{
display:block;
margin:15px 0 16px 0;
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#content h2 a,#fullcontent h2 a{font-weight:normal;}
#content h3,#fullcontent h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}
#content a:hover,#subcontent a:hover,#fullcontent a:hover{text-decoration:underline;}
#content ul,#content ol,#fullcontent ul,#fullcontent ol{margin:0 5px 26px 35px;}
#content dl,#fullcontent dl{margin:0 5px 10px 25px;}
#content dt,#fullcontent dt{font-weight:bold; margin-bottom:5px;}
#content dd,#fullcontent dd{margin:0 0 10px 15px;}


/**************** Menublock styles ****************/

.menu {
width:800px; /*Jim Mod*/
font-size:0.80em;
position:relative;
z-index:500;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:160px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:160px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:1.1em;
text-decoration:none; 
color:#942E43; 
width:149px; 
height:20px; 
border:1px solid #942E43; 
border-width:1px 1px 1px 0; 
background:#d7d9db;/*#758279; */
padding-left:10px; 
line-height:19px;
text-align:center;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:160px;
w\idth:149px;
}


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#d7d9db url(../img/drop.gif) bottom right no-repeat;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#DBDBD7 url(../img/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#94999E url(../img/drop.gif) bottom right no-repeat;
}


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#dbdbd7;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#94999E;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:21px;
left:0; 
width:136px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:20px;
t\op:21px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:136px; 
top:0;
width:136px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-136px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#d7d9db; 
color:#14525d; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:115px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:136px;
w\idth:115px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#942E43;
border-color:#d7d9db;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#942E43;
border-color:#d7d9db;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}


/**********************************/

.menuhome {
width:800px; /*Jim Mod*/
font-size:0.80em;
position:relative;
z-index:500;
}
/* remove all the bullets, borders and padding from the default list styling */
.menuhome ul {
padding:0;
margin:0;
list-style-type:none;
}
.menuhome ul ul {
width:200px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menuhome li {
float:left;
width:200px;
position:relative;
}
/* style the links for the top level */
.menuhome a, .menuhome a:visited {
display:block;
font-size:1.1em;
text-decoration:none; 
color:#942E43; 
width:189px; 
height:20px; 
border:1px solid #942E43; 
border-width:1px 1px 1px 0; 
background:#d7d9db;/*#758279; */
padding-left:10px; 
line-height:19px;
text-align:center;
}

/* yet another hack for IE5.5 */

* html .menu ul ul a{
width:200px;
w\idth:189px;
}

/* style the top level hover */
.menuhome a:hover, .menuhome ul ul a:hover{
color:#fff; 
background:#942E43;
border-color:#d7d9db;
}
.menuhome :hover > a, .menuhome ul ul :hover > a {
color:#fff;
background:#942E43;
border-color:#d7d9db;
}


/**************** Footer styles ****************/

#footer{
clear:both;
width:800px;
padding:5px 0;
margin: 0/*1px*/;
font-size:0.9em;
color:#f0f0f0;
background:#942E43;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#fff; background-color:inherit; text-decoration: underline; font-weight:normal}
#footer a:hover{color:#14525d; background-color:#d7dadc; text-decoration: none;}


/**************** Address styles ****************/

#address{
clear:both;
width:800px;
padding:5px 0;
font-size:0.8em;
color:#000;
background:inherit;

margin:0 auto;
text-align:center;
}

#address p{padding:0; margin:0; text-align:center;}
#address a{color:#14525d; background-color:inherit; text-decoration: underline; font-weight:normal}
#address a:hover{color:#14525d; background-color:#C6CBD0; text-decoration: none;}


/**************** Misc classes and styles ****************/
 hr {margin-bottom:10px;}
.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}
.error{color:#f02025; background-color:inherit; font-weight:bold; font-size:1.5em; margin-bottom: 10px; margin-top:10px}
.red{color:#f02025;}


.box{
margin:0 0 20px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
}

.off-left { /* FOR HIDDEN ACCESSIBILITY LINKS */
	position: absolute;
	left: -999px;
	width: 990px;
}

#error {
	text-align:center;
	background-color:#FFFFCC;
	margin-bottom: 10px;
	padding: 20px;
	border: 2px solid #f02025; /*Gardco Teal*/
	overflow: hidden;
	color:#f02025;
	font-weight:bold; 
	font-size:1.2em;
}

#date {
font:76% Verdana,Tahoma,Arial,sans-serif;
color: white;
background-color: transparent;
margin: /*81*/ 61px 12px 5px 5px;
float: right;
}

.border {border:#999 double 3px;}

#center {text-align:center;}

