@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* Base default style sheet for Greer Chamber                         */
/* Last Updated: 10.21.09 by Cory Perry                               */
/*--------------------------------------------------------------------*/

/* global defaults (reset.css)
--------------------------------------------------------*/
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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {border: 0;}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

object, embed {
	z-index: 100;
}


/**** clears and spacers *****/
.dottedRule { height:0px; border-bottom:1px dotted #ccc;}
.clear0 {clear:both; height:0px; overflow:hidden;}
.clear5 {clear:both; height:5px; overflow:hidden;}
.clear10 {clear:both; height:10px; overflow:hidden;}
.clear15 {clear:both; height:15px; overflow:hidden;}
.clear20 {clear:both; height:20px; overflow:hidden;}
.clear30 {clear:both; height:30px; overflow:hidden;}
.clear100 {clear:both; height:100px; overflow:hidden;}

/* span styles---------------------------------*/

span.bold {font-weight: bold;}

/* main body styling---------------------------*/
body {
	background: #E2F1DF;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #353434;
	font-family:"Lucida Grande", Verdana, Helvetica, Tahoma, sans-serif;
}

/* headers-------------------------------------*/
/* specific header styling can be found in the corresponding CSS file for each page */


/*sidebar nav headers*/
.sideBox h3.sideHead {
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	background: url(../images/side_bg.jpg) no-repeat top center;
	margin: 6px 0 0 0;
	height: auto;
	padding: 3px 0 3px 3px;
}

/* generic h3's for interior subpages */
#content #rightContent #contentInner h1, #content #rightContent h1 {
	font-size: 17px;
	padding: 8px;
	color: #FFF;
	background: #2bb97d;
	margin-bottom: 10px;
}
#content #rightContent #contentInner h4 {
	font-size: 14px;
	padding: 0 8px 0 0;
	color: #FF6600;
	margin: 0 10px 5px 0;
}

#content #infoBar h3.infoheader {
	font-size: 16px;
	font-weight: normal;
	color:#FFF;
	letter-spacing: -1px;
	margin-left: 8px;
}

#content #btmBanner #blogDiv h3#blog {
	width: 390px;
	height: 30px;
	text-indent: -9999px;
	background: url(../images/blogbox_bg.jpg) no-repeat top left;
}
#content #btmBanner #blogDiv h3#chef {
	width: 278px;
	height: 30px;
	text-indent: -9999px;
	background: url(../images/header_chefsnow.jpg) no-repeat top left;
}

#content #btmBanner #blogDiv h4.date {
	font-size: 11px;
	color: #FF9900;
	margin: 5px 0 3px 5px;
}
#content #btmBanner #blogDiv h3.title {
	font-size: 15px;
	color: #748A63;
	font-weight: normal;
	margin: 5px 0 6px 5px;
}
#content #btmBanner #blogDiv h4.recent {
	font-size: 11px;
	color: #748A63;
	margin: 0 5px 0px 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
}

#content #btmBanner #videoDiv h3#video {
	width: 278px;
	height: 30px;
	text-indent: -9999px;
	background: url(../images/videobox_bg.jpg) no-repeat top left;
}

#content #btmBanner #memberDiv h3#member {
	width: 285px;
	height: 30px;
	text-indent: -9999px;
	background: #2BB97D url(../images/memberbox_bg.jpg) no-repeat top left;
}
#content #btmBanner #socialDiv h4.social {
	font-size: 11px;
	color: #748A63;
	margin: 8px 5px 5px 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
}

#content #topLeftSub h3, #content #topLeftSubRegister h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 10px 10px;
	color: #748A63;
}

#content #topRight h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 6px 0 0 0;
	color: #748A63;
}

#content #topRightSub h3, #content #topRightSubRegister h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 10px 0;
	color: #748A63;
}

/* main layout IDs (framework)-----------------*/

#wrapper {
	width: 955px;
	background: #FFF;
	height: auto;
	position: relative;
	margin: 0 auto 20px auto;
	padding: 0;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

