/*-----------------------------------------------------------------------------
author: PalmettoSoft
date: 10/07/2008
client: YourRadiationRisk.com
Copyright 2008 PalmettoSoft, Inc.
-----------------------------------------------------------------------------
This code authored by Eric Meyer.
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/*/
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {
	border: none;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/*remember to define focus styles!*/
:focus { outline: 0; }

BLOCKQUOTE, Q { quotes: "" ""; }

BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after { content: ""; }

/*Remove border around linked images and fix Firefox odd spaces*/
IMG { border: 0; vertical-align: bottom; }

CAPTION, TH, TD { font-weight: normal; text-align: left; }

/*debug border on all divs*/
DIV { border: 0; }

/*hack for forcing scroll bars to stop page jog - http://www.splintered.co.uk/experiments/49/*/
HTML {
	height: 100%; /*added for flash detection*/
	margin-bottom: 1px;
}

/*tables still need 'cellspacing="0"' in the markup*/
TABLE { border-collapse: separate; border-spacing: 0; }

.nav UL, .topnav UL, .leftnav UL, .footnav UL { list-style: none; }

/*Class for clearing floats*/
.clear { clear: both; }

/*------------------------------ BODY -----------------------------------*/
body {

	color: #000;
	font: 12pt/1 Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*make IE center the site*/
	text-align: center;
}

/*-------------------------- STRUCTURAL ------------------------------*/
#content {
	background: #FFF;



	width: 7in;
}





#mid {
	background: url(../_media/bg_mid.jpg) no-repeat;
	margin: 0 auto;
	overflow: hidden;
	width: 820px;
}

#btm {
	background: #fff;
	background: url(../_media/bg_foot.jpg) no-repeat;
	margin: 0 auto 20px auto;
	width: 820px;
	height: 63px;
}

#reflection {
display: none;
}

/*******glossary*/

#glossary-left {
	float: left;
	width:200px;
	position: relative;
	top: 20px;
	font-size: .8em;
	line-height: 2.1em;
	border-right: 1px solid #a1b5b5;
	padding-right: 10px;
}

#glossary-right {
	width: 600px;
	float: right;
}

/*--------------------- page elements --------------------*/
.logo {

}

.btmnav { 
	position: relative; 
	top: 0; clear: both;
	margin-bottom: 10px;
}

#btm table {
	margin: 5px 0 0 23px;
}

/*----------------- inner page elements --------------------*/

div.vcard {
	width: 300px;
}

/*---------------------- typography ----------------------*/

#btm table p, #btm_xx table p {
	font-size: 9pt !important;
}


/*------------------- typography inner ----------------------*/

#mid-inner {
font-size: 10pt;
	text-align: left !important;


}

#mid-inner strong {font-size: 1em;font-weight: normal;}

.calc {
	font-size: 50% !important;
}

#mid-inner p {
	margin: 0 0 20px 0;
}

#mid-inner p a, #glossary-left a, #login a {
	text-decoration: none;
	border-bottom: 1px dashed #244a9f;
	color: #244a9f;
}

#mid-inner p a:hover, #glossary-left a:hover, #login a:hover {
	background-color: #ababab;
	color: #fff;
}

#mid-inner ol {
	margin-left: 30px;
}

#login {
	font-size: 0.8em;
	height:30px;
margin-top: 20px;
position: relative;
left:350px !important;
	text-align: right !important;

}

#login a {
	height: 30px !important;
}

.reference p {
	margin: 0 20px;
	color: #aaa;
	font-size: .75em;
}

ol {

margin-left: 10px;
margin-bottom: 20px;
}


.tableborder {
	border: 1px solid #aaa;
	padding: 20px;
}

h2 {
	color: #244a9f;
	overflow: visible;
	font-size: 2em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 30px;
	background: url(../_media/h2.gif) no-repeat left center;
	height: 30px;
	line-height: 30px;
}

h3 {

	position: relative;
	font-weight: bold;
	font-size: 10pt;
	top: 1.20in;
}

