@import url("tables.css");
@import url("links.css");

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    font-size: 81.5%; /* creates approximate 1.0em = 13px = 10pt equivalency */
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#siteHolder {
	position: relative;
	width: 100%;
}
#siteHolder #site {
	width: 961px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 38px;
}
#siteHolder #site #searchLoginBar {
	position: relative;
	height: 32px;
	width: 961px;
	background-image: url(/images/site/background_header_repeating.jpg);
	background-repeat: repeat-x;
}
#searchLoginBar #leftLoginBar {
	position: absolute;
	height: 32px;
	width: 9px;
	left: 0px;
	background-image: url(/images/site/header_left_internal.jpg);
	background-repeat: no-repeat;
}
#searchLoginBar #rightLogin {
	position: absolute;
	height: 32px;
	width: 8px;
	right: 0px;
	background-image: url(/images/site/header_right_internal.jpg);
	background-repeat: no-repeat;
}
#searchLoginBar #loginButtons {
	position: absolute;
	left: 15px;
	top: 9px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 200px;
	height: 20px;
}
a.internalMoreLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #b10000;
	text-decoration: underline;
	font-weight: bold;
}
a.internalMoreLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #b10000;
	text-decoration: underline;
	font-weight: bold;
}
a.internalMoreLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0050a3;
	text-decoration: none;
	font-weight: bold;
}
a.internalMoreLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #b10000;
	text-decoration: underline;
	font-weight: bold;
}
#searchLoginBar #searchInput {
	position: absolute;
	top: 5px;
	right: 80px;
	height: 23px;
	width: 191px;
	background-repeat: no-repeat;
}
label.rounded {
		padding-top: 5px;
		font-weight: bold;
		color: #555;
}
input.rounded {
	border: 0;
	width: 193px;
	height: 20px;
	font-size: 85%;
	color: #123791;
	background-image: url(/images/site/searchBackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	bottom: 0px;
	padding-right:1px;
}
#searchLoginBar #button {
	top: 5px;
	right: 12px;
	position: absolute;
	height: 23px;
	width: 55px;
}
#site #header {
	position: relative;
	height: 80px;
	width: 943px;
	background-image: url(/images/site/background_header_int_repeating.jpg);
	background-repeat: repeat-x;
	padding-top: 16px;
	padding-left: 18px;
}
#header #headlineInternals {
	top: 11px;
	right: 400px;
	position: absolute;
	height: 82px;
	width: 231px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #b10000;
}
.headline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0050a3;
	line-height: normal;
}
.headline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ee3e34;
	line-height: normal;
}
#header #headerMontageLarge {
	position: absolute;
	height: 96px;
	width: 374px;
	top: 0px;
	right: 0px;
}
#site #navHome {
	position: relative;
	height: 32px;
	width: 961px;
	margin-top: 1px;
	background-image: url(/images/site/collectibles_Graded_internals.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 2; /* This must be set to a higher z-index than the #sponsorTopHome area, so that IE 7 can show drop-downs */
}
#site #sponsorTopHome {
	background-image: url(/images/site/sponsor_background_top_home.gif);
	background-repeat: -repeat-x;
	height: 95px;
	width: 961px;
	margin-top: 1px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1; /* This must be set explicitly to avoid z-index bug in IE7 */
}
#sponsorTopHome #Banner1 {
	position: absolute;
	height: 60px;
	width: 468px;
	left: 145px;
	top: 17px;
}
#sponsorTopHome #Banner2 {
	position: absolute;
	height: 60px;
	width: 180px;
	top: 17px;
	right: 145px;
}
#siteHolder #site #contentHomeTop {
	position: relative;
	width: 961px;
	height: 340px;
}
#site #footer {
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	background-image: url(/images/site/footerIcon.jpg);
	background-repeat: no-repeat;
	background-color: #0050a3;
	height: 28px;
	width: 901px;
	margin-top: 20px;
	font-size: 11px;
	padding-left: 60px;
	padding-top: 16px;
	position: relative;
	clear:both;
}
#footer #footerRight {
	position: absolute;
	height: 44px;
	width: 6px;
	top: 0px;
	right: 0px;
}
#footer #footerLinks {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	position: absolute;
	width: 500px;
	right: 18px;
	top: 16px;
	height: 30px;
	text-align: right;
}

/* drop down list */

