/* CSS Document */
/* Basic Formatting
====================================================================*/

/* Zero down margin and paddin on all elements */
* {
margin: 0;
padding: 0;
}

html {
/*background-color: #CCC;*/
background-color: #FFFFFF;
/*background-color: #BAE999;*/

}

body {
font: 66%/1.6 Arial, Helvetica, sans-serif;
text-align: center;
/*min-width: 760px;*/
}

h1 {
font-size: 2.0em;
font-weight: bold;
line-height: 0.6em;
}

h2 {
font-size: 1.5em;
font-weight: bold;
}

p {
font-size: 1.4em;
}

li {
font-size: 12px;
}

h1, h2, p {
margin: 1em 0;
line-height:1.5em;
}

img {
padding: 0.5em;
}

/* Header
====================================================================*/
#branding {
margin: 0 auto;
padding: 0;
height: 108px;
width: 100%;
background: url(hco_img/Finalheader.gif) no-repeat;
}

#branding h1 {
margin: 0;
font-size: 1.4em;
line-height: 1.2em;
text-align: center;
font-style: italic;
position: relative;
top: 70px;
line-height: 1.3em;
}

#branding table {
position: relative;
top: 85px;
color: #fff;
font-size: 12px;
padding-top: 10px;
}

#branding table a {
color: #fff;
font-size: 12px;
padding: 15px;
}

/* Layout Begins
====================================================================*/
#wrapper0 {
width: 775px;
margin: 0 auto; 
background: url(hco_img/FinalbgCol.gif) repeat-y left top;
}

#wrapper1 {
width: 775px;
margin: 0 auto; 
text-align: left;
background: url(hco_img/FinalBG.gif) no-repeat 0 108px;
}

#wrapper2 {
margin: 0;
padding: 0;
width: 82%;
float: right;
}

/* Top Menu
====================================================================*/
#topMenu, #topMenu ul {
float: left;
width: 100%;
list-style: none;
line-height: 1;
font-weight: bold;
padding: 0;
border: solid;
border-width: 0 0;
margin: 0em 0 2em 0;
}

#topMenu a {
font-size: 12px;
display: block;
width: 10em;
w\idth: 6em;
color:#336633;
text-decoration: none;
padding: 0.3em 1em;
text-align: left;
}

#topMenu a:hover {
color: #000;
}

#topMenu li {
float: left;
padding: 0;
width: 10em;
}

#topMenu li ul {
position: absolute;
left: -999em;
height: auto;
width: 12.5em;
w\idth: 12em;
font-weight: normal;
border-width: 0.25em;
/*border-color: #F3BB68;*/
border-color: #006633;
margin: 0;
background: #fff;
}

#topMenu li li {
padding: 0em 0.5em;
width: 11em;
}

#topMenu li ul a {
width: 11em;
w\idth: 8em;
color:#000000;
}


#topMenu li:hover ul ul, #topMenu li.sfhover ul ul {
left: -999em;
}

#topMenu li:hover ul, #topMenu li li:hover ul, #topMenu li.sfhover ul, #topMenu li li.sfhover ul {
left: auto;
}

#topMenu li:hover, #topMenu li.sfhover {
background: #FCF45E;  /*yellow color*/
}

/*============================ Side Menu ================================*/
.sideMenuTitle p {
margin: 1em 0;
padding: 0.5em 0 0.5em 0.5em;
width: 124px;
font-size: 9pt;
line-height: 1.2em;
font-weight: bold;
/*color: #F3BB68;*/
color: #006600;
background-color: #FFFFFF;
}

#sideMenu, #sideMenu ul { /* all lists */
padding: 0;
/*margin: 60px 0 0 0;*/
margin: 20px 0 0 0;
list-style: none;
float : left;
width : 132px;
}
	
#sideMenu li { /* all list items */
position: relative;
float: left;
line-height : 1.25em;
margin-bottom : -1px;
width: 132px;
}
	
#sideMenu li ul { /* second-level lists */
position : absolute;
left: -999em;
margin-left : 129px;
margin-top : -2.25em;
}
	
#sideMenu li ul a { /* second-level lists */
width: 13em;
font-size: 12px;
font-weight: 300;
}	
	
#sideMenu li ul ul { /* third-and-above-level lists */
left: -999em;
margin-left: 190px;
}
	
#sideMenu li a {
width: 10.8em;
w\idth: 9.8em;
display: block;
/*color: #fff;*/
color: #000000;
f\ont-weight: bold;
text-decoration: none;
background-color:#BBE99A;
padding: 0.5em;
}
	
