/* Copyright Society for American Sovereignty (TM) / Fred Elbel 2007-2009 */
HTML { margin: 0; padding: 0; }

body {  /* coordinate with following hack */
	margin: 0; 
	padding: 0; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	color: #00003D;
	background-color: #ffffff; /* to include right pad past main text area */
	/* background-color: #001f66; */
}

	
/* NS4 & IE3 hack: tables truncate style application - match Body above */
p, address, blockquote, body, div, dl, ol, pre, span, ul, li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	color: #00003D;
}

a:link   { color: #1202AB; }
a:hover  { color: #D91900; } /*  AF5F5F */
a:active { color: #AF5F5F; }
/* a:visited { color: #2C2854; }  #2C2854; */

p  { 	font-size: 13px; }


h1, h2, h3, h4, h5, h6 {
	color: #0a0a0a;
}
h1  {	font-size: 17px; font-weight: 800; margin: 32px 0px 20px 0px; }
h2  { font-size: 16px; font-weight: 700; margin: 50px 0px 20px 0px; }
h3  { font-size: 15px; font-weight: 600; margin: 50px 0px 20px 0px; }
h4  { font-size: 14px; font-weight: 600; margin: 40px 0px 20px 0px; }
h5  { font-size: 12px; font-weight: 600; font-style: italic; }
h6  { font-size: 9px;  font-weight: 600; font-style: italic; }



div#banner table td {
	background: url(../images/banner_background.gif) repeat-x;
}

table#mainBody {
	background-color: #ffffff;
}

div#nav {
	/* height: 800px; minimum page height. was 800px.  Restore when disclaimer removed. */
	padding: 26px 0px 35px 0px;
	/* background-color set in TD instead in order to
	  force cell fill */
}
.navItem	{
	position: relative;
	display: block;
	width: 200px;
	height: 30px;
	margin:  0; 
	padding: 0; 
	border-bottom: 1px solid #f1f1f1;
	background-image:  url(../images/navButtonHover.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
}
.navItem a {
	display: block;
	float: left;
	width: 200px;
	height: 30px;
	color: #444444;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: 1.0px;
	text-decoration: none;
}
.navItem img { 
	width: 200px; 
	height: 30px; 
	border: 0; 
}
* html a:hover       { visibility: visible }
.navItem a:hover img { visibility: hidden  }
.navItem span {
	position: absolute;
	margin:  0px;
	padding: 0px;
	left: 20px;
	top:  10px;
	cursor: pointer;
}
div#navWebsiteBy {
	font-size: 10px;
	margin: 20px 0px 20px 25px;
	font-weight: 400;
	font-style: italic;
	color: #979DC4;
}
div#navWebsiteBy a { color: #979DC4; }
div#navWebsiteBy a:hover { color: #D91900; }

div#navText {
	padding: 10px 10px 40px 10px;
}
div#navText p {
	font-size: 9px;
	color: #134493;
}


div#mainContent {
	margin: 30px 20px 40px 46px; 
	width: 560px;
	/* relative positioning is to facilitate h1#pageTitle positioning */
	position: relative; 
}
/* disabled - don't want on new image, etc
div#mainContent  img {
	border: 1px solid #999999;
}
*/
h1#pageTitle {
	/* the following positioning is relative to the mainContent wrapper.
	   Note that MSIE and Firefox differ in positioning, so don't adjust
		negative top positioning without testing. */
	position: absolute; 
	top: -110px; left: 32px; 
}
#homePageTitle {
	/* the following positioning is relative to the mainContent wrapper: */
	position: absolute; 
	top: -80px; left: 0px; 
	font-size: 13px; 
	font-weight: 700;
}
#homePageTitle span {
	margin: 10px 20px 0px 0px;
	float: right;
	display: block;
}

div#footer {
	margin: 25px 60px 10px 0px;
	border-top: 2px solid #acabab;
	text-align: center;
	font-size: 22px;
}
div#footer p {
	font-size: 9px;
}

div.updatedDate {
	margin: 2px 26px 0px 0px;
	text-align: right;
	font-size: 10px;
	color: #888888;
}
.large { font-size: 14px; }
.larger { font-size: 16px; }
.largest { font-size: 18px; }
.small { font-size: 10px; }
.smaller { font-size: 9px; }
.smallest { font-size: 8px; }

.highlight {
	background-color: #FEFFF0;
	padding: 5px;
	font-weight: 700;
}

/* Quotes with attributions */
div.quoteWithName {
	margin: 10px 20px 20px 40px;
	padding: 6px 10px 6px 10px;
	border: 1px solid #aaaaaa;
	background-color: #fafafa;
}
div.quoteWithName p {
	margin: 6px 6px 6px 6px;
	padding: 0;
	font-size: 13px; 
	color: #000000;
}
div.quoteWithName p.quoteName {
	margin: 14px 20px 10px 40px;
	padding: 0;
	font-size: 11px; 
	color: #222266;
}

/* Simple quotes without attributions */
div.quote {
	margin: 10px 20px 30px 40px;
	padding: 8px 12px 8px 12px;
	border: 1px solid #aaaaaa;
	background-color: #fafafa;
}
div.quote p {
	padding: 2px 12px 2px 12px;
	background-color: #fafafa;
	font-size: 13px; 
	color: #000000;
}
p.quote {
	margin: 10px 20px 20px 40px;
	padding: 8px 12px 8px 12px;
	border: 1px solid #aaaaaa;
	background-color: #fafafa;
	font-size: 13px; 
	color: #000000;
}


