/* Redefinitions */
* {margin:0;padding:0; width: inherit; z-index: 0;outline: none}



body {	
	background: #dcdcdc url("http://www.ica-ltd.org/media/layout/structure/gradient.gif") repeat-x;
	color: #444;
	font: normal 13px/1.3 Trebuchet MS, Geneva, Arial, sans-serif;
	*font-size: small; /* to make font's resizable in IE */
	*font: x-small;
	margin: 0;
	padding: 0;
	text-align: center; /* centre horizontally in old IE */	
}

p { margin: 10px 0;}
img {border:0; width: auto;}
a { color: #666; text-decoration: none;}
a:hover {text-decoration: underline;}
h1 {width: 670px;text-transform: lowercase}
h2, h3 .title {text-transform: lowercase}
.home h1 {width: 400px;}

.download {
    padding-right: 20px;
    background: url("http://www.ica-ltd.org/media/layout/structure/download.gif") 100% 0 no-repeat;
}

/*------------------------------------------------------------------------------------------------------------*/
/* 	Accessibility and Screenreaders
/*------------------------------------------------------------------------------------------------------------*/
.helper {height:1px; left:0; overflow:hidden; position:absolute; top:-500em; width:1px; }
.clearer {clear: both}

/*------------------------------------------------------------------------------------------------------------*/
/* 	Containers
/*------------------------------------------------------------------------------------------------------------*/

#shadow {
    background: url("http://www.ica-ltd.org/media/layout/structure/shadow1-trans.png") center bottom no-repeat;
    margin: 0 auto;
    padding-bottom: 17px;
    width: 945px;
}

#container {
    width: 920px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    text-align: left;
}

#splash {
    height: 267px;
    background: url("http://www.ica-ltd.org/media/layout/structure/splash/difficult-numbers.jpg") no-repeat;
    margin: 0 auto;
    width: 900px;
}

/*------------------------------------------------------------------------------------------------------------*/
/* 	Branding
/*------------------------------------------------------------------------------------------------------------*/

#branding {
    position: relative;
    height: 80px;
    background: url("http://www.ica-ltd.org/media/layout/structure/header.gif") no-repeat;
}

#branding form {
    position: absolute;
    top: 30px;
    left: 619px;
    width: 300px;
    float: right;
    margin-top: 10px;
}

.login-support {
    position: absolute;
    top: 20px;
    font-size: 80%;
    left: 734px !important;
    width: 130px;
}

.home-link a{
    position: absolute;
    display: block;
    width: 200px;
    height: 65px;
    top: 5px;
    left: 10px;
    text-indent: -5000px;
}

#branding form .label {
display:none;
}

#branding form .login-input,
#branding form .input {
    width: 100px;
    float: left;
    margin-right: 8px;
}

#branding form .login-submit,
#branding form .button
{
    width: auto;
    float: left;
}

.loginpoint div p {
width: auto;
position: absolute;
left: 619px;
top: 30px;
}

/*------------------------------------------------------------------------------------------------------------*/
/* 	Navigation
/*------------------------------------------------------------------------------------------------------------*/

#breadcrumbs {font-size: 90%;text-transform: lowercase}
#breadcrumbs ul {list-style: none;margin: 0;padding: 0;}
#breadcrumbs li {margin-right: 3px; padding: 0 23px 0 0; list-style: none;display: inline;background: url("http://www.ica-ltd.org/media/layout/structure/breadcrumb.gif") 100% -3px no-repeat;}
#breadcrumbs a {color: #999;}
#breadcrumbs .active a {color: #666;}
#breadcrumbs .active {font-weight: bold;background: none}

#navigation {
	font-size: 120%;
    position: relative;
    top: -30px;
    height: 30px; 
    background-image: url("http://www.ica-ltd.org/media/layout/structure/nav_bg-trans.png");
    background-repeat:  repeat-x;
    margin: 0 auto;
    width: 900px;
    text-transform: lowercase;
    font-weight: 200;
    z-index:100;
}

