/*//---------------------------------------------*/
/*// Name: SITENAME - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */
		
		
		.walmartButton
		{
			z-index:300;
			position:relative;
			margin: -48px 0px 0px 0px;
			left: -10px;
			float:right;
		}
		.highlightOne
		{
			font-size:115%;
			font-weight:bold;
			text-decoration:underline;
		}
		html {
			overflow-y: scroll;
		}
		
		body {
			margin: 0;
			padding: 0;
			background: #b59fb7 url(images/bodyBG.jpg) repeat-x;
			font-family: 'Times New Roman', Times, serif;
			color: #330037;
			font-size: 14px;
		}
		
		#siteContainer {
			width: 960px;
			margin: auto;
		}
		
		#contentContainer {
			width: 940px;
			padding: 19px 10px; 
		}
		
		.floatRight {
			float: right;
			clear: none;
		}
		
		.floatLeft {
			float: left;
			clear: none;
		}
		
		#subContentTable {
			width: 940px;
			border: 0;
		}
		
		#subContentTable td{
			text-align: center;
			vertical-align: top;
		}
		
		.socialMediaTable {
			width: 100%;
			border: none;
			margin: 10px 0;
		}
		
		.socialMediaTable td{
			vertical-align: top;
			width: 33%;
		}
		
		.videoBox {
			width: 560px;
			height: 339px;
			background: url(images/video-placeholder.jpg) no-repeat;
			margin: 10px auto 0 auto;
		}
		
		.contentClear {
			width: 800px;
			height: 14px;
			clear: both;
		}
		
		.membersMeetingTable {
			width: 100%;
			border: none;
		}
		
		.membersMeetingTable td{
			vertical-align: top;
		}
		
		.pdfList
		{
			list-style-image:url("/resources/images/pdficon.gif");
		}
		.pdfList li
		{
			vertical-align:middle;
		}
		
		.supportSideButton
		{
			background: url(/resources/default/images/bodyBG.jpg) repeat-x bottom;
			padding: 20px 10px;
			border:2px solid #440049;
			text-align:center;
		}
		.supportSideButton a
		{
			font-size:24px;
			font-weight:bold;
			color:#fff;
			text-decoration:none;
		}
		.supportSideButton2
		{
			background: url(/resources/default/images/bodyBG.jpg) repeat-x bottom;
			padding: 20px 10px;
			border:2px solid #440049;
			text-align:center;
		}
		.supportSideButton2 a
		{
			font-size:24px;
			font-weight:bold;
			color:#fff;
			text-decoration:none;
		}
	
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
		
		#headerLink {
			display: block;
			width: 960px;
			height: 205px;
			background: url(images/header2.jpg) no-repeat;
		}
		
		#headerLink span{
			display: none;
		}
	
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		
		#topNavContainer {
			width: 960px;
			height: 35px;
		}
		
		.topNavNub {	/* first tab nub - non active state *** */ 
			width: 28px;
			height: 35px;
			background: url(images/topNavNub.jpg) no-repeat;
			float: right;
			clear: none;
		}
		
		.topNavNubActive {	/* first tab nub - active state *** */ 
			width: 28px; 
			height: 35px;
			background: url(images/topNavNubActive.jpg) no-repeat;
			float: right;
			clear: none;
		}
		
		.topNavTab-firstTab {	/* first tab - non active state *** */
			width: 146px;
			height: 35px;
			background: url(images/topNavTab-firstTab.jpg) no-repeat;
			float: right;
			clear: none;
			text-align: center;
		}
		
		.topNavTabActive-firstTab {	/* first tab - active state *** */
			width: 146px;
			height: 35px;
			background: url(images/topNavTabActive-firstTab.jpg) no-repeat;
			float: right;
			clear: none;
			text-align: center;
		}
		
		.topNavTab-activeNub-firstTab {	/* first tab - non active state when the second tab is active *** */
			width: 146px;
			height: 35px;
			background: url(images/topNavTab-activeNub-firstTab.jpg) no-repeat;
			float: right;
			clear: none;
			text-align: center;
		}
		
		.topNavTab {	/* interior tabs - non active state *** */
			width: 146px;
			height: 35px;
			background: url(images/topNavTab.jpg) no-repeat;
			float: right;
			clear: none;
			text-align: center;
		}
		
		.topNavTabActive {	/* interior tabs - active state *** */
			width: 146px;
			height: 35px;
			background: url(images/topNavTabActive.jpg) no-repeat;
			float: right;
			clear: none;
			text-align: center;
		}
		
		.topNavTab-activeNub {	/* interior tabs - non active state when the tab to the right is active */
			width: 146px;
			height: 35px;
			background: url(images/topNavTab-activeNub.jpg) no-repeat;
			float: right;
			clear: none;
			text-align: center;
		}
		
		.topNavTab-lastTab {	/* last tab - non active state *** */
			width: 146px;
			height: 35px;
			background: url(images/topNavTab-lastTab.jpg) no-repeat;
			float: right;
			clear: none;
			text-align: center;
		}
		
		.topNavTabActive-lastTab {	/* last tab - active state *** */
			width: 146px;
			height: 35px;
			background: url(images/topNavTabActive-lastTab.jpg) no-repeat;
			float: right;
			clear: none;
			text-align: center;
		}
		
		.topNav-lastTabShadow {
			width: 10px;
			height: 35px;
			background: url(images/topNav-lastTabShadow.jpg) no-repeat;
			float: right;
			clear: none;
		}
		
		#topNavContainer a {
			display: block;
			width: 146px;
			height: 35px;
			color: #450b47;
			font-size: 18px;
			text-decoration: none;
			line-height: 35px;
		}
		
		#topNavContainer a:hover {
			color: #666;
			/* color: #e811b8; */
		}
		
		#topNavContainer a.twoLine{
			display: block;
			width: 146px;
			height: 33px;
			color: #450b47;
			font-size: 14px;
			text-decoration: none;
			line-height: 14px;
			padding-top: 2px;
		}
		
		#topNavContainer a.twoLine:hover {
			color: #666;
			/* color: #e811b8; */
		}
		
		.photoNavContainer {
			width: 461px;
			border: 2px solid #450b47;
		}
		
		
		
		a.servicesBtn {
			display: block;
			width: 461px;
			height: 78px;
			background: url(images/services.gif) no-repeat;
			clear: both;
			float: left; 	/* layout hack so the margin-top functions correctly with the floated elements above it */
			margin-top: 10px;
		}
		
		a.servicesBtn:hover {
			background: url(images/services-over.gif) no-repeat;
		}
		
		a.servicesBtn span{
			display: none;
		}
		
		a.supportersBtn {
			display: block;
			width: 461px;
			height: 78px;
			background: url(images/supporters.gif) no-repeat;
			clear: both;
			float: left;	/* layout hack so the margin-top functions correctly with the floated elements above it */
			margin-top: 10px;
		}
		
		a.supportersBtn:hover {
			background: url(images/supporters-over.gif) no-repeat;
		}
		
		a.supportersBtn span{
			display: none;
		}
		
		
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
		
		#footer {
			text-align: center;
			font-size: 10px;
			padding: 0 0 10px 0;
			font-family: Verdana, sans-serif;
		}
		
		
		
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
		
		h1{
			font-weight: bold;
			font-size: 22px;
			line-height: 42px;
			margin: 0;
			padding: 0;
			color: #460b48;
		}
		
		h1.styled {
			font-weight: bold;
			font-size: 22px;
			line-height: 42px;
			background: url(images/headingBG.gif) repeat-x;
			margin: 0;
			padding: 0 5px;
			color: #460b48;
		}
		
		h2 {
			font-weight: bold;
			font-size: 18px;
			line-height: 28px;
			background: url(images/headingBG.gif) repeat-x;
			margin: 0 0 10px 0;
			padding: 0 5px;
			color: #460b48;
		}
	
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for text contained in the bodycontents */
		
		p.listHead {
			margin-bottom: 0;
		}
		
		.hrPurple {
			height: 2px;
			background: #440049;
			line-height: 2px;
			padding: 0;
		}
	
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for links contained in the bodycontents */
		
		a {
			color: #450b47;
			text-decoration: underline;
		}
		
		a:hover {
			color: #e811b8;
			text-decoration: none;
		}
		
		a.newsletter-signup {
			display: block;
			width: 178px;
			height: 79px;
			border: 1px solid #450b47;
			background: url(images/newsletter-signup.gif) no-repeat;
		}
		
		a.newsletter-signup:hover {
			background: url(images/newsletter-signup-over.gif) no-repeat;
		}
		
		a.newsletter-signup span{
			display: none;
		}
		
		a.read-blog {
			display: block;
			width: 178px;
			height: 79px;
			border: 1px solid #450b47;
			background: url(images/blogBtn.jpg) no-repeat;
			margin-top: 10px;
		}
		
		a.read-blog:hover {
			background: url(images/blogBtn-over.jpg) no-repeat;
		}
		
		a.read-blog span{
			display: none;
		}
		
		a.donate {
			display: block;
			width: 178px;
			height: 79px;
			border: 1px solid #450b47;
			background: url(images/donate-now.gif) no-repeat;
			margin-top: 10px;
		}
		
		a.donate:hover {
			background: url(images/donate-now-over.gif) no-repeat;
		}
		
		a.donate span{
			display: none;
		}
	
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
		
		.imgLink {
			border: none;
		}
		
		.imgBorder {
			border: 1px solid #450b47;
		}
		
		.photoNavContainer .imgBorderLeft{
			border-right: 1px solid #450b47;
			border-bottom: 1px solid #450b47;
		}
		
		.photoNavContainer .imgBorderRight{
			border-left: 1px solid #450b47;
			border-bottom: 1px solid #450b47;
		}
		
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
	
	.mainTable {
	
	}
	
	.mainTableBorder {
	
	}
	
	.tableRowHeader {
	
	}
	
	.tableRowFooter {
	
	}
	
	.textRequiredField {
	
	}
	
	.labelColumn {
	
	}
	
	.newsletterSignup .mainTableBorder {
		border: none;
	}
	
	.contactForms .mainTableBorder {
		border: none;
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/