/* This style sheet provides the basic text styles and layout for all PNT.gov pages */

body {
	background: #dc8 url(/parts/gradient1.jpg) repeat-x;
	margin: 0;
	padding: 0;
	}
#frame {
	background: #fff;
	width: 750px;
	margin: 20px auto;
	padding: 0;
	}
#header {
	background: #fff;
	margin: 0;
	padding: 0;
	width: 750px;
	height: 125px;
	overflow: hidden;
	position: relative;        /* Required to enable absolute positioning within the header */
	}
#menu {
	clear: both;
	float: left;
	width: 100px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	border-right: solid 1px #ccb;
	}
#content {
	margin-left: 120px;
	padding: 1em;
	background: #fff;
	}
* html body #content	{
	display:inline-block;     /* Workaround for IE float bug */
	}
#footer {
	margin: 0 -25px;
	width: 800px;
	padding: 60px 0 20px;
	text-align: center;
	background: #dc8 url(/parts/footer.jpg) no-repeat;
	clear: left;
	}



body, p, dl, ul {
	font-family: "Franklin Gothic Book", "Lucida Grande", "Lucida Sans", sans-serif;
	}
h1, h2 {
	text-align: center;
	color: #777;
	letter-spacing: -.02em;
	line-height: 90%;
	}
h1, h2, h3, h4 {
	font-family: "Franklin Gothic Demi", "Franklin Gothic Book", "Lucida Grande", "Lucida Sans", sans-serif;
	font-weight: normal;
	}
h2 {
	font-size: 180%;
	}
a {
	font-weight: bold;
	text-decoration: none
	}
h3 a, h4 a {
	font-weight: normal;
	}
a:link {
	color: #143d8d;
	}
a:visited {
	color: #668
	}
a:hover, a:active {
	color: #840;
	text-decoration: underline
	}
a img {	border: none }
li {
	margin-top: 1em;
	margin-bottom: 1em;
	}
ul li {
	margin-left: -1em;
	list-style: square;
	}
.center {	text-align: center }
.small {	font-size: 75%;	}
.clear {	clear: both }
.gradient2 {
	background: #fff url(/parts/gradient2.jpg) repeat-x !important;
	}
.gradient3 {
	background: #fff url(/parts/gradient3.jpg) repeat-x !important;
	}
.gradient4 {
	background: #fff url(/parts/gradient4.jpg) repeat-x !important;
	}
.gradient2:hover, .gradient2:active {
	background: #f7f7f7 url(/parts/gradient2h.jpg) repeat-x !important;
	text-decoration: none;
	}
.gradient3:hover, .gradient3:active {
	background: #f7f7f7 url(/parts/gradient3h.jpg) repeat-x !important;
	text-decoration: none;
	}
.gradient4:hover, .gradient4:active {
	background: #f7f7f7 url(/parts/gradient4h.jpg) repeat-x !important;
	text-decoration: none;
	}
.signature	{ 
	width: 50%; 
	float: left; 
	padding-top: 4em;
	}
.update {
	background: #366;
	color: #fff;
	font-size: 70%;
	text-transform: uppercase;
	font-style: italic;
	}
.draft {
	background: #f00;
	color: #fff;
	}


#content a[target="_blank"] {
	background: url(icon-external.png) right no-repeat;
	padding-right: 13px;
	}
#cont/ent a[target="_blank"]:after {		/* IE7 doesn't support :after pseudo-class */
	content: url(icon-external.png);
	}
	
a[href $=".pdf"] {
	background: url(icon-pdf-sm.png) right no-repeat;
	padding-right: 22px;
	}

	

#header img {
	position: absolute;
	top: 0;
	left: 0;
	width: 750px;
	height: 250px;
	}
#header img:hover {
	top: -125px;
	}
#header form {
	position: absolute;
	bottom: 5px;
	right: 10px;
	}



#menu ul, #menu li {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
	}
#menu li {
	font-family: "Franklin Gothic Medium Cond", "Arial Narrow", "QuickType Condensed", sans-serif;
	font-size: 85%;
	line-height: 95%;
	}
#menu a {
	font-weight: normal;
	}
#menu a:link {
	color: #840;
	}
#menu a:visited {
	color: #766
	}
#menu a:hover, #menu a:active {
	color: #b40
	}
#menu img {
	margin-left: -10px;
	}



#submenu {
	text-align: center;
	font-size: 85%;
	font-family: "Franklin Gothic Book", "Arial Narrow", "QuickType Condensed", sans-serif;
	background: #ccb;
	}



#footer p {
	margin: 0;                 /* Prevents gaps from appearing above and below the footer */
	font-family: "Franklin Gothic Medium Cond", "Arial Narrow", "QuickType Condensed", sans-serif;
	font-size: 85%;
	padding-bottom: 0.5em;
	}
#footerlink {
	font-family: "Franklin Gothic Demi", "Lucida Grande", "Lucida Sans", "QuickType", sans-serif;
	font-weight: normal;
	color: #143d8d;
	font-size: 110%;
	}
#footer a:link, #footer a:visited {
	color: #555;
	}
