/* Hides from IE5-mac \*/
* html .visualIEFloatFix { height: 0.01%; }
/* End hide from IE5-mac */
body, td, p
{
	font-family:arial, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #595a5c;
}

body {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h5 { margin-bottom: 1px; margin-top: 14px; }

/*
h1 { font-size:18px;color:#00828C;}
h1 a{ text-decoration:none; color:#00828C; font-weight:normal;text-transform:capitalize }
h2 { font-size:11px; color:#00828C;}
h3 { font-size:11px; color:#00828C;}
h4 { font-size:14px; font-weight:bold; color:#00828C; }
h5 { font-size:16px; font-weight: bold; color:#00828C;  }
h6 { font-size:11px; font-weight:bold; color:#00828C; }
*/
.menulist a{text-transform:lowercase;}

h1
{
	font-size: 14pt;
	font-weight: normal;
	color: #00828C;
	margin-top: 12px;
	margin-bottom: 3px;
}
h2
{

	font-size: 14pt;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 12px;
	margin-bottom: 3px;
}
#content h2 {
	color:#00828c;
}
h3
{

	font-size: 11pt;
	font-weight: normal;
	color: #00828C;
	margin-top: 10pt;
	margin-bottom: 3pt;
}

h4
{

	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 6pt;
	color: #DE7A08;
}

h5
{

	font-weight: normal;
	font-size: 10pt;
	margin-bottom: 6pt;
	color: #999999;
}

h6 a
{
	font-weight: normal;
	font-size: 10pt;

	color: #00828C;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.clear {
	clear:both;
}

a { text-decoration:none; color:#DE7A08; font-weight:normal;  }
a:hover { text-decoration:underline; color:#333333; font-weight:normal;  }
.blue-font {color: #00828C;text-decoration: none; }
.blue-font:hover {color: #00828C; }
.orange-font {color: #DE7A08; }

li#latests   { color: #00828C }

.webdir, .webdir:link { font-size: 11px; color: #0D3F6D;  }
.webdir:active, .webdir:hover { text-decoration: underline; color: #FFFFFF; font-size: 11px; }

.homepagelink{ font-size:11px; font-weight:bold; color:#DE7A08; }
.homepagelink:active,.homepagelink:hover{ font-size:11px; font-weight:bold; color:#333333; }
HR { color:#333333; height:1pt; }


.hrorange { color:#DE7A08; background-color: #DE7A08; border: 1px solid #DE7A08; height:1pt; }

.newsleader
{
	font-size: 9pt;
	font-weight: normal;
	color: #DE7A08;

}

.homesub
{
	color: #999999;

	font-size: 9pt;
	text-transform: uppercase;
}

.homecontent
{

	font-size: 9pt;
	font-weight: normal;
	color: #999999 !important;
}

.menustyle, .menustyle a:hover,.menustyle a{
	padding:4;
	font-size : 12px;
	font-weight : bold;
	color:#ffffff;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration:none
}

.quote {
	font-size:12px;
	color:#00828C;

}

ul{

	font-size:11px; color:#00828C;
	line-height: 2em;
}

.roundedimages img{


}

.ul_arrow{
	line-height: 1.5em;
	color:#333333;
}

.ul_arrow_black{
	line-height: 1.5em;
	color:#333333;
}

#news, #news h2, #news p {
	margin: 0;
	padding: 0;
}
#news li {
	margin: 0;
	padding: 4px;
	display: block;
	text-align: left;
}
#news img {
	float: left;
	margin-right: 4px;
}

#body {
	text-align: center;

}

#frame {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: url(/images/news_tab_bg.gif) repeat-y 0px 409px;
}

/*site_menu */

#site_menu {
	width:937px;
	height:28px;
	background-color:#515151;
	padding:4px 0 0 19px;
	color:#ffffff;
	border-bottom:1px solid #FFFFFF;
}
.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menulist ul {
	display: none;
	position: absolute;
	top: 1.0em; margin-top: 17px;
	left: -1px;
	background-color:#515151;
	width:150px;
	padding-bottom:6px;
}
.menulist ul.cols-2{
width:300px;
}
.menulist ul.cols-3{
width:450px;
}
.menulist ul div {
	width:149px;float:left;border-left:1px solid #777;
}
.menulist ul ul {
  position:absolute;
  top:0;
  left:150px;
  margin-top:-1px;
}
.menulist li {
	float: left;
	display: block;
	position: relative;
	margin-right: -1px;
	text-indent:0;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
  position:relative;
	float: left;
	margin: 0;
	margin-bottom: -1px;
}
/* Links inside the menu */
.menulist a {
	color: #FFFFFF;
 	text-decoration: none;
 	background:left top no-repeat url(/images/nav-bullet.gif);
	padding:0 0 0 18px;
	margin-right:24px;
	font-size:14px;
	font-weight:bold;
	position:relative;
	text-indent:0;
	float:left;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist ul a.highlighted:hover, .menulist ul a:focus {
 	color:#f58026;
	background-position:left bottom;
  font-weight:bold;
  text-decoration:none;
}
.menulist ul a.highlighted {
	color:#f58026;
}

.menulist ul a {
  width:130px;
  display:block;
 	color: #FFFFFF;
 	text-decoration: none;
 	background-image:none;
	padding:5px 10px;
	margin-right:0;
  line-height:14px;
	font-size:12px;
	font-weight:normal;
  }
.menulist ul a:hover {
	font-size:12px;
	font-weight:bold;
}
.menulist ul a.emphasised {
	color:#f58026;
}
#mainmenu{
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}
#topimage{
	width:800px;
}

#footer{
	width:800px;
	text-align:right;
	clear:both;
	background: url(/images/menu_bg.gif);
}

#leftside{
	width:171px;
	float:left;
	clear:left;
}

#content{
	width:575px;
	float:right;
	padding:50px 33px 20px 0;
}
#content img[align=left]	{ margin:0 1em 0.5em 0 }
#content img[align=right]	{ margin:0 0 0.5em 1em }

#loginbox{
	width:171px;
}
#site_menu {
	position:relative;z-index:5;
}
#homepageframe {
	width: 956px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color:#f9f9f9;
    position:relative;
}