/* header area-----------------*/
#header {
	width: 955px;
	height: 135px;
	position: relative;
	background: #F9F7F8;
}
#header #head-bar {
	width: 955px;
	height: 12px;
	background: #5DC091;
}

	/* right side search/utility nav div */
	#header #utility-nav {
		width: 300px;
		font-size: 12px;
		height: auto;
		text-align: right;
		position: absolute;
		top: 30px;
		right: 15px;
	}
	
	#header #utilityNav2 {
		width: 300px;
		height: auto;
		text-align: right;
		position: absolute;
		top: 0px;
		right: 15px;
	}
	
	#header #utility-nav .row {
		text-align: right;
		margin-top: 6px;
	}

/* main navigation div-----------------------------*/
/* for nav styling see nav.css file                */
/*-------------------------------------------------*/
#mainNav {
	width: 955px;
	height: auto;
	background: #000;
	z-index: 5000;
}

/* main content div-------------*/
#content {
	width: 955px;
	height: auto;
	overflow: auto;
	position: relative;
	z-index: 0;
}

#content #contentInner {
	padding: 10px 0 0 0;
	position: relative;
	min-height: 400px;
}

/* left sidebar content div------*/
#content #leftContent {
	width: 200px;
	height: auto;
	background: #FFF;
	float: left;
}

#content #leftContent .sideBox {
	border-bottom: 1px solid #CCC;
	padding: 0 0 10px 0;
	background: #FFF url(../images/sidenav_bg.jpg) no-repeat top left;
	margin-top: 10px;
}

/* Newsletter side menu box */
#content #leftContent .sideBoxSub {
	border-bottom: 1px solid #CCC;
}

/* right main content div--------*/
#content #rightContent {
	width: 743px;
	height: auto;
	margin: 0 0 0 200px;
	padding: 0 0 10px 10px;
	border-left: 1px solid #CCC;
}

/* footer div */
#footer {
	width: 955px;
	height: 40px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #F5F5F5;
	position: relative;
}

#footer ul.social {
	list-style: none;
	padding: 3px 0 0 0;
	position: absolute;
	right: 13px;
	top: 0px;
	
}
#footer ul.social li {
	display: inline;
}
#footer ul.social a {
	display: block;
	float: left;
	text-indent: -9999px;
}
#footer ul.social a#facebook {
	width: 32px;
	height: 34px;
	background: url(../images/icon_facebook.png) no-repeat top center;
}
#footer ul.social a#twitter {
	width: 34px;
	height: 34px;
	background: url(../images/icon_twitter.png) no-repeat top center;
}
#footer ul.social a#linkedin {
	width: 32px;
	height: 34px;
	background: url(../images/icon_linkedin.png) no-repeat top center;
}
#footer ul.social a#youtube {
	width: 34px;
	height: 34px;
	background: url(../images/icon_youtube.png) no-repeat top center;
}
#footer ul.social a#delicious {
	width: 34px;
	height: 34px;
	background: url(../images/icon_delicious.png) no-repeat top center;
}
#footer ul.social a#stumbleupon {
	width: 34px;
	height: 34px;
	background: url(../images/icon_stumble.png) no-repeat top center;
}

	#footer p {
		margin: 15px 10px 0 10px;
		color: #353434;
		font-size: 11px;
	}

/* disclaimer information */
#disclaimer {
	width: 955px;
	height: auto;
	margin-top: 5px;
}

	#disclaimer p {
		font-size: 10px;
		text-align: center;
		color: #CCC;
		margin-right: 5px;
	}
	
/* Index/Home Page Styling-------------------------------*/

#content #topBanner {
	width: 955px;
	height: auto;
	background: #FFF;
	overflow: auto;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

/* main image left side */
#content #topBanner #topLeft {
	width: 538px;
	height: auto;
	border-right: 1px solid #CCC;
	float: left;
	padding: 8px 8px;
	position: relative;
}
/* right hand video side */
#content #topBanner #topRight {
	width: 378px;
	height: auto;
	margin-left: 560px;
	padding: 0 4px 0 8px;
	position: relative;
}

