@import url(global_v1-1.css);
@import url(cmaaVirginia_css/modules.css);
@import url(cmaaVirginia_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:#152233;
	font:18px "Times New Roman", Times, Georgia, serif;
	margin-bottom:10px;
}

h2 {
	color:#3a5d91;
	font:24px Arial, "Times New Roman", Times, serif;
}

h3 {
	color:#3a5d91;
	font:12px Arial, "Times New Roman", Times, serif;
}

h4 {
	color:#152233;
	font:italic 11px/1.3 "Times New Roman", Georgia, Times, serif;
	text-transform:uppercase;
}

h5 {
	color:#2b3B24;
	font:11px Georgia, "Times New Roman", Times, serif;
	display:inline;
}

h6 {
	color:#000000;
	font:10px "Times New Roman", Times, Georgia, serif;
}

p {
	color:#252320;
	font:12px/2 "Times New Roman", Times, Georgia, serif;
}

table, div {
	font:11px Arial, Verdana, sans-serif;
}

li {
	color:#252320;
	font:12px/2 "Times New Roman", Times, Georgia, serif;
	margin-left:15px;	
}

a,a.small,a.anchor,a.visited {
	color:#8B7E5F;
	font:inherit;
	text-decoration:none;
}

a:hover {
	color:#848D74;
	font:inherit;
	text-decoration:underline;
}

.page {
	background:#a2b2d0;
	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 Arial, Verdana, 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 Arial, Verdana, sans-serif;
}

/*= directory -> edit roster options -> close button --------- */
.membut {
	background:#eee;
	border:1px solid buttonFace;
	color:#333;
	cursor:pointer;
	font:11px Arial, Verdana, sans-serif;
}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	background:#eee;
	border-style:outset;
	border-width:2px;
	color:#333;
	font:11px Arial, Verdana, sans-serif;
	margin-bottom:2px;
	margin-top:2px;
}

.adminbar {
	background:#eee;
	color:#333;
	font:400 12px Arial, Verdana, sans-serif;
}

/*////////////////////////////////////
III. MISC CLASSES 
//////////////////////////////////////
 --------- general row hover classes --------- */
.rowNormal {
	background:#eee;
	color:#000;
	font:400 11px Arial, Verdana, sans-serif;
}

.rowHover {
	background:#FFF;
	color:#000;
	font:400 11px Arial, Verdana, 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 Arial, Verdana, sans-serif;
	padding:2px;
	text-decoration:none;
}

a.cookieTrail,a.cookieTrail:hover {
	color:#333;
	font:400 11px Arial, Verdana, sans-serif;
	text-decoration:none;
}

/*////////////////////////////////////////////////////////
Layout and Custom Selectors For: battleground
////////////////////////////////////////////////////////*/

.hideText {
	display:none;
}

.centered {
	margin:0 auto;
	text-align:center;
}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {
	background:url(../../../Images/nav_bg.jpg) repeat-x #5979AC;
	width:850px;
	margin:0 auto;
}

#pubHome {
}

#pubContent {
}

#modules {

	width:850px;
	margin:0 auto;
	padding: 10px;
	background:#e1e1e1;

}

/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#topLine {
	background:#fff;
	width:850px;
	height:20px;
}

	#headerLinks {
		width:290px;
		margin:0 20px 0;
	}
			
		#headerLinks ul {
			text-align:right;
			list-style:none;
			margin:0;
			padding:0px;
		}
		
		#headerLinks li {
			margin-left:20px;
			padding:0px;
			display:inline;
		}
		
		#headerLinks a {
			color:#969696;
			font-size:9px;
		}

#branding {
	width:211px;
	height:125px;
	margin-top:6px;
	margin-left:6px;
}

	#sideNav {
		background:url(../../../Images/mainLogo.jpg) no-repeat left top;
		width:211px;
		margin:0;
		padding-top:150px;
		text-align: right;
	}
			
		#sideNav ul {
			text-align:right;
			list-style:none;
			margin-top:150px;
			padding:0px;
		}
		
		#sideNav li {
			margin:0px;
			padding:0px;
			display:inline;
		}
		
		#sideNav a {
			color:#fff;
			font-size:12px;
			font-weight:bold;
			font-family:Arial;
			line-height:15px;
		}

#flash {
	margin-left:12px;
	width:621px;
	height:562px;
}

#flash2 {
	background-color:#fff;
	margin-left:12px;
	width:621px;
}

	#flash img, #flash2 img {
	
		display: block;
	
	}

#heavytextArea {
	background-color:#fff;
	margin-left:40px;
	margin-right:10px;
	text-align:left;
}