#navigation ul {padding:0; margin:0; list-style-type: none;}
#navigation ul li {float:left; width: auto;}
#navigation ul li a, #navigation ul li a:visited {display:block; width:auto; text-decoration:none; padding:0 10px 0 10px; height:30px; line-height:30px; color:#000;}
#navigation table {border-collapse:collapse; margin:0; padding:0; font-size:1em;}
#navigation ul li ul {visibility:hidden; position:absolute; top:30px; left:0; }
#navigation ul li:hover ul,
#navigation ul li a:hover ul {visibility:visible; width:900px;background:#fff; color:#000;}
#navigation ul li:hover ul.right_side li,
#navigation ul li a:hover ul.right_side li {float:right; border:0; border-left:1px solid #eee;}
#navigation ul li:hover ul.left_side li,
#navigation ul li a:hover ul.left_side li {float:left; border:0; border-left:1px solid #eee;}
#navigation ul li:hover ul li a.sub,
#navigation ul li a:hover ul li a.sub {color:#000;}
#navigation ul li:hover ul li ul,
#navigation ul li a:hover ul li a ul {visibility:hidden; position:absolute; left:0; top:30px; }
#navigation ul li:hover ul li a,
#navigation ul li a:hover ul li a {display:block; background:#fff; color:#666; font-size: 80%;}
#navigation ul li:hover ul li a:hover,
#navigation ul li a:hover ul li a:hover {background:#fff; color:#000;}
#navigation ul li:hover ul li:hover ul,
#navigation ul li a:hover ul li a:hover ul {visibility:visible; color:#000; background:#dfc184;}
#navigation ul li:hover ul.right li {float:right;}

#sub_navigation {
    position: relative;
    border-top: 1px dashed #ccc;
    width: 900px;
    margin: 0 auto;
}

/*------------------------------------------------------------------------------------------------------------*/
/* 	Main Content
/*------------------------------------------------------------------------------------------------------------*/


#main_content {
clear: both;
    margin: 10px auto 0 auto;
    width: 880px;

}

#main_content .page_area {
    width: 674px;
    float: left;
}

#main_content .page_area ul,
#main_content .page_area ol {
   padding: 10px 20px;
}

#main_content .page_area ul ul {
   padding: 2px 20px;
}


#main_content table {
font-size: 90%;
   margin: 15px 0;
    border: 1px solid #999;
    border-collapse: collapse;
}

#main_content th,
.thead {
background: #5c5c5c;
color: #fff;
padding: 5px;
}

#main_content .alternative {
background: #eee;
}

#main_content td {
    border-bottom: 1px solid #999;
    padding: 5px;
}


#main_content .page_navigation {
/*    margin-top: 65px;*/
margin-top: 10px;
    float: right;
    width: 186px;
    text-transform: lowercase;
}

#main_content .page_navigation ul {
    list-style: none;
    margin: 0 0px;
    padding: 0;    
}

#main_content .page_navigation li {
    border-bottom: 1px dotted #fff;
    width: 165px;
    padding: 5px 0;  
}


#main_content .page_navigation a {
     color: #333;
}





#main_content .page_navigation .how_we_help {
    padding: 0 0 20px 0;
    font-size: 100%;
}


#main_content .page_navigation .how_we_help ul{
   margin: 0;
    padding: 0;

}

#main_content .page_navigation .how_we_help li{
    margin: 0;
    padding: 0;
    width: 170px;
border: none;
}

#main_content .page_navigation .how_we_help ul li ul li {
    width: 158px;
}

#main_content .page_navigation .how_we_help ul li ul li ul li {
    width: 143px;
}

#main_content .page_navigation .how_we_help a {
    display: block;
    background: #ddd ;
    border-bottom: 1px solid #bbb;
border-top: 1px solid #fff;
    padding: 3px 8px;
}


#main_content .page_navigation .how_we_help ul li ul li a {
    background: #ededed url("http://www.ica-ltd.org/media/layout/structure/sub_navigation_item_bg.gif") 0 no-repeat ;
    padding: 3px 8px 3px 20px;
font-size: 90%;
}

#main_content .page_navigation .how_we_help ul li ul li ul li a {
    background: #fdfdfd url("http://www.ica-ltd.org/media/layout/structure/sub_sub_navigation_item_bg.gif") 0 no-repeat ;

}

#main_content .page_navigation .how_we_help ul li ul li ul li a {
    padding: 3px 8px 3px 35px;
}


