/* 
  ----------------------------------------------------------------------
  Accordion Panel - The look and structure of panels
  ----------------------------------------------------------------------
*/

.p7AB {
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
.p7ABtrig {
	margin: 0;
	padding: 0;
}
.p7ABtrig h3, .p7ABtrig h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#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: 5px 8px 5px 25px;
	color: #DAD9C5;
	font-weight: normal;
	background-image: url(../_images/arrow-off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #184F59;
	border-top: 1px solid #DAD9C5;
}
/* Fix for IE6 \*//*/
#p7ABW1 .p7ABtrig a:link, #p7ABW2 .p7ABtrig a:link,
#p7ABW3 .p7ABtrig a:link, #p7ABW4 .p7ABtrig a:link,
#p7ABW5 .p7ABtrig a:link, #p7ABW6 .p7ABtrig a:link,
#p7ABW7 .p7ABtrig a:link, #p7ABW8 .p7ABtrig a:link,
#p7ABW9 .p7ABtrig a:link, #p7ABW10 .p7ABtrig a:link {
	text-decoration: none;
	color: #DAD9C5;
}
/* End Fix */
#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: #FFFFFF;
}
.p7ABtrig a:active, .p7ABtrig a:focus {
	outline: 1px dotted #DAD9C5;
}
#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: #FFFFFF;
	letter-spacing: .1em;
	background-image: url(../_images/arrow-on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #88341C;
}
.p7ABcontent {
	padding: 15px;
	font-size: 12px;
	line-height: 1.5em;
	color: #330000;
	background-color: #EDECE2;
	margin: 0;
	border-right: 1px solid #88341C;
	border-left: 1px solid #88341C;
	border-bottom: 1px solid #88341C;
	background-image: url(../_images/work-tab-shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.p7ABcontent h2, .p7ABcontent h3, 
.p7ABcontent h4 {
	font-size: 14px;
	color: #88341C;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}
.p7ABcontent p {
	margin: 6px 0 12px 0;
}
.p7ap_currentmark {
	font-weight: bold;
}

/* 
  ----------------------------------------------------------------------
  Accordion Panel Content - Structure for what goes in the panels
  ----------------------------------------------------------------------
*/

.ifloatwrapper{
	float: left;
	width: 200px;
}
.ifloat ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#squeezebox {
	margin: 0 0 20px 0;
	font-size: .95em;
}

#squeezebox h5 {
	margin: 0;
	color:#88341C;
	padding: 0;
	font-size: 1.0em;
}
#squeezebox ul {
	margin: 0 0 0 1px;
	padding: 0 0 0 15px;
}
#squeezebox li {
	margin: 0;
	padding: 0;
}
.ifloat {
	padding: 3px 0;
/*	border: 1px dotted #000;*/
	font-size: .95em;
/*	background-color: #FFFFFF;*/
	line-height: 1.5em;
}
.rightcolumn {
	margin: 0 0 0 230px;
	text-align:center;
}
.rightcolumn img {
	border: 0;
}
.morebelow {
	display: block;
	width: 179px;
	margin: 0;
	padding: 1px 1px 2px 20px;
	background-color: #DAD9C5;
	background-image: url(../_images/morebelow.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.flush {margin-top: 0 !important;}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}