#textArea {
	background-color:#fff;
	margin-left:40px;
	width:525px;
	height:100%;
	text-align:left;
}
			
	#textArea h2 {
		list-style:none;
		margin-top:30px;
		
		
		border-bottom-style:dotted;
		border-bottom-width:1px;
	}
		
	#textArea ul {
		list-style:none;
		margin-top:5px;
		width:375px;
		border-top:thin;
	}
	
	#textArea a {
		color:#585858;
		font-size:11px;
		font-family:Arial;
		line-height:22px;
	}
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {
	background:#166017;
	height:26px;
	width:818px;
}

#rightNav {
	background-color:#fff;
	margin-top:48px;
	width:160px;
	height:350px;
	text-align:left;
}
		
	#rightNav a {
		margin-top:50px;
		color:#585858;
		font-size:10px;
		font-family:Arial;
		line-height:22px;
		text-align:left;
	}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentArea {
	background:url(../../../Images/nav_bg.jpg) repeat-x center top;
	width:850px;
	/*height:562px;*/
	background-color:#a2b2d0;
}

#contentArea2 {
	background:url(../../../Images/nav_bg.jpg) repeat-x center top;
	width:850px;
	height:720px;
	background-color:#a2b2d0;
}
	
	#mediaWindow {
		width:100%;
	}
	
		/*removes WhiteSpace below <img> in IE*/
		#mediaWindow img {
			display:block;
		}
	
	#contentWrapper {
		width:100%;
		padding:30px 0;
	}
	
		#contentContainer {
			margin:0 30px;
			width:900px;
			text-align:left;
		}
		
			#sidebar {
				width:182px;
			}
			
			#pubContent #contentMain {
				margin-left:50px;
				width:418px;
			}
			
			#privHome #contentMain {
				width:540px;
			}
			
			#contentSecondary {
				width:200px;
			}
			
			#privHome #contentSecondary {
				width:300px;
			}

#innerFooter {
	background:url(../../../Images/footer.jpg) no-repeat;
	width:960px;
	height:152px;
	text-align:left;
}

	#innerFooter .inside {
		margin:0 0 0 30px;
		padding-top:46px;
		width:530px;
	}
	
	#innerFooterLinks {
		height:60px;
		margin:0;
		padding:0;
		list-style:none;
		font:18px "Times New Roman", times, serif;
		text-align:left;
	}
	
	#innerFooterLinks li {
		float:left;
		text-align:right;
		margin:0;
		padding:0;
		width:175px;
	}
	
	#innerFooterLinks a {
		color:#c0a76c;
	}
	
	#innerFooterLinks a:hover {
		color:#FFF;
		text-decoration:none;
	}
	
	#innerFooterLinks blockquote {
		margin:0 0 0 0;
		font-size:13px;
		font-style:italic;
	}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {
	background:url(../../../Images/footer_bg.jpg) repeat-x center top;
	height:143px;
	width:100%;
}

#footer2 {
	height:70px;
	width:100%;
}

	#footerLeft {
		
		height:70px;
		width:229px;
		text-align:right;
	}
			
		#footerLeft ul {
			text-align:right;
			list-style:none;
			margin: 0;
			padding:0;
		}
		
		#footerLeft li {
			margin:16px 16px 0 0;
			padding:0px;
		}
			
		#footerLeft a {
			color:#a0b2d4;
			font-size:9px;
			font-family:Arial;
			line-height:15px;
		}

	#footerRight {
		background:url(../../../Images/footer_right_bg.jpg) repeat-x right top;
		height:135px;
		width:376px;
		margin-top: 8px;
		
		text-align:left;
	}
	
		#footerRight .inside {

			
			width:360px;
			margin: 8px 8px 0;
			border-right: 1px dashed #FFF;
		
		}

		#footerRight img {
			
			border-right: 8px solid transparent;
		
		}
			
		#footerRight ul {
			text-align:left;
			list-style:none;
			margin:8px 0 0 0;
			
			padding:0px;
			width:273px;
			border-right:dashed;
			border-right-width:1px;
			border-right-color:#fff;
		}
		
		#footerRight li {
			margin:0px;
			padding:0px;
			display:inline;
			color:#fff;
		}
			
		#footerRight a {
			color:#fff;
			font-size:12px;
			font-family:Arial;
			font-weight:bold;
		}
			
		#footerRight h6 {
			color:#fff;
			font-size:9px;
			font-family:Arial;
			line-height:10px;
			padding-right:5px;
		}

	#footerWayRight {
		background:url(../../../Images/footer_right_bg.jpg) repeat-x right top;
		height:135px;
		width:245px;
		margin-top:8px;
		text-align:left;
	}
			
		#footerWayRight a {
			color:#fff;
			font-size:12px;
			font-family:Arial;
			font-weight:bold;
		}

	#footerRight2 {
		background-color:#fff;
		height:72px;
		width:621px;
	}
	
#underFooter {
	background-color:#a0b2d4;
	width:100%;
	text-align:left;
	font-family:Helvetica;
	color:#fff;
	font-size:9px;
	padding-left:7px;
	padding-top:14px;
}
