@charset "utf-8";
/* CSS Document */
*{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	list-style:none;
}

body{
	background:#74a8b5 url(../images/bgBody.jpg) no-repeat top center;
	color:#666;
}

p, address{
	margin:0px 0px 18px 0px;
	line-height:17px;
}

q{
	display:block;
	margin:6px 0px;
}

cite{
	display:block;
	margin:6px 0px;
}

div:after{/* For Gecko Browsers which like to completely break float elements out of the parent's layout */
	content: ".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

img{
	border:0px;
}

a{
	color:#386670;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.hidden-text{
	text-indent:-9999px;
	overflow:hidden;
}

/* BEGIN: Headings ================== */

h1{
	font-size:14px;
	font-weight:bold;
	color:#198D00;
}

h2{
	font-size:13px;
	line-height:17px;
	color:#000000;
}

h3{
	font-size:12px;
}

h4{
	font-size:11px;
	font-weight:bold;
}

/* END: Headings ================== */


/* BEGIN: STRUCTURE ======================================= */

#main{
	width:776px;
	margin:auto;
}

#header{
	background:url(../images/bgHeader.jpg) no-repeat top left;
	height:135px;
	position:relative;
	overflow:visible;
}
#logoScreen{
	width:220px;
	height:169px;
	position:absolute;
	top:15px;
	left:257px;
}
#contactForm{
	width:210px;
	position:absolute;
	top:89px;
	left:523px;
}
#wrapper{
	width:750px;
	margin:auto;
	border:1px solid #3e6d76;
	border-width:0px 1px 1px;
	background:#fff;
}
#content{
	float:left;
	width:490px;
	min-height:513px;
	margin-left:-199px;
	padding:30px;
	background:#fff;
	border-left:199px solid #def4fd;
}
#leftColumn{
	float:left;
	width:200px;
	position:relative;
}
#footer{
	padding:8px 35px;
	text-align:right;
	font-size:10px;
	color:#cdeefe;
}
/* END: STRUCTURE ========================================= */
/* BEGIN: HEADER STYLES =================================== */
#contactForm *{
	vertical-align:middle;
}
#contactForm fieldset{
	border:0px;
	text-align:left;
}
#contactForm label{
	display:block;
	margin:0px 0px 4px;
	font-size:13px;
	font-weight:bold;
	color:#386670;
}

#logoScreen a{
	display:block;
	width:220px;
	height:169px;
	background:url(../images/logoTFNYS-Screen.png) no-repeat;
}
#tagline{
	height:35px;
	background:url(../images/bgTaglineBar.png);
}

/* END: HEADER STYLES ===================================== */
/* BEGIN: LEFT COLUMN STYLES ============================== */

#leftColumn ul{
	width:199px;
	margin:0px 0px 24px;
	border-bottom:1px solid #fff;
}
#leftColumn li{
	width:199px;
	height:29px;
}
#leftColumn li a{
	display:block;
	width:199px;
	height:29px;
	text-indent:-9999px;
	overflow:hidden;
}
#leftColumn li a:hover{
	background-position:0px 29px;
}
#navHome { background-image:url(../images/navHome.png); }
#navEntry { background-image:url(../images/navEntrywaySmokingBans.png); }
#navOutdoor { background-image:url(../images/navOutdoorUsePolicies.png); }
#navHousing { background-image:url(../images/navSmokeFreeHousing.png); }
#navStores { background-image:url(../images/navTobaccoFreeStores.png); }
#navAdvertising { background-image:url(../images/navReducingAdvertising.png); }
#navTobaccoControl { background-image:url(../images/navTobaccoControlWorksNY.png); }
#navSponsorship { background-image:url(../images/navSponsorshipPromotion.png); }
#navRegulations { background-image:url(../images/navTobaccoRegulations.png); }
#navInitiatives { background-image:url(../images/navOtherInitiatives.png); }
#navContacts { background-image:url(../images/navContacts.png); }

#lnkFacebook, #lnkQuitline{
	float:left;
	display:inline;
	margin:0px 0px 16px 7px;
}
#lnkFacebook{
	width:154px;
	height:51px;
	background:url(../images/btnFacebook.png);
}
#lnkQuitline{
	width:188px;
	height:146px; 
	background:url(../images/btnNYSQuitline.png);
}

/* END: LEFT COLUMN STYLES ================================ */
/* BEGIN: HOME PAGE STYLES ================================ */

.icon-row{
	float:left;
	width:465px;
	margin:0px 0px 16px;
	padding:12px 0px 0px;
	border-top:1px solid #ccc;
}
.icon-row li{
	display:inline;
	float:left;
	width:115px;
	height:115px;
	margin-left:20px;
	margin-right:20px;
}
.icon-row li a{
	display:block;
	float:left;
	width:115px;
	height:115px;
	text-indent:-9999px;
	overflow:hidden;
}
.icon-row li a:hover{
	background-position:0px 115px;
}
.icon-row #iconEntry 			{ background-image:url(../images/iconEntrywayBans.png); }
.icon-row #iconOutdoor 			{ background-image:url(../images/iconOutdoorUsePolicies.png); }
.icon-row #iconHousing 			{ background-image:url(../images/iconSmokeFreeHousing.png); }
.icon-row #iconStores 			{ background-image:url(../images/iconTobaccoFreeStores.png); }
.icon-row #iconAdvertising	 	{ background-image:url(../images/iconReducingAdvertising.png); }
.icon-row #iconTobaccoControl 	{ background-image:url(../images/iconTobaccoControlWorksNY.png); }
.icon-row #iconSponsorship 		{ background-image:url(../images/iconSponsorshipAndPromotion.png); }
.icon-row #iconRegulations 		{ background-image:url(../images/iconTobaccoRegulations.png); }
.icon-row #iconInitiatives 		{ background-image:url(../images/iconOtherInitiatives.png); }

/* END: HOME PAGE STYLES ================================== */
/* BEGIN: FOOTER STYLES =================================== */

#footer p{
	margin:1px;
}
#footer a{
	color:#E4F0F5;
}

/* END: FOOTER STYLES ===================================== */

