/* Impact Planners Styles */

/* Common Layout Elements */

.col_layout_right { background-color: #111; }
.imgText { display: none; }
h1 { margin: 0px; padding: 0.5em 0em; }
a { color: grey; }

/* Nav */

#nav a { background-color: white; color: #333; border: 1px solid #b31b1b; margin: 0px 3px; text-decoration: none; padding: 0px 3px; }
#nav a:hover { background-color: #b31b1b; color: white; margin: 1px 3px;}

/* Article Specific Elements*/

.content_1818 { margin-top: 3em; }

/* Vert Nav */

#verticalNav {
	font-size: 1.6em;
}

.navItem {
	padding: 0.4em 0em;
}

.navItem a {
	display: block;
	color: #888;
	text-decoration: none;
}

.navItem a:hover {
	color: #666;
}

.selectedSection a {
	font-weight: bold;
	color: #4d4d4d;
}

/* Member */

#member_AILDM {
	background: url('/Resources/ImpactPlanners/Layout/member_AILDM.png') bottom left no-repeat;
	width: 487px;
	height: 119px;
	border-top: 1px solid #ddd;
	padding-top: 2em;
	margin-top: 2em; 
}
#member_AILDM span { display: none; }

/* Footer */

#footer { color: #666; font-size: 0.85em; border-top: 1px solid #ddd; padding-top: 2em; }
#footer a { color: #666; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#logo_Jaze {
	cursor: pointer;
	background: url('/Resources/ImpactPlanners/Layout/logoJaze.png') right top no-repeat;
	height: 35px;
	padding: 10px 55px 0px 0px;
}

.poweredBy { width: 180px; }

