@import url(global_v1-2.css);
@import url(montammy_css/modules.css);
@import url(montammy_css/plugins.css);
@import url(adminLogin.css);
@import url(admin.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: 16px Georgia, "Times New Roman", Times, serif;
	line-height:inherit;
	font-weight:bold;

}


h2 {
	
	color: #ffffff;
	font: 11px Georgia, "Times New Roman", Times, serif;
	line-height:inherit;
	
}

h3 {
	
	color:#000000;
	font:14px Georgia, "Times New Roman", Times, serif;
	line-height:inherit;

}

h4 {
	
	color: #967f40;
	font:14px Georgia, "Times New Roman", Times, serif;
	line-height:inherit;

}

h5 {
	
	color: #ffffff;
	font:14px Georgia, "Times New Roman", Times, serif;
	line-height:inherit;

}

h6 {
	
	color: #30493b;
	font:14px Georgia, "Times New Roman", Times, serif;
	line-height:24px;

}

p {
	
	color: #1A1816;
	font: 12px/1.6 Georgia, "Times New Roman", Times, serif;

}

table, div {
	
	color: #000000;
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height:22px;

}

a,a.small,a.anchor,a.visited {
	
	color: #000000;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #000000;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background:url(../../../Images/bg_branding.jpg) repeat-x;
	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: siteName
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {

	margin:0 auto;
	
}

#pubHome {
	
}

#pubContent {


	
}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {
	
		width:960px;
		height:117px;
		text-align:left;
		
	}

	#brandingLeft {
	
		background:url(../../../Images/bg_branding.jpg) no-repeat;
		width:460px;
		height:117px;
		text-align:left;
		
	}
	
		.brandingLeftInside {
		
			text-align:left;
			padding:17px 0 0 28px;
		
		}

	#brandingRight {
	
		background:url(../../../Images/bg_branding.jpg) no-repeat;
		width:500px;
		height:117px;
		text-align:left;
		
	}
	
		.brandingLoginInside {
		
			text-align:right;
			padding:15px 5px 0 270px;
			line-height:18px;
			font:Georgia, "Times New Roman", Times, serif;
			color:#FFFFFF;
		
		}

			#brandingRight .brandingLoginInside a,a.small,a.anchor,a.visited,a:hover {
			
				color:#ffffff;
			
			}
	
		.brandingRightInside {
		
			text-align:right;
			padding:48px 5px 0 0;
		
		}

			#brandingRight .brandingRightInside a,a.small,a.anchor,a.visited,a:hover {
			
				color:#ffffff;
			
			}
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {

	height:66px;
	width:960px;
	/*background:url(../../../Images/bg_nav.jpg) center no-repeat;*/

}
	
#topNav {

	height:43px;

}

	.topNavInside {
	
		/*padding:8px 20px 0 20px;*/
		/*padding-top:5px;*/
	
	}
	
#bottomNav {

	height:23px;

}

	.bottomNavInside {
	
		text-align:right;
		padding:0 8px 0 0;
		color:#967f40;
		font:9px Verdana, Arial, Helvetica, sans-serif;
	
	}

	.bottomNavWelcome {
	
		text-align:left;
		padding:0 0 0 8px;
		color:#945018;
		font:12px Georgia, "Times New Roman", Times, serif;
	
	}

	#bottomNav .bottomNavInside a,a.small,a.anchor,a.visited,a:hover {
	
		color:#967f40;
	
	}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentBG {

	width:100%;
	background:url(../../../Images/bg_content.jpg) center top no-repeat;
	
	}
	

	#contentArea {
	
		width:960px;
		text-align:center;
		
	}
	
		#publicTop {
		
			background:url(../../../Images/bg_publichome.jpg) center no-repeat;
			height:292px;
			width:960px;
			
		}
	
			#publicTopLeft {
			
				height:292px;
				width:280px;
				
			}
	
				.publicTopLeftInside {
				
					text-align:left;
					padding:90px 0 0 39px;
				
				}
	
				.publicTopLeftNav {
				
					text-align:left;
					padding:50px 0 0 50px;
					line-height:22px;
				
				}
	
				#publicTopLeft .publicTopLeftNav a,a.small,a.anchor,a.visited,a:hover {
				
					color:#30493b;
				
				}
	
			#publicTopRight {
			
				height:292px;
				width:678px;
				
			}
	
				.publicTopRightInside {
				
					text-align:center;
					padding:8px 5px 8px 5px;
				
				}
				
		#publicBottom {
		
			background:url(../../../Images/bg_bottom.jpg) center repeat-y;
			width:960px;
			
		}
	
			#publicBottomLeft {
				
				width:280px;
				
			}
	
				.publicBottomLeftInside {
				
					text-align:left;
					padding:33px 40px 58px 40px;
					line-height:20px;
				
				}
	
					#publicBottomLeft .publicBottomLeftInside a,a.small,a.anchor,a.visited {
					
						color:#002f70;
						text-decoration:underline
					
					}
	
					#publicBottomLeft .publicBottomLeftInside a:hover {
					
						color:#002f70;
						text-decoration:none
					
					}
	
			#publicBottomRight {
			
				width:678px;
				
			}
	
				.publicBottomRightInside {
				
					text-align:left;
					padding:33px 16px 58px 25px;
					line-height:20px;
				
				}
	
					#publicBottomRight .publicBottomRightInside a,a.small,a.anchor,a.visited {
					
						color:#000000;
						text-decoration:underline
					
					}
	
					#publicBottomRight .publicBottomRightInside a:hover {
					
						color:#000000;
						text-decoration:none
					
					}
				
		#privateWrapper {
		
			background:url(../../../Images/bg_bottom.jpg) center repeat-y;
			width:960px;
			
		}
				
			#privateContainer {
			
				background:url(../../../Images/bg_privatehome.jpg) center top no-repeat;
				width:960px;
				
			}
			
				#privateLeft {
				
				width:280px;
				
				}
				
					.privateLeftNav {
					
						text-align:left;
						/*margin:40px 0 0 39px;*/
						line-height:22px;
						
						}
	
						#privateLeft .privateLeftNav a,a.small,a.anchor,a.visited,a:hover {
						
							color:#ffffff;
						
						}
				
					.privateLeftInside {
					
						text-align:left;
						margin:70px 47px 58px 39px;
						
						}
	
						#privateLeft .privateLeftInside a,a.small,a.anchor,a.visited {
						
							color:#002f70;
							text-decoration:underline
						
						}
	
						#privateLeft .privateLeftInside a:hover {
						
							color:#002f70;
							text-decoration:none
						
						}
			
				#privateRight {
				
				width:680px;
				
				}
				
					.privateRightInside {
					
						text-align:left;
						padding:40px 17px 58px 40px;
						line-height:20px;
						
						}
	
					#privateRight .privateRightInside a,a.small,a.anchor,a.visited {
					
						color:#002f70;
						text-decoration:underline
					
					}
	
					#privateRight .privateRightInside a:hover {
					
						color:#002f70;
						text-decoration:none
					
					}
			

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {

	background:url(../../../Images/bg_footer.jpg) center repeat-x;
	height:126px;

}

	.footerInside {
	
		padding-top:30;
	
	}

	#footer .footerInside a,a.small,a.anchor,a.visited,a.hover {
	
		color:#FFFFFF;
	
	}
