@import url(global_v1-2.css);
@import url(PCMA_css/modules.css);
@import url(PCMA_css/plugins.css);
@import url(PCMA_css/sweet-titles/css/sweettitles.css);
@import url(adminLogin.css);


/*
I. GLOBAL:  Global classes, header styles, link styles and .page (body tag) class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS

/////////////////////////////////////////////////////*/

body {
	
	background:  #FFF;
	color: #000;
}


h1 {
	
	color: #000000;
	font: 20px Arial, Helvetica, sans-serif;

}


h2 {
	
	color: #1a2d3c;
	font: 15px Arial, Helvetica, sans-serif;
	
}

h3 {
	
	color: #000;
	font: bold 16px Arial, Helvetica, sans-serif;

}

h4 {
	
	color: #2f6388;
	font: italic 16px/1.3 Georgia, "Times New Roman", Times, serif;

}

h5 {
	
	color: #acda48;
	font: 15px Arial, Helvetica, sans-serif;

}

h6 {
	
	color: #fff;
	font: 13px Arial, Helvetica, sans-serif;

}

p {
	
	color: #000;
	font: 14px Arial, Helvetica, sans-serif;

}

table, div {
	
	color: #000;
	font: 14px Arial, Helvetica, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #07519a;
	font: inherit;
	text-decoration: underline;
	cursor:pointer;

}

a:hover {
	
	color: #07519a;
	font: inherit;
	text-decoration: underline;
	cursor:pointer;

}

.page {
	
	background: #5d6c75;
	text-align: center;
	
}

.CEMenu {
	
	margin: 0;
	padding: 0;

}

/* important edit global text boxes - deFault --------- */
.txtbox {
	
	background: #FFF;
	border-style: inset;
	border-width: 2px;
	color: #000;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	margin: 2px 0;

}

/****** END GLOBAL ------------------
/////////////////////////////////////
II. BUTTONS
/////////////////////////////////////
= directory -> edit roster options -> cancel & next button --------- */
.but {
	
	background: #eee;
	border: 1px outset buttonhighlight;
	color: #333;
	cursor: pointer;
	font: 13px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*= directory -> edit roster options -> close button --------- */
.membut {
	
	background: #eee;
	border: 1px solid buttonFace;
	color: #333;
	cursor: pointer;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	
	background: #eee;
	border-style: outset;
	border-width: 2px;
	color: #333;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	margin-bottom: 2px;
	margin-top: 2px;

}

.adminbar {
	
	background: #eee;
	color: #333;
	font: 400 12px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*////////////////////////////////////
III. MISC CLASSES 
//////////////////////////////////////
 --------- general row hover classes --------- */
.rowNormal {
	
	background: #eee;
	color: #000;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

.rowHover {
	
	background: #FFF;
	color: #000;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

.rowAlternate {
	
	background: #eee;
	color: #000;
	font-weight: 400;

}

.rowHeader {
	
	background: #555;
	border: 1px solid #000;
	color: #FFF;
	font-weight: 700;

}

.cookieTrail {
	
	background: #FFF;
	border-bottom: 1px solid #FFF;
	color: #000;
	display: none;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	padding: 2px;
	text-decoration: none;

}

a.cookieTrail,a.cookieTrail:hover {
	
	color: #333;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	text-decoration: none;

}

/*////////////////////////////////////////////////////////
Layout and Custom Selectors For: PCMA
////////////////////////////////////////////////////////*/

.hideText {
	display: none;
}

.floatLeft {
float:left;
} 

.floatRight {
float:right;
} 

.clearBoth {
clear:both;
} 

.centered {
margin:0 auto;
text-align:center;

}

a img {
border:0px;
}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {
width:1000px;
text-align:center;
margin:0 auto;
	
}

.realWrapper {
text-align:left;
}

#pubHome {
background:url(../../../images/csitebg.jpg) left top repeat-x;

	
}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#brandingWrapper {
width:1000px;
margin:0 auto;
display:block;
}


#branding {
height:126px;	
background:url(../../../images/cbrand.jpg) top left repeat-x;
text-align:center;
}

	#brandingtop {
	width:960px;
	padding:2px 0px;
	text-align:left;
	}
	
	
		#brandleftlink {
		text-align:left;
		}
		
			#brandleftlink a, brandleftlink a.small, brandleftlink a.anchor, brandleftlink a.visited {
			font:12px Arial, Helvetica, sans-serif;
			color:#67d4f8;
			padding-right:15px;
			text-decoration:none;
			}
			
			#brandleftlink a:hover {
			text-decoration:underline;
			padding-right:15px;
			color:#67d4f8;
			}
		
		#brandrightlink {
		text-align:right;
		}
		
			#brandrightlink a,brandrightlink a.small,brandrightlink a.anchor,brandrightlink a.visited {
			font:12px Arial, Helvetica, sans-serif;
			color:#67d4f8;
			padding-right:15px;
			text-decoration:none;
			}
			
			#brandrightlink a:hover {
			text-decoration:underline;
			padding-right:15px;
			}
			
	
	#brandingBottom {
	width:1000px;
	margin:30px 0 0 0;
	}
	
	#logo {
	width:236px;
	height:66px;
	}
	
	#shop {
	width:175px;
	border-bottom:#fff dotted 1px;
	margin-right:25px;
	text-align:right;
	}
	
	#shop .inside {
	padding:0px 0px 5px 39px;
	/*width:136px;*/
	/*text-align:right;*/
	font:14px Arial, Helvetica, sans-serif;
	color:#fff;
	}
	
		#shop a, #shop a:visited, #shop a:hover {
		color:#fff;
		text-decoration:none;
		}
		
		#shophov {
		height:23px;
		width:136px;
		display:block;
		}


	a#shophov {
	
	background:url(../../../images/shophov.jpg) 3px top no-repeat;
	height:23px;
	display:block;
	
	/*height:23px;
	width:136px;
	background:url(../../../Images/shophov.jpg);
	background-position:top left;*/
	}
		a#shophov:hover {
		
		background:url(../../../images/shophov.jpg) 3px bottom no-repeat;
		height:23px;
		display:block;
		
		/*background-position:left bottom;*/
		}
		
		span.padFix {
		position:relative;
		top:4px;
		}
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {
width:960px;
height:25px;
text-align:left;
padding-top:1px;
}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */



