#login *, #features *{border:0 none;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
	}

/*CHANGES TO HEADER - DIFFERENT LOGO & HIDING NAVIGATION*/
/*#header h1 {background: url(../gui/nyaprs_logo_w_tag_510x70.png) no-repeat;	height: 70px;	width: 510px;}
	#header h1 a {height: 70px;	width: 510px;}*/
	#header {height:105px;margin-bottom:5px;margin-top:20px;}
	#header h1 {background:url("../gui/nyaprs_logo_w_tag_440x96.png") no-repeat scroll 0 0 transparent;	height:96px; width:440px;}
	
/*HOMEPAGE ONLY ELEMENTS IN THE "MAIN" (GLOBAL) DIV*/
	#slideshow {width:635px;height:290px;float:left; margin: 10px 0;}

/*MAIN NAVIGATION BUTTONS - RIGHT OF SLIDESHOW*/
	#buckets {margin:0 0 0 645px;	padding:0;	width: 255px;	list-style:none;}
	#buckets li a{width: 255px;	height: 52px;	display:block;	text-indent: -9999px;}
	/*#buckets li a{width: 255px;	height: 65px;	display:block;	text-indent: 0px; text-align:right; font-size:1.2em; font-weight:bold}*/

	/*Public Policy*/
	#bucket1{margin-bottom:10px;	background: url(../gui/bucket1a.png) no-repeat;}
	#bucket1:hover{background: url(../gui/bucket1a_over.png) no-repeat; }
	/*Peer Services*/
	*#bucket2{margin-bottom:10px;background: url(../gui/bucket2a.png) no-repeat;}
	#bucket2:hover{ background: url(../gui/bucket2a_over.png) no-repeat; }

	/*Services Transformation*/
	#bucket3{margin-bottom:10px;background: url(../gui/bucket3a.png) no-repeat;}
	#bucket3:hover{ background: url(../gui/bucket3a_over.png) no-repeat; }

	/*Community & Economic Development*/
	#bucket4{margin-bottom:10px;	background: url(../gui/bucket4a.png) no-repeat;}
	#bucket4:hover{ background: url(../gui/bucket4a_over.png) no-repeat; }

	/*Cultural Compentency*/
	#bucket5{margin-bottom:0;	background: url(../gui/bucket5a.png) no-repeat;}
	#bucket5:hover{ background: url(../gui/bucket5a_over.png) no-repeat; }

/*FEATURE AREA - BELOW SLIDESHOW & BUTTONS - ABOVE FOOTER*/
#features{width:900px; margin-top:10px;	padding: 10px 0;	-moz-border-radius: 10px;	-webkit-border-radius: 10px;	background: rgb(247,153,29);}
	#features div{-moz-border-radius: 8px;	-webkit-border-radius: 8px;	background: #FFF;	width: 287px;	min-height: 250px; max-height: 250px; max-width: 287px;	float:left;	margin-left:10px;	padding: 10px 0;}
	#features div.clear{	clear:both;	width:0;	height:0;		background:none;	padding: 0;	margin:0;	float:none;	min-height:0;	max-height:0;}
	.spacer{padding-bottom:1%;}

#login{/*1st Feature - Member Login*/}
	#login h3 {
    border: 0 none;
    color: #87191C;
    font-family: Tahoma,Trebuchet MS,sans-serif;
    font-size: 18px;
    font-weight: 600;
    height: 30px;
    line-height: normal;
    margin: 0 10px;
    padding: 0;
    width: 270px;
}
	#login p{	font-size:.7em;	margin-bottom: .2em;	padding: 0 5px;}
	#login form{width: 250px;	margin: 0 10px;	float:right;	text-align:right;	font-size: 80%;}
	#login input[type="text"], #login input[type="password"] {color: #666;	border-color: #CCC;	background: #E8E8E8; width: 125px;	text-align:right;	border-width:1px; border-style:solid; padding: 2px;	margin-bottom: 5px;}
	#login input {	-moz-border-radius: 5px;	-webkit-border-radius: 5px;}
	#login ul{margin-left:1.5em;}
	#login ul li{margin:.5em;}
#promos{/*2nd Feature - Promotional Buttons*/}
	#promos h3{display: none;}
	#promos ul{list-style:none;	margin-left: 8px;}
	#promos li a{	width: 270px;	height: 65px;	display:block; text-indent: -9999px;}
	#promo0{ background: url(../images/conference2.png) no-repeat; }
	#promo1{ background: url(../images/conference.png) no-repeat; }
	#promo2{ background: url(../images/pros.png) no-repeat; }
	#promo3{ background: url(../images/request_training.png) no-repeat; }

/*3rd Feature - eNews Bulletin Updates*/
#news{overflow:auto;}
	#news h1 {
    color: #87191C;
    font-family: Tahoma,Trebuchet MS,sans-serif;
    font-size: 18px;
    font-weight: 600;
    height: 30px;
    margin: 0 10px;
    padding: 0;
    width: 270px;
}
	#news ul{	width: 270px;	list-style:none;	margin-left: 10px;}
	#news li{	margin-bottom: 1em;	font-size:.75em;}
	#news li a{text-decoration:none;color: rgb(3, 87, 143);}
	#news li a:hover{text-decoration:underline;color: rgb(86, 174, 221);}
	#news li h2{font-size:1.2em;	font-family:Arial, Helvetica, sans-serif;	font-weight:bold;}
	#news p{text-align :right;	padding-right: .9em;}