ul#nav{
	width:692px;
	height:32px;
	overflow:visible;
	list-style:none;
	text-align:left;
	padding:0px;
	margin:0px;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:32;
}
#nav li {
	position:relative;
	float: left;
}
#nav li ul {
	display:block;
	position: absolute;
	width: 200px;
	left: -999em;
	top:32px;
	z-index: 40;
	clear:none;
	background-color: #0050a3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#nav li:hover ul{
	display:block;
	z-index:9000;
	float:left;
	position:absolute;
	left: 0px;
	overflow:visible;
	z-index:40;
}
#nav li.sfhover ul{
	display:block;
	z-index:9000;
	position:absolute;
	float:left;
	clear:both;
	left:0px;
	z-index:40;
}
#nav li ul li a {
	display: block;
	font-size:11px;
	font-weight: normal;
	text-decoration:none;
	width:182px;
	color: #ffffff;
	text-align: left;
	border-collapse:collapse;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-family: Helvetica, Arial, sans-serif;
}
#nav li ul li a:hover{
	background-color:#6e6e6e;
	text-decoration:none;
}
a.nav1 {
	display:block;
	height: 32px;
	width: 64px;
	background-position: 0 0px;
	background-image: url(/images/site/btn_home_internals.jpg);
	background-repeat: no-repeat;
}
a.nav1:hover {
	background-position: 0 -32px;
}
#nav1Over {
	width:64px;
	display:block;
	height: 32px;
	background-position: 0 -32px;
	background-image: url(/images/site/btn_home_internals.jpg);
	background-repeat: no-repeat;
}
a.nav2 {
	display:block;
	height: 32px;
	width: 85px;
	background-position: 0 0px;
	background-image: url(/images/site/btn_services_internals.jpg);
	background-repeat: no-repeat;
}
a.nav2:hover {
	background-position: 0 -32px;
}
#nav2Over {
	display:block;
	height: 32px;
	width:85px;
	background-image: url(/images/site/btn_services_internals.jpg);
	background-repeat: no-repeat;
}

a.nav2b {
	display:block;
	height: 32px;
	width: 101px;
	background-position: 0 0px;
	background-image: url(/images/site/btn_pop_report_internals.jpg);
	background-repeat: no-repeat;
}
a.nav2b:hover {
	background-position: 0 -32px;
}
#nav2bOver {
	display:block;
	height: 32px;
	width:101px;
	background-image: url(/images/site/btn_pop_report_internals.jpg);
	background-repeat: no-repeat;
}

a.nav3 {
	display:block;
	height: 32px;
	width: 129px;
	background-position: 0 0px;
	background-image: url(/images/site/btn_price_guide_internals.jpg);
	background-repeat: no-repeat;
}

a.nav3:hover {
	background-position: 0 -32px;
}
#nav3Over {
	width:129px;
	display:block;
	height: 32px;
	background-position: 0 -32px;
	background-image: url(/images/site/btn_price_guide_internals.jpg);
	background-repeat: no-repeat;
}

a.nav4 {
	display:block;
	height: 32px;
	width: 107px;
	background-position: 0 0px;
	background-image: url(/images/site/btn_set_registry_internals.jpg);
	background-repeat: no-repeat;
}
a.nav4:hover {
	background-position: 0 -32px;
}
#nav4Over {
	width:107px;
	display:block;
	height:32px;
	background-position: 0 -32px;
	background-image: url(/images/site/btn_set_registry_internals.jpg);
	background-repeat: no-repeat;
}
a.nav5 {
	display:block;
	height: 32px;
	width: 98px;
	background-position: 0 0px;
	background-image: url(/images/site/btn_resources_internals.jpg);
	background-repeat: no-repeat;
}
a.nav5:hover {
	background-position: 0 -32px;
}
#nav5Over {
	width:98px;
	display:block;
	height:32px;
	background-position: 0 -32px;
	background-image: url(/images/site/btn_resources_internals.jpg);
	background-repeat: no-repeat;
}
a.nav6 {
	display:block;
	height: 32px;
	width: 96px;
	background-position: 0 0px;
	background-image: url(/images/site/btn_about_psa_internals.jpg);
	background-repeat: no-repeat;
}
a.nav6:hover {
	background-position: 0 -32px;
}
#nav6Over {
	width:96px;
	display:block;
	height:48px;
	background-position: 0 -32px;
	background-image: url(/images/site/btn_about_psa_internals.jpg);
	background-repeat: no-repeat;
}

/* third level drop down list CSS below */

#nav li ul ul {
	margin: -1em 0 0 10em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

/* Page content */
#content {
	_display: inline-block; /*  trick ie6 - (http://www.tanfa.co.uk/archives/show.asp?var=300) */
}

/* Ensure consistent heading sizes cross-browser */
#content h6 { font-size: 0.7em; }
#content h5 { font-size: 0.85em; }
#content h4 { font-size: 1.1em; }
#content h3 { font-size: 1.4em; }
#content h2 { font-size: 1.7em; }
#content h1 { font-size: 2em; }

#sidebar {
	width:200px;
	background-color:#EAEAEA;
	float:right;
	clear:right;
	margin: 0 0 1em 2em;
}
#sidebar img {
	border-style:none;
}
.sidebarAd {
	padding:10px 0 10px 0;
	border-top:1px #FFFFFF solid;
	border-bottom:1px #CECECE solid;
}
.fixedwidth {
	overflow:auto;
}
.fullWidth {
	width:100%;
}
.headline {
	margin-top:0;
	color:#757575;
	border-bottom:1px #BBBBBB solid;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.bold {
	font-weight:bold;
}
.normal {
	font-weight:normal;
}
.nowrap {
	white-space:nowrap;
}
.callout {
	padding-left:20px;
	height:31px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight:normal;
	line-height:31px;
	color: #FFFFFF;
	background-color:#3A7ABB;
	background-image: url(/images/site/callout_bg.gif);
	background-repeat: no-repeat;
	background-position:left;
	margin:0 0 0 0;
}
ul.arrow {
	list-style-image:url(/images/site/bullet_arrow.gif);
}

/* Superscript and subscript styles to keep them from messing up line heights */
sup, sub {
	height: 0;
	line-height: 1em;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: .7em;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}
/* End superscript & subscript style */