#main_content .page_navigation .how_we_help a:hover {
    background: #ccc;
    border-bottom: 1px solid #bbb;
    text-decoration: none;
}

#main_content .page_navigation .how_we_help .first a {
color: #fff !important;
font-size: 120%;
font-weight: bold;
background: #5c5c5c;
}

#main_content .page_navigation .how_we_help .first a:hover {
color: #ccc !important;
font-size: 120%;
font-weight: bold;
background: #5c5c5c;
}


#main_content .page_navigation .publicationsbox {
    background: url("http://www.ica-ltd.org/media/layout/structure/publications.gif") top left no-repeat;
    padding: 40px 0 10px 0;
    min-height: 120px;
    margin-bottom: 10px;
}


.how_we_help2 {
    background: url("http://www.ica-ltd.org/media/layout/structure/how-we-help.gif") top left no-repeat;
    padding: 35px 0 10px 0;
    min-height: 157px;
    font-size: 100%;
}

.how_we_help2 ul{
   margin: 0 0 0 10px;
    padding: 0;
}

 .how_we_help2 li{
    margin: 0 0 0 10px;
    padding: 0;
    width: 165px;
}

.how_we_help2 a {
    background: url("http://www.ica-ltd.org/media/layout/structure/go-trans.png") ;
    width: 165px;
    display: block;
    border-bottom: none;
    border-top: none;
    padding: 0;
}


 .how_we_help2 a:hover {
    border-bottom: none;
    text-decoration: underline;
background: url("http://www.ica-ltd.org/media/layout/structure/go-trans.png") ;
}

 .how_we_help2 .first a {
color: #333 !important;
font-size: 100%;
font-weight: normal;
background: url("http://www.ica-ltd.org/media/layout/structure/go-trans.png") ;
}

 .how_we_help2 .first a:hover {
color: #333 !important;
font-size: 100%;
text-decoration: underline;
background: url("http://www.ica-ltd.org/media/layout/structure/go-trans.png") ;
}

.page-news {
    width: 186px;
    float: left;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 35px 0 10px 0;
    background: url("http://www.ica-ltd.org/media/layout/structure/latest_news2.jpg") no-repeat;
}

.page-news .home-news-item {
margin-left: 5px;
}

.page-news .home-news-item strong {
font-weight: normal
}

/*------------------------------------------------------------------------------------------------------------*/
/* 	Footer
/*------------------------------------------------------------------------------------------------------------*/


#footer_navigation {
    clear: both;
    height: 70px;
    background: #cbcbcb;
    text-transform: lowercase;
    border-top: 15px solid #fff;
}


#footer_navigation .email_link a{
    position: relative;
    top: 35px;
    left: 20px;
    float: left;
    width: 250px;
    height: 20px;
    text-indent: -5000px;
    display: block;
}

#footer_navigation .sub_links {
    float: right;
    width: 140px;
    font-size: 80%;
    margin-top: 10px;
    border-left: 1px dashed #333;
    height: 50px;
    padding-left: 10px;
}

#footer_navigation .sub_links ul{
    list-style: none;
    margin: 0;
    padding: 0;
}


#footer_navigation .sub_links a {
    color: #333;
}

#footer_navigation .sub_links a:hover {
    text-decoration: none;
    color: #000;
}


#footer_navigation .sub_links span {
    color: #fff;
}

#footer {
    color: #666;
    font-size: 90%;
    border-top: 1px solid #fff;
    height: 95px;
    background: url("http://www.ica-ltd.org/media/layout/structure/footer.gif") repeat-x;
}

#footer a {
    color: #666;
    text-decoration: none;
}

#footer p {
    float: left;
    width: 730px;
    padding: 20px 0 0 20px;
}

#footer .blcms_fc {clear:none; float: left; width: 730px;}
.footer-inner {width: 730px; float: left;}

#footer .blueleaf {
    float: right;
    text-transform: lowercase;
    text-align: right;
    width: 150px;
    font-size: 10px;
    padding: 60px 20px 0 0;
}

/*------------------------------------------------------------------------------------------------------------*/
/* 	PAGE SPECIFICS
/*------------------------------------------------------------------------------------------------------------*/

/* HOME PAGE */

