/* CSS Document */

/* global */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #b0b0b0;
	text-align: center;
	margin: 20px;
}

#wrapper{
	text-align: left;
	margin: 0 auto 0 auto;
	width: 770px;
}

/* header */

#masthead {
	width: 770px;
	background-color:#68aee2;
}

#logo {
	width: 150px;
	padding:15px;
}

#logohome {
	width: 226px;
	background-color:#ffffff;
	padding:15px;
}

#hometopcenter {
	width: 270px;
	background-color:#ffffff;

}

#announcement {
	padding: 10px;
	width: 200px;
	background-color:#002043;
	vertical-align: middle;
	color: #ffffff;
	font-size: 80%;
}

#mainNav {
	width: 420px;
	vertical-align: top;
	margin: 0px;
}

/* topNav */

#topNav {
	width: 770px;
	background-color: #FFFFFF;
}

.search {  
	width: 150px;
	background-color: #ffffff;
	vertical-align:top;
	height:30px;
}

.search input{
	font-size: 70%;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	border:1px solid #999999;
 }
 
.search a:link, .search a:visited {
	font-size: 70%;
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}

.search a:hover {
	color: #84b6d6;
}

#links a {
	display:block;
	font-size:13px;
	color:#204a74;
	border-bottom:2px solid #a0a0a0;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	font-weight:bold;
}

#links a:hover {
	color:#000000;
	background:#e0e0e0;
}

#topNavbl {
	background-color: #67afe3;
}

#topNavbr {
	background-color: #67afe3;
}

/* left navigation */

#leftcol {
	width: 150px;
	background-color: #ffffff;
	vertical-align: top;
	text-align: left;
	max-width: 150px;
}

#leftnav {
	color: #FFFFFF;
	text-align: right;
	padding: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#leftnav a.level1link {
	font-size: 80%;
	color: #FFFFFF;
	text-decoration: none;
}

#leftnav a.level1link:hover {
	color: #b51525;
}

#leftnav a.level1linkactive {
	font-size: 80%;
	color: #b51525;
	text-decoration: none;
}

#leftnav a.level2link {
	font-size: 80%;
	color: #ffffff;
	text-decoration: none;
}

#leftnav a.level2link:hover  {
	color: #b51525;
}

#leftnav a.level2linkactive {
	font-size: 80%;
	color: #b51525;
	text-decoration: none;
}

#leftnav a.level3link {
	font-size: 70%;
	color: #4b78a1;
	text-decoration: none;
}

#leftnav a.level3link:hover {
	color: #b51525;
}

#leftnav a.level3linkactive {
	font-size: 70%;
	color: #b51525;
	text-decoration: none;
}

/* right column content */

#rightcol {
	width: 199px;
	background-color: #f3f7db;
	vertical-align: top;
	max-width: 199px;
}

#rightcontent {
	padding: 10px;
	vertical-align: top;
}

#rightcontent a {
	color: #b51525;
	text-decoration: none;
}

#rightcontent a:hover {
	color: #666666;
}

#rightcontent h1 {
	font-size: 130%;
	color: #ffffff;
}

#rightcontent h2 {
	font-size: 114%;
	color: #4b78a1;
}

#rightcontent h3 {
	font-size: 100%;
	color: #000000;
}

#rightcontent h4 {
	font-size: 100%;
	color: #b51525;
}


#rightcontent p {
	font-size: 70%;
}

#rightcontent blockquote {
	font-size: 80%;
	color: #666666;
}

/* center content */

#centercol {
	background-color: #ffffff;
	width: 420px;
	vertical-align: top;
	max-width: 420px;
}

#centercontent {
	padding: 15px;
	vertical-align: top;
	background:#f3f7db;
}

#centercontent a {
	color: #b51525;
	text-decoration: none;
}

#centercontent a:hover {
	color: #666666;
}

#centercontent h1 {
	font-size: 130%;
	color: #4b78a1;
}

#centercontent h2 {
	font-size: 114%;
	color: #4b78a1;
}

#centercontent h3 {
	font-size: 100%;
	color: #000000;
}

#centercontent h4 {
	font-size: 100%;
	color: #b51525;
}


#centercontent p {
	font-size: 80%;
}

#centercontent blockquote {
	font-size: 80%;
	color: #666666;
}

/* registration */

#registration {
	padding: 15px;
	vertical-align: top;
	font-size: 80%;
}

#registration td {
	padding: 2px;
}

#registration h1 {
	font-size: 130%;
	color: #4b78a1;
}


/* home page */

#homeleftcolcontent1 {
}

.homeleftcolsurvey {
	color: #000000;
	padding: 15px;
	text-align: left;
	font-size:11px;
	width: 150px;
}

.homeleftcolsurvey a {
	color: #b51525;
	text-decoration: none;
}

.homeleftcolsurvey a:hover {
	color: #FFFFFF;
}


#homecentercol {
	background-color: #336699;
	width: 620px;
	vertical-align: top;
}

#homecentercontent {
	width: 620px;
	color: #FFFFFF;
}

#homecentercontent a {
	color: #b51525;
	text-decoration: none;
}

#homecentercontent a:hover {
	color: #666666;
}

#homecentercontent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#homecentercontent p {
	font-size: 80%;
}

#topleft {
	width: 308px;
	vertical-align:top;
	padding-top:25px;
}

.topright {
	width: 308px;
	vertical-align:top;
}

#bottomleft {
	width: 308px;
}

#bottomright {
	width: 308px;
}

/* tan one column page */

#pages1coltan {
	background-color: #f3f7db;
	width: 620px;
	vertical-align: top;
}

#pages1coltancontent {
	padding: 15px;
	vertical-align: top;
}

#pages1coltancontent a {
	color: #b51525;
	text-decoration: none;
}

