/* 	NY Biz/Bio Global CSS
	Version 1.0
	Date: 05/07/08
	By: Lorie Egan
	
	Color Palette:
	Blue:   #00397B
	LtBlue: #0050A8
	Red:    #F41F00
	Yellow: #FFD600
===================================================
*/

/*
===================================================
Global Reset
===================================================
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
====================================================
Global Styles
====================================================
*/

html {
	background: none;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: auto 3em auto 3em;
	}

/*
====================================================
Header Styles
====================================================
*/	
#top {
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	}

#bar{
	background-color: none;
	}

	
#title {
	padding: 1em;
	}

	#title h3 {
		font-size: 12pt;
		font-weight: normal;
		}
			
	#title h1 {
		font: bold 18pt "Trebuchet MS", Verdana, Tahoma, sans-serif;
		}
	
	#title h3 a {
		text-decoration: none;
		color: #666;
		}

	#title h1 a {
		text-decoration: none;
		color: #000;
		}
		
.molecule {
	display: none;
	}

/*
====================================================
Navigation Styles
====================================================
*/
	
#nav {
	display: none;
	}
	
/*
====================================================
Primary Content Styles
====================================================
*/	

#container {
	padding: 1em;
	}
	
#meat {
	}
	
	#meat h2 {
		color: #000;
		padding-bottom: 0.25em;
		font-size: 16pt;
		font-weight: bold;
		}
		
	#meat h3 {
		padding-top: 0.5em;
		color: #333;
		font-size: 14pt;
		font-weight: normal;
		border-bottom: #333 solid 1pt;
		}
		
	#meat h4 {
		font-weight: bold;
		}
	
	#meat p {
		padding: 0.2em 0;
		line-height: 1.5em;
		font-size: 11pt;
		}
	
	#meat p a:after, #meat li a:after { 
		content:" [" attr(href) "] ";
		}
	
	#meat a:link, #meat a:visited {
		color: #666;
		text-decoration: none;
		}
	
	#meat .pdfdisclaimer {
		display: none;
		}
	
	.map {
		padding-top: 1em;
		}
	
	.map a:link {
		display: none;
		}
		
#meat fieldset li {
	float: left;
	clear: left;
	width: 95%;
	line-height: 1.5em;
	display: inline;
	padding-top: 0.25em;
	}
	
#meat label {
	float: left;
	width: 100pt;
	margin-right: 1em;
	}

#meat label.addl {
	float: none;
	}
	
#meat fieldset.addl {
	margin-bottom: 1.25em;
	}
		
#meat #submitButton {
	font-family: "Trebuchet MS", Myriad, Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	margin-left: 115px;
	color: #000;
}

#meat #sendButton {
	font-family: "Trebuchet MS", Myriad, Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	margin: 15px 0 0 150px;
	color: #000;
}

#meat dl {
	padding: 0.5em 0 0.5em 0;
	line-height: 1.5em;
	}	

/* Content List Styles */
	#meat ul {
		margin-left: 0.5em;
		padding: 0.25em 0;
		line-height: 1.5em;
		font-size: 11pt;
		}
	
	#meat .liheader {
		font-weight: bold;
		}

	#meat .nest {
		list-style-image: url(images/pdficon_small.gif);
		}

	#meat li li a {
		padding-left: 1em;
		font-weight: normal;
		}
	
/*
====================================================
Register Now Banner Styles
====================================================
*/
#registernow {
	display: none;
	}
	
/*
====================================================
Footer Styles
====================================================
*/
#footer {
	padding-top: .75em;
	border-top: 2pt solid #666;
	color: #000;
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
	}
	
	#footer address {
		font-style: normal;
		}
	
	#footer a:link, #footer a:visited {
		color: #000;
		text-decoration: none;
		}

.squares {
	display: none;
	}