#contentContainer {
margin-top:14px;
width:985px;
margin-left:15px;
background:url(../../../Images/contentContainerbg.jpg) repeat-y 0 0;
main-height:700px;
}

#moduleContainer {
margin-top:14px;
width:985px;
margin-left:15px;
}


#sidebar {
width:177px;
}

#sidebarlogin a, #sidebarlogin a:visited {
color:#fff;
font:11px Arial, Helvetica, sans-serif;
text-decoration:none;
}

#sidebarlogin a:hover {color:#fff;
font:11px Arial, Helvetica, sans-serif;
text-decoration:underline;}

	#sidbartop . inside {
	padding-left:15px;
	padding-right:15px;
	width:147px;
	}
	
	#sidebar .secondary {
	width:177px;
	padding-top:30px;
	}
	
	
#sidebarbottom {
width:152px;
/*background:url(../../../images/logoside.jpg) top center no-repeat;*/
margin-left:15px;
}

	#sidebarbottom .inside {
	padding-top:100px;
	font:15px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:left;
	}
	
	#sidebarbottom .inside a, #sidebarbottom .inside a:visited{
	color:#fff;
	font-size:12px;
	text-decoration:none;
	padding-bottom:4px;
	}
	
	#sidebarbottom .inside a:hover{
	color:#fff;
	font-size:12px;
	text-decoration:underline;
	padding-bottom:4px;
	}
	
	#sidebarindus {
	margin-left:15px;
	width:147px;
	height:20px;
	padding-bottom:20px;
	}
	
	#sidebarindus select {
		
				border: none;
				font: 11px Arial, Helvetica, sans-serif;
				color: #3F3F3F;
				width: 147px;
				/*height: 20px;*/
		
			}
			
				#sidebarindus option {
		
					width:100%;
		
				}
				
				#sidebarindus a, #sidebarindus a:visited {
				font: 11px Arial, Helvetica, sans-serif;
				color:#fff;
				text-decoration:none;
				}
				
				#sidebarindus a:hover {
				text-decoration:underline;
				}

