@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background_fade.jpg);
	background-repeat: repeat-x;
	background-color: #8CB336;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
input select {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border:0;
	margin:0px;
}
form {
	margin:0;
	float: left;
}
.frame {
	width: 960px;
	margin:auto;
}
.clear {
	clear:both;
}
.hide {
	display: none;
}
.header {
	background-color:transparent;
	width: 960px;
	float:left;
	background-image:url(../images/headerback.jpg);
	background-repeat: no-repeat;
	background-position:bottom right;
}

.header .head_left {
	width: 289px;
	float:left;
}
.header .head_right {
	width: 671px;
	float:left;
}
.header .contactDetails {
	margin-top: 10px;
	width: 200px;
	float:right;
	font-size: 18pt;
	color:#EAF599;
	font-weight: bold;
}
.header .contactDetails p {
	font-size: 12pt;
	color:#FFFFFF;
	margin: 0;
	padding-top: 5px;
}
.header .contactDetails a {
	font-size: 9pt;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.header .contactDetails a:hover {
	color: #8cb335;
}
.menu {
	width: 186px;
	margin-right: 20px;
	margin-top: 5px;
	float:left;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float:left;
}
.menu ul li {
	margin: 0;
	padding: 0;
	width: 186px;
	float:left;
}
.menu ul .active {
	background-image:url(../images/menu_active.gif);
	background-repeat:no-repeat;
	color: #8cb335;
}
.menu ul .active a {
	margin-left: 28px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 158px;
	display:block;
	border-bottom: solid 1px #CCCCCC;
	text-decoration: none;
	color: #8cb335;
}
.menu ul li a {
	margin-left: 28px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 158px;
	display:block;
	border-bottom: solid 1px #CCCCCC;
	text-decoration: none;
	color: #999999;
}
.menu ul li a.first {
	border-top: solid 1px #CCCCCC;
}
.menu ul li a:hover {
	color: #8cb335;
}
.testamonial {
	margin-top: 20px;
	margin-left: 28px;
	float:left;
	width: 160px;
}
.testamonial h1 {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 12pt;
	color: #ae0f23;
}
.testamonial h2 {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	width: 100%;
	color: #8cb335;
	font-size: 9pt;
	font-weight: normal;
}
.testamonial h3 {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #999999;
	font-size: 9pt;
	font-weight: normal;
}
.contentwrapper {
	float:left;
	width: 960px;
	background-color:#FFFFFF;
}
.content {
	width: 732px;
	float: left;
}
.content .fullwidth {
	width: 732px;
	float: left;
}
.content .left_col {
	width: 356px;
	float: left;
	margin-right: 10px;
}
.content .right_col {
	width: 366px;
	float: left;
}
.content h1 {
	margin-top: 15px;
	padding: 0;
	padding-bottom: 5px;
	min-height: 30px;
	font-weight: normal;
	color: #ae0f23;
	font-size: 14pt;
	background-image: url(../images/underline.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.content table  h1 {
	margin: 0px;
	padding: 0px;
	min-height: 22px;
}

.content h2 {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	width: 100%;
	color: #8cb335;
	font-size: 9pt;
	font-weight: normal;
}
.content a {
	text-decoration: none;
	color: #ae0f23;
	font-size: 8pt;
}
.content p {
	color: #666666;
	font-size: 9pt;
	float: left;
	width: 100%;
}
.sector {
	border-bottom: solid 1px #999999;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 290px;
}
.sector h2 {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	width: 100%;
	color: #8cb335;
	font-size: 8pt;
	font-weight: normal;
}
.sector p {
	color: #666666;
	font-size: 10pt;
	margin-top:5px;
	margin-bottom:5px;
	font-size: 10pt;
}
.tweet {
	border-bottom: solid 1px #999999;
	width: 290px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 9pt;
	color: #666666;
}
.tweet span, .tweet a   { font-size: 9pt; }
.tweet p {
	color: #666666;
	font-size: 9pt;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
}
.tweet .redtext {
	color: #ae0f23;
}
.tweet .ttime {
	color: #999999;
	font-size: 9pt;
	list-style-image: none !important;	
}
/*** FOOTER ***/

.footerdetails {
	color: #FFFFFF;
	font-size: 8pt;
	line-height: 14px;
	margin-top: 10px;
}
.footerdetails a {
	color: #FFFFFF;
	text-decoration: none;
}
.footerdetails a:hover {
	text-decoration: underline;
}
.footerdetails .weblink {
	color: #ecf59a;
	font-size: 7pt;
}
.footerdetails .weblink a {
	color: #ecf59a;
	text-decoration: none;
}
.footerdetails .weblink a:hover {
	text-decoration: underline;
}
.footerdetails .left_col {
	width: 670px;
	float: left;
}
.footerdetails .right_col {
	width: 280px;
	float: right;
	text-align: right;
}
.footerdetails #icon_coi {
	margin-left: 20px;
}
.footerdetails #icon_acevo {
	margin-left: 35px;
}
#icon_pr_week {
	margin-right: 25px;
}

