/* =Misc: 
-------------------------------------------------------------------- */ 
body {
    text-align: center;
    margin: 0;
    padding: 0;
    font: normal 12px/18px Arial, Verdana, Helvetica, sans-serif;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 5px 0;
}

h2 {
    font-size: 16px;
	line-height: 19px;
    color: #036;
}

h3 {
    font-size: 14px;
	line-height: 19px;
    color: #036;
}

h4 {
    font-size: 13px;
	line-height: 19px;
    color: #666;
}

h5 {
    font-size: 12px;
	line-height: 19px;
    color: #666;
}

p {
    font-size: 12px;
	line-height: 16px;
    margin: 0;
    padding: 5px 0;
}

ul {
    list-style-position: outside;
	margin-top: 0;
	margin-bottom: 0;
}

li {
    font-size: 12px;
	line-height: 16px;
	padding-bottom: 10px;
}

table {
    padding: 0;
	margin: 5px 0 5px 0;
	border: 0;
}

table.inline {
   margin: 0;
}

caption {
    font-size: 12px;
	text-align: right;
	font-style: italic;
	border-bottom: 1px solid #ccc;
}

td, th {
    font-size: 12px;
	text-align: left;
	padding: 4px;
	vertical-align:top;
	border: 0;
}

thead th {
    background: #eee;
}

img {
    display: block;
	margin: 0px;
}

table img {
    border: 0;
	padding: 0;
	margin: 0;
	background: none;
}

pre {
    text-align: left;
    padding: 10px;
    margin: 10px;
    background: #eee;
    color: #000;
}

input { vertical-align: middle; }

/* =Misc
-------------------------------------------------------------------- */
.none {
    display: none;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0;
	margin: 0;
	padding: 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#style-switcher {
    position: absolute; top:90px; left: 597px;
}

.blue {
    color: #003366;
}

.rss-icon { font-size: 12px; font-weight: normal; padding: 4px 0 4px 19px; background: url(images/feed.gif) 0 50% no-repeat; }

.icon { display: inline; border: 0; vertical-align: middle; }

/* =Links 
-------------------------------------------------------------------- */ 
a {
    color: #036;
    text-decoration: none;
}

a:hover {
    color: #036;
    text-decoration: underline;
}

a.arrow {
    background: url(images/arrow_type_01.gif) no-repeat 0 -1px;
	padding-left: 11px;
}

/* =Misc Wrapper
-------------------------------------------------------------------- */ 
#wrapper {
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
    width: 800px;
}

/* =Header 
-------------------------------------------------------------------- */
#header {
	background: #fff;
} 

#header h1#logo {
    background: #fff url(./images/EC_logo.gif) 0 0 no-repeat;
    width: 200px;
    height: 79px;
	float: right;
	cursor: pointer;
	padding: 0;
}


/* =Lists: =Main Navigation 
-------------------------------------------------------------------- */ 
#main-nav {
    border: 1px solid #999;
    padding: 5px;
    height: 1%;
}

#nav {
    float: left;
    margin: 0;
    padding: 0;
}

html>body #nav {
    width: auto;
}

#nav li {
    position: relative;
    float: left;
    list-style: none;
    border-right: 1px solid #999;
    margin: 0;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: bold;
}

#nav li.last {
    border: 0;
}

#nav li a {
    text-decoration: none;
    color: #036;
}

#nav li a:hover {
    text-decoration: none;
    color: #999;
}

#nav li ul {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 20px;
    left: -1px;
    display: none;
	list-style: none;
	z-index: 1000;
}

#nav li ul li {
    float: left;
	clear: left;
    display: block;
    background: #fff;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    width: 150px;
    font-size: 12px;
    margin: 0;
    padding: 3px 5px 3px 5px;
    font-weight: normal;
}

#nav li:hover ul,
#nav li.over ul {
    display: block;
}

#main-nav div.utility {
    float: right;
    margin-right: 5px;
    display: inline;
}

html>body #main-nav div.utility {
    width: auto;
}

#main-nav div.utility ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-nav div.utility ul li {
    float: left;
    border: 0;
    margin: 0;
    padding: 0;
	border-right: 1px solid #999;
	padding: 0 5px;
	height: 19px;
}