#contentAreatab {
width:763px;	
text-align:left;	
}

	#contentArea {
	width:736px;
	border-left:1px solid #f5f6f7;
	border-right:1px solid #f5f6f7;
	background-color:#FFF;
	}
	
	#moduleArea {
	width:958px;
	border-left:1px solid #f5f6f7;
	border-right:1px solid #f5f6f7;
	background-color:#FFF;
	text-align:center;
	}
	
	#contentArea .padding {
	padding:14px;
	}
	
	#moduleArea .padding {
	padding:14px 0;
	width:930px;
	
	}
	
		#mediaWindow {
		width:708px;
		}
		
			#mediaWindow img {
			border:3px solid #d2d2d2;
			}

		#mainContent {
		width:708px;
		}
		
			#mainContent .inside {
			padding:26px 38px 22px 30px;
			}
			
		#highlightbox {
		width:708px;
		background-color:#d2d2d2;
		}
		#highlightbox table {
				font:13px Arial, Helvetica, sans-serif;
				color:#1a2d3c;
		}
			/*#highlightbox .inside {
			padding:30px 55px 30px 30px;
			}
			
				#assochighlight {
				background:url(../../../images/assochighl.jpg) top left no-repeat;
				width:501px;
				height:46px;
				}
				
				
				#assoctext {
				width:623px;
				font:13px Arial, Helvetica, sans-serif;
				color:#1a2d3c;
				}
				
				#assoctext a, #assoctext a:visited, #assoctext a:hover {
				color:#1a2d3c;
				font:inherit;
				text-decoration:underline;
				}
				
				#assoctext ul {
				list-style-image:url(../../../images/arrow.jpg);
				padding-left:0px;
				margin:0px;
				}
				
				*/
				
				
				#highlightbox table a, #highlightbox table a:visited, #highlightbox table a:hover {
				color:#1a2d3c;
				font:inherit;
				text-decoration:underline;
				}
				
				#highlightbox table ul {
				list-style-image:url(../../../images/arrow.gif);
				padding-left:0px;
				margin:0px;
				}
		
		#privHomeleft {
		width:339px;
		}
		
			#privSlideshow {
			width:339px;
			padding-bottom:24px;
			}
			
				#privSlideshow a, #privSlideshow a:visited, #privSlideshow a:hover {
				color:#1a2d3c;
				text-decoration:none;
				}
			
			#privcontent {
			width:339px;
			padding-bottom:23px;
			color:#07519a;
			}
			
				#privContent a, #privContent a:visited {
				color:#07519a;
				text-decoration:none;
				}
				
				#privContent a:hover {
				text-decoration:underline;
				}
				
				#privContent h3 {
				font-size:13px;
				padding-bottom:4px;
				}
			
				#privContent ul {
				list-style-image:url(../../../images/bullet.jpg);
				padding-left:0px;
				margin:0px;
				}
			
			
		#askpcma {
		background:#bb2902 url(../../../images/askpcma.jpg) bottom center no-repeat;
		height:138px;
		}
		
			#askpcma .inside {
			padding:15px 28px 30px 13px;
			}
			
			#askpcma .inside ul {
				list-style-image:url(../../../images/arrowred.jpg);
				padding-left:0px;
				margin:0px;
				}
				
				
		#privHomeright {
		
		width:339px;
		}
		
		#career {
		width:339px;
		background:#d2d2d2 url(../../../images/careerboard.jpg) top center no-repeat;
		min-height:370px;
		}
		
			#career .inside {
			margin-left:15px; 
			padding-top:147px;
			width:312px;
			}
			
			#career .inside .plgHeaderbarAction, #career .inside a.plgHeaderbarAction, #career .inside a.plgHeaderbarAction:visited {
			color:#000000;
			font-size:11px;
			text-decoration:none;
			text-transform:lowercase;
			padding-bottom:5px;
			}
			
			#career .inside a.plgHeaderbarAction:hover {
			text-decoration:underline;
			padding-bottom:5px;
			}
			
			
		#events {
		width:339px;
		background:#8bb0cb url(../../../images/events.jpg) no-repeat top center;
		min-height:370px;
		padding-top:4px;
		}
		
			#events .inside {
			margin:122px 12px 12px 15px;
			width:312px;
			}
			
				#events .inside .plgHeaderbarAction, #events .inside a.plgHeaderbarAction, #events .inside a.plgHeaderbarAction:visited {
			color:#000000;
			font-size:11px;
			text-decoration:none;
			text-transform:lowercase;
			padding-bottom:5px;
			}
			
			#events .inside a.plgHeaderbarAction:hover {
			text-decoration:underline;
			padding-bottom:5px;
			}
			
			
			#icons {
			width:42px;
			margin:0px 0px 0px 293px;
			background:url(../../../images/icobg.jpg) no-repeat;
			height:21;
			}
			
				#phonehov {
		height:25px;
		width:25px;
		display:block;
		}
				
				a#phonehov {
	height:16px;
	width:16px;
	background:url(../../../Images/phonehov.jpg);
	background-position:top left;
	}
		a#phonehov:hover {
		background-position:left bottom;
		}
		
				#calhov {
		height:25px;
		width:25px;
		display:block;
		}
				
				a#calhov {
	height:16px;
	width:16px;
	background:url(../../../Images/calhov.jpg);
	background-position:top left;
	}
		a#calhov:hover {
		background-position:left bottom;
		}
			
			
			
		#pcmatab {
		width:25px;
		display:inline;
		} 
		
		
		#pcmatab img {
		border:none;
		}
		
		#phov {
		height:25px;
		width:25px;
		display:block;
		}


	a#phov {
	height:25px;
	width:25px;
	background:url(../../../Images/phov.jpg);
	background-position:top left;
	}
		a#phov:hover {
		background-position:left bottom;
		}
		
		#chov {
		height:25px;
		width:25px;
		display:block;
		}


	a#chov {
	height:25px;
	width:25px;
	background:url(../../../Images/chov.jpg);
	background-position:top left;
	}
		a#chov:hover {
		background-position:left bottom;
		}
		
		#mhov {
		height:25px;
		width:25px;
		display:block;
		}


	a#mhov {
	height:25px;
	width:25px;
	background:url(../../../Images/mhov.jpg);
	background-position:top left;
	}
		a#mhov:hover {
		background-position:left bottom;
		}
		
		#ahov {
		height:25px;
		width:25px;
		display:block;
		}


	a#ahov {
	height:25px;
	width:25px;
	background:url(../../../Images/ahov.jpg);
	background-position:top left;
	}
		a#ahov:hover {
		background-position:left bottom;
		}