#content #topBanner #topRight #signup {
	width: 376px;
	height: 60px;
	margin-top: 8px;
}
#content #topBanner #topRight #signup a {
	background: url(../images/button_joinnow.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 376px;
	height: 60px;
}
#content #topBanner #topRight #signup a:hover {
	background: url(../images/button_joinnow_over.jpg) no-repeat;
	text-indent: -9999px;
}

/* social icons */
#content #topBanner #topRight #social-box {
	width: 376px;
	height: 39px;
	background: url(../images/social_bg.jpg) no-repeat top center;
	margin: 10px 0 10px 0;
}
#content #topBanner #topRight #social-box ul.social {
	list-style: none;
	padding: 3px 0 0 130px;
}
#content #topBanner #topRight #social-box ul.social li {
	display: inline;
}
#content #topBanner #topRight #social-box ul.social a {
	display: block;
	float: left;
	text-indent: -9999px;
}
#content #topBanner #topRight #social-box ul.social a#facebook {
	width: 32px;
	height: 34px;
	background: url(../images/icon_facebook.png) no-repeat top center;
}
#content #topBanner #topRight #social-box ul.social a#twitter {
	width: 34px;
	height: 34px;
	background: url(../images/icon_twitter.png) no-repeat top center;
}
#content #topBanner #topRight #social-box ul.social a#linkedin {
	width: 32px;
	height: 34px;
	background: url(../images/icon_linkedin.png) no-repeat top center;
}
#content #topBanner #topRight #social-box ul.social a#youtube {
	width: 34px;
	height: 34px;
	background: url(../images/icon_youtube.png) no-repeat top center;
}
#content #topBanner #topRight #social-box ul.social a#delicious {
	width: 34px;
	height: 34px;
	background: url(../images/icon_delicious.png) no-repeat top center;
}
#content #topBanner #topRight #social-box ul.social a#stumbleupon {
	width: 34px;
	height: 34px;
	background: url(../images/icon_stumble.png) no-repeat top center;
}

/* index calendar */
#content #topBanner #topRight #main-calendar {
	background: #F9F7F8;
	width: 376px;
	height: 200px;
	margin: 10px 0 0 0;
}
#content #topBanner #topRight #main-calendar h3 {
	margin: 10px 6px 12px 6px;
}
#content #topBanner #topRight #main-calendar p {
	margin: 2px 6px 5px 6px;
	font-size: 11px;
	line-height: 13px;
}
#content #topBanner #topRight #main-calendar p#event-date {
	font-size: 12px;
	color: #2BB79D;
	text-align: right;
}
#content #topBanner #topRight #calendar-footer {
	width: 376px;
	height: auto;
	background: #CCC;
	text-align: right;
}
#content #topBanner #topRight #calendar-footer p {
	text-align: right;
	font-size: 18px;
	padding: 5px 5px;
}

/* middle info bar/statistics */
#content #infoBar {
	width: 955px;
	height: auto;
	background: #1F8856;
	margin: 3px 0 0 0;
	padding: 8px 0 10px 0;
	position: relative;
}

#content #infoBar ul.stats {
	list-style: none;
	font-size: 11px;
	color: #FFF;
	position: absolute;
	top: 12px;
	left: 190px;
}
#content #infoBar ul.stats li {
	display: inline;
}
#content #infoBar ul.stats li#companies {
	background: url(../images/icons/building.png) no-repeat left center;
	padding: 4px 0 4px 18px;
	margin: 0 15px 0 0;
}
#content #infoBar ul.stats li#users {
	background: url(../images/icons/group.png) no-repeat left center;
	padding: 4px 0 4px 18px;
	margin: 0 15px 0 0;
}

