/* CSS copyright 2004-2008 CrystalClearWeb.net */
/* hmh_002.css                                */
/* 080905 1058 */

/* Body */

body {
	background-color: #4D4D4D;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 90%;
	color: #006699;
	margin: 0px;
	padding: 0px;
}

/* END Body */

/* Document Containers */

div#container {
	width: 770px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

div#container2 {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0px;
}

/* END Document Containers */

/* Title Bar */

div#titleBar {
	margin: 0px 0px 10px;
}

div#titleBar_hdg {display: none;}

div#titleBar_subhdg {display: none;}

/* END Title Bar */

/* Message Bar */

div#navBar {
	background-image: url(http://www.nampalaw.com/graphics/hmh_002_menubar.jpg);
	background-repeat: repeat-x;
	height: 31px;
	margin: 0px 0px 10px;
  padding: 0px 10px;
}

div#messageBar {
	font-weight: bold;
	color: #FFCC00;
	background-color: #004363;
	margin: 0px;
	padding: 0px;
}

div#messageBar p {
	font-size: 12px;
	margin: 0px 0px 10px;
	padding: 5px 0px;
	text-align: center;
}

/* END Message Bar */

/* Main Block Container */

div#mainBlock {
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.nampalaw.com/graphics/hmh_002_background.jpg);
	background-repeat: repeat-y;
}

/* END Main Block Container */

/* Page Content */

div#pageContent {
	float: left;
	width: 550px;
	margin: 0px;
	padding: 0px;
}

div#pageContent p {
	margin: 6px 10px 0px 10px;
	padding: 0px;
	line-height: 130%;
}

div#pageContent h1 {
	font-weight: bold;
	font-size: 130%;
	margin: 6px 10px 2px 10px;
	padding: 0px;
}

div#pageContent h2 {
	font-size: 115%;
	font-weight: bold;
	margin: 6px 10px 2px 10px;
	padding: 0px;
}

div#pageContent h3 {
	font-size: 105%;
	font-weight: bold;
	margin: 6px 10px 1px 10px;
	padding: 0px;
}


div#pageContent a {
	font-weight: bold;
}

div#pageContent a:link, div#pageContent a:visited {
	text-decoration: none;
	color: #D7AC00;
}

div#pageContent a:hover {
	text-decoration: underline;
	color: #006699;
}

div#pageContent table {
	padding: 0px;
	margin: 6px 10px 0px;
  font-size: 95%;
}

div#pageContent tr {
	vertical-align: top;
}

div#pageContent td {
	margin: 0px;
	padding: 0px 4px 4px 0px;
	line-height: 120%;
}

div#pageContent table.tableBorder {
	border-collapse: collapse;
}

div#pageContent table.tableBorder td {
	margin: 0px;
	padding: 3px;
	border: 1px solid #003300;
}

/* END Page Content */


/* Right Bar */

div#rightBar {
	float: right;
	width: 210px;
	margin: 0px 0px;
	padding: 0px;
	font-size: 100%;
	min-height: 535px;
	height:auto !important;
	height: 535px;
}

div#rightBarBack {
	margin: 0px 0px -360px;
	padding: 0px;
}

div#rightBar p {
	margin: 0px 5px 6px;
	padding: 0px;
	line-height: 130%;
}

div#rightBar h1 {
	font-weight: bold;
	font-size: 130%;
	margin: 8px 5px 6px;
	padding: 0px;
}

div#rightBar h2 {
	font-size: 115%;
	font-weight: bold;
	margin: 6px 5px 6px;
	padding: 0px;
}

div#rightBar h3 {
	font-size: 105%;
	font-weight: bold;
	margin: 4px 5px 6px;
	padding: 0px;
}

div#rightBar a {
	font-weight: bold;
}

div#rightBar a:link, div#rightBar a:visited {
	text-decoration: none;
	color: #C19B00;
}

div#rightBar a:hover {
	text-decoration: underline;
	color: #99CC99;
}

/* END Right Bar */

/* Main Block Float Clear */

div#mainBlockDone {
clear:both;
padding: 0px;
margin: 0px;
}