#main-nav div.utility ul li.last {
    border: 0;
}

#main-nav div.utility a {
    display: block;
	background-position: center left;
	background-repeat: no-repeat;
	height: 19px;
}

#main-nav div.utility a.sitemap {
    background-image: url(./images/sitemap.gif);
    width: 21px;
}

#main-nav div.utility a.contacts {
    background-image: url(./images/contact.gif);
    width: 15px;
}

#main-nav div.utility a.login {
    background-image: url(./images/key-Icon.gif);
    width: 16px;
}

#main-nav div.utility a.search {
    background-image: url(./images/search.gif);
    width: 14px;
}

#main-nav div.utility a.print {
    background-image: url(./images/print.gif);
    width: 16px;
}

/* =Body
-------------------------------------------------------------------- */
#body {
    background: transparent url(./images/bg_body.gif) 0 0 repeat-y;
    height: 1%;
    z-index: 1;
}

/* =Side Bar
-------------------------------------------------------------------- */
#side-bar {
    float: left;
    background: transparent url(./images/bg_side-bar.gif) 0 0 no-repeat;
	padding: 25px 5px 0 10px;
	width: 180px;
	voice-family: "\"}\""; 
    voice-family: inherit;
	width: 165px;
}

html>body #sidebar {
    width: 165px;
}

#side-bar h4 {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

#side-bar ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
}

#side-bar ul li ul {
    margin: 0 0 0 10px;
    padding: 0;
}

#side-bar li {
    margin: 1px 0;
    padding: 1px 0 1px 10px;
    font-size: 12px;
    color: #036;
	background: transparent url(./images/arrow_type_00.gif) 0 0 no-repeat;
}

#side-bar ul ul ul {
    display: none;
}

#side-bar ul ul li.on ul  {
    display: block;
}

#side-bar ul ul li {
    display: block;
    background: transparent url(./images/arrow_type_01.gif) 0 0 no-repeat;
    padding-left: 10px;
	border: 0;
}

#side-bar ul ul li.on ul li  {
    display: block;
    background: transparent url(./images/arrow_type_02.gif) 0 0 no-repeat;
    padding-left: 10px;
	border: 0;
}

#side-bar a {
    font-weight: normal;
}

#side-bar ul li a.on {
    font-weight: bold;
}

#terms {
    float: left;
    padding: 10px 10px;
	width: 180px;
	voice-family: "\"}\""; 
    voice-family: inherit;
	width: 160px;
}

#linktotop {
    padding: 10px 20px;
    float: right;
}

/* =Content
-------------------------------------------------------------------- */
#content {
    float: right;
    margin: 0;
    padding: 20px 15px 10px 15px;
    height: 1%;
    width: 620px;
    voice-family: "\"}\""; 
    voice-family: inherit;
    width: 590px;
}

html>body #content {
    width: 590px;
}

.col {
    margin-bottom: 5px;
}

.col .left {
    width: 410px;
    float: left;
}

.col .right {
    float: right;
	width: 165px;
}

.download,
.col .right .thumbs {
    margin-top: 10px;
}

/* Thumbnail dispaly */
.col .right .thumbs a img {
   margin-bottom: 3px;
   border: 0;
   display: block;
}

.col .right .thumbs span {
   display: block;
   margin-bottom: 0;
   font-size: 11px;
}

.download a {
   float: left;
   display: block;
   margin: 0 0 6px 0;
}

.download br {
    display: none;
}

/* Link with icons */
a.print {
    display: block;
    width: 80px;
    height: 18px;
    background: #fff url(images/printversion.gif) 0 0 no-repeat;
}

a.pdf {
    display: block;
    width: 80px;
    height: 18px;
    background: #fff url(images/pdf_download.gif) 0 0 no-repeat;
}

a.word {
    display: block;
    width: 80px;
    height: 18px;
    background: #fff url(images/word_download.gif) 0 0 no-repeat;
}

a.text {
    display: block;
    width: 80px;
    height: 18px;
    background: #fff url(images/text_download.gif) 0 0 no-repeat;
}

