@charset "utf-8";

/* New York City War Tax Resistance: Main Style Sheet */

/* NOTE: For compliance with Strict XHTML 1.0 DTD, the following declaration
   specifies a border of "none" for the <img></img> tag. */
   
img {
	border: none;
}

/* DECLARATIONS OF AP DIVS */

/* Wrapper for Navigation Bar */

#pageWrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1024px;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
}

#navbar {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #dcdcdc; /* Gainsboro */
	width: 1024px;
	height: 121px;
	border-top: solid 2px #000000;
	border-bottom: solid 2px #000000;
	}

#wtrLetter {
	position: absolute;
	top: 10px;
	left: 10px;
	padding-left: 25px;
	padding-top: 10px;
	border-top: solid 2px #000000;
	border-bottom: solid 2px #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	font-weight: bold;
	color: #fffafa; /* Snow */
	background-color: #6495ed; /* Cornflower Blue */
	width: 100px;
	height: 111px;
}

#rightMast {
	position: absolute;
	top: 12px;
	left: 915px;
	width: 120px;
	height: 121px;
	font-family: Georgia, "Times New Roman", Times, serif;
	/* font-size: .9em; */
	/* color: #6495ed; /* Cornflower Blue */
	background-color: #6495ed; /* Cornflower Blue */
}

#revisionDate {
	position: absolute;
	top: 118px;
	left: 385px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .65em;
	font-style: italic;
	font-weight: bold;
	color: #b22222; /* Firebrick Red */
}

/* NavBar Buttons */

/* FIRST ROW OF BUTTONS */

#homeButton {
	position: absolute;
	top: 10px;
	left: 130px;
	width: 150px;
	height: 45px;
	float: left;
}

#aboutButton {
	position: absolute;
	top: 10px;
	left: 285px;
	width: 150px;
	height: 45px;
	float: left;
}

#firstButton {
	position: absolute;
	top: 10px;
	left: 440px;
	width: 150px;
	height: 45px;
	float: left;
}

#newButton {
	position: absolute;
	top: 10px;
	left: 595px;
	width: 150px;
	height: 45px;
	float: left;	
}

#reportButton {
	position: absolute;
	top: 10px;
	left: 745px;
	width: 150px;
	height: 45px;
	float: left;
}

/* END FIRST ROW OF BUTTONS */

/* SECOND ROW OF BUTTONS */

#historyButton {
	position: absolute;
	top: 58px;
	left: 135px;
	width: 150px;
	height: 45px;
	float: left;
}

#contributeButton {
	position: absolute;
	top: 58px;
	left: 290px;
	width: 150px;
	height: 45px;
	float: left;
}

#blogButton {
	position: absolute;
	top: 58px;
	left: 445px;
	width: 150px;
	height: 45px;
	float: left;
}

#contactButton {
	position: absolute;
	top: 58px;
	left: 600px;
	width: 150px;
	height: 45px;
	float: left;
}

/* END SECOND ROW OF BUTTONS */

/* New York City War Tax Resistance Address and Logo */

#wtrAddress {
	position: absolute;
	top: 136px;
	left: 10px;
	width: 300px;
	height: 125px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	height: 1em;
	color: #191970; /* Midnight Blue */
	float: left;
}

#wtrLogo {
	position: absolute;
	top: 210px;
	left: 10px;
	width: 205px;
	height: 250px;
	float: left;
}

/* Standardized Formatting */

blockquote {
	margin-left: 85px;
	margin-right: 85px;
}

/* Classes for Text Format */

.welcomeHead, .sectionHead, .bodyTxt, .mainHead, .articleHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #191970; /* Midnight Blue */
	margin-left: 35px;
}

.welcomeHead, .sectionHead, .mainHead {
	font-weight: bold;
	font-variant: small-caps;
}

.welcomeHead {
	font-size: 2em;
}

.mainHead {
	font-size: 1.5em;
}

.sectionHead {
	font-size: 1.2em;
	margin-left: 50px;
}

.bodyTxt {
	color: #0000ff;
	margin-left: 35px;
}

.captionText {
	font-size: .85em;
	color: #0000ff;
	text-align: left;
}

.articleHead, .largeArticleHead {
	font-variant: small-caps;
	color: #191970;
	padding-top: 10px;
	padding-bottom: 10px;
}

.articleHead {
	font-size: 1em;
}

.largeArticleHead {
	font-size: 2em;
	margin-left: 35px;
}

.articleText, .callOut, .articleLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin-left: 35px;
}

.articleLink {
	color: #0000ff;
	margin-left: 50px;
}

.externalLink {
	color: #0000ff;
	text-decoration: underline;
	cursor: pointer;
}

.callOut {
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px;
	border-top: solid 2px #191970;
	border-bottom: solid 2px #191970;
}

.callOut35 {
	margin-left: 35px;
}

.reportNav {
	border-collapse: collapse;
	width: 700px;
}
