HTML {
	height:100%;
}


BODY {
	margin-top:0;
	margin-left:0;
	color : #333333;
	background-color: #346667;
	/* per article at http://www.clagnut.com/blog/348/ 
		"This takes 16px down to 10px, which apart from being less huge is a nice round number. 
		From now on it's easy to think in pixels but still set sizes in terms of ems: 
		1em is 10px, 0.8em is 8px, 1.6em is 16px, etc."
	*/
	font-size:62.5%;	
}


A {
	color : Maroon;
	background-color:inherit;
	text-decoration: none;
	border-bottom : thin dotted Silver;
}


Img {
	border:0;
}

.ImageLink {
	border-bottom : 0;
}


A:HOVER {
	border-bottom : thin double Maroon;
}

A:VISITED {
	color : #570000;
	background-color:inherit;
}


H1 {
	font-family : "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 2.3em;
	color : #336666;
	background-color:white;
	margin-bottom : 20px;	
	font-variant : small-caps;
}


P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
	color : #333333;	
}

TD {
	/* font-family: "Courier New", Courier, monospace; */
	font-size: 1em;	
}

.nameAnchor, .nameAnchor:HOVER {
	border-bottom : 0;	
	color: #333333;	
	font-style : normal;
}


.alphaSelector > a {
	font-size: 1em;
	font-family: Arial;
	color: maroon;
	font-style: normal;
	font-weight: bold;
}

.homePageSection {
	font-size: 1.8em; 
	color: #336666; 
	font-family: Arial; 
}

#WorkingWritersTile {
	float:left; 
	background-color: #CCFFCC;
	width:248px;	
	padding: .8em;
	margin-right: 10px;
}

#WorkingWritersTile > p {
	background-color: #CCFFCC;
	color:#999999; 
	font-family:Arial; 
	font-size:.9em;	
	line-height: 1.2em;
}

#CantFindSomeoneTile {
	float:right;
	background-color:#FED9B3;
	width:250px;
	padding:.8em;	
}

#CantFindSomeoneTile > p {
	background-color: #FED9B3;
	color:#999999; 
	font-family:Arial; 
	font-size:.9em;
	line-height: 1.2em;
}

#RemainderedBooksTile {
	float:right;
	background-color: #FCE2AF;
	width: 250px;
	padding: .8em;
	margin-top: 1.2em;	
}

#RemainderedBooksTile > p {
	background-color: #FCE2AF;
	color:#999999; 
	font-family:Arial; 
	font-size:.9em;
	line-height: 1.2em;
}

.downplayed {
	color:#999999; 
	font-family:Arial;
}

/* ================== FORM OBJECT STYLES */


p#fm-intro {
    margin: 0;
}

form {
    margin: 0;
    padding: 0;
}

fieldset {
	margin: 1em 0;
	border: none;
	border-top: 1px solid Gray;
	border-left: 1px solid Gray;
	font: 12px arial,verdana,sans-serif;
}

legend {
	margin: 2em 0;
	padding: 0 .5em;
	color: #036;
	background: transparent;
	font-size: 1.3em;
	font-weight: bold;
	text-transform : lowercase;
	text-align : right;
}

label {
	float: left;
	width: 150px;
	padding: 0 1em;
	text-align: right;
	clear : left;
}

fieldset div {
    margin-bottom: .5em;
    padding: 0;
    display: block;
}

fieldset div input, fieldset div textarea {
	width: 250px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
}

fieldset div select {
    padding: 1px;
}


fieldset p {
	font-size:1em;
	margin-top:0px;
}

.fm-extDesc {
	font-style : italic;
	font-weight: normal;
	margin-top: 0px;
}


div.fm-multi div {
	margin: 0 0 2em 1em;
	clear:both;
}

div.fm-multi input {
    width: 1.2em;
	border: 0;	
}


div.fm-multi label {
    display: block;
    width: 200px;
    padding-left: 5em;
    text-align: left;
}

#fm-submit {
  clear: left;
  padding-top: 1em;
	padding-bottom:1em;
  text-align: center;
	margin-top: 5em;
	/*border-bottom: 1px solid #ccc;*/
}

#fm-submit input {
	/*border: 1px solid #333;*/
	padding: 2px 1em;
	/*background: #346667;
	color: #ffffff; */
	font-size: 100%;
	width:125px;
}

input:focus, textarea:focus {
	/*background: #efefef;
	*/
	color: #000000;
	border : 2px inset Green;
}

    
/* required fields - does not work in IE */
fieldset div.fm-req {
	font-weight: bold;
	overflow : auto;
}

fieldset div.fm-opt {
	overflow : auto;
}

fieldset div.fm-req label:before {
     /*content: "* ";*/ /* does not work in IE */
	
}


/* ================== HEADER */


#header {
	margin-left : 8px;
	width : 943px;
	height: 117px;
}


#treeLogo {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: 24px;

}


#mastheadTitle {
	margin-left: 268px;
	margin-top:6px;
}


#nysLitMap {
	margin-left : 33px;
	margin-right : -12px;
	margin-bottom : 4px;
}


#nycLitMap {
	margin-bottom : 4px;
}

#printOnlyHeader{
	display:none;
}


/* ================== TOP NAV */


#topNav {
	color : #336666;
	background-color : #CCFFCC;
	width: 943px;
	height: 52px;
	margin-left: 8px;	
	font-family : "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 1.6em;
	padding-top : 9px;
	text-indent : 20px;
	line-height : 12px;
	overflow : visible;
}

#topNavWrapper {
	margin-left:280px;
}


#topNav ul {
	margin: 0;
	padding: 0;	
	display: inline;
}