#content #infoBar ul.functions {
	list-style: none;
	font-size: 11px;
	color: #FFF;
	position: absolute;
	top: 0px;
	right: 5px;
	height: auto;
}
#content #infoBar ul.functions li {
	float: left;
}
#content #infoBar ul.functions li#newsletter {
	background: url(../images/icon_newsletter.png) no-repeat left center;
	padding: 12px 0 13px 26px;
	margin: 0 12px 0 0;
	display: inline-block;
}
#content #infoBar ul.functions li#rss {
	background: url(../images/icon_rss.png) no-repeat left center;
	padding: 12px 0 13px 28px;
	margin: 0 12px 0 0;
	display: inline-block;
}
#content #infoBar ul.functions li#videos {
	background: url(../images/icon_videos.png) no-repeat left center;
	padding: 12px 0 13px 26px;
	margin: 0 12px 0 0;
	display: inline-block;
}
#content #infoBar ul.functions li#discounts {
	background: url(../images/icon_discounts.png) no-repeat left center;
	padding: 12px 0 13px 28px;
	margin: 0 12px 0 0;
	display: inline-block;
}

#content #btmBanner {
	width: 955px;
	height: auto;
	background: #F2FFE5;
	overflow: auto;
}
/* blog div */
#content #btmBanner #blogDiv {
	width: 390px;
	height: auto;
	float: left;
	border-right: 1px solid #CCC;
}

#content #btmBanner #blogDiv p {
	font-size: 12px;
	line-height: 17px;
	margin: 5px 4px 10px 8px;
}
#content #btmBanner #blogDiv p.headline {
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	margin: 10px 4px 5px 5px;
}

#content #btmBanner #blogDiv img.headshot {
	margin: 10px 5px 5px 5px;
	border: 1px solid #353434;
	background: #FFF;
	padding: 2px 2px;
	float: left;}

#content #btmBanner #blogDiv ul.recent {
	list-style: none;
	margin: 8px 5px 5px 5px;
	font-size: 11px;
}
#content #btmBanner #blogDiv ul.recent li {
	background: url(../images/icons/comment.png) no-repeat left center;
	margin: 0 0 6px 0;
	padding-left: 20px;
}
/* Video Div */
#content #btmBanner #videoDiv {
	width: 278px;
	height: auto;
	float: left;
	border-right: 1px solid #CCC;
}
#content #btmBanner #videoDiv p {
	font-size: 12px;
	line-height: 17px;
	margin: 5px 4px 10px 8px;
}
#content #btmBanner #videoDiv .video-box {
	padding: 6px 6px;
	margin: 0 6px 0 6px;
	border-bottom: 1px solid #CCC;
	height: auto;
	overflow: auto;
}
#content #btmBanner #videoDiv .video-box .video-img img {
	width: 80px;
	height: 64px;
	float: left;
	margin: 0 8px 8px 0;
	padding: 2px 2px;
	border: 1px solid #FF6600;
}
#content #btmBanner #videoDiv .video-box h3.video-title {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin: 0 8px 0 0;
	padding-top: 12px;
}
#content #btmBanner #videoDiv .video-box h4.video-subtitle {
	font-size: 13px;
	font-weight: normal;
	color: #2BB97D;
	margin: 0 8px 0 0;
}
/* Member Div */
#content #btmBanner #memberDiv {
	width: 283px;
	height: auto;
	float: left;
}
#content #btmBanner #memberDiv p {
	font-size: 12px;
	line-height: 17px;
	margin: 5px 4px 10px 8px;
}
#content #btmBanner #memberDiv ul.members {
	list-style: none;
  margin: 8px 8px 8px 12px;
}
#content #btmBanner #memberDiv ul.members li {
	margin: 0 0 6px 0;
	font-size: 13px;
}
#content #btmBanner #memberDiv p {
	margin: 8px 0 8px 12px;
	line-height: 18px;
}
/* bottom banner div---------------------------------------*/
#content .bannerDiv {
	width: 955px;
	height: 110px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 0;
	overflow: hidden;
}
#content .bannerDiv .bannerBox {
	height: 91px;
	margin: 8px 5px 0 8px;
	float: left;
}
#content .bannerDiv .bannerBox#weather {
	height: 89px;
	margin: 8px 5px 0 9px;
	float: left;
	border: 1px solid #000;
	background: #f5f5f5;
}
/* bottom sponsor div-------------------------------------- */
#content .sponsorDiv {
	width: 955px;
	height: 120px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 0;
	overflow: hidden;
}
#content .sponsorDiv .sponsorBox {
	width: 150px;
	height: 80px;
  border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin-right: 2px;
	margin-left: 6px;
	float: left;
}
#content .sponsorDiv .sponsorBoxlg {
	width: 450px;
	height: 100px;
	margin-right: 2px;
	margin-top: 10px;
	margin-left: 25px;
	float: left;
}
#content .sponsorDiv .bannerBox {
	width: 473px;
	height: 70px;
	float: left;
}
#content .sponsorDiv .bannerBox img {
	margin-left: 6px;
	margin-top: 4px;
}