#sideMenu li a:hover {
/*color: #FCF45E;*/
color: #663333;
background-color: #FCF45E;
text-decoration: underline;
}
	
#sideMenu li:hover ul ul, #sideMenu li:hover ul ul ul, #sideMenu li.sfhover ul ul, #sideMenu li.sfhover ul ul ul {
left: -999em;
visibility:visible;

}
	
#sideMenu li:hover ul, #sideMenu li li:hover ul, #sideMenu li li li:hover ul, #sideMenu li.sfhover ul, #sideMenu li li.sfhover ul, #sideMenu li li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
visibility:visible;

}		
/* Picture, News & Action Buttons 
================================================================== */
#space1 {
display: inline;
margin: 70px 0 0 25px;
padding: 0 0.5em;
width: 63%;
float: left;
}

#space1 a {
display: block;
height: 30px;
padding: 5px 0 0 0;
font-size: 1em;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
background: url(ccm_img/buttonBG2.jpg) no-repeat top center;
text-align: center;
}

#space1 a:hover {
color: #ffff32;
text-decoration: underline;
}

#space1 p {
margin: 0;
padding: 0 0 0 15px;
line-height: 1.25em;
font-size: 8pt;
text-align: left;
}

#space1 td {
width: 30%;
}

#space2 {
width: 33%;
margin: 2% 0 0 0;
float: right;
}

/* Main Content Common Page
====================================================================*/

#mainContent { 
width: 96%; 
margin: 0;
padding-left: 2%; 
float: left; 
}

#spacer {
width: 1px;
height: 200px;
float: right;
}

#mainContent p {
font-size: 1.2em;
}
#mainContent h1 {
font-size: 1.5em;
font-weight:bold;
}

#mainContent ol {
padding: 0;
margin: 0 0 0 50px;
}

#mainContent ul {
padding: 0;
margin: 0 0 0 50px;
}

#mainContent li {
font-size: 1.2em;
}

#mainContent a {
color: #339900;
}

#mainContent a:visited {
color: #33CC00;
}

#mainContent td {
font-size: 12px;
padding: 0.5em;
}

#pict {
margin: 1em;
width: 400px;
height: 228px;
float: left;
}

/* Secondary Content
====================================================================*/
#secondaryWrapper {
width: 160px;
height: 350px;
float: right;
margin: 0 0.01em 0 10px;
}

#secondaryContent { 
width: 160px;
height: 150px;
margin-top: 1em;
overflow: auto;
display: inline; /* :KLUDGE: Fixes IE double margin float bug */
float: right;
border: 2px solid #F3BB68;
background-color: #ffffff;
}

#secondaryContent * { 
padding-left: 10px;
padding-right: 10px;
}

#secondaryContent * * { 
padding-left: 0;
padding-right: 0;
} 

#secondaryContent h2{
font-size: 12px;
margin: 0;
font-weight: bold;
color: #000;
background-color: #FCF45E;
text-align: center;
}

#secondaryContent p {
font-size: 11px;
font-weight: bold;
}

#secondaryContent strong {
font-size: 0.9em;
font-weight:bold;
}

#secondaryContent a:Link {
font-size: 12px;
color: #006633;
font-weight:700;
}

#secondaryContent a:Visited {
font-size: 12px;
/*color: #8ECF95;*/
color: #006633;
font-weight:700;
}

#secondaryContent a:Active {
font-size: 12px;
/*color: #69B471;*/
color: #006633;
font-weight:700;
}

#secondaryContent a:Hover {
font-size: 12px;
color: #95EF9F;
}

/* Footer
====================================================================*/
#footer {
margin-top: 50px;
padding: 0;
width: 775px;
text-align: center;
background: #F8DE8A url(img/footer_bg.jpg) repeat-y;
clear: both;
}

#footer a {
color: #000;
text-decoration: none;
font-size: 12px;
font-weight: bold;
}

#footer a:visited {
color: #000;
font-size: 11px;
}

/* Other Helpful Links
====================================================================*/
#helpfullinks {
margin: 0;
padding: 0;
width: 775px;
font-size: 8px;
color: #666;
background: #CCC;
}

#helpfullinks p {
font-size: 8px;
background-color: #F3EEF0;
}

#helpfullinks tr, #helpfullinks td {
padding: 0;
text-align: left;
}

#helpfullinks h1 {
margin:0;
padding:0;
font-size:9px;
line-height:1.5em;
}

#helpfullinks a {
margin:0;
padding:0;
font-size:9px;
color: #666;
}