#pages1coltancontent a:hover {
	color: #666666;
}

#pages1coltancontent h1 {
	font-size: 130%;
	color: #4b78a1;
}

#pages1coltancontent h2 {
	font-size: 114%;
	color: #4b78a1;
}

#pages1coltancontent h3 {
	font-size: 100%;
	color: #000000;
}

#pages1coltancontent h4 {
	font-size: 100%;
	color: #b51525;
}


#pages1coltancontent p {
	font-size: 80%;
}

#pages1coltancontent blockquote {
	font-size: 80%;
	color: #666666;
}

/* blue one column page */

#pages1colblue {
	background-color: #7bb5eb;
	width: 620px;
	vertical-align: top;
}

#pages1colbluecontent {
	padding: 15px;
	vertical-align: top;
}

#pages1colbluecontent a {
	color: #b51525;
	text-decoration: none;
}

#pages1colbluecontent a:hover {
	color: #666666;
}

#pages1colbluecontent h1 {
	font-size: 130%;
	color: #4b78a1;
}

#pages1colbluecontent h2 {
	font-size: 114%;
	color: #FFFFFF;
}

#pages1colbluecontent h3 {
	font-size: 100%;
	color: #000000;
}

#pages1colbluecontent p {
	font-size: 80%;
}

#pages1colbluecontent blockquote {
	font-size: 80%;
	color: #FFFFFF;
}

/* 9/11 living memorial styles */

#memorialintro {
	background-color: #7bb5eb;
	width: 620px;
	vertical-align: top;
}

#memorialintrocontent {
	padding: 15px;
	vertical-align: top;
}

#memorialintrocontent p {
	font-size: 80%;
	padding: 25px;
	line-height: 160%;
}

#memorialrightnav {
	padding: 10px;
	vertical-align: top;
}

#memorialrightnav a {
	color: #b51525;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#memorialrightnav a:hover {
	color: #666666;
}

#memorialrightnav h1 {
	font-size: 114%;
	color: #4b78a1;
}

#memorialrightnav h2 {
	font-size: 114%;
	color: #4b78a1;
}

#memorialrightnav h3 {
	font-size: 100%;
	color: #000000;
}

#memorialrightnav p {
	font-size: 80%;
}

#memorialrightnav blockquote {
	font-size: 80%;
	color: #666666;
}

#nytpogcentercol {
	background-color: #ffffff;
	width: 420px;
	vertical-align: top;
	max-width: 420px;
}


/* calendar table styles */

#calendarsearch {
	width: 100%;
	text-align: right;
}

#calendarsearch input,select{
	font-size: 70%;
 }
 
#calendarsearch a:link, #calendarsearch a:visited {
	font-size: 80%;
	text-decoration: none;
	color: #b51525;
}

#calendarsearch a:hover{
	color: #4b78a1;
}

#calendartable {
	font-size: 80%;
	border: 1px solid #000000;
}

#calendartable h1 {
	font-size: 130%;
	padding: 5px;
}


.td01 {
	width: 84px;
	height: 20px;
	text-align: center;
	color: #000000;
	vertical-align: middle;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

.td02 {
	background-color: #ffd480;
	height: 63px;
	width: 84px;
	padding: 4px;
	vertical-align: top;
}

.td03 {
	height: 63px;
	width: 84px;
	padding: 4px;
	vertical-align: top;
}

/* calendar styles */

.date {
	font-weight: bold;
	color: #4b78a1;
}

/* viewer styles */

#viewertable {
	font-size: 80%;
	border: 1px solid #000000;
}

#viewertable h1 {
	font-size: 130%;
	padding: 5px;
}

#viewerheading {
}

#viewercenter {
	height: 380px;
	width: 380px;
	text-align: center;
	vertical-align: middle;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

#viewercaption {
	width: 330px;
	padding: 3px;
}

.viewerarrow {
	vertical-align: top;
	padding: 5px;
}

.counter {
	text-align: center;
	vertical-align: middle;
}

/* content class styles */

.padboxcontent {
	padding: 32px;
	padding-top:20px;
	font-size:13px;
}

.subheading {
	font-size: 80%;
	color: #ffffff;
}

.headingdivide {
	font-size: 100%;
	color: #FFFFFF;
}

.memorialname {
	font-size: 90%;
	color: #b51525;
}


.leftimage {
	margin-right: 10px;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 0px;
}

.rightimage {
	margin-left: 10px;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
}

.centerimage {
    display: block;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
}

.smallText {
	font-size: 70%;
	}

.clearit {
clear: both;
}

.flushright {
	text-align: right;
}

/* footer */

#footerleft {
	background-color: #ffffff;
	line-height: 40px;
	width: 150px;
}

#footerright {
	background-color: #ffffff;
	line-height: 40px;
	width: 200px;
	text-align: center;
}

#footerright a {
	color: #666666;
	text-decoration: none;
	font-size: 50%;
}

#footerright a:hover {
color: #999999;
}


#footercenter {
	background-color: #ffffff;
	width: 420px;
	color: #b51525;
	font-size: 70%;
}

#footercenter a {
	color: #b51525;
	text-decoration: none;
}

#footercenter a:hover {
color: #4b78a1;
}

.style6 {
	color:#ffffff;
}

/* popup css */
.popUpStyle {
	background-color: #FFFF99;
	border: #CCCC00 1px solid;
	/* width: 100px; */
	font: 12px arial, helvetica, sans-serif; padding: 5px;
	position: absolute; visibility: hidden
}




/*updates*/

a.button {
	display:block;
	padding:5px;
	background-color:#7bb5eb;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}

a.button:hover {
	background-color:#7bb5fe;
	color:#000000;
}

#bg {
	background-color:#f3f7db;
}
