#logo h1 a {
		display: block;
		width: 240px;
		height: 120px;
		background: url(../images/misc/sbc_logo.gif) no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}
	
#logo h1 {
		padding-top: 10px;
	}
	
#logo {
		float: left;
	}

#headerSearch {
		float: right;
		width: 317px;
		height: 119px;
		background: url(../images/misc/quick_search_bg_blue.gif);
		color: #FFF;
	}
	
#headerSearch input {
		background: #FFF;
		border: 1px solid #CCC;
		border-right: none;
		font-size: 12px;
		width: 186px;
		height: 16px;
		padding: 2px;
		margin: 25px 0 8px 23px;
		float: left;
	}
	
#headerSearch button {
		height: 22px;
		width: 29px;
		margin: 25px 0 0 0;
		float: left;
		border: none;
		background: url(../images/misc/search_button.gif);
		text-indent: -9999px;
		overflow: hidden;
		cursor: pointer;
	}
	
#header, #flash, #breadCrumb, #content {
		width: 900px;
		margin: auto;
		clear: both;
	}
	
.headerSearchText {
		clear: both;
		display: block;
		width: 200px;
		margin: 0px 0px 0px 23px;
	}
	
.headerSearchText a {
		color: #FFF;
	}

.textHolder {
		padding: 10px;
	}
	
#breadCrumb {
		height: 38px;
		background: url(../images/misc/breadcrumb_bg.gif);
	}
	
.margin {
		width: 200px;
		float: left;
		background: url(../images/misc/margin_bg.gif) no-repeat;
	}
	
/* For use in margins */
.forceHeight {
		height: 380px;
	}
	
.onecol {
		width: 500px;
		float: left;
	}
	
.twocol {
		width: 700px;
		float: left;
	}

#supporters {
		clear: both;
		width: 920px;
		height: 200px;
		margin: auto;
		text-align: left;
		font-size: 1.2em;
		font-family: Tahoma, Arial, sans-serif;
		background: url(../images/misc/supporters_holder.gif);
	}
	
#alpha_search {
		clear: both;
		width: 920px;
		height: 60px;
		margin: auto;
		text-align: left;
		font-size: 1.1em;
		font-family: Tahoma, Arial, sans-serif;
		background: #FFF url(../images/misc/alphabet_bg.gif) center no-repeat;
		font-weight: bold;
		color: #999;
	}
	
.alphaTitle {
		color: #000;
	}
	
#alpha_search .textHolder {
		padding: 22px 0px 20px 25px;
	}
	
#alpha_search a {
		text-decoration: none;
		color: #000;
	}
	
#singleAlphabetList {
		margin: 10px 0px;
		width: 460px;
		height: 40px;
		background: url(../images/misc/single_alphabet_bg.gif);
		font-weight: bold;
		font-size: 0.9em;
		color: #999;
	}
	
#singleAlphabetList .textHolder {
		padding: 12px 15px;
	}
	
#singleAlphabetList a {
		color: #000;
		text-decoration: none;
	}
	
#sectorList, #companyList {
		width: 50%;
		float: left;
	}
	
#companyList .textHolder {
		padding-left: 12px;
	}
	
#supporters .textHolder {
		padding: 120px 10px 20px 10px;
	}
	
#supporters ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
#supporters ul li {
		float: left;
	}
	
/* Sectors page styles */
.sectorLetterBg {
		width: 50px;
		height: 50px;
		margin: 0px 25px 0px 0px;
		background: url(../images/misc/letter_bg_large.gif);
		font-size: 1.8em;
		text-align: center;
		line-height: 2.3em;
		float: left;
	}
	
.sectorMembers {
		float: left;
	}
	
.alphaHolder {
		width: 300px; 
		margin-bottom: 10px;
	}
	
/* Margin Styles */
	
#sign_up a {
		display: block;
		width: 180px;
		height: 60px;
		background: url(../images/misc/sign_up_button.gif) no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}
	
.eventList a {
		display: block;
	}
	
#ticketInfo {
		width: 191px;
		height: 115px;
		margin: auto;
		background: url(../images/misc/ticket_bg.gif) no-repeat;
}	

#ticketInfo em {
		font-family: Georgia, Times New Roman, serif;
		font-size: 1.4em;
		display: block;
		margin-bottom: 10px;
	}
	
#ticketInfoButton {
		width: 162px;
		height: 30px;
		position: relative;
		margin: 0;
		padding: 0;
	}
	
#ticketInfoButton button#members {
		background: none;
		border: none;
		position: absolute;
		width: 70px;
		height: 30px;
		left: 7px;
		top: 0px;
		cursor: pointer;
		font-size: 0.9em;
		background: url(../images/misc/green_button_bg.gif);
	}
	
