/*///////////////////////////////////////////////////////////////////////////
//////
/////		Remember to put all HTML docs in quirks mode for IE using:
////		 Put IE into quirks mode 
///		Above the doctype declaration.
//			Developed with the help of Stu Nicholls' experiments at: http://cssplay.co.uk/
/
///////////////////////////////////////////////////////////////////////////
////
///  Layout Skeleton
*/
html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	overflow:hidden;/*to get rid of scroll bars in IE */
}
	
body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0; 
	width: 821px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	border-top-width: 0;
	border-bottom-width: 0;
	background-color: #FF9600;
}

.main {
	overflow:auto;
	position:absolute;
	z-index:3;
	top:101px; 
	bottom:0px;
	left:0px; 
	right:0px;
	background-color: #FFFFFF;
	width: 820px;
	border-top-width: 0;	
	border-bottom-width: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #275A91;	
}

*html .main {
	border-top-width:100px;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	width: 820px;
	position:absolute;
	top:0px; 
	overflow:auto;
	z-index:3;
	height:100%;
}

.chapBody {
	margin:0px;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
	margin-right:25px;
	margin-bottom:25px;
	text-align:center;
	width: 600px;
}

.bodyCont {
	width:450px;
	margin:auto;
	text-align: justify;
	line-height:1.8em;
	margin-left: 225px;
}	

#Header {
	height:100px;
	background-color:#ffffff;
	background-image:url(../images/masthead.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	position:absolute;
	
	margin:0px; 
	left: 0px;
	top:0px;  
	
	display:block; 
	width: 820px;
	
	z-index:200; 
	overflow:hidden;

	border-top-width: 0;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #275A91;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #275A91;	
}

div.usrfuncts a:link, div.usrfuncts a:visited, div.usrfuncts a:active {
   text-decoration: underline;
   font-size:11px;
}
div.usrfuncts a:hover {
   text-decoration: none;
	font-size:11px;
}
.emailLnk {
	background: url('../../commonImgs/mail_icon_mail.gif') no-repeat left;
	padding-left:18px;
}
.pdflink {
 	background:url('../../commonImgs/pdf_icon_pdf.gif') no-repeat left;
	padding-left:18px;
	margin-left:15px;
}
/*/////////////////////////////////
/////
/// HOME PAGE STYLES
*/
#home #Header {
	height:20px;
	/*border-style:none; commented out for testing purposes*/
}

#home #bookinfo {
	height:20px;
}

#home .main { 
	top:20px; 
}

*html #home div.main { 
	border-top-width:20px;
	top:0;
}

#home div.main .chapBody {
	height:100%;
	margin-top:20px;
	position: absolute;
	top:20px;
}

#home div.main img {
	padding-left:80px;
}

*html #home div.main img {
	margin-left:80px;
}

#home div#Nav {
	padding-top:80px;
}


/*/////////////////////////////////
////
///  BOOK AND CHAPTER INFO STYLES
*/
#bookinfo {
	color:#000;
	text-indent:-1000px;	
}

#bookTitle {
	font-size:10px;
	text-align:left;
	margin:12px 0 0 0;
}
#bookSubTitle {
	font-size:10px;
}
#chapNum, #chapTitle, #chapSubTitle {
	color:#000;
}

/*///////////////////////////////////////////////////////////////////////////
////
///  BODY STYLES
*/

.bodyCont h1{
	font-size: 1.2em;
	text-align: left;
	line-height:1.4em;
}

.bodyCont h2{
	font-size: 1.1em;
	text-align: left;
	line-height:1.4em;
}	

.bodyCont h4.level1 {
	font-size: 1.1em;
	text-align: left;
	line-height:1.4em;
}	

.bodyCont h4.level2 {
	font-size:1em;
	text-align:left;
	line-height:1.1em;
	font-weight:bold;
	margin-bottom:-0.5em;
}

blockquote {
	font-size:11px;
	line-height:16px;
}	

