/*
Title:      NHCPG master styles for print media
Author:     Gibbs Studios, sgibbs@gibbsstudios.com, http://www.gibbsstudios.com
Updated:    May 25, 2006
*/


html,body {
	margin:0;
	padding:0;
	height: 100%;
}

body {
	font: 76% arial,sans-serif;
	text-align:center;
	background-image: url(/images/Homepage9P-Internal-Bg.jpg);
    background-repeat: repeat-x;
}

img {
	border: none;
	}

div#header {
	height:120px;
	margin:0;
  	padding-left:10px;
  	margin-top:7px;
  	color: #79B30B;
}

div#header-masthead {
	position: relative;
	top: 0;
	left: 0;
	height:120px;
	width:300px;
	margin-bottom: 7px;
  	margin-top: -127px;
  	color: #79B30B;
}
  
div#container {
	text-align:left;
}

div#content p, div#content ul, div#content ol {
	line-height:1.4;
}

div#container {
	width:760px;
	min-height: 100%;
	margin:0 auto;
}

* html div#container {
  	height: 100%;
} 

div#content {
	float:left;
	width:480px;
	margin-top: 5px;
	padding-bottom:93px;
}

div#right {
	float:right;
	width:260px;
	margin-top: 3px;
}

div#right-content {
	background:#f4f2f1;
}

div#content p, div#right p {
	margin:10px 10px 0 10px;
}

div#right h4 {
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #971c1c;
	font-size: 110%;
	font-weight: bold;
	padding: 0 10px 0 10px;
	margin: 0;
	}
	
div#right h4 a:link, div#right h4 a:visited {
	color: #971c1c;
	text-decoration: none;
	}
	
div#right h4 a:hover {
	text-decoration: underline;
	}

div#header2-content {
	float:right;
	width:380px;
	text-align: right;
}

div#header2-content ul{
	padding:0; 
	margin:0;
	list-style-type: none;
}

div#header2-content ul li {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
	margin: 8px 0 0 0;
	width: 380px;
}

div#header2-content ul li a:link, div#header2-content ul li a:visited {
    display:block;
	border: 1px solid #3f86a0;
	background-color: #237695;
	width: 380px;
	padding: 5px;
	color: #FFF;
	text-decoration: none;
}

div#header2-content ul li a:hover {
	background-color: #00384F;
}

div#header2-right {
	float:left;
	width:300px;
}

.caseBoxBottom {
	height: 7px;
	background: url(/images/right_bottom.png) no-repeat;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
#logo-links {
	position: relative;
	font-size: 90%;
	color: #CCC;
	top: 10px;
	right: 20px;
	margin: 0;
	padding: 0;
	text-align: right;
	}
	
#logo-links a:link, #logo-links a:visited {
	color: #666;
	text-decoration: none;
	}
	
#logo-links a:hover {
	text-decoration: underline;
	}

div#footer {
	height: 83px; 
	margin-top: -83px;
	background-image: url(/images/footer-background.png);
    background-repeat: repeat-x;
	color: #FFF;
}

div#footer {
	clear:both;
	width:100%;
	
}

div#footer-text {
	width:760px;
	margin:0 auto;
	text-align:left;
	padding-top: 15px;
}

div#footer p {
	margin:0;
	padding:5px 10px;
	font-size: 92%;
	color: #27708b;
}

div#footer p a:link, div#footer p a:visited {
	color: #FFF;
	text-decoration: underline;
}

div#footer p a:hover {
	text-decoration: none;
}

h1 {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 210%;
	color: #FFF;
	font-weight: bold;
	padding: 0;
	margin: 40px 0 0 10px;
}

h2.home {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 160%;
	color: #0D4B62;
	padding: 15px 10px 0 10px;
	margin-top: 10px;
	}
	
h2 {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 160%;
	color: #0D4B62;
	padding: 15px 10px 0 10px;
	margin-top: 10px;
	margin-bottom: 0;
	}
	
h2.subnav {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 150%;
	padding: 15px 10px 0 25px;
	margin-top: 10px;
	}

#nav-sub, #related-resources {
	font-size: .95em;
	}
#nav-sub ul, #related-resources ul {
	margin: 10px 20px 0 20px;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	}
#nav-sub ul li, #related-resources ul li {
	border-bottom: 1px solid #CCC;
	}
#nav-sub ul li a, #related-resources ul li a {
	padding: 5px 5px 5px 10px;
	line-height: 1.26em;
	display: block;
	width: 188px;
	text-decoration: none;
	color: #444;
	}
#nav-sub ul li a:hover, #related-resources ul li a:hover {
	text-decoration: none;
	background: url(/images/nav/hover-arrow.gif) 0 9px no-repeat;
	}
#nav-sub ul li.current-subnav a {
	color: #0D4B62;
	background: url(/images/nav/hover-arrow.gif) 0 9px no-repeat;
	}

div#content a:link, div#content a:visited {
	color: #0D4B62;
	text-decoration: underline;
}

div#content a:hover {
	color: #0D4B62;
	text-decoration: underline;
	background-color: #E7F6F9;
}

.download-text {
	font-size: 90%;
	color: #666;
	padding-left: 3px;
}

dl {
	margin-left: 10px;
	margin-right: 10px;
}

dd {
	margin-bottom: 10px;
}

dl dt {
	font-weight: bold;
}
	
dl dt.glossaryMenu {
	font-weight: bold;
	font-size: 30px;
	color: #0D4B62;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #0D4B62;
}