body { 
		background-color: #003300;
		background-image: url('images/clover3.png');
}

.dsMainHeader {
	font: bold x-large cursive;
	color: white;
	text-align: center 
}

/* text that may need to change color based on the background. happens in tables + stuff */
.ctxt {
	color: white;
}

.acctHeader { color: white; font: bold x-large cursive; }
.acctHeader2 { color: white; font: bold large cursive; }

.stripe{ background-color:green }
/*.nostripe{ background-color:transparent } */
.stripeHover:hover { background-color:#66CC66 }
.navPhoneIcon:hover { background-color:darkgreen }

/*	item on the navigation bar */
.navItemHeader {
	padding: 3px;
	font-weight: bold;
	background-color: #006633;
	color: white;
}


.mainBorder, .mainOutlineDiv, .linkNavigation {
	background: rgb(0,0,0);
	background-color: rgba(0,0,0,.8);
	color: white;
	
	border: 5px solid #006633;
	box-shadow: 2px 2px 8px 2px rgba(0,0,0,.35); 
/*	box-shadow: 2px 2px 8px 2px rgba(255,255,255,.3); */
	border-radius: .2em;
}

.dbtable {
	
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
	color: black;
	
	text-align: left;
	padding: 2px;
	width: 100%;
	border-width: 1px;
}

A:link { color: grey; }
A:visited {color: grey;}
A:active {color: grey;}
A:hover {color: grey;}



/*
=========================================================================================================
	MENUS
=========================================================================================================
*/

.menu {
	background-color: darkgreen;
	color: white;
}


.menu > ul > li:hover > a, .menu > ul > .current-item > a,
.menu > ul > li:focus > a, .menu > ul > .current-item > a {
	background: green;
	color: white;
}


.sub-menu li a:hover, .sub-menu .current-item a,
.sub-menu li a:focus, .sub-menu .current-item a {
	background: green;
}


.button-primary {
	background: none  !important;
	background-color: darkgreen !important;
	color: white !important;
}