/* Footer Bar */

div#footerBar {
  clear:both;
  font-size: 85%;
  padding: 8px 5px 5px;
  margin: 0px;
	color: #B08D00;
}

div#footerBar p {
  margin: 0px 0px 3px;
  padding: 0px;
}

div#footerBar a {
  font-weight: bold;
}

div#footerBar a:link, div#footerBar a:visited {
	color: #B08D00;
  text-decoration: none;
}

div#footerBar a:hover {
  text-decoration: underline;
  color: #CCA400;
}

/* END Footer Bar */

/* Web Service */

div#webService {
	clear:both;
	margin-top: 3px;
	margin-bottom: 3px;
	float: right;
	color: #B08D00;
}

div#webService p {
	padding: 0px 0px 8px;
	margin: 0px;
	font-size: 75%;
}

div#webService a {
  font-weight: bold;
}

div#webService a:link, div#webService a:visited {
  text-decoration: none;
  color: #B08D00;
}

div#webService a:hover {
  text-decoration: underline;
  color: #CCA400;
}

/* END Web Service */

/* Ordered Lists */
/* I have no idea why this does this, but I had to put a */
/* 12px bottom margin on ol and div#pageContent>ol to    */
/* make the margin work right in IE and FF               */

ol {
	list-style-type: decimal;
	padding: 0px;
	margin: 0px 0px 12px 48px;
}

ol ol {
	list-style-type: lower-alpha;
	margin: 0px 0px 0px 15px;
}

ol ol ol {
	list-style-type: upper-roman;
}

ol ol ol ol {
	list-style-type: upper-alpha;
}

div#pageContent>ol {
	margin: 0px 0px 12px 48px;
}

/* END Ordered Lists */

/* Unordered Lists */
/* See note above in ordered lists */

ul {
	list-style-type: circle;
	padding: 0px;
	margin: 0px 0px 12px 48px;
}

ul ul {
	list-style-type: disc;
	margin: 0px 0px 0px 15px;
}

ul ul ul {
	list-style-type: square;
}

ul ul ul ul {
	list-style-type: circle;
}

div#pageContent>ul {
	margin: 0px 0px 12px 48px;
}

/* END Unordered Lists */

/* Image Divs and formatting */

img {
	border-color: #FFCC00;
}

.imgTL, .imgTC, .imgTR, .imgFL, .imgFR {
	padding: 0px;
  font-size: 85%;
};

.imgTL {
	margin: 10px 10px 10px;
}

.imgTC {
	margin:10px 10px 10px;
	text-align: center;
}

.imgTR {
	margin: 10px 10px 10px;
	text-align: right;
}

.imgFL {
	margin: 10px 10px 10px 10px;
	float: left;
}

.imgFR {
	margin: 10px 10px 10px 10px;
	float: right;
}

/* END Image Divs and formatting */

/* Horizontal Flyout Menu */

/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(http://www.usticknaz.org/graphics/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */






/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

/* Space above and below first level menu items */
.menu {
	margin: 5px 0px 5px 0px;
}

.menu {
	font-weight: bold;
	font-size: 90%;
}

.menu ul li {
	background: #00496C;
}

/* Width of second a greater level items */
.menu ul { 
	width: 180px;
}

.menu a, .menu li.txt {
	text-decoration: none;
	color: #FFCC00;
	padding: 3px 4px;
	display: block;
	position: relative;
}

/* Space items on top level menu */
.menu li {
	margin: 0px 15px 0px 0px;
	border: 0px;
}

.menu li ul li {
	margin: 0px;
	border: 1px solid #FFCC00;
}

.menu a:hover, .menu li:hover>a {
	color: #FFEDA6;
	text-decoration: underline;
}

.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

/* 1st Level Positioning */
.menu li:hover>ul {
	top: 105%;
	left: 10px;
}

/* 2nd Level Positioning */
.menu li li:hover>ul {
	top: 5px;
	left: 90px;
}

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

.menu li.thisPage {
	color: #84D7FF;
	padding: 3px 4px;
}

/* END Horizontal Flyout Menu */