#pageframe {
	width: 956px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color:#f9f9f9;
    position:relative;
}

#top {
	height:19px;
	background:top right repeat-y #515151 url(/images/three-stripes.gif);
}

#banner {
	width:956px;
	height:253px;
	background:top left no-repeat;
	border-bottom:1px solid #FFFFFF;
}
#banner img {
	margin:0 0 0 45px;
}

#greybgnd {
	height:5px;
	background-color:#c5c5c5;
  position:relative;z-index:2;
}

#joinbox {
	float:left;
	width:258px;
  left:30px;
	padding:3px 6px 10px 6px;
	background:bottom center no-repeat #c5c5c5 url(/images/login-bgnd.gif);
  position:absolute;
  z-index:3;
}
#loginbox {
	float:left;
	width:258px;
    left:360px;
	padding:0 6px 10px 6px;
	background:bottom center no-repeat #c5c5c5 url(/images/login-bgnd.gif);
  	position:absolute;
  	z-index:3;
}
#loginbox a {
	color:#FFFFFF;
	text-decoration:none;
	width:258px;
	display:block;
	text-align:center;
}
#joinbox a {
	color:#FFFFFF;
	text-decoration:none;
	width:258px;
	display:block;
	text-align:center;
}
#loginbox a:hover {
	text-decoration:underline;
}
#joinbox a:hover {
	text-decoration:underline;
}
#loginbox form {
	width:216px;
	padding:0;margin:10px 0 0 0;
}
#loginbox label {
	width:40px;
	color:white;
  float:left;
  margin-bottom:5px;
}
#loginbox input {
	width:145px;
  float:left;
  margin-bottom:5px;
}
#loginbox input.image {
	width:auto;
  float:none;
  margin-bottom:0;
}
#loginbox span {
    float:left;
	width:40px;
}
#joinbox form {
	width:216px;
	padding:0;margin:10px 0 0 0;
}
#joinbox label {
  width:40px;
	color:white;
  float:left;
  margin-bottom:5px;
}
#joinbox input {
	width:145px;
 	float:left;
  margin-bottom:5px;
}
#joinbox input.image {
	width:auto;
  float:none;
  margin-bottom:0;
}
#joinbox span {
  float:left;
	width:40px;
}
#searchbox {
	float:right;
	width:226px;
	height:28px;
	padding:2px 0 0 5px;
	color:#FFFFFF;
	margin-right:30px;
	background:top left no-repeat #c5c5c5 url(/images/search-bgnd.gif);
}
#searchbox label {
    float:left;
    display:block;
}
#searchbox input {
	border:1px solid #b0b0b0;
	width:145px;
}
#searchbox input.button, #joinbox input.button {
	float:left;
	border:none;
	margin:4px 0 0 5px;
	width:14px;
}
#loginbox input.button {
	float:right;
	border:none;
	margin:0 0 0 0;
	width:14px;
}
#left-column {
	float:left;
	width:266px;
	padding:0px 19px 0 19px;
}
.magentanews, .magentanews body  {
	background-color:#f9f9f9 !important;
}
#left-column .magentanews a:link, #left-column .magentanews a:visited, #left-column .magentanews a:visited { 
	color:#595A5C !important;
}
#left-column .magentanews .title {
	font-size:11px !important;
	color:#595A5C !important;
}
#left-column .magentanews .title { 
	font-size:11px !important;
	color:#595A5C !important;
}
#left-column .magentanews .match { 
	font-size:11px !important;
}
#left-column .magentanews .title a:link { 
	font-size:11px !important;
	color:#00828C !important;
	font-weight:normal !important;
}
#left-column .magentanews .title a:visited { 
	color:#00828C !important;
}
#left-column .magentanews .title a:hover { 
	color:#00828C !important;
}