/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {
background:url(../../../images/footerbg.jpg) repeat-x top center;
height:20px;
text-align:center;
margin:0 auto;
padding:6px 0px 0px 60px;
}

	#footer .inside {
	
	width:1005px;
	text-align:left;
	margin:0 auto;
	}
	
	#footer h6 a, #footer h6 a:visited {
	color:#fff; 
	text-decoration:none;
	}
	
	#footer h6 a:hover {
	text-decoration:underline;
	}
	
/*==============================================
=Public Branding ---->Disregard
===============================================*/

#pubBrand {
height:148px;
background:url(../../../images/brandbg.jpg) top left no-repeat;
text-align:left;
margin-left:100px;
}

#brandHome {
background:url(../../../images/sitebg.jpg) left top repeat-x;
	
}

#pubBrandContainer {
width:1075px;
height:412px;
background:#5D6C75;
margin-bottom:50px;
margin-left:67px;
}

	#brandside {
	width:304px;
	text-align:left;
	height:412px;
	background:#fff;
	}
	
		#brandside .inside {
		padding:50px 78px 0px 0px;
		}
		
			#brandside .inside img {
			display:block;
			}
		
	#brandmidContainer {
	width:771px;
	}
	
	#brandmid {
	width:657px;
	}
	
		#brandmid img {
		display:block;
		}
	
		#midtop {
		}
		
			#midtop img {
			display:block;
			}
			
			#midtopleft {
			width:329px;
			}
			
				#midtopleft img {
				display:block;
				}
			
			#midtopright {
			width:328px;
			}
			
				#midtopright img {
				display:block;
				}
			
		#midbot {
		
		}
		
			#midbot img {
			display:block;
			}
		
			#midbotleft {
			width:329px;
			}
			
				#midbotleft img {
				display:block;
				}
			
			#midbotright {
			width:328px;
			}
			
				#midbotright img {
				display:block;
				}
	
	#brandtab {
	width:114px;
	}
	
		#brandtab img {
		display:block;
		}
		
		.slidertd {
		background:#1a2d3c;
		padding:0 10;
		height:20px;
		}
		
		.slidertd a, .slidertd a:visited, .slidertd a:hover {
		color:#fff;
		text-decoration:none;
		}
		
		