/* SEO Footer (btmcontent) styling------------------------------*/

#content #btmcontent {
	height: auto;
	overflow: hidden;
	padding: 15px 15px;
	margin-bottom: 10px;
	background: #FFF url(../images/btmcontent_bg.jpg) repeat-x;
}
#content #btmcontent .btmlist {
	float: left;
	width: 220px;
	height: auto;
}
#content #btmcontent .btmlist h3 {
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 3px 0;
	color: #1F8856;
}
#content #btmcontent .btmlist ul {
	list-style: none;
	font-size: 13px;
	font-weight: normal;
	margin: 8px 0 0 0;
}
#content #btmcontent .btmlist ul li {
	margin: 3px 0 0 0;
}
/* Member Login page--------------------------------------------*/

#loginform {margin: 10px 0 15px 10px;}

#topLeftSub a.learnmore, #topLeftSubRegister a.learnmore {
	width: 143px;
	height: 40px;
	display: block;
	float: left;
	margin: 0 0 0 10px;
	text-indent: -9999px;
	background: url(../images/button_learnmore.png) no-repeat top left;
}
#topLeftSub a.learnmore:hover, #topLeftSubRegister a.learnmore:hover {
	background: url(../images/button_learnmore_over.png) no-repeat top left;
}

#topLeftSub a.joinnow, #topLeftSubRegister a.joinnow {
	width: 143px;
	height: 40px;
	display: block;
	float: left;
	margin: 0 0 0 8px;
	text-indent: -9999px;
	background: url(../images/button_joinnow.png) no-repeat top left;
}
#topLeftSub a.joinnow:hover, #topLeftSubRegister a.joinnow:hover {
	background: url(../images/button_joinnow_over.png) no-repeat top left;
}

#topLeftSub #loginutility h4, #topLeftSubRegister #loginutility h4 {
	font-size: 12px;
	font-weight: bold;
	color: #F8B015;
}

#topLeftSub #loginutility, #topLeftSubRegister #loginutility {
	background: #F5F5F5;
	width: 400px;
	height: auto;
	padding: 5px 5px;
	margin: 0 0 10px 8px;
}

#content #topLeftSub #loginutility p.utility, 
#content #topLeftSubRegister #loginutility p.utility {
	font-size: 12px;
	line-height: 16px;
	margin: 5px 0 5px 0;
}

#topLeftSub #createAccountErrorBox h4, 
#topLeftSubRegister #createAccountErrorBox h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

#topLeftSub #createAccountErrorBox, 
#topLeftSubRegister #createAccountErrorBox {
	background: #F5F5F5;
	width: 400px;
	height: auto;
	padding: 5px 5px;
	margin: 0 0 10px 8px;
}

#content #topLeftSub #createAccountErrorBox p.utility, 
#content #topLeftSubRegister #createAccountErrorBox p.utility {
	font-size: 12px;
	line-height: 14px;
	margin: 5px 0 5px 0;
}

