body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(images/cssimages/body_bkgrd.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#wrapper {
width: 855px;
}

#a1, #a2, #c1, #c2, #bb1, #bb2 {
	display:none;	
	}
	
#a, #a1, #a1 #aa1, #a1 #aa2, #a2, #a2 #aa1, #a2 #aa2, 
#b, #b1, #b1 #bb1, #b1 #bb2, #b2, #b2 #bb1, #b2 #bb2,
#c, #c1, #c1 #cc1, #c1 #cc2, #c2, #c2 #cc1, #c2 #cc2 {
	background-image: none;	
	height: auto;
	background-color:#FFFFFF;
	}
	
#b {
	background-image: url(images/cssimages/content_bkgrd.gif);
	background-repeat: repeat-y;
}


#b1 {
	width: 67%;
}

#b2 {
	width: 30%;
}


.bodyprint {
	background: #FFFFFF url(../june07/styles/none) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}


.picftright {

float:right;
margin: 5px;
}


.picftleft {

float:left;
margin: 5px;
}

.center {
margin:0 auto;
}

.subcontent p.indent {
	padding-left: 110px;
}

.subcontent h2.indent {
	padding-left: 110px;
}


#stateheader {
	margin: 0;
	padding:31px 0 0 10px ;
	width: 530px;
	height: 60px;
	background-image: url(ny/stateheader.jpg);
	background-repeat: no-repeat;
}

h2.statesubhead {
	margin: 0;
	padding: 0;
	padding-top: 12px;
	padding-left: 10px;
	font-size: 120%;
	font-weight: normal;
	color: #006600;
	
}


.sectionheader {
	width: 97%;
	background-color: #3f78b7;
	padding: 5px 5px 5px 10px;
	margin-bottom:  10px;
	border: solid #386698 1px;
	
}

.content .sectionheader h1, .content #stateheader h1 {
	margin: 0;
	padding: 0;
	font-size: 150%;
	color:#FFFFFF;	
}

.content .sectionheader h1.floatleft {
	float:left;	
}

.content .sectionheader p {
	margin: 0;
	padding: 0;
	margin-top: 8px;
	font-size: 95%;
	color:#66CC66;
	float:right;
}




.content .subcontent {
	margin: 0;
	padding: 0;
	padding: 5px;
	margin:  0 5px 15px 10px;
	border-top: solid #E6E6E6 1px;
	border-bottom: solid #E6E6E6 1px;
	clear:both;
	background-image: url(images/cssimages/subcontent_bkgrd.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	
}

.content .subcontent h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	
}



/* Content */


#breadcrumb {
	font-size: 90%;
	margin: 0;
	padding: 0;
	padding: 15px 0 0 48px;
	background-color: #FFFFFF;
	color: #999999;
	height:1%
}

#breadcrumb a, #breadcrumb a:visited {
	color: #999999;
}

.content {
	margin: 0;
	padding: 0;
	padding: 15px 0 45px 48px;
	background-color: #FFFFFF;
	height:1%
}


.content h1 {
	margin: 0;
	padding: 0;
	font-size: 150%;
	color:#FFFFFF;
}

.content h2 {
	padding: 10px;
	font-size: 120%;
	color:#155787;
}

h2.statesubhead {
	margin: 0;
	padding: 0;
	padding-top: 12px;
	padding-left: 10px;
	font-size: 120%;
	font-weight: normal;
	color: #006600;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
}

.content h3 {
	padding-top: 12px;
	padding-left: 10px;
	font-size: 120%;
	font-weight: normal;
	color: #006600;
}

.content h4 {
	padding-top: 8px;
	padding-left: 10px;
	font-size: 100%;
	font-weight: bold;
}

.content p {
	font-size: 90%;
	line-height: 140%;
	padding: 5px 10px;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}


.content table {
	margin: 10px;
}

.content td {
	font-size: 90%;
	line-height: 120%;
	padding: 5px;
}
.content th {
	font-size: 90%;
	line-height: 120%;
	padding: 5px;
	font-weight: bold;
}

.content ul, .content ol {
	line-height: 140%;
	padding: 10px;
}

.content li {
	margin-left: 20px;
	margin-bottom: 10px;
}

.content blockquote {
	margin: 0;
	padding-left: 20px;
	border-left: 10px solid #E6E6E6;
	font-style: italic;
	color: #9A9A9A;
}

.content blockquote * {
	line-height: normal;
}

.content a {
	color: #155787;
}

.content a:hover {
	text-decoration: underline;
}

.content img {
	border: none;
	margin: 7px;
}

.content img.left {
	float: left;
	margin: 0 15px 0 0;
}

.content img.right {
	float: right;
	margin: 0 0 0 15px;
}

.content hr {
	display: none;
}

.content ol.lowercase {
	list-style-type: lower-alpha;
}


.content .leftcol{
	margin: 0;
	padding: 0;
	float: left;
	width: 230px;
}

.content .rtcol{
	margin: 0;
	padding: 0;
	float: right;
	width: 230px;
}