/***************************************************************************
****************************************************************************
=E-Zine Styles
****************************************************************************
***************************************************************************/


.zineWrapper h1 {
	
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:bold;

}


.zineWrapper h2 {
	
	color: #fff;
	font: 16px Arial, Helvetica, sans-serif;
	/*font-weight:bold;*/
	
}

.zineWrapper h3 {
	
	color: #cdd6f0;
	font: 14px Arial, Helvetica, sans-serif;

}

.zineWrapper h4 {
	
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;

}


.zineWrapper h5 {
	
	color: #fff;
	font: 10px Arial, Helvetica, sans-serif;

}

.zineWrapper h6 {
	
	color: #423317;
	font: bold 11px Georgia, "Times New Roman", Times, serif;

}

.zineWrapper p {
	
	color: #777;
	font: 11px/1.6 Arial, Helvetica, sans-serif;

}

.zineWrapper table, .zineWrapper div {
	
	color: #777;
	font: 11px/1.6 Arial, Helvetica, sans-serif;

}

.zineWrapper a, .zineWrapper a.small,.zineWrapper a.anchor, .zineWrappera.visited {
	
	color: #3885a5;
	font: inherit;
	text-decoration: underline;

}

.zineWrapper a:hover {
	
	color: #3885a5;
	font: inherit;
	text-decoration: underline;

}

/*.page {
	
	background:#505e8b url(../../../Images/rptBg.jpg) 0 0 repeat-x;
	text-align: center;
	
}*/

.zineWrapper ul {
list-style-image:url(../../../Images/bulletZine.png);
				padding-left:0px;
				margin:0px;
}



.zineWrapper {
width:1300px;
margin:0 auto;
text-align:center;
background:url(../../../Images/bodyBG.jpg) 0 0 no-repeat;
}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

.zineWrapper #zineBranding {
width:940px;
/*padding-top:28px;*/
height:128px;
margin:0 auto;	
}

.zineWrapper #zineBranding #zineLogo {
padding-top:43px;
width:176px;
height:66px;
float:left;
}

	.zineWrapper #zineBranding #zineLogo a#zineLogoHov {
	width:176px;
	height:66px;
	display:block;
	background:url(../../../Images/logoZine-hov.png) top left no-repeat;
	}
	
	.zineWrapper #zineBranding #zineLogo a#zineLogoHov:hover {
	width:176px;
	height:66px;
	display:block;
	background:url(../../../Images/logoZine-hov.png) bottom left no-repeat;
	}

.zineWrapper #zineBranding #zineBrandBut {
width:248px;
padding-top:52px;
float:right;
}

	.zineWrapper #zineBranding #zineBrandBut table a#subscribeBut {
	width:181px;
	height:70px;
	display:block;
	background:url(../../../Images/subscribeIcon-hov.png) top left no-repeat;
	}
	
	.zineWrapper #zineBranding #zineBrandBut table a#subscribeBut:hover {
	width:181px;
	height:70px;
	display:block;
	background:url(../../../Images/subscribeIcon-hov.png) bottom left no-repeat;
	}
	
	.zineWrapper #zineBranding #zineBrandBut table td.buttonPad {
	padding-bottom:13px;
	}
	
	.zineWrapper #zineBranding #zineBrandBut table a#loginBut {
	width:52px;
	height:34px;
	display:block;
	background:url(../../../Images/loginBtn-zine.jpg) top left no-repeat;
	}
	
	.zineWrapper #zineBranding #zineBrandBut table a#loginBut:hover {
	width:52px;
	height:34px;
	display:block;
	background:url(../../../Images/loginBtn-zine.jpg) bottom left no-repeat;
	}
	
	/* -------------------------------------------------------------
= Content CLASSES 
------------------------------------------------------------- */

