/* Olney Chamber of Commerce */
/* Spring-Summer 2007 */

/* Website by Red Letter Design, www.RedLetterDesign.net */

/*
  *************************************
  
  p7overrides.css
  
	Overrides of styles used by project7 extensions, plus additional rules related to content within associated divs

	The css files created by the project7 extensions are left untouched. Rather, values that need to be changed are set here.
	This link must come AFTER the link to the p7 stylesheets.
	
  *************************************

/* ---- Accordian Panel overrides for main navigation ---- */
div#nav div#p7ABW1 div.p7ABtrig  a {
	color: white;
	background-image: none;
	border-top: none;
	border-bottom: 1px solid #333333;
}
div#nav div#p7ABW1 div.p7ABtrig {
	background:url(../images/layout/buttons.jpg) top left no-repeat;
}
div#nav div#p7ABW1 div.p7ABtrig:hover  {
	background-position: top right;
}
div#nav div#p7ABW1 div.p7ABtrig {
}
div#nav #p7ABW1 div.p7ABtrig .p7ABtrig_down {
	background:url(../images/layout/buttons.jpg) top center no-repeat;
	color:white;
	font-weight:normal;
	letter-spacing:0;
}
.p7ABtrig a:active, .p7ABtrig a:focus {
	outline: none;
}
.p7ABcontent {
	padding: 5px 5px 15px 5px;
	background: #ffffff url(../images/layout/tangrad.jpg) repeat-x;
}
.p7ABcontent h4 {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	letter-spacing: 0;
}
.p7ABcontent p {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 12px 0;
}
.p7ABcontent p a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #584E2C;
	font-size: 12px;
	line-height: 1.1;
}
.p7ABcontent p a:hover {
	color: #990000;
}
.p7AB {
	padding: 0 0 4px 0;
}
.p7ap_currentmark {
/* marks current link */
	font-weight: bold;
}

