/* Start of CMSMS style sheet 'HGS Stylesheet' */
/* stylesheet for HGS website */

body {font: 12px/18px #555;margin:0px;font-family:arial;}
div {font-size:9pt;}
#pagewrapper {width:934px;border:1px solid #d2d2d2;border-left:0px;border-top:0px;}
#header {background:#5d8338;width:100%;}
a {font-size:9pt;color:#336600;text-decoration:none;}
a:link {text-decoration:none;}
a:hover {text-decoration:underline;}
a:visited {}
#footer {font-size:8pt;margin-left:15px;color:gray;}
#footer a {color:gray;font-size:8pt;}
#footer a:hover {color:green;}
.mainTable {width:565px;}
.mainBody p {margin:15px 0px;}
#nav {background:#336600;height:25px;width:100%;margin-top:1px;margin-bottom:5px;clear:both;}
#nav ul {margin:0px;margin-left:15px;padding:4px 0px;}
#nav ul li {
list-style-type: none;
padding-right: 28px;
display:inline;
}
#nav ul li a {color:white;font-family:"Georgia";font-size:10pt;text-decoration:none;}
#nav ul li a:link {text-decoration:none;}
#nav ul li a:hover {text-decoration:underline;}
#left-body {width:691px;margin-right:8px;margin-left:5px;text-align:left;padding-bottom:8px;}
#right-body {width:195px;background:#e2e2e2;padding:10px 8px;margin-bottom:10px;text-align:left;margin-left:9px;margin-right:8px;}
#right-body img {text-align:center;}
#right-body p {margin:0px;}
.column {width:325px;vertical-align:top;}
.vert-line {width:26px;text-align:center;padding-top:5px;}
.column-hdr {width:325px;border-bottom:4px solid #ccc;margin-top:10px;margin-bottom:10px;}
h2 {font-size:10pt;margin:5px 0px;}
p {font-size:9pt;line-height:1.5em;margin:0px;}
#left-body p {margin: 10px 0px;}
#footer p {font-size:8pt;margin:10px 0px;}
.left-menu {border-right:1px solid #ccc;min-height:700px;}

ul.ministries {}
ul.ministries li {list-style-type:square;color:#336600;padding:2px;}

#menu_vert {
text-align:left;
margin-bottom:0px;
padding-left:5px;
margin-top:10px;
width:135px;
}

#menu_vert ul {margin:0px;padding:0px;margin-left:5px;}

/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   /*border-bottom: 1px solid #c0c0c0;*/
   display: block;
}

#menu_vert ul ul li {
   border: none;
padding-left:6px;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.4em 0.5em 0.4em 0.3em; /* some air for it */
   /* this will be link color for all levels */
   /* background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; */
   min-height:1em; /* Fixes IE7 whitespace bug */
font-size:12px;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 1.2em;
background: url(images/cms/arrow-right.gif) no-repeat 0.1em center; 
   background-position: 0.7em left;
font-size:12px;
}

div#menu_vert ul a.currentpage {color:black;text-decoration:none;}
div#menu_vert ul ul a.currentpage {color:black;text-decoration:none;}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 3em;
}

/* hover state for all links */
div#menu_vert a:hover {
color:green;
text-decoration:underline;
   /* background-color: #C3D4DF;*/
}
div#menu_vert a.activeparent:hover {
   /* background-color: #C3D4DF; */
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   
   /* background-color: #385C72; */
   color: black;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */                                /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #fff;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;;
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}

.contactform fieldset {padding: 1em;background:#eee;}
.contactform fieldset legend {font-weight: bold;color:black;}
.contactform div {width: 100%; padding: 0.25em 0 0.25em 0;}
.contactform div label {display: block; width: 10em; }
.contactform div.required {}
/* End of 'HGS Stylesheet' */