.content #aboutFB {
	width:528px;
	margin-top: 15px;
	background-color: #F3F3F3;
	background-image:url(images/cssimages/aboutfb_bkgrd.jpg);
	clear: both;
	background-repeat: no-repeat;
}

.content #aboutFB div {
	padding: 85px 15px 15px 15px;
}



.content .col1 {
	margin: 0;
	padding: 0;
	width: 49%;
	float:left;
}

.content .col2 {
	margin: 0;
	padding: 0;
	width: 49%;
	float:left;
}


img.gameicon {
	float: left;
	margin: 2px 15px 15px 0;
	border: solid #CCCCCC 1px;
}


#topbannerset {
	width: 528px;
	background-color: #FFFFFF;
	padding-botom: 15px;

}

#topbannerset table, #topbannerset table img, #topbannerset table a {
	padding:0;
	margin: 0;

}

#featureset {
	width: 528px;
	font-size:105%;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

#featureset_rt {
	margin: 0;
	padding: 0;
	font-size:105%;
	margin-top: 15px;
	background-color: #F6F6F6;
	
}


#featureset p {
	line-height: 100%;

}

.content .downloads ul {
	margin: 0;
	padding: 0 0 0 10px;
	}


.content .downloads li {
	margin: 0;
	padding: 0;
	padding: 0 0 5px 25px;
	list-style-type: none;
}

.content li.word {
	background-image:url(images/icons/word.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 0 5px 25px;
	list-style-type: none;
}

.content li.pdf {
	background-image:url(images/icons/pdf.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 0 5px 25px;
	list-style-type: none;
}



#infocus {
	width: 172px;
	height: 178px;
	background-color: #F6F6F6;
	float:left;
	margin-right: 6px;
	background-image: url(images/infocus.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}


#relatedinfo {
}
#relatedinfo p {
	font-size: 80%;
	line-height:100%;
}

#relatedinfo a {
	font-weight: bold;
}

#relatedinfo a:visited {
	font-weight: bold;
}



#downloads {
	background-color: #F6F6F6;
	width: 172px;
	height: 178px;
	float:left;
	margin-right: 6px;
	background-image: url(images/downloads.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}

#interactive {
	background-color: #F6F6F6;
	width: 172px;
	height: 178px;
	float:left;
	background-image: url(images/interactive.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}

#pollen {
	width: 172px;
	height: 120px;
	float:left;
	margin-right: 6px;
	background-image: url(images/infocus.jpg);
	background-repeat: no-repeat;
}

#banner {
	width: 350px;
	height: 120px;
	float:left;
	margin-right: 6px;
	background-image: url(images/infocus.jpg);
	background-repeat: no-repeat;
}













/* Logo */

#logo {
	float: left;
	padding-top: 0px;
	background: url(../june07/styles/images/img02.gif) no-repeat left bottom;
}

#logo img {
	border: none;
}

#logo h1, #logo h2 {
	margin: 0;
	padding-left: 60px;
	font-weight: normal;
	color: #E06529;
}

#logo h1 {
	font-weight: bold;
}

#logo h2 {
	font-size: 92%;
}

#logo a {
	text-decoration: none;
}









/* Top Menu */

#topmenu {
	float: right;
}

#topmenu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline;
	color: #155787;
}

#topmenu a {
	padding: 0 5px;
	text-decoration: none;
	font-size: 90%;
}

#topmenu a:hover {
	text-decoration: underline;
}

#topmenu .first a {
	border: none;
}

#topmenu #access {
	margin: 0;
	padding: 0;
	color: #71bf44;
	text-align: right;
}

#topmenu #access ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topmenu #access li {
	display: inline;
	color: #71bf44;
}

#topmenu #access a {
	padding: 0 5px;
	text-decoration: underline;
	font-size: 90%;
	color: #71bf44;
}

#topmenu #access a:hover {
	text-decoration: underline;
}

#topmenu #access li a.med {
	margin: 0;
	padding: 0;
	font-size: 105%;	
	text-decoration: underline;
}

#topmenu #access li a.large {
	margin: 0;
	padding: 0;
	font-size: 115%;
	text-decoration: underline;	
}








/* Headers */
#header {
	width: 760px;
	height: 105px;
	margin: 0 auto;
	background-image: url(images/cssimages/header_bkgrd.jpg);
}

#header1 {
	width: 760px;
	height: 75px;
	margin: 0 auto;
}

#header2 {
	width: 760px;
	margin: 0 auto;
	height: 175px;
	background-image: url(images/tall_banner.jpg);
	background-color: #71BF44;
	background-repeat: no-repeat;
	background-position: left center;
}

#logo h1 {
	display: none;
}







/* Side Bar */


#sidebar {
	margin: 15px 48px 45px 0 ;
	padding: 0;
	background-color: #F6F6F6;
}


#sidebar #featureset_rt h2 {
	background-image:none;
}

#sidebar #featureset_rt p {
	margin-left: 10px;
}

#sidebar #news {
	margin: 0 auto;
	padding: 0;
	float:none;
	text-align: left;
	width: 172px;
	height: 178px;
	background-image: url(images/news.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}