#twit ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/** Alternate Title ***/

.pageTitle {
	margin-top: 15px;
	padding: 0;
	font-weight: normal;
	color: #ae0f23;
	font-size: 14pt;
}

/*** Bread Crumb ***/

.sectorBC {
	min-height: 23px;
	width: 336px;
	float: left;
	background-image:url(../images/BC_arrow.gif);
	background-repeat: no-repeat;
	background-position:top left;
	border-bottom: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	padding-top: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #666666;
}

/*** Paragraph Tidy ***/

.textWrapper {
	width: 336px;
	float: left;
}

/*** Search Details ***/

.searchList {
	width: 376px;
	float:left;
	margin: 0;
	padding: 0;
}

.searchList h2 {
	width: 366px;
	float:left;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0;
	font-weight: bold;
	color: #ae0f23;
	font-size: 9pt;
	background-image:none;
}

.searchList .sectorList {
	width: 123px;
	height: 16px;
	float: left;
	/*
	background-image:url(../images/sectorList.gif);
	background-repeat: no-repeat;
	*/
	margin-right: 14px;
	/*
	padding-left: 5px;
	padding-top: 2px;
	*/
	font-size: 8pt;
	cursor: pointer;
	color: #666666;
	display: none; 
}
.searchList .sectorList select {
	width: 133px;
	font-size: 7pt;
	
}
.searchList .issueList {
	width: 272px;
	height: 16px;
	float: left;
	/*
	background-image:url(../images/issueList.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 2px;
	*/
	font-size: 8pt;
	cursor: pointer;
	color: #666666;
}
.searchList .issueList select {
width: 272px;

	font-size: 7pt;
}

.searchList .searchResult {
	width: 280px;
	float: left;
	background-image:url(../images/BC_arrow.gif);
	background-repeat: no-repeat;
	background-position:top left;
	border-top: solid 1px #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	color: #666666;
}

.searchList .searchResult a {
	font-weight: bold;
	color: #666666;
	display: block;
	font-size: 9pt;
}
.searchList .searchResult a:hover {
	color: #8cb335;
}

/*** News Page ***/

.newsPiece {
	width: 340px;
	float: left;
	border-bottom: solid 1px #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.newsPiece .newsTitle {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	width: 100%;
	float: left;
	color: #8cb335;
	font-size: 8pt;
	font-weight: normal;
}

.newsPiece p {
	color: #666666;
	font-size: 10pt;
	margin-top:5px;
	margin-bottom:5px;
	font-size: 10pt;
	float: left;
	width: 340px;
}
.newsPiece .newsText {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding-top:15px;
}
.newPiece a {
	float: left;
}

/*** Client Page ***/

.clientLink {
	width: 140px;
	height: 140px;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	border: solid 1px #CCCCCC;
	display:none;
}

#searchBut {
background-image:url(../images/but-search.gif);
width: 17px;
height: 17px;
text-indent: 20px;
border: none;
margin: 0;
margin-left:5px;
cursor: pointer;
}

.withbullet ul {
	clear: left;
}

.withbullet li {
	color: #666666;
	font-size: 9pt;
	list-style-image: url(../images/bullet.gif);
}

.redtext {
	color:#990000;
	font-size: 12pt;
}

/*** What We Do **/

.hide { display: none; }
#what-we-do ul  { float: left; padding: 10px 0px 10px 15px; margin: 0px; clear: both; }
#what-we-do ul li { padding-bottom: 0px; margin-bottom: 0px; color: #666; cursor: pointer;  }
#what-we-do p  { margin: 0px; }
#what-we-do p.margin { margin-top: 10px; }
#what-we-do p.hide { width: 340px; padding: 0px; margin: 10px 0px 10px 0px; }

/*** News Listings ***/

 .news-listing .newsPiece { display: none; } 
 .show { display: block !important; }
 #news-paging  { float: left; width: 340px; }
 #news-paging ul  { float: left; width: 340px; margin-left: 0px; padding-left: 0px; }
 #news-paging ul li { list-style: none; display: inline; padding-right: 10px; cursor: pointer; }
 
p.heading { margin:0px; padding: 0px; }