sup { 
	position: relative; top: -5px;
}

.tablehdr {
	background-color: #aaa;
	color: #fff;
	vertical-align: baseline !important;
	margin: 0 !important;
	line-height: 40px;
}

.tablehdr p {
	height: 20px;
	text-align: center !important;

}

td.tablehdr {
	height: 10px !important; overflow: hidden;
}

.imgspaceright {
	margin-right: 10px;
}

#glossary-left ul {
		list-style-type: none;
}


/*------------------------ H1-H6 --------------------------*/
H1.index {
display:none;
}

H2 { }

H3 { }

H4 {
	font-size: 130%;font-weight:bold;
	margin-bottom: 1em;
 }

H5 { }

H6 { }

/*------------------------ forms --------------------------*/
#referform { margin-left: 14px; text-align: center; width: 200px; }

TEXTAREA, SELECT { background: #CCC; }

/*-------------------------- nav ---------------------------*/
.nav {
border-top: 1px dotted #244A9F;
border-bottom: 1px dotted #244A9F;
	clear: both;
	height: 26px;
	margin: 0 auto;
	position: relative;
	top: 20px;
	width: 820px;
	overflow: hidden;
}

/*image rollover technique*/
.nav A {
	float: left;
	padding: 24px 0 0 0;
	margin: 0;
	overflow: hidden;
	height: 0px !important;
	height/**/:24px;

}

.nav A:hover, .nav A:active { background-position: 0 -24px; }

.nav01 A {
	background: url(../_media/nav01.jpg) no-repeat top left;
	margin: 1px 54px 0 2px;
	width: 55px;
}

.nav02 A {
	background: url(../_media/nav02.jpg) no-repeat top left;
	margin: 1px 58px 0 0;
	width: 77px;
}

.nav03 A {
	background: url(../_media/nav03.jpg) no-repeat top left;
	margin: 1px 57px 0 0;
	width: 78px;
}

.nav04 A {
	background: url(../_media/nav04.jpg) no-repeat top left;
	margin: 1px 64px 0 0;
	width: 155px;
}

.nav05 A {
	background: url(../_media/nav05.jpg) no-repeat top left;
	margin: 1px 54px 0 0;
	width: 97px;
}

.nav06 A {
	background: url(../_media/nav06.jpg) no-repeat top left;
	margin: 1px 0 0;
	width: 69px;
}

/*--------------------------------------*/
.calculate {
	clear: both;
	height: 82px;
	margin-left: 18px;
	width: 275px;
}


/*-------------------------- links ---------------------------*/

#foot A, #foot A:visited { color: #F26561; }

#foot A, #foot A:visited, #foot A:active { text-decoration: none; }

#foot A:hover { border-bottom: 2px solid; color: #49A1D5; }

#foot A:active { border-bottom: none; }

.btmnav a {
	color: gray;
	font-size: 10px;
	text-decoration: none;
}

.btmnav a:hover {
	color: #36c;
}

/*---------------------------- ftr -----------------------------*/
#branding {
	background: url(../_media/ps-icon-wht.png) no-repeat right 40%;
	padding-right: 2em;
	width: 20em;
}

/*--------------------------- misc ---------------------------*/
.nav LI {
	display: inline;
	height: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#login {
	width: 240px;
	float: right;
	position: relative; left: 380px; top: 5px;
}

#questions p {
	margin: 5px 0 5px 0;
}

#questions {
	margin-top: 30px;
	border-top: 1px solid  #244a9f;  
		border-bottom: 1px solid  #244a9f;  
		padding: 10px 0;
}

.top {
	position: relative;
	top: -10px; left: 10px;
	font-size: .8em;
}

.gocenter {
	text-align: center !important;
	font-size: 9pt !important;
}



#btm_xx table {
		width: 7in;
}

table#cumulative-labels {
	font-size: 0.85em !important;
	margin-top: 0.10in;
	width: 7in !important;
}

a:link {
	border: none !important;
}

.formprint {
	display: none;
}
