/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Carbon
  -----------------------------------
*/

.p7AB {
	margin: 0px;
	width: 560px;
	background-color: #7f9464;
	background-image:url(../images/greendocs.jpg);
	background-position: top;
	background-repeat:no-repeat;
	padding: 0px;
	border: 3px solid #fff;
	font-family: Avenir, Arial, Helvetica, sans-serif;
}
.p7ABtrig {
	margin: 0;
	padding: 0;
}
.p7ABtrig h3, .p7ABtrig h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

#p7ABW1 .p7ABtrig a, #p7ABW2 .p7ABtrig a,
#p7ABW3 .p7ABtrig a, #p7ABW4 .p7ABtrig a,
#p7ABW5 .p7ABtrig a, #p7ABW6 .p7ABtrig a,
#p7ABW7 .p7ABtrig a, #p7ABW8 .p7ABtrig a,
#p7ABW9 .p7ABtrig a, #p7ABW10 .p7ABtrig a {
	display: block;
	text-decoration: none;
	padding: 8px 8px 8px 18px;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #99aa81;
	background-image: url(images/p7ap_east_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#p7ABW1 .p7ABtrig a:hover, #p7ABW2 .p7ABtrig a:hover,
#p7ABW3 .p7ABtrig a:hover, #p7ABW4 .p7ABtrig a:hover,
#p7ABW5 .p7ABtrig a:hover, #p7ABW6 .p7ABtrig a:hover,
#p7ABW7 .p7ABtrig a:hover, #p7ABW8 .p7ABtrig a:hover,
#p7ABW9 .p7ABtrig a:hover, #p7ABW10 .p7ABtrig a:hover {
	color: #fff;
	background-color: #245837;
}
#p7ABW1 .p7ABtrig .p7ABtrig_down, #p7ABW2 .p7ABtrig .p7ABtrig_down,
#p7ABW3 .p7ABtrig .p7ABtrig_down, #p7ABW4 .p7ABtrig .p7ABtrig_down,
#p7ABW5 .p7ABtrig .p7ABtrig_down, #p7ABW6 .p7ABtrig .p7ABtrig_down,
#p7ABW7 .p7ABtrig .p7ABtrig_down, #p7ABW8 .p7ABtrig .p7ABtrig_down,
#p7ABW9 .p7ABtrig .p7ABtrig_down, #p7ABW10 .p7ABtrig .p7ABtrig_down {
	color: #fff;
	background-color: #245837;
	background-image: url(images/p7ap_south_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
.p7ABcontent {
	padding: 20px;
	color: #fff;
	background-color: #245837;
	background-image: url(../images/bg-greengrad.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.p7ABcontent h2, .p7ABcontent h3, 
.p7ABcontent h4 {
	font-size: 14px;
	color: #fff;
	margin: 0px;
	line-height: normal;
}
.p7ABcontent p {
	margin: 0px 0 3px 0;
	line-height: 1.5em;
	font: Avenir, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.p7ap_currentmark {
	font-weight: bold;
}

div#p7ABW1 img {
	float:right;
	margin:0px 0px 4px 10px;
	}

div#links a:link, div#links a:visited, .p7ABcontent a:link, .p7ABcontent a:visited
	{
	color: #ffffff;
	font:Avenir, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-decoration:underline;
	padding: 0px 3px;
	}

div#links a:hover, .p7ABcontent a:hover
	{
	color: #000000;
	font: Avenir, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
	padding: 0px 3px;
	}
	
#intro_container
{
width: auto;
}

#intro_text
{
float: left;
width: 340px;
height: 120px;
}

#intro_image
{
float: left;
width: 180px;
height: 120px;
}

#links
{
padding-top: 15px;
text-align: center;
}

.home_italic
{
	line-height: 1.5em;
	font: Avenir, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}