﻿/* CSS Document */
body {
	color:#333;
	margin:0px;
	padding:0px;
	text-align:center;
	background: #fff;
	font:100% verdana, helvetica, sans-serif;
}
a#skip {
	position: absolute;
	top:-100px;
}
a:link, a:visited  {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color:#333;
	text-decoration: underline;
}
img {
	border: 0;
}
div#container p.printheader {
	display: block;
	text-align: center;
	font: bold 80%/120% Georgia, "Times New Roman", Times, serif;
}
div#container p.printheader span {
	display: block;
	text-align: center;
	font: normal 80%/120% Verdana, Helvetica, sans-serif;
}
div#container {
	width:auto;
	height: auto;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	background-color: #fff; 
	border: 1px solid #999;
	color:#333;
	
}
/*  top navigation    */	
div#topnav	{
	display: none;
}
div#sitenav {
	display: none;
}

/* bread crumb  navigation  */
div#crumb_nav {
	display: none;
	/*clear: both;
	height: 30px;
	padding: 0px 0px 0px 15px;
	color: #fff;
	background-color: #000;
	border-top: 0px solid #999;
	border-bottom: 1px solid #333;*/
}
div#crumb_nav div#crumb {
	color: #fff;
	text-align: left;
	padding: 10px 0px 0px 0px;
	font: 70% Verdana, Helvetica, sans-serif;
}
div#crumb_nav div#crumb a:link {
	color: #ccc;
	font-size: 95%;
	font-weight: 100;
}
div#crumb_nav div#crumb span {
	color: #fff;
	font: 80% Verdana, Helvetica, sans-serif;
	font-weight:700;
}
/* crumb nav ends*/
div#content {
	width: auto;
	height: auto;
	margin: 10px 10px 5px 10px;
	font:90% verdana, helvetica, sans-serif;
	background-color: #fff;
	text-align:left;
	padding: 0px;
}
/* left nav rules */
div#content div#left_nav {
	display: none;
}
div#exhibit_nav {
	display: none;
}
div#printheader h1 {
	display: block;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
/* content rules */
div#page_head {
	width: auto;
	height: auto;
	margin: 0px 0px 0px 15px;
	font:90% verdana, helvetica, sans-serif;
	text-align:left;
	padding: 2px 0px 2px 0px;
}
div#page_head h1 {
	color: #343268;
	padding: 5px 10px 5px 10px;
	font: bold 150%/105% Georgia, "Times New Roman", Times, serif;
	text-align:left;
	margin: 0px;
}
div#page_head h1 span {
	color: #000;
	font-size: 75%;
	font-weight: 200;
}
div#main_menu {
	width: auto;
	height: auto;
	margin: 15px 0px 10px 15px;
	font:90% verdana, helvetica, sans-serif;
	text-align:left;
	padding: 0px;
}
div#main_body {
	width: auto;
	padding: 10px 10px 0px 0px;
	border: 0;
}

div#main_body_Preview_Postcard {
	width: auto;
	padding: 10px 10px 0px 0px;
	border: 0;
}

div#main_nav1, div#main_nav2 {
	width: auto;
	margin: 0;
	padding: 10px 5px 10px 15px;
	height: auto;
	border-bottom: 0px solid #d4e9ff;
	background-color: #eff6fd;
	font-size:85%;
	color: #666;
}
div#main_nav2 {
	background-color: #f7fafd;
}
div#main_body h2.date {
	margin: 0px;
	padding: 10px 10px 5px 15px;
	font: bold 110%/120% Georgia, "Times New Roman", Times, serif;
	color: #333;
}
div#main_body h2 {
	margin: 0px;
	padding: 5px 10px 5px 15px;
	font: bold 120%/120% Georgia, "Times New Roman", Times, serif;
	color: #36c;
}
div#main_body h3 {
	margin: 0px;
	padding: 0px 10px 0px 15px;
	font: bold 90%/120% Georgia, "Times New Roman", Times, serif;
	color: #000;
}
div#main_body h4 {
	margin: 0px;
	padding: 0px 10px 0px 15px;
	font: bold 85%/120% Georgia, "Times New Roman", Times, serif;
	color: #000;
}
div#main_body p {
	padding: 5px 10px 5px 15px;
	font-size: 85%;
}
div#main_body dl {
	margin: 0px;
	padding: 5px 10px 5px 15px;
	font-size: 85%;
	color: #333;
}
div#main_body dl dt {
	font-size: 85%;
}
div#main_body dl dd {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	color: #333;
}
#main_body dl dd a:link, #main_body dl dd a:hover, #main_body dl dd a:visited {
	font-size: 105%;
	font-weight: 100;
}
/* home page rules*/
div#left_col {
	float: left;
	width: auto;
	height: auto;
	margin: 0px 0 0 10px;
	border: 0;
	text-align:left;
	padding: 10px 0px 0px 0px;
}
div#mid_col {
	width: 274px;
	height: auto;
	float: left;
	margin:0px 0px 10px 10px;
	padding:10px 0px 0px;
}
div#right_col {
	width: auto;
	height: auto;
	margin:0px 0px 10px 530px;
	padding:10px 0px 0px;
	border: 0px solid #9cf;
}

/*end home page rules*/
/* Subpage rules */
div#theme_nav1 {
	display: none;
}
div#submenu{
	display:none;
}
div#main_body {
	padding-left: 0;
	margin-left: 0;
}
div#main_body div#page_content p a {
	font-size: 100%;
}

div.object_dark, div.object_light {
	width: auto;
}
div.object {
	padding: 0px;
	width: auto;
	margin: 0;
}
div.object_light div.description, div.object_dark div.description {
	width: auto;
	margin: 0 0px 0 315px;	
}
div.object_light div.description h3, div.themeSlideList h3 {
	margin: 0;
	padding: 5px 5px 5px 0px;
}
div.smallRollupObject div.object{
	width: auto;
}
div.smallRollupObject div.description{
	width: auto;
}


/* end subpage rules */
/* end of content rules   */

/*  footer rules */

div#footer {
	display: none;
/*	clear: both;
	font: 80% verdana, helvetica, sans-serif;
	height: 30px;
	text-align: left;
	border-color: #005194;
	border-width: 0px;
	background: #efefef url('http://nvetestweb.loctest.gov/Style%20Library/images/line_blue.gif') no-repeat left top;
	padding: 15px 15px 0px 15px; */
}
/*
div#footer a{
	color:#666;
	font-size: 80%;
	font-family: verdana, helvetica, sans-serif;
	font-weight: normal;
	text-decoration:underline;
}
div#footer a:hover {
	color: #333;
	font-size: 80%;
	font-family: verdana, helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}
div#footer #align {
	position: relative;
	font-size: 85%;
	top: -13px;
	text-align: right;
}*/