#topNav ul li {
	margin-left:10px;
	margin-right:10px;
	padding:0;
	display: inline;
	color:#336666;
	background-color:inherit;
	text-transform : uppercase;
}

#topNav ul li a {
	border:0;
}


#topNavHairLine {
	margin-left: 283px;
	margin-top:8px;
}

#subTopNav{
	padding-top:6px;
	padding-bottom:6px;
	height:20px;
	text-align: right;
}

#topNavViewToggle {
	margin-left:32px;
	margin-right: 32px;
	vertical-align : middle;
	cursor : pointer;
}

/*
#topNavDomainName {
	margin-left: 290px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight : bolder;
	font-size:1.1em;
	padding-bottom:8px;
}
*/



#twoColumnBody {
	color:inherit;
	background-color: #CCFFCC;
	width:943px;
	margin-left: 8px;	
	display:table;
}




/* ================== LEFT SIDEBAR NAVIGATION */


#leftNav {
	/* next 2 lines are a hard hack, since left nav was bouncing all over the damn place */
	position:absolute;
	top: 187px;	
	padding:0 2em 0 2em;
	text-align : left;
	width: 240px;
	margin-top: 83px;
	float: left;
	height:100%;
	line-height: 1.28;
	/* hack for IE not putting my content area where it belongs */
	display: inline;
	font-family: Arial, sans-serif;
	font-size: 1.2em;	
}

#leftNav > .homePageSection {
	font-size: 2em;
	margin-bottom: .5em;
	text-align:center;
	color:black;
}

#leftNav > .event {
	margin-bottom: 1.5em;
}

#leftNav > .event > .name {
	font-style: italic;
	/* white-space: nowrap; */
}
                  


/* level 1 menu group */
#leftNav ul {
	margin-top:0px;
	margin-bottom:1.1em;
	padding:0px;
	margin-left:0px;	
	list-style-type: none;
}



#leftNav ul li {
	list-style-type : none;
	color : #336666;	
	line-height: 24px;
	padding-left: 26px;
}


#ExploreNewYork {
	margin-left: 32px;	
}


.libraryIcon {
	background: transparent url('/images/library-icon-19x24.gif') no-repeat;	
}

.bookIcon {
	background: transparent url('/images/book-icon-20x18.gif') no-repeat;
	background-position: 0 3px;
}

.cameraIcon {
	background: transparent url('/images/camera-icon-17x14.gif') no-repeat;
	background-position: 0 5px;
}

.magnifyingGlassIcon {
	background: transparent url('/images/magnifying-glass-20x18.gif') no-repeat;	
}


/* ================== LEFT SIDEBAR OTHER OBJECTS */


#leftNavLogos {
	text-align : left;
}



#nyscaLogo {
	clear:both;	
	margin:30px 0px 15px 30px;
}


#bhpLogo {
	clear:both;
	margin:15px 0px 15px 30px;
}


#accessibilityInfo {
	text-align:center;
	margin-left:30px;	
	color:inherit;
	background-color: #CCFFCC;
}


/* ================== PAGE CONTENT/BODY */


#mainContent {
	float:right;
	color:inherit;
	background-color:#FFFFFF;	
	width:560px;
	margin: 0px 32px 0px -265px;	
	padding: 15px 30px 15px 30px;	
	/* hack for IE not putting my content area where it belongs */
	display: inline;
}

#contentHairLine {
	display:none;
}	

#accountLink {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.1em;
	text-align:right;
	float:right;
	font-weight:bold;
	font-style : italic;
}

/* min-height IE hack according to
	http://www.greywyvern.com/code/min-height-hack
 */
.prop {
	/* adjust this next line if the left nav bar content grows or shrinks in height; it makes the content area the same height as the left nav */
	height: 800px;
	float: right;
	width: 1px;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
/* end hack */

#contentText {
	color : #333333;
	background-color:inherit;
	/* text-align : justify; */
	font-size:1.4em;
	line-height:1.5em;
}

#contentText a {
	font-weight:bold;
	font-style : italic;
	line-height:1.5em;
}




#postContentHairline {
	display:none;
}



/* ================== POST-CONTENT STATIC OBJECTS */


#postContentWrapper {
	
}

#authorIcons {
	margin-top:30px;
	text-align:center;
}


#bottomNav {
	margin-top: 15px;	
	text-align:center;
	font-family : "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 1.4em;
	padding:0;
	
}


#bottomNav ul {
	margin: 0;
	padding: 0;
	display: inline;
}


#bottomNav ul li {
	margin-left:5px;
	margin-right:5px;
	padding:0;
	display: inline;
	color:#336666;
	background-color: inherit;
	text-transform : uppercase;
}


/* ================== FOOTER */


#footer {
	clear:both;
	color: inherit;
	background-color : #CDFFCC;
	margin-left : 8px;
	width : 943px;
	height: 30px;
	padding-top:10px;
}


#footerCredits {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	background-color: inherit;
	margin-left : 301px;	
}






#NYSLitMapLarge {
	position:absolute;
	top: 75px;
	left: 275px;
	visibility:hidden;
	/*
	opacity:0;
	width:640px;
	*/
}

#NYSMapLI {
	border-style:outset;
	border-color: red;
	border-width:10px;
}

#NYCLitMapLarge {
	position:absolute;
	top: 75px;
	left:275px;
	visibility:hidden;
	/*
	opacity:0;
	width:640px;
	*/
}

#NYCMapLI {
	border-style:outset;
	border-color: red;
	border-width:10px;
}


#PleaseWait {
	position:absolute;
	top: 300px;
	left:500px;
	border-style:outset;
	border-color: green;
	border-width:5px;
	visibility:hidden;
	font-size:2em;
	color:white;
	background-color:green;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.listTable td {	
		border: 1px solid #ECE9D8;
}