.home #main_content .page_navigation {
margin-top: 15px;
}

.home #main_content .page_navigation .how_we_help ul{
   margin: 0 0 0 10px;
    padding: 0;
}

.home #main_content .page_navigation .how_we_help li{
    margin: 0;
    padding: 0;
    width: 165px;
}

.home #main_content .page_navigation .how_we_help a {
    display: block;
    background: #ddd;
    border-bottom: none;
    padding: 3px 0;
}


.home #main_content .page_navigation .how_we_help a:hover {
    border-bottom: none;
    text-decoration: underline;
}

.home #main_content .page_navigation .how_we_help {
    background: url("http://www.ica-ltd.org/media/layout/structure/how-we-help.gif") top left no-repeat;
    padding: 40px 0 10px 0;
    min-height: 157px;
    font-size: 100%;
}

.home #main_content .page_navigation .how_we_help a {
    background: url("http://www.ica-ltd.org/media/layout/structure/go-trans.png") ;
    width: 165px;
    display: block;
}

.home #main_content .page_navigation li {
    border-bottom: 1px dotted #fff;
    width: 165px;
    padding: 5px 0;  
}

.home #main_content .page_navigation .how_we_help a {
    background: url("http://www.ica-ltd.org/media/layout/structure/go-trans.png") ;
    border-bottom: none;
border-top: none;

}

.home #main_content .page_navigation .how_we_help a:hover {
    background: none;
    border-bottom: none;
background: url("http://www.ica-ltd.org/media/layout/structure/go-trans.png") ;
}

.home #main_content .page_navigation .how_we_help .first a {
color: #333 !important;
font-size: 100%;
font-weight: normal;
background: url("http://www.ica-ltd.org/media/layout/structure/go-trans.png") ;
}

.home #main_content .page_navigation .how_we_help .first a:hover {
color: #333 !important;
font-size: 100%;
text-decoration: underline;
background: url("http://www.ica-ltd.org/media/layout/structure/go-trans.png") ;
}

#main_content .page_navigation .publicationsbox {
    background: url("http://www.ica-ltd.org/media/layout/structure/publications.gif") top left no-repeat;
    padding: 40px 0 10px 0;
    min-height: 120px;

}

#main_content .page_navigation .publicationsbox li {
padding: 5px 0px;
margin: 0 10px;
}
#main_content .page_navigation .publicationsbox li a{
width: 179px;
}


.home-page-text {
    float: left;
    width: 440px;
    margin-right: 20px;
}


.join-us {
margin-top: 10px;
padding-top: 10px;
background: #fff;
}

.join-us a {
display: block;
width: 214px;
height: 42px;
text-indent: -5000px;
background: url("http://www.ica-ltd.org/media/layout/structure/join_us_on.gif") 0 0 no-repeat; 
/* background: url("http://www.ica-ltd.org/media/layout/structure/register-online-now.gif") 0 0 no-repeat; */
}

.join-us a:hover {
background: url("http://www.ica-ltd.org/media/layout/structure/join_us.gif") 0 0 no-repeat; 
/* background: url("http://www.ica-ltd.org/media/layout/structure/register-online-now-on.gif") 0 0 no-repeat; */
}

.join-side {
margin-top: 10px;
padding-top: 10px;
background: #fff;
}

.join-side a {
display: block;
width: 186px;
height: 42px;
text-indent: -5000px;
background: url("http://www.ica-ltd.org/media/layout/join_us_on2.jpg") 0 0 no-repeat; 
/* background: url("http://www.ica-ltd.org/media/layout/structure/register-online-now.gif") 0 0 no-repeat; */
}

.join-side a:hover {
background: url("http://www.ica-ltd.org/media/layout/join_us2.jpg") 0 0 no-repeat; 
/* background: url("http://www.ica-ltd.org/media/layout/structure/register-online-now-on.gif") 0 0 no-repeat; */
}


.latest-offer {

    margin-top: 20px;
    padding: 45px 10px 10px 20px;
   /*  background: url("http://www.ica-ltd.org/media/layout/structure/latest-offer.gif") no-repeat; */
    background: url("http://www.ica-ltd.org/media/layout/structure/annual-dinner-header.gif") no-repeat;
    min-height: 123px;
    width: auto;

}