a:link, a:visited, a:hover, a:active {
	color:#000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.paranum {	
	float:right; 
	text-align:right;	
	font-size:10px;	
	font-weight:bold;	
	padding-top:3px; 
	margin-right:-20px; 
	position:relative; 
	left: 30px;
}
ul.helper {
	list-style-type: none;
	margin-left:0px;
	margin-top:-12px;
	padding-left:0px;
}
a.toplnk {
	display:block;
	text-align:right;
	font-size:11px;
	margin:12px 0 12px 0;
}

#biblio p {	
	padding-left:15px;
	text-indent:-15px;
}

/*///////////////////////////////////////////////////////////////////////////
////
///  IMAGE STYLES
*/

p img, blockquote img, table img {
	border:#ccc solid 2px;
}

.resourcebox {
	margin:0px;
	padding:5px; 
	background:#eee; 
	border:1px solid #ccc; 
	text-align:left; 
	font-size:11px; 
	}
.left {
	float:left;
	margin:5px 10px 5px 0px;
}
.right {
	float:right;
	margin:5px 0px 5px 10px;	
}
.center {
	float:left;
	text-align:center;
	margin:5px auto 5px auto;
}
.middle {
	float:left;
	text-align:left;
	margin:5px auto 5px auto;
}		
.wide {
	width:440px;
	font-size:11px;
	line-height:16px;
	margin:10px 0 10px 0;
}
.tall {
	width:130px;
}
.resourcebox img {
	text-align:center; 
}
.wide img {
	float:left;
	margin-right:5px;
}
.resourcebox .caption {
	display:block;
	text-align:left; 
	font-size:11px; 
	padding-top:5px; 
	line-height:16px;
}
.wide .caption {
	display:block;
	text-align:left;
	font-size:11px;
	line-height:16px;
}
.tall {
	text-align: center;
}

/*///////////////////////////////////////////////////////////////////////////
////
///  TABLE STYLES
*/

table.data-table { 
	font-size:12px;
	line-height:18px;
	background-color:white;
	width:450px;
	border-style:solid;
	border-color:black;
	border-width:2px;
	border-collapse:collapse;
	margin:0px 1px 10px 1px;
}

.data-table caption {
	 background-color:white;
	 border-style:solid;
	 border-width:2px;
	 border-bottom-width:0px;
	 border-color:black;
	 margin:0px; 
	 padding:2px;
}

.data-table th {
	font-size:12px;
	color:black;
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-color:black;
	padding:5px;
}

.data-table tr { 
  vertical-align:top;
}

.data-table td {  
	 font-size:12px;
	 background-color:white;
	 color:black;
	 border-style:solid;
	 border-width:1px;
	 border-color:black;
	 text-align:left;
	 padding:5px;
}

.data-table ul {
	margin:0 0 0 15px;
	padding:0;
	list-style-type:disc;
}	

.data-table ul li {
	list-style-position:outside;
 }

.data-table dl {
	margin:0;
	padding:0;
	list-style-type:none;
}
.data-table dd {
	margin-left:10px;
	padding:0;
}

/*/////////////////////////////////////////////////////////////////
////
///  FOOTNOTE STYLES
*/

#footnotes {
	width:450px;
	margin:auto;
	margin-left: 225px;
	font-size:11px;
	line-height:16px;
	text-align:left;
}	

#footnotes h2{
	font-size: 1.1em;
	text-align: left;
	line-height:1.4em;
}	

.footnotelinks {
	position:relative;
	font-size:85%;
	top:-0.9ex;
	margin-left:0.2em;
	margin-right:0.1em;
}

a:link.footnotelinks, a:visited.footnotelinks, a:active.backlink {	
	text-decoration: none;
	color:#FF9600;
}
a:hover.footnotelinks {	
	text-decoration: none; 
	color:#666666;
}
a:link.backlink, a:visited.backlink, a:active.backlink {
	color:#FF9600;
	text-decoration: none;
}
a:hover.backlink {
	color:#666666;
	text-decoration: none;
}

/*/////////////////////////////////////////////////////////////////
////
///  FOOTER STYLES
*/

.footer {
	font-size:11px;
	text-align:left;
}			
.footer a:link, .footer a:visited, .footer a:active {
	font-size:11px;
	color:black;
	text-decoration:underline;
}
.footer a:hover {
	text-decoration:none;
}