.industry-sector {
    margin-top: 20px;
	line-height: 18px;
}

/* =Footer
-------------------------------------------------------------------- */
#footer {
    border: 1px solid #999;
    color: #036;
    padding: 5px 10px;
    height: 1%;
}

#footer .left {
    float: left;
}

#footer .right {
    float: right;
}

#footer .links span {
    color: #999;
}

#footer .links a {
    font-size: 12px;
    margin-right: 2px;
}

#footer .address {
    padding: 6px 0;
	font-size: 11px;
}

#footer .copyright {
	font-size: 11px;
}

/* =Table data
-------------------------------------------------------------------- */
.list {
    width: 585px;
	border: 0;
	margin: 0;
	padding: 0;
}

.list caption {
    display: none;
}

.list th,
.list td {
   border-bottom: 1px solid #ccc;
   background: none;
   padding: 5px;
   vertical-align: top;
   font-size: 12px;
   line-height: 18px;
}

.list .title {
     width: 400px;
}

.list .date {
     width: 60px;
}

.list .name {
     width: 100px;
}

.list .download {
     width: 75px;
	 text-align: right;
	 padding-right: 0;
}

.list .download a {
    margin: 0;
	padding: 0;
}

.list .description {
     width: 400px;
}

.list .thumbs {
    width: 90px;
}

.list .blank {
    background: none;
	border: none;
	padding-left: 20px;
}

/* Page Nation
------------------------------------------------------------------ */
.pagina {
    width: 585px;
}

.pagina .left {
    float: none;
	width: 30%;
	padding: 0;
	margin: 0;
}

.pagina .middle {
    float: none;
	text-align: center;
	width: 40%;
	padding: 0;
	margin: 0;
}

.pagina .right {
    float: none;
	width: 30%;
	padding: 0;
	margin: 0;
	text-align: right;
}

/* Home-page 2 column
------------------------------------------------ */
#home-col {
   margin-bottom: 15px;
   background: #fff url(./images/home_col_bg.gif) top right repeat-y;
   padding-bottom: 10px;
   height: 1%;
}

#home-col .left {
    width: 375px;
    float: left;
}

#home-col .right {
    float: right;
	width: 195px;
}

/* Home news
---------------------------------------------- */
#home-news {
    width: 190px;
}

#home-news h3 {
	padding: 5px 5px 2px 5px;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

#home-news .news-item {
    margin: 0;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	line-height: 16px;
}

#home-news .news-item h4 {
    margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	color: #036;
}

#home-news .news-item h5 {
    margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
	color: #666;
}

#home-news .news-item p {
    margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
}

#home-news .news-item img.news-img {
	float: left;
	border: 1px solid #ccc;
	margin: 3px 5px 2px 0;
}

/* Sitemap
------------------------------------------------------------ */
#sitemap {
    width: 400px;
}

#sitemap ul {
    margin: 0;
	padding: 0;
}

#sitemap li {
    list-style: none;
	margin: 0;
	padding: 3px;
	margin: 3px;
	border: 1px solid #ccc;
}

#sitemap ul li {
	background: #fff url(./images/dotted_bg.gif) 0 0 repeat;
}

#sitemap ul ul li {
	background: #eee;
	margin-left: 100px;
}