.latest-offer p {
    font-size: 120%;
    font-weight: bold;
    color: #333;
}

.latest-offer a {
    font-size: 80%;
    font-weight: normal;
}

.latest-offer a span {color: #70cf11}

#box1{ position:absolute;}

.mask{
	position:relative;
	width:900px;
	height:267px;
	overflow:hidden;
}

.mask img{
	position:absolute;
	display:block;
	border:none;
	z-index: 50;
}

#box1 a {
    position: absolute;
    display: block;
    text-indent: -5000px;
    top: 167px;
    left: 465px;
    width: 160px;
    height: 39px;
    z-index: 100;
    background: url("http://www.ica-ltd.org/media/layout/structure/pixel.gif");
}

.error-message {
border: 3px solid red;
background: pink;
padding: 5px;
width: 90%;
text-align: center;
}

.error-message p {margin: 0;padding: 0;}

/* BLOG ENTRIES */

.blog_item_short {
    border-bottom: 1px dashed #ccc;
    padding: 15px 5px;
}

.blog_item_short .title {
    font-size: 120%;
    text-transform: lowercase
}


/* SITE MAP */

.site-map { margin-left: 30px; margin-bottom: 20px}


.site-map ul,
.site-map ul ul,
.site-map ul ul ul
 {margin: 0 !important; padding-bottom: 0 !important; padding-top: 0 !important;}

.site-map li
 {margin-top: 5px !important; padding-bottom: 0 !important; padding-top: 0 !important;}


/* STRUCTURE AND FEES */

.membership table {
font-size: 80%;
}


/* MEMBERS AREA */


#branding form .login-input,
.login-box form .input {
    width: 100px;
   margin: 5px 0;
}

.login-box form .button,
.pub-box form .submit
{
    width: auto;
    margin: 10px 0;
}

/* PUBLICATIONS */

.pub-box {
margin-bottom: 20px;
}

.pub-box fieldset {
padding: 5px 10px;
width: 650px;
border: 1px solid #ccc;
}

.pub-box legend {
padding: 0 10px;
}

.pub-box .input {
width: 150px;
margin-right: 20px;
}

.pub-box label span {
margin-right: 10px;
}



.fees th {
background: none !important;
color: #000 !important;
width: 150px;
}

.fees td,
.fees tr,
.fees th {
    border-bottom: none !important;
    padding: 5px;
}

.thead th {
color: #fff !important;
}

.thead a {
color: #fff;
}

/* PAGE SPLASHES */

.about #splash {  background: url("http://www.ica-ltd.org/media/layout/structure/splash/protecting-cotton.jpg") no-repeat;}
.services #splash {  background: url("http://www.ica-ltd.org/media/layout/structure/splash/support-association.jpg") no-repeat;}
.membership #splash {  background: url("http://www.ica-ltd.org/media/layout/structure/splash/ICA_headers_membership.jpg") no-repeat;}
.news #splash {  background: url("http://www.ica-ltd.org/media/layout/structure/splash/keep-up-to-date.jpg") no-repeat;}
.events #splash {  background: url("http://www.ica-ltd.org/media/layout/structure/splash/ICA_headers_events.jpg") no-repeat;}
.publications #splash {  background: url("http://www.ica-ltd.org/media/layout/structure/splash/ICA_headers_publications.jpg") no-repeat;}
.contact #splash {  background: url("http://www.ica-ltd.org/media/layout/structure/splash/trade-rules-join.jpg") no-repeat;}
.membersarea #splash {  background: url("http://www.ica-ltd.org/media/layout/structure/splash/protection-outset.jpg ") no-repeat;}
.dinner #splash, .icadinner #splash {  background: url("http://www.ica-ltd.org/media/layout/structure/splash/dinner2.jpg") no-repeat;}

.td2010 #splash {  background: url("http://www.ica-ltd.org/media/layout/structure/splash/ICA_headers_events2.jpg") no-repeat;}

.singapore #splash {  background: url("http://www.ica-ltd.org/media/layout/structure/splash/SingaporeBanner.jpg") no-repeat;}

.dubai #splash {  background: url("http://www.ica-ltd.org/media/layout/dubai.jpg") no-repeat;}