.zineWrapper #zineContentWrapper {
width:940px;
margin:0 auto;
text-align:left;
}

	.zineWrapper #zineContentWrapper #zinesidebar {
	width:275px;
	background:url(../../../Images/sidebarTop.jpg) 0 0 no-repeat;
	float:left;
	}
	
	.zineWrapper #zineContentWrapper #zinesidebar2 {
	width:275px;
	background:url(../../../Images/sidebar2Top.jpg) 0 0 no-repeat;
	float:left;
	}
	
		.zineWrapper #zineContentWrapper #zinesidebar .inside,
		.zineWrapper #zineContentWrapper #zinesidebar2 .inside {
		padding:65px 0px 0px;
		margin-left:16px;
		width:243px;
		}
		
		.zineWrapper #zineContentWrapper #zinesidebar .inside .secondary,
		.zineWrapper #zineContentWrapper #zinesidebar2 .inside .secondary {
		margin-top:25px;
		}
	
	.zineWrapper #zineContentWrapper #zineContentArea {
	width:653px;
	float:right;
	margin-left:12px;
	}
	
	.zineWrapper #zineContentWrapper #zineContentArea #zineMediaWindow {
	width:653px;
	height:295px;
	background:url(../../../Images/photoAlbum-BG.jpg) 0 0 no-repeat;
	}
	
		.zineWrapper #zineContentWrapper #zineContentArea #zineMediaWindow #zineGradient {
		float:left;
		width:360px;
		padding-top:33px;
		}	
		
		.zineWrapper #zineContentWrapper #zineContentArea #zineMediaWindow #zineGradient .inside {
		margin-left:36px;
		width:291px;
		}
		
		.zineWrapper #zineContentWrapper #zineContentArea #zineMediaWindow #zineGradient .inside table a#learnMoreBut {
		width:81px;
		height:35px;
		display:block;
		background:url(../../../Images/learnMoreBtn.jpg) top left no-repeat;
		}
		
		.zineWrapper #zineContentWrapper #zineContentArea #zineMediaWindow #zineGradient .inside table a#learnMoreBut:hover {
		width:81px;
		height:35px;
		display:block;
		background:url(../../../Images/learnMoreBtn.jpg) bottom left no-repeat;
		}	
		
		.zineWrapper #zineContentWrapper #zineContentArea #zineMediaWindow #zineGradient .inside table a#memberRegBut {
		width:164px;
		height:35px;
		display:block;
		background:url(../../../Images/memberRegBtn.jpg) top left no-repeat;
		}
		
		.zineWrapper #zineContentWrapper #zineContentArea #zineMediaWindow #zineGradient .inside table a#memberRegBut:hover {
		width:164px;
		height:35px;
		display:block;
		background:url(../../../Images/memberRegBtn.jpg) bottom left no-repeat;
		}
		
		.zineWrapper #zineContentWrapper #zineContentArea #zineMediaWindow #zineImage {
		float:right;
		width:293px;
		}
		
		.zineWrapper #zineContentWrapper #zineContentArea #featureTitle {
		width:653px;
		padding:21px 0px;
		}
		
		.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns {
		width:653px;
		}
		
		.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineLeft {
		width:432px;
		margin-right:10px;
		float:left;
		}
		
		.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineLeft .zinelongIcon {
		width:432px;
		height:36px;
		}
		
		.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineLeft .longColumn {
			width:432px;
			background:#fff url(../../../Images/columnBg.jpg) 0 0 repeat-x;
			height:288px;
			}
			
			.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineLeft .longColumn .inside {
			width:340px;
			margin-left:47px;
			padding-top:16px;
			height:240px;
			}
			
			.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineLeft .longColumn .inside .plgHeaderBarAction {
			border-bottom:4px solid #a3aeb9;
			} 
			
			.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineLeft .longColumn .inside a.plgHeaderBarAction {
			border-bottom:none;
			color:#005a82;
			font:10px Verdana, Arial, Helvetica, sans-serif;
			}
			
			.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineLeft .longColumn .inside table#masterPageUC_MPCA303063_ctl05_tblClubNews {
			padding-top:8px;
			}
			
			.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineLeft .longColumn .inside table#masterPageUC_MPCA303063_ctl05_tblClubNews a {
			font:11px Verdana, Arial, Helvetica, sans-serif;
			color:#000;
			font-weight:bold;
			text-decoration:none;
			}
			
			.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineLeft .longColumn .inside table#masterPageUC_MPCA303063_ctl05_tblClubNews a:hover {
			font:11px Verdana, Arial, Helvetica, sans-serif;
			color:#000;
			font-weight:bold;
			text-decoration:underline;
			}
			
			.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineLeft .longColumn .inside table#masterPageUC_MPCA303063_ctl05_tblClubNews .smallerfont a {
			display:none;
			}
			
		
		.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineLeft .zinelongBottom {
		width:432px; 
		height:10px;
		background:url(../../../Images/columnLongBottom.jpg) 0 0 no-repeat;
		}
			
		
		
			.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineLeft #zineColumn1 {
			width:211px;
			margin-right:10px;
			float:left;
			}
			
			.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineLeft #zineColumn2 {
			width:211px;
			float:right;
			}
			
			.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineRight {
			width:211px;
			float:right;
			}
			
			.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineLeft #zineColumn1 .zineTopIcon,
			.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineLeft #zineColumn2 .zineTopIcon,
			.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineRight .zineTopIcon {
			width:211px;
			height:36px;
			}
			
			.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineLeft #zineColumn1 .zineMainColumn,
			.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineLeft #zineColumn2 .zineMainColumn,
			.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineRight .zineMainColumn {
			width:211px;
			background:#fff url(../../../Images/columnBg.jpg) 0 0 repeat-x;
			height:288px;
			}
			
			.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineLeft #zineColumn1 .zineMainColumn .inside,
			.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineLeft #zineColumn2 .zineMainColumn .inside,
			.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineRight .zineMainColumn .inside {
			width:173px;
			margin-left:16px;
			padding:16px 0px;
			}
			
			.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineLeft #zineColumn1 .zineMainColumn .inside a.readMorebtn,
			.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineLeft #zineColumn2 .zineMainColumn .inside a.readMorebtn,
			.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineRight .zineMainColumn .inside a.readMorebtn {
			width:77px;
			height:29px;
			display:block;
			background:url(../../../Images/readMoreBtn.jpg) top left no-repeat;
			}
			
			.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineLeft #zineColumn1 .zineMainColumn .inside a.readMorebtn:hover,
			.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineLeft #zineColumn2 .zineMainColumn .inside a.readMorebtn:hover,
			.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineRight .zineMainColumn .inside a.readMorebtn:hover {
			width:77px;
			height:29px;
			display:block;
			background:url(../../../Images/readMoreBtn.jpg) bottom left no-repeat;
			}
			
			.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineLeft #zineColumn1 .columnBottom,
			.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineLeft #zineColumn2 .columnBottom,
			.zineWrapper #zineContentWrapper #zineContentArea #zine3Columns #zineRight .columnBottom {
			width:211px;
			height:10px;
			background:url(../../../Images/columnBottom.jpg) 0 0 no-repeat;
			}
			
			.zineWrapper #zineFooter {
			width:940px;
			text-align:center;
			margin:0 auto;
			}
			
				.zineWrapper #zineFooter .inside {
				padding:55px 0px;
				}
		
				.zineWrapper #zineFooter .inside h4 a {
				color:#fff;
				}

#form1 table {
color:#fff;
}

.insideForm {
padding:26px 0px 22px 0px;
}