#flash-container {
	float:left;
	width:266px;
	height:200px;
}
#flashbox {
    position:absolute;
    z-index:1;
	  float:left;
	  width:150px;
    display:block;
    margin:65px;
    top:300px;
    left:30px;
}
#flashbox div {
	  position:absolute;
    top:0;
    left:0;
    width:150px;
    height:150px;
    background:center center no-repeat white;
}
#flashbox a {
	display:block;
  height:150px;
  height:150px;
}
#flash_me {
	position:relative;
    z-index:1;
}
#homecontent {
	float:right;
	width:575px;
}

#core-sec {
	float:left;
	margin:26px 15px 30px 0;
}
#core-sec img {
	margin-bottom:1em;
}
#core-sec ul, #core-sec li {
	margin:0;
	padding:0;
	list-style:none;
}
#core-sec li {
	display:inline;
}
#core-sec a {
	display:block;
	float:left;
	width:101px;
	height:30px;
	padding:54px 10px 0 20px;
	color:#595a5c;
	text-decoration:none;
	background:top left no-repeat url(/images/sector-governance-bgnd.jpg);
	margin:0 2px 2px 0;
	font-size:11px;
	line-height:13px;
}
#core-sec a:hover {
	color:#FFFFFF;
	background-position:0 -84px;
}
#core-sec .energy a { background-image: url(../images/sector-energy-bgnd.jpg); }
#core-sec .transport a {	background-image: url(../images/sector-transport-bgnd.jpg); }
#core-sec .telecommunications a {	background-image: url(../images/sector-telecommunications-bgnd.jpg); }
#core-sec .water a { background-image: url(../images/sector-water-bgnd.jpg); }
#core-sec .general a {	background-image: url(../images/sector-general-bgnd.jpg); }
#core-sec .funding a {	background-image: url(../images/sector-funding-bgnd.jpg); }
#core-sec .resource a {	background-image: url(../images/sector-resource-bgnd.jpg); }


#newsbox {
	width:956px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background-color:#515151;
	padding-bottom:15px;
  position:relative;z-index:3;
}