.trade2011 #splash {  background: url("http://www.ica-ltd.org/media/layout/trade2011.jpg") no-repeat;}
.chinese #splash {  background: url("http://www.ica-ltd.org/media/layout/structure/splash/chinese-heading.jpg") no-repeat;}

.bremen #splash {  background: url("http://www.ica-ltd.org/media/layout/structure/splash/bremen.jpg") no-repeat;}


/* CONTRACT GENERATOR */

.contract-form,
.reg-form {
margin-bottom: 20px;
width: 630px;
}

.contract-form input,
.contract-form select,
.reg-form input {width: auto;}

.form-item {
padding: 10px;
clear: both;
}


.form-item label span {
float: left; width: 100px;
}

.reg-form label span {
float: left; width: 150px;
}



.reg-form {
margin-bottom: 20px;
width: 630px;
}

.reg-form input {width: auto;}

.form-item {
padding: 10px;
clear: both;
}


.form-item label span {
float: left; width: 100px;
}

.reg-form label span {
float: left; width: 150px;
}

.reg-form fieldset {
padding: 10px;
border: 1px solid #ccc;
margin: 20px 0;
}

.reg-form legend {
padding: 0 10px;
}


.reg-form .input {
width: 200px;
margin-right: 20px;
float: none;
}


.reg-form label span {
margin-right: 10px;
}


.alert {
border: 5px solid pink;
padding: 10px;
width: 70%;
margin: 10px auto;
text-align: center;
background: #ededed;
font-weight: bold;
font-size: 120%;
}

/* GALLERY ITEMS */

.gallery-item {
margin: 5px 0 0 0;
font-size: 80%;
width: 33%;
height: 100px;
float: left;
text-align: left;
}


/* CONTRACT GENERATOR ELEMENTS */

.contract-form table {width: auto; border: none !important;}

.contract-form tr,
.contract-form td {border: none !important;}

.contract-form fieldset,
.reg-form fieldset {
padding: 10px;
border: 1px solid #ccc;
margin: 20px 0;
}
.contract-form legend,
.reg-form legend {
padding: 0 10px;
}

.contract-form .input,
.reg-form .input {
width: 200px;
margin-right: 20px;
float: left;

}

.contract-form .form-item {
padding: 10px 0;
clear: both;
position: relative;
}


.contract-form .form-item label span {
float: left; width:170px;
}

.contract-form span {}

.contract-form .rule {
width: 100px; 
float: right;
text-align: right;
font-size: 90%;
font-style: italic;
position: absolute; 
top: 12px;
right: 0;
}

.contract-form label span,
.reg-form label span {
margin-right: 10px;

}


.errormessages {
border: 5px solid pink;
width: 400px;
margin: 0 auto;
padding: 0 10px;
color: red;
font-weight: bold;
}

.errormessages p{
margin: 0;
padding: 2px 0;
}

.stages {
background: #999;
margin-bottom: 10px;
color: white;
width: 652px;
}

.stages ul {
list-style: none;
margin: 0;
padding: 0;
}

.stages li {
display: inline;
margin: 0;
padding: 0;
color: #cdcdcd;
}

.stages b {
font-size: 160%;
color: white;
}

.stages span {
color: white;
}


table p {width: 100%;}



/* FLAGS */