.indent { 
	margin-left: 40px;
}
.ul, .underline { text-decoration: underline; }	



.standoutBox { 
	margin: 20px 0px 20px 0px;
	border: solid 1px #dd1111;
	padding: 8px 8px 8px 8px;
	color: #A4212B;
	font-size: 12px;
	font-weight: 700;
}
.standout { 
	color: #A4212B;
	font-size: 12px;
	font-weight: 700;
}

.updated {
	margin: 0px 0px 0px 0px;
	color: #999999;
	font-size: 9px;
	font-weight: 400;
	text-align: right;
}

h1 span.trademark { font-size: 45%; vertical-align: top; }
h2 span.trademark { font-size: 45%; vertical-align: top; }
h3 span.trademark { font-size: 45%; vertical-align: top; }
p span.trademark  { font-size: 60%; vertical-align: top; }


/* Articles and article manager formatting */

/* Article Catalog (TOC) formatting */

div.articleCatalogSummary  {
	margin: 10px 8px 20px 12px;
	padding: 2px 12px 2px 12px;
	border: 1px solid #aaaaaa;
	background-color: #fafafa;
}
div.articleCatalogSummary p {
	margin: 4px 0px 4px 0px;
	padding: 0;
	font-size: 11px;
}

/* formatting for the stand-alone article page: */


p.articleTitle { 
	margin: 20px 0px 14px 0px;
	font-size: 20px; 
	font-weight: 700;
	color: #330033;
}
p.articleByLine { 
	margin: 0px 120px 10px 40px;
	font-size: 12px; font-weight: 700; margin-top: 0px; 
	margin-right: 120px;
}
p.articleDate { 
	margin: 6px 120px 6px 40px;	
	font-size: 11px; 
	font-weight: 700;
	color: #21376D;
}
p.articleURL { 
	margin: 6px 30px 40px 40px;	
	font-size: 9px; 
	font-weight: 700;
	color: #21376D;
}
div.articleSummary  {
	margin: 10px 20px 30px 40px;
	padding: 6px 12px 6px 12px;
	border: 1px solid #aaaaaa;
	background-color: #fafafa;
}
div.articleSummary p {
	font-size: 13px;
}
div.articleText {
	/* background-color: #fafafa; */
}
div.articleText p {
	padding: 2px 12px 2px 12px;
	font-size: 13px; 
}
p.articleNotes {
	margin: 40px 20px 35px 30px;
	font-size: 10px;
	font-style: italic;
}
div#fairUseDisclaimer {
	font-size: 9px;
	color: #9095A3;
	border-top: solid 1px #C9BDAD;
	border-bottom: solid 1px #C9BDAD;
	margin: 60px 5px 10px 0px;
	padding: 5px 0px 5px 0px;
}
div#fairUseDisclaimer a:link { color: #B5ACAD; }
div#fairUseDisclaimer a:visited { color: #B5ACAD; }


table.articlePulloutNavBox {
	border: solid 1px #990000;
}
table.articlePulloutNavBox tr td {
	margin: 10px 10px 10px 10px;
	font-size: 10px;
}
table.articlePulloutNavBox tr td p {
	margin: 10px 10px 10px 10px;
	font-size: 10px;
}
table.articlePulloutNavBox tr td div.indent {
	margin: 0px 0px 0px 12px;
}

/*  end article CSS */

div.pulloutNavBox {
	width: 200px;
	float: right;
	border: 1px solid #C95F1E;
	background-color: #FFF7DE;
	margin: 5px 10px 15px 30px;
	padding: 15px 15px 15px 15px;
	font-size: 10px;
}


div.pulloutBoxRight {
	width: 200px;
	float: right;
	margin: 5px 10px 15px 20px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #C95F1E;
	background-color: #FFF7DE;
	font-size: 10px;
	line-height: 12px;
}

.question {
	margin: 40px 0px 0px 0px;
	color: #572810;
	font-weight: 700;
	font-style: italic;
}
.answer {
	margin: 4px 0px 10px 30px;
}






table.dataTable tr td {
	font-size: 12px;
	text-align: right;
	padding: 2px 4px 2px 4px;
}
table.dataTable tr td span.th {
	font-weight: 700;
}



table.form {
	background: #FFFFEB; 
	border: 1px solid #dddddd;
}
td.formField {
	font-size: 10px;
}
div.formSubmit {
	margin-top: 20px;
	margin-bottom: 20px;  	
	font-size: 10px;
	text-align: center;
}
input:focus {
	background-color: #FFFFE3;
}



ol li {  /* li implementation is buggy */
	margin: 8px 40px 8px 20px;
	font-size: 13px;
	list-style-position: outside;
	/* display: block; causes ns7 to drop enumeration */
	list-style-type: decimal;
}
ul li {  
	margin: 8px 40px 8px 20px;
	font-size: 13px;
	list-style-position: outside;
	/* display: block; causes ns7 to drop enumeration */
	list-style-type: square;
	list-style-image: url(../images/square_li.gif);
}




div#bottomLinks {
	margin: 35px 0px 40px 0px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div#bottomLinks hr {
	margin: 10px 68px 20px 68px;
}

div#websiteBy  {
	margin: 50px 0px 2px 0px;
	font-size: 10px;
	color: #CACAD9;
	text-align: right;
}
div#websiteBy a:link { color: #CACAD9; }
div#websiteBy a:visited { color: #CACAD9; }
div#websiteBy a:hover { color: #AF5F5F; }