#ticketInfoButton button#nonMembers {
		background: none;
		border: none;
		position: absolute;
		width: 88px;
		height: 30px;
		left: 77px;
		top: 0px;
		cursor: pointer;
		font-size: 0.9em;
		background: url(../images/misc/grey_button_bg.gif);
	}
	
.browse {
		width: 200px;
		height: 207px;
		background: url(../images/misc/browse_bg.gif);
		margin-top: 10px;
	}
	
.browse ul {
		list-style: none;
		padding: 0;
		margin-left: 5px;
	}
	
.browse ul li {
		width: 19px;
		height: 19px;
		margin: 0px 6px 5px 0px;
		background: url(../images/misc/letter_bg.gif);
		float: left;
		text-align: center;
		color: #CCC;
		font-weight: bold;
	}
	
.browse ul li a {
		font-weight: bold;
	}
	
/* Content styles */

.onecol .textHolder, .twocol .textHolder {
		padding: 0px 20px;
	}
	
#newsFeature {
		width: 460px;
		height: 288px;
		background: url(../images/misc/news_bg.gif);
		color: #FFF;
	}
	
#newsFeature .textHolder {
		padding: 15px;
	}
	
#newsFeature .textHolder .news {
		width: 204px;
		float: left;
	}
	
#newsFeature .textHolder .news .textHolder {
		padding: 10px 10px 0px 10px;
	}

#newsFeature .textHolder .newsImage {
		border-left: 1px solid #000;
		float: left;
	}
	
#newsFeature a.readon {
		float: left;
		width: 70px;
		height: 30px;
		background: url(../images/misc/feature_read_bg.gif);
		font-size: 0.8em;
		text-decoration: none;
		line-height: 3em;
		text-indent: 12px;
	}
	
#newsFeature a.next {
		float: left;
		width: 92px;
		height: 30px;
		background: url(../images/misc/feature_next_bg.gif);
		font-size: 0.8em;
		text-decoration: none;
		line-height: 3em;
		text-indent: 10px;
	}

.onecolLeft, .onecolRight {
		margin: 10px 0px 13px 0px;
		width: 220px;
		float: left;
	}
	
.onecolLeft .textHolder, .onecolRight .textHolder {
		padding: 10px;
	}
	
#business_search {
		clear: both;
		width: 460px;
		height: 207px;
		background: url(../images/misc/onecol_bg.gif) no-repeat;
	}
	
#business_search .textHolder {
		padding: 10px;
	}
	
#business_search label {
		font-family: Georgia, Times New Roman, serif;
		font-size: 1.4em;
		float: left;
	}
	
#business_search input {
		float: left;
		margin: 0px 0px 10px 10px;
	}
	
#business_search form {
		margin: 0px 0px 25px 0px;
	}
	
.search_buttons {
		margin: 0px 0px 0px 90px;
	}
	
.business_search_results {
		padding: 10px;
		clear: both;
		width: 440px;
		background: url(../images/misc/onecol_bg.gif) top no-repeat;
	}
	
ul.members {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
ul.members li {
		width: 460px;
		height: 40px;
		background: url(../images/misc/benefits_li_bg.gif);
		margin: 0px 0px 5px 0px;
		line-height: 3.2em;
		text-indent: 40px;
		font-weight: bold;
	}
	
/* If used in the the margin we don't need the margin */
.leftMargin {
		margin: 0px;
	}
	
.search_buttons button {
		clear: both;
		float: left;
		width: 70px;
		height: 30px;
		background: url(../images/misc/search_button_bg.gif);
		border: none;
		cursor: pointer;
		font-size: 0.9em;
		text-indent: -16px;
	}
	
.search_buttons a {
		float: left;
		width: 88px;
		height: 30px;
		background: url(../images/misc/grey_button_bg.gif) no-repeat;
		text-decoration: none;
		padding-top: 8px;
		font-size: 0.9em;
		text-indent: 8px;
	}
	
	
.moreinfo_button a {
		display: block;
		margin: 15px 0 0 0;
		width: 70px;
		height: 30px;
		background: url(../images/misc/moreinfo_button_bg.gif) no-repeat;
		text-indent: -999999px;
		overflow: hidden;
	}
	
/* Footer Styles */
#copyright {
		float: left;
	}
	
#copyright a {
		color: #FFF;
	}
	
#footerNav {
		float: right;
	}
	
#footerNav ul {
		list-style: none;
		margin: 0; 
		padding: 0;
	}
	
#footerNav ul li {
		float: left;
		padding: 0px 5px;
		border-right: 1px solid #FFF;
	}
	
#footerNav ul li.last {
		padding-right: 0px;
		border-right: none;
	}
	
#footerNav ul li a {
		color: #FFF;
	}