.flags {position: absolute; left: 240px; top: 50px; width: 400px;}
.flags h3 {padding-right: 10px; width: 100px; float: left; text-align: right; font-size: 80%; color: #a9a9a9}
.flags ul {width: 200px; list-style: none; float: left;text-align: right;}
.flags li {width: 18px; float: left; margin-right: 2px;}
.flags li.chinese {width: 40px; float: left; margin-right: 2px;}
.flags img {border: none;}

.latest-offer {
    padding: 5px 10px 10px 15px;
    background: url("http://www.ica-ltd.org/media/layout/structure/promo-bg.jpg") no-repeat;
}

.latest-offer h3 {color: #fff; margin-bottom: 18px;}



.noborder, .noborder td, .noborder tr {border: none !important;}
  
.specialtitle {font-size: 200%;font-weight: bold;}
.page_area li {padding: 4px 0}

td p {padding: 0; margin: 0;}




.home-page-news {
    width: 214px;
    float: left;
    margin-top: 15px;  
}

.hp-news-area {
    position: relative;padding: 35px 0 10px 0;background: url("http://www.ica-ltd.org/media/layout/structure/latest-news.gif") no-repeat;font-size: 90%;}

.home-news-item {
    border-bottom: 1px dotted #ccc;
    margin: 0 10px 5px 10px;
    padding: 5px 0;
    width: auto;
}


.home-news-item p { padding: 0 5px;margin: 0;}

.home-page-news .news-rss {
    text-align: left;
    width: 200px;
margin-top: 10px;
margin-left: 10px;
}

.home-page-news .news-rss a {
    padding: 3px 0px 3px 20px;
    background: url("http://www.ica-ltd.org/media/layout/structure/rss.gif") 0 0 no-repeat;
}

.home-page-news .hp-news {position: absolute; bottom: 10px; right: 4px;width:100px}
.home-page-news .hp-news h3 {text-align: right;width:88px;}

.home-events {
    width: 214px;
    margin-top: 17px;
    padding: 35px 0 10px 0;
    background: url("http://www.ica-ltd.org/media/layout/bg_latestevents.jpg") no-repeat;
    font-size: 90%;
}

.home-events h2 {display: none;}
.home-events p {font-weight: bold; color: #666; padding: 5px 0 5px 0px;margin: 0 0 0 10px;display: block; width: 200px;border-bottom: 1px dotted #ccc;}
.home-page-news h3 {
    text-align: right;
    width: 200px;font-size: 90%;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 0;
}


/*------------------------------------------------------------------------------------------------------------*/
/* 	MEMBERSHIP
/*------------------------------------------------------------------------------------------------------------*/



.submit_comment fieldset {border: 1px solid #ddd; padding: 10px;width: 650px; margin-top: 20px;}
.submit_comment legend {padding: 0 5px; font-size: 12px; color: #666;}
.submit_comment .label {clear:both;font-size: 12px;}

.submit_comment .input {
border: 1px solid #ccc;
margin: 0 0 10px 0px;
width: 200px;
padding: 4px;
font-size: 12px !important;
}

.submit_comment .textarea {
border: 1px solid #ccc;
margin: 0 0 10px 0px;
width: 400px;
height: 150px;
padding: 4px;
font-family: inherit;
font-size: 13px !important;
}


.submit_comment .button { width: 131px !important; height: 41px !important;}

.comment_content {border-bottom: 1px solid #ddd; margin: 5px 0; width: 660px; padding: 10px;}
.comment_content h4 {font-size: 12px; font-weight: normal; color: #999;}



.dubaitable {width: 600px !important;}
.dubaitable h3 {width: 215px}
.dubaitable td {}


#main_content .previous_events a{
    background: none repeat scroll 0 0 #DDDDDD;
    border-bottom: 1px solid #BBBBBB;
    border-top: 1px solid #FFFFFF;
    display: block;
    padding: 3px 8px;
    width: 170px;
    margin-top: -1px;
}

#main_content .previous_events a:hover{
    background: #ccc;
    border-bottom: 1px solid #bbb;
    text-decoration: none;
    
} 

#main_content .previous_events li.first a{
    background: none repeat scroll 0 0 #5C5C5C;
    color: #FFFFFF !important;
    font-size: 120%;
    font-weight: bold;
}
#main_content .previous_events li.first a:hover{
color: #ccc !important;
font-size: 120%;
font-weight: bold;
background: #5c5c5c;
text-decoration: none;
}

#main_content .previous_events li{
margin: 0;
padding: 0;
}


/*------------------------------------------------------------------------------------------------------------*/
/* 	BLOG
/*------------------------------------------------------------------------------------------------------------*/


.blog-post {border-top: 5px solid #ccc; margin-top: 40px;}

.blog_submit_comment fieldset {border: 0px solid #ddd; padding: 0px;width: 650px; margin-top: 20px;}
.blog_submit_comment legend {padding: 0 5px; font-size: 12px; color: #666;}
.blog_submit_comment .label {clear:both;font-size: 12px;}

.blog_submit_comment .input {
border: 1px solid #ccc;
margin: 0 0 10px 0px;
width: 200px;
padding: 4px;
font-size: 12px !important;
}

.blog_submit_comment .textarea {
border: 1px solid #ccc;
margin: 0 0 10px 0px;
width: 400px;
height: 120px;
padding: 4px;
font-family: inherit;
font-size: 12px !important;
}


.blog_submit_comment .button { width: 131px !important; font-weight: bold; height: 32px !important;}

.blog-comments {border-top: 5px solid #ccc; margin-top: 20px;}
.blog-comments h2, .blog-post h2 {margin: 10px 0;}

.blog-message-success {font-size: 14px; text-align: center; font-weight: bold; background: #F3FFD4; width: 655px; padding: 5px 10px;}

.blog_comment_entry {background: #efefef; padding: 10px; width: 655px;margin: 0 0 10px 0;clear:both;}

.blog_comment_left {float: left; width: 150px; color: #999; font-size: 11px;}
.blog_comment_left span {display: block; font-size: 14px; color: #3B7D9D}
.blog_comment_middle {float: left; width: 20px; height: 50px;background: url("http://www.ica-ltd.org/media/layout/comment-arrow.gif") top right no-repeat;position: relative; left: 1px; top: 5px;}
.blog_comment_right {float: right; width: 463px; padding: 10px; border: 1px solid #ccc; background: #fefefe;}
.clear {clear:both;}

.blog-short {clear:both; border-bottom: 5px solid #ccc; margin: 20px 0;padding: 10px 0;}

.blog-short .blog-scontent {float: right; width: 600px;}
.blog-short .blog-image {font-size: 18px;float: left; overflow: hidden; width: 50px; margin-right: 10px;}
.blog-short .blog-image img {width: 50px;}


.blog-short .blog-counter {font-size: 18px;float: left; width: 30px;}
.blog-short .blog-title {font-size: 18px;float: left; width: 440px;}
.blog-short .blog-date {color: #999; font-size: 14px;float: right; width: 130px; text-align: right;}
.blog-short a {color: #3B7D9D; font-weight: bold;}

.blog-full-img {margin: 0 0 10px 10px; float: right; width: 200px; overflow: hidden; height: 200px;}


.footer-icons{margin-left: 10px;}
.footer-icons .footer-icon{
    width: 35px;
    height: 35px;
    float: left;
    margin: 18px 2px 0;
    display: block;
}

.footer-icons .icon-facebook{background: url(../../../../media/layout/icons/icon-facebook.png)}
.footer-icons .icon-fr{background: url(../../../../media/layout/icons/icon-fr.png)}
.footer-icons .icon-in{background: url(../../../../media/layout/icons/icon-in.png)}
.footer-icons .icon-twitter{background: url(../../../../media/layout/icons/icon-twitter.png)}


.sociallikes a {display: inline; width: 20px;}

.membersareadiv {position: relative; }

#newsreel-link{
    position: absolute;
    bottom: 157px;
    left: 10px;
    height: 30px;
    width: 200px;
    display: none;
}

.package {margin: 20px 0; width: 620px;}
.package h2 {margin: 0 !important; padding: 10px; background: #3f87aa; color: #fff; width: 600px; font-size: 16px;}
.package table {background: #cadee7;margin: 0 !important; border-top: 3px solid #fff !important;}
.package table td {padding: 10px !important;}
.package pre {font-family: arial; width: 480px; padding: 10px 0 0 0; margin: 0 !important;}
.package pre p {padding: 0 !important; margin: 0 !important; line-height: 1em; height: 1px !important;}
.package pre span {float: left; width: 200px;}



.arbitrationpage h2 {margin: 15px 0 0 0 !important; padding: 10px; background: #3f87aa; color: #fff; width: 654px; font-size: 16px;}
.arbitrationpage table {margin: 0 !important; border-top: 3px solid #fff !important;}
.arbitrationpage table td {padding: 10px !important;}

.arbitrationpage table thead,
.arbitrationpage table thead tr {text-align: left; background: #95A9B3 !important; padding: 5px !important;}
.arbitrationpage table thead tr th {text-align: left; background: #95A9B3 !important; padding: 5px !important;}
.arbitrationpage table thead tr th p {text-align: left; padding: 2px 5px !important; margin: 0;}


