
/*  FILE: ParentCoachCards/styles/mainStyles.css  */

/* ============ GLOBAL STYLES ============= */

body { }
p { color: green; }
a { 
	color: green;
	border: 0;
}
img { border: 0px;}
a:link, a:visited { color: green; }
a:hover, a:active { color: green; }
		
/* ============ CLASS STYLES ============== */
.site_container {
	margin: 0 auto;
	padding: 0 20px 20px;
}

.header {
	width: 900px;
	margin: 0px auto;
	text-align: center;
}
.main {
	margin: 0 auto;
	width: 920px;
}
.tabMenu {
	width: 912px;
	/*border: 1px solid #000;*/
	 
}

.tabs {
	color: green;
	text-align: center;
}

.content_container {
/*
	float:left;
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
}

.content_container  div{
	display: block;
	position: relative;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	*/
} 

.content {	
	width: 912px;
	background-color: white;
	/*border: 1px solid #000;*/	

}
.include {
	padding: 10px 10px 10px 20px;
	width: 880px;
}
.footer {
	text-align: center;
	width: 915px;
	color: green;
	padding: 20px 20px 10px 0px;
	display: block;
}

.image { 
	text-align: center;
	border: 0px;
}

/* ============ ID STYLES ============== */

#submenu_home { 
	position: absolute;
	visibility: hidden;
	width: 114px;
	opacity: 0.95;
	filter: alpha(opacity=95); /* IE */
}
#submenu_home:hover {
	visibility: visible;
}
#submenu_wyg { 
	position: absolute;
	visibility: hidden;
	margin-left: 114px;
	opacity: 0.95;
	filter: alpha(opacity=95); /* IE */
}
#submenu_wyg_btm { 
	position: absolute;
	visibility: hidden;
	margin-left: 114px;
	margin-top: 40px;
	opacity: 0.95;
	filter: alpha(opacity=95); /* IE */
}