#sidebar #infocus {
	margin: 0 auto;
	padding: 0;
	float:none;
	text-align: left;
}


#sidebar #downloads {
	margin: 0 auto;
	padding: 0;
	float:none;
}

#sidebar #interactive {
	margin: 0 auto;
	padding: 0;
	float:none;
}


#sidebar .title {
	margin: 0;
	padding: 0;
	padding: 15px 10px 10px 10px;
	background-image: url(images/img06.gif);
	
}

#sidebar #title h1 {
	font-size: 115%;		
}


#sidebar h1 {
	margin: 0;
	padding: 6px 0 6px 10px;
	font-size: 125%;
	font-weight: bold;
	color: #155787;
	background-repeat: no-repeat;
	background-image: url(images/img06.gif);
}

#sidebar h2 {
	margin: 0;
	padding: 6px 0 6px 10px;
	font-size: 100%;
	font-weight: bold;
	color: #155787;
	background-repeat: no-repeat;
	background-image: url(images/img06.gif);
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
	padding: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	background-color: #F6F6F6;
}

#sidebar li {
	margin: 0;
	padding: 2px 0;
	background-color: #F6F6F6;
}

#sidebar a, #sidebar a:visited {
	margin: 0;
	padding: 3px 5px 3px 15px;
	text-decoration: none;
	display: block;
	color: #333333;
}

#sidebar a:hover {
	text-decoration: none;
	background-color: #DCDCDC;
}

#sidebar .first {
	border: none;
}





/* Sidebar NAV */

#sidebar #sidebarnav {
	background-color: #F6F6F6;
	margin: 0;
	padding: 10px 0;
}

#sidebar #sidebarnav ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	line-height: 110%;
}

#sidebar #sidebarnav li {
	background-color: #F6F6F6;
	margin: 0;
	padding: 2px 0;
}


#sidebar #sidebarnav h2 {
	margin: 0;
	padding: 6px 0 6px 10px;
	font-size: 100%;
	font-weight: bold;
	color: #3B71B8;
	background-repeat: no-repeat;
	background-image: url(../images/img06.gif);
}

#sidebar #sidebarnav a {
	margin: 0;
	padding: 2px 0 2px 8px;
	text-decoration: none;
	display: block;
	font-size: 90%;
}

#sidebar #sidebarnav a:hover {
	text-decoration: none;
	background-color: #DCDCDC;
}




/* Footer */

#footer-wrapper {
	background-image: url(images/banner_stripe_tall.jpg);
	background-repeat: no-repeat;
	background-position: center -105px;
	background-color: #FFFFFF;
	height:200px;
}

#footer {
	margin: 0 48px;
	padding: 6px 0 10px 0;
	
}

#footer p {
	line-height: normal;
}

#footer a {
	color: #666666;
}

.legal {
	background-image: url(images/sp_logo.gif);
	background-repeat: no-repeat;
	background-position: 10px 2px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 10px;
	font-size: 90%;
	margin-top: 20px;
}

#links {
	padding: 10px 0 0 0;
}

.search {
	clear: right;
	float: right;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 350px;
	text-align:right;
}










a.bannerbutton {
	display: block;
	background-color: transparent;
	background-image: url(images/banner_buttons_bg.gif);
	background-position: 0 0px;
	background-repeat: no-repeat;
	width: 200px;
	height: 50px;
	margin:0px;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	font-size: 17px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
a.bannerbutton:link, a.bannerbutton:visited {
	color: #FFFFFF;
}
a.bannerbutton:hover, a.bannerbutton:active {
	background-position: 0 -99px;
	color: #FFFFFF;
	font-weight: normal;
}
#splash table {
	font-size: 18px;
}



p.footnote {
	font-size: 75%;
	color: #000000;
	border-top: solid #CCCCCC 1px;
	margin-top: 10px;
}
.smalltext {
	font-size: 90%;
}
#surveybox {
	font-size: 100%;
	line-height: 130%;
	margin-left: 8px;
	margin-right: 8px;
}




/* Homepage Buttons */

a.button, a.buttonDis {
	display: block;
	background-color: transparent;
	background-image: url(images/buttonBackground2.gif);
	background-position: 0 -0px;
	background-repeat: no-repeat;
	width: 150px;
	height: 26px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	margin: 0px auto;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;
}
a.button:link, a.button:visited {
	color: #FFFFFF;
}
a.button:hover, a.button:active {
	background-position: 0 -34px;
	color: #155787;
	font-weight: bold;
	text-decoration: none;
}
a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
	background-position: 0 -70px;
	color: #CCCCCC;
	cursor: default;
}
.featuretable {
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: -2px;
}
.featurecontent {
	background: url(images/img10.gif) no-repeat;
	line-height: 130%;
	font-size: 90%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}




/* printer friendly and PDF download tool box */

.toolbox {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	width: 200px;
}
.comingsoon {
	background-color: #FFFF66;
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	font-weight: bold;
}
.sitemapheader {
	color: #FFFFFF;
	background-color: #4D85C5;
}