/* Form design
------------------------------------------------------------ */
form {
    display: inline;
	margin: 0;
	padding: 0;
}
form .fm-error ul {
    margin: 0;
	padding: 0;
}
form .fm-error li {
    margin: 0;
	padding: 0;
	list-style: none;
	color: #ff0000;
	background: #fff url(./images/error_icon_001.gif) center left no-repeat;
	padding-left: 20px;
}
form table { width: 100%; }
form td {
    padding: 3px 0 3px 0;
	vertical-align: top;
}
label {
    display: block;
    padding-top: 2px;
}
label.fm-req,
span.fm-req {
    font-weight: bold;
}
form td.label {
    width: 130px;
}
input,
textarea  {
	font-family: inherit;
	font-size: 12px;
}
input.sml { width: 100px; }
input.med { width: 200px; }
input.lrg { width: 400px; }
input:focus,
textarea:focus  {
    background: #EFEFEF;
}
input.submit { width: auto; }
form td label.checkbox input {
    width: auto;
	vertical-align: middle;
}
.form { padding: 10px 0; } 
form h4 { 
	margin: 0; 
	padding: 0; 
	color: #333; 
	font-size: 100%; 
	text-align: right;
	padding-right: 7px; 
}
form p { margin: 0; padding: 0 0 10px; }
ul.checklist {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.checklist li {
	display: block;
	margin: 0;
	padding: 0;
}
input.default { width: 400px; }
input.custom-d { width: 250px; }
textarea.custom-d { width: 300px; height: 100px; }
span.note { display: block; font-size: 90%; color: #333; }

/* Search Results
------------------------------------------------------------------ */
#search h3 {
    background: #eee;
    padding: 3px;
    border-top: 1px solid #036;
    text-align: right;
    font-weight: normal;
    font-size: 12px;
}

#search .result-item {
    padding: 3px;
}

#search .result-item h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-decoration: underline;
}

#search .result-item p {
    margin: 0;
    padding: 0;
}

/* Testimonials Homepage Ticker
------------------------------------------------------------------ */
#home-ticker {
    margin: 20px 0;
    padding: 5px;
	width: 375px;
	voice-family: "\"}\""; 
    voice-family: inherit;
	width: 365px;
}

#home-ticker p.text {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    background: transparent url(./images/ticker_bg_left.gif) top left no-repeat;
    padding: 0 0 0 22px;
    color: #666;
    font-style: italic;
}

#home-ticker span.text-wrap {
    display: block;
    background: transparent url(./images/ticker_bg_right.gif) bottom right no-repeat;
    padding: 0 22px 0 0;
}

#home-ticker p.by {
    font-size: 11px;
    line-height: 15px;
    text-align: left;
    padding: 5px 22px 5px 22px;
}

/* Events table
------------------------------------------------ */
.events {
    margin: 0;
    padding: 0;
	width: 100%;
}

.events td {
    padding: 1px;
    margin: 0;
}

.events td.label {
    background: #eee;
	padding-left: 5px;
    width: 90px;
}

/* Profile list
------------------------------------------------ */
.profiles .anchors {
    border-bottom: 1px solid #ccc;
}

.profiles .list {
    border-bottom: 1px solid #ccc; 
	margin-bottom: 5px; 
	padding-bottom: 5px;
}

/* Social tools
------------------------------------------------ */
.social-tools {
	border-top: 1px solid #ccc;
	padding: 20px 0;
	margin-top: 20px;
}

/* Subscription
------------------------------------------------ */
#subscription {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 90%;
	z-index: 100;
}

/* Media List
------------------------------------------------ */
#media-list {
	margin: 10px 0;
	}
#media-list .item {
	margin: 0 0 4%;
	}
#media-list .item .image {
	width: 225px;
	float: left;
	}
#media-list .item .image img { border: 0; }
#media-list .item .detail {
	margin-left: 225px;
	}
	
/* Media Detail
------------------------------------------------ */
#media-detail { margin: 10px 0; }
#media-detail #flv-movie {
	width: 320px;
	float: left;
	}
#media-detail .detail {
	margin-left: 335px;
	}
	
/*-----------------------------------------------------
Media Options
----------------------------------------------------- */
.media-options { margin-bottom: 15px; }
.media-options h4 {
	width: 160px;
	text-align: center;
	font-size: 100% !important;
	padding: 5px !important;
	margin: 0;
	background: #eee;
	border: 1px solid #ccc;
	border-width: 1px 1px 0;
	}
.media-options .content {
	padding: 10px;
	border: 1px solid #ccc;
	}
.media-options .content td strong.title { display: block; margin: 2px 0 0; }

/*-----------------------------------------------------
Error message
----------------------------------------------------- */
.errors { 
	border: 1px solid #F2F2C2;
	background: #FFFFCC; 
	padding: 10px; 
	margin: 10px 0; 
	}
.errors h4 { color: #ff0000; margin: 0 0 5px; padding: 0; }
.errors p {
	margin: 0; padding: 0;
	color: #000;
	font-weight: bold;
	}