#newsbox .testimonials {
	float:left;
	width:233px;
	padding:0 26px;
}
#newsbox .testimonials p {
	color:#c1c1c1;
	cursor:pointer;
}
#newsbox .testimonials p em {
	color:#ffffff;
}
#newsbox .news-events {
	float:left;
	width:671px;
}
#newsbox .news-events .column {
	width:280px;
	padding-top:12px;
}
#newsbox .news-events .column hr {
	border:none;
	border-top: 1px dashed #9d9d9d;
}
#newsbox .news-events h4 {
	margin-top:0;
}
#newsbox .news-events p {
	margin:0;
	font-size:12px;
	color:white;
}


#homepageoutercell{
	width:272px;
	height:196px;
	margin-top:8px;
	margin-bottom:4px;
}

#homeinnercell{
	background: url(/images/homecell_bg.gif);
	width:272px;
	height:130px;
	padding-left:10px;
	padding-top:5px;
	border:1px solid #333333;
}

#pagefooter {
	width:930px;
	height:28px;
	background:top right repeat-y #515151 url(/images/three-stripes.gif);
	padding:4px 0 0 26px;
	margin-bottom:1px;
}
#pagefooter ul, #pagefooter li {
	margin:0;
	padding:0;
	list-style:none;
}
#pagefooter li {
	display:inline;
}
#pagefooter li a {
	color:#FFFFFF;
	text-decoration:none;
	background:left top no-repeat url(/images/nav-bullet.gif);
	padding:3px 0 3px 18px;
	margin-right:10px;
	font-size:14px;
	font-weight:bold;
	text-transform:lowercase;
}
#pagefooter li a:hover {
	color:#f58026;
	background-position:left bottom;
}

#pagefooter span {
	display:block;
	width:200px;
	text-align:right;
	padding:4px 235px 0 0;
	float:right;
}
#pagefooter span, #pagefooter span a {
	color:#666666;
	text-decoration:none;
	font-size:11px;
	cursor:default;
}

.imagecaption{
	width:244;
	background-color:#00828C;
	color:#ffffff;
	font-size:11px;
	text-transform:uppercase;
	padding:4px;
	padding-left:8px;
	border-bottom:2px solid #FFFFFF;
}

.sitemap,.sitemap a:hover,.sitemap a:link {

	font-size:11px;
	text-transform:lowercase;
}

.contenttpl table {
	border-bottom: 1px solid #009999;
}

.contenttpl table tr td {
	border-top: 1px solid #009999;
	border-left: 1px solid #D5D5D5;
     	border-right: 1px solid #D5D5D5;
}

.logoimg img {
    margin-right:10px; margin-bottom:10px;
}

#joinform label {clear:both;float:left;width:80px;}
#joinform input.textinput {width:100px;}
#joinform label.error { width:180px;color:red; }

#loginform label {clear:both;float:left;width:90px;}
#loginform input.textinput {width:100px;}
#loginform label.error { width:180px;color:red; }

.media_preview_wrapper { clear: both; }
.media_preview_wrapper div { float:left; margin: 5px; }

#login_form p {margin:10px 0 0 0;}
#login_form label {float:left;width:120px;}
#login_form input.input {width:200px;}




/* news feed */
#newsfeed {padding-top:20px;}
 .article { padding-bottom: 10px; }
 .date    {font-size: 12px; color: #999999; font-style: normal;}
 .source  {font-size: 12px; color: #999999; font-style: normal;}
 .title   { font-size: 14px;  font-weight: normal; color: #00828c; text-decoration: none; text-transform: uppercase;}
 .ingress { font-size: 12px; color: #595a5c; text-decoration: none;  }
 .match   { font-size: 10px; }
 .title a:link   { font-size: 11px;  font-weight: bold; color: #00828c; text-decoration: none; }
 .title a:visited { color: #00828c; text-decoration: none; }
 .title a:hover  { color: #00828c; text-decoration: underline; }
 .more a:link   { font-size: 12px;  font-weight: normal; color: #de7a08; text-decoration: none; }
 .more a:visited { color: #de7a08; text-decoration: none; }
 .more a:hover  { color: #595a5c; text-decoration: underline; }





