.membershipTile {
	width: 170px;
	margin: 4px 4px 8px 4px ;
	padding: 0;
	float: left;
	background-color: transparent;
}

#tv :hover, #fm :hover, #planned :hover, #bp :hover, #clubs :hover, #other :hover, #wqed :hover, #faq :hover{
background-color: #FFFFCC;
cursor:pointer;
}

.membershipTileHeader {
	background-image: url(/support/img/membership_tile_01.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 170px;
	padding: 0px;
	margin:0;
	background-color: transparent;
}

.membershipTileHeader img {
	float: left;
	padding: 2px 8px 0 8px;
	clear: none;
}

.membershipTileHeader p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding: 10px 0 5px 0;
	line-height: 16px;
	margin:0;
}


.membershipTileBody {
	background-image: url(/support/img/membership_tile_02.png);
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
		background-color: transparent;
}

.membershipTileBody p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding: 5px 0 5px 0;
	line-height: 16px;
	margin:0;
}

#main p{
margin-top: 0;
}

#supportMainBody {
	padding: 0px 10px 0px 10px;
	margin:0;
}

#supportMainBody h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 27px;
	color:#52A2C5;
	font-weight:bold;
	padding: 5px 0px 0px 0px;
}

#supportMainBody h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color:#151515;
	font-weight:bold;
	padding: 5px 0px 5px 0px;
}
#supportMainBody p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color:#151515;
	font-weight:normal;
	padding: 10px 0px 0px 0px;
	margin: 5px 5px 0px 5px;
}

#supportMainBody h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color:#151515;
	font-weight:normal;
	padding: 10px 0px 0px 0px;
	margin: 5px 5px 0px 5px;
}


#supportMainBody a:link, #supportMainBody a:visited, #supportMainBody a:active {
	font-size: 13px;
	line-height: 16px;
	color:#52A2C5;
	text-decoration: none;
}

#supportMainBody a:hover {
	font-size: 13px;
	line-height: 16px;
	color:#52A2C5;
	text-decoration: underline;
}

#supportMainBody ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color:#151515;
	font-weight:normal;
	padding-left:50px;
	padding-top:0;
	padding-right:25px;
	padding-bottom:0;
	margin:0;
}

#supportMainBody ol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color:#151515;
	font-weight:normal;
	padding-left:50px;
	padding-top:0;
	padding-right:25px;
	padding-bottom:0;
	margin:0;
}


.supportRight p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color:#151515;
	font-weight:normal;
	padding: 5px 0 5px 0;
	margin:0;
}

.supportRight p strong{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color:#F37421;
	font-weight:bold;
	padding:0;
	margin:0;
}

.supportRight img {
	padding: 2px 8px 0 8px;
	clear: none;
}

.supportLeft p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color:#151515;
	font-weight:normal;
	padding: 5px 5px 5px 5px;
	margin:0;
}

.supportLeft p strong{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color:#F37421;
	font-weight:bold;
	padding: 5px 5px 5px 5px;
	margin:0;
}


#PledgePremium {
	background-image: url(/support/img/wqed_button_off.gif);
	background-repeat: no-repeat;
	height: 87px;
	width: 250px;
	padding: 3px;
	margin:0;
}

#PledgePremium:hover {
	background-image: url(/support/img/wqed_button_on.gif);
	background-repeat: no-repeat;
	height: 87px;
	width: 250px;
	padding: 3px;
	margin:0;
	cursor:pointer;
}

#PledgeNoPremium {
	background-image: url(/support/img/wqed_nopremium_button_off.gif);
	background-repeat: no-repeat;
	height: 87px;
	width: 250px;
	padding: 3px;
	margin:0;
}

#PledgeNoPremium:hover {
	background-image: url(/support/img/wqed_nopremium_button_on.gif);
	background-repeat: no-repeat;
	height: 87px;
	width: 250px;
	padding: 3px;
	margin:0;
	cursor:pointer;
}


#tvPledgePremium {
	background-image: url(/support/img/tv_button_off.gif);
	background-repeat: no-repeat;
	height: 87px;
	width: 250px;
	padding: 3px;
	margin:0;
}

#tvPledgePremium:hover {
	background-image: url(/support/img/tv_button_on.gif);
	background-repeat: no-repeat;
	height: 87px;
	width: 250px;
	padding: 3px;
	margin:0;
	cursor:pointer;
}

#tvPledgeNoPremium {
	background-image: url(/support/img/tv_nopremium_button_off.gif);
	background-repeat: no-repeat;
	height: 87px;
	width: 250px;
	padding: 3px;
	margin:0;
}

#tvPledgeNoPremium:hover {
	background-image: url(/support/img/tv_nopremium_button_on.gif);
	background-repeat: no-repeat;
	height: 87px;
	width: 250px;
	padding: 3px;
	margin:0;
	cursor:pointer;
}

#fmPledgePremium {
	background-image: url(/support/img/fm_button_off.gif);
	background-repeat: no-repeat;
	height: 87px;
	width: 250px;
	padding: 3px;
	margin:0;
}

#fmPledgePremium:hover {
	background-image: url(/support/img/fm_button_on.gif);
	background-repeat: no-repeat;
	height: 87px;
	width: 250px;
	padding: 3px;
	margin:0;
	cursor:pointer;
}

#fmPledgeNoPremium {
	background-image: url(/support/img/fm_nopremium_button_off.gif);
	background-repeat: no-repeat;
	height: 87px;
	width: 250px;
	padding: 3px;
	margin:0;
}

#fmPledgeNoPremium:hover {
	background-image: url(/support/img/fm_nopremium_button_on.gif);
	background-repeat: no-repeat;
	height: 87px;
	width: 250px;
	padding: 3px;
	margin:0;
	cursor:pointer;
}

#slideshow {
margin:5px 0 5px 5px;
padding:0;
}