/* Interior subpage Generic styling-------------------------------------*/
#content #rightContent #contentInner p {
	line-height: 16px;
	font-size: 11px;
	margin: 5px 15px 15px 0;
}

#content #rightContent #contentInner p.refer {
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0 15px 0;
	color: #FF6600;
}
#content #rightContent #contentInner img.bio {
	padding: 2px 2px;
	border: 1px solid #353434;
	margin: 0 15px 15px 0;
}

#content #rightContent #contentInner img.podcast {
	padding: 2px 2px;
	border: 1px solid #353434;
	margin: 0 15px 50px 0;
	text-align: left;
}

#content #rightContent #contentInner ul {
	margin: 10px 0 10px 25px;
	font-size: 11px;
}

#content #rightContent #contentInner li {
	margin: 0 0 7px 0;
}

#content #rightContent #join-now a.newcomers {
	display: block;
	text-indent: -9999px;
	background: url(../images/button_download.png) no-repeat;
	width: 355px;
	height: 35px;
	margin-left: 195px;
}
#content #rightContent #join-now a.newcomers:hover {
	background: url(../images/button_download_over.png) no-repeat;
}

#content #rightContent #contentInner #alpha-search {
	text-align: center;
	font-size: 30px;
	width: 320px;
	margin-top: 30px;
}

#content #rightContent #contentInner #videgoPlayer_g6533dfa {
  z-index: 80;
}

/*member directory listing*/
#content #rightContent #contentInner #directory {
	width: 350px;
	height: 225px;
	border: 1px solid #353434;
	overflow: scroll;
	margin: 0px auto 25px auto;
}
#content #rightContent #contentInner .directory-listing {
	border: 1px solid #CCC;
	padding: 8px 8px 15px 8px;
	margin: 10px 8px 10px 0;
	background: url(../images/btmcontent_bg.jpg) repeat-x;
	position: relative;
	height: auto;
	overflow: auto;
	min-height: 180px;
}
#content #rightContent #contentInner .directory-listing #member-address {
	position: absolute;
	top: 50px;
	right: 100px;
	font-size: 11px;
}

#content #rightContent #contentInner .directory-listing h2.directory {
	font-size: 15px;
	padding: 0 8px 0 0;
	color: #FF6600;
	margin: 0 10px 5px 0;
}
#content #rightContent #contentInner .directory-listing h3.directory {
	font-size: 12px;
	padding: 0 8px 0 0;
	color: #2BB97D;
	margin: 18px 10px 12px 0;
}

#content #rightContent #contentInner .directory-listing h3.directory a {
	color: #2BB97D;
}

#content #rightContent #contentInner .directory-listing h4.directory {
	font-size: 12px;
	padding: 0 8px 0 0;
	color: #2BB97D;
	margin: 12px 10px 0 0;
}
#content #rightContent #contentInner .directory-listing h3.directory span.category {
	color: #353434;
}
#content #rightContent #contentInner .directory-listing p.view-profile {
	position: absolute;
	top: 5px;
	right: 5px;
}
#content #rightContent #contentInner .directory-listing p.directory {
	line-height: 16px;
	font-size: 11px;
	margin: 5px 15px 4px 0;
}
#content #rightContent #contentInner .directory-listing ul.member-list {
	margin: 5px 0 10px 15px;
	list-style: none;
	font-size: 11px;
}

#content #rightContent #contentInner .directory-listing ul.member-list li {
	margin: 0 0 5px 0;
}

/*member detail page styling*/
#content #rightContent #contentInner table.member-detail {
	font-size: 14px;
}
#content #rightContent #contentInner .member-button a.directory {
	display: block;
	text-indent: -9999px;
	background: url(../images/button_directory.png) no-repeat;
	width: 230px;
	height: 35px;
}
#content #rightContent #contentInner .member-button a.directory:hover {
	background: url(../images/button_directory_over.png) no-repeat;
}

