@charset "UTF-8";
/* CSS Document */

/*--------------- social Navigation ------------------*/

.social_nav{
     width:309px;
	 height:261px;
	 margin-left:-7px;
	 margin-top:26px;
}

.social_nav li{
        list-style: none;
		width:309px;
		display:block;
}

.social_nav a { 
        height:100%;
		width:100%;
		display:block;
}

li.bw{background:url(../images/right_connect.jpg) no-repeat 0px 0px;
      width:309px;
	  height:98px;
}	  

a.facebook{
         background:url(../images/right_connect.jpg) no-repeat 0px -98px;
		 width:309px;
		 height:38px;
}

a.facebook:hover{
                            background:url(../images/right_connect.jpg) no-repeat -309px -98px;
						    height:38px;
		                    width:309px;
}

a.twiiter{
          background:url(../images/right_connect.jpg) no-repeat 0px -136px;
		  height:38px;
		  width:309px;
}

a.twiiter:hover{
                                  background:url(../images/right_connect.jpg) no-repeat -309px -136px;
								  height:38px;
		                          width:309px;
}

a.youtube{
           background:url(../images/right_connect.jpg) no-repeat 0px -174px;
		   height:39px;
		   width:309px;
}

a.youtube:hover{
                                    background:url(../images/right_connect.jpg) no-repeat -309px -174px;
								    height:39px;
		                            width:309px;
}

a.rss{
           background:url(../images/right_connect.jpg) no-repeat 0px -213px;
		   height:48px;
		   width:309px;
}

a.rss:hover{
                                     background:url(../images/right_connect.jpg) no-repeat -309px -213px;
								     height:48px;
		                             width:309px;
}

/*-------------------- end navigation ------------------------*/
