/*  
----------------------------------------------------------------------
 Glide Panel Magic by Project Seven Development www.projectseven.com
 Customized by Lisa Firke | Hit Those Keys www.hitthosekeys.com
----------------------------------------------------------------------  
*/
.p7GP03 {
	background-color: #F2F4D7;
	border: 1px solid #C0C388;
	padding: 3px;
}
.p7GP03 .p7GPinnerwrapper {
	padding: 0;
	border: 0;
	background-color: #CFD58F; /* shows as sidebar background */
}
.p7GP03 .p7GPtwrapper {
	width: 200px;
	float: left;
	margin: 0;
	background-color: #CFD58F;
}
.p7GP03 .p7GPtwrapper ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.p7GP03 .p7GPtwrapper ul a {
	color: #D5DD97 !important;
	text-decoration: none;
	display: block;
	padding: 6px 10px;
	border-bottom: 1px solid #3A81AF;
	border-top: 1px solid #94BED8;
	background-image: url(img/button.jpg);
	background-repeat: repeat-x;
	background-color: #1E65A3;
}
.p7GP03 .p7GPtwrapper ul a:hover {
	color: #FFF !important;
	background-color: #1E65A3;
}
.p7GP03 .p7GPtwrapper ul a.down, .p7GP03 .p7GPtwrapper ul a.down:hover {
	background-image: url(img/fade.jpg);
	background-color: #FFFFFF;
	color: #000 !important;
	border: 0;
	background-repeat: repeat-y;
	font-weight: bold;
}
.p7GP03 .p7GPcwrapper {
	margin: 0 0 0 200px;
	background-color: #FFF;
}
.p7GP03 .p7GPcontent {
	padding: 0 22px 16px 22px;
	line-height: 1.75 !important;
	background-color: #FFF;
	color: #000;
}
.p7GPcontent p.first {
	margin-top: 8px;
}
.p7GPcontent h2 {
	margin-top: 8px;
}
.p7GP03 .p7GPcontent a {
	color: #2666A4;
	background-color: #F3F6DB;
	text-decoration: none;
	border-bottom: 1px solid #C0C388;
	padding: 1px;
}
.p7GP03 .p7GPcontent a:hover {
	color: #C0C388;
	background-color: #2367A9;
	}
.p7GPcurrentmark {
	font-weight:bold !important;
}
.p7GP03 .clearfloats {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
.p7GP03 .sidecontent {
	padding: 0 10px 8px 11px;
	font-size: 0.9em;
}
.p7GP03 .sidecontent a {
	color: #369;
}
.p7GP03 .sidecontent a:hover {
	color: #F3F6DB;
}