/* CSS Document */
body {
width:100%;
margin:0;
padding:0;
border:0;
font-size:100%;
}
.colmask {
position:relative;	/* This fixes the IE7 overflow hidden bug */
clear:both;
float:left;
width:100%;			/* width of whole page */
}
.colright, .colmid, .colleft {
float:none;
width:100%;
position:relative;
}
.col1, .col2, .col3 {
padding:1em;
}
#tmenu {
display:none;
}
.logo {
font-size:2em;
}
.caption {
font-size:1em;
}
/* Footer styles */
#footer {
clear:both;
float:left;
width:100%;
}
.moblinx {
display:block;
}
#header {
background-color:#333; 
}
/* header */
ol, dt, dd, ul, li {
margin: 0px;
padding: 0px;
list-style-type: none;
}
#mobtop {
padding-left:10px;
width:100%;
padding:0px;
margin: 0px;
background-color:#333;
}
#mobtop ol {
width:50%;
float:left;
margin:0px;
padding:0px;
}
#mobtop dt {
display:block;
font:90% tahoma #0cf;
text-align:center;
text-decoration:none;
padding:3px;
margin:0px;
}
#mobtop dt a {
color: #0cf;
padding:3px;
}
/*active page effects*/
#home .home, #subscribe .subscribe, #articles .articles, #services .services, #investmentnews .investmentnews, #about .about, #contact us .contact us, #subscribe .subscribe, #issues .issues, #culture .culture {
color:#0cf;
padding:3px;
border-bottom:none;
background-color:#666;
margin:0px;
}
.map a, .map a:active, .map a:focus, .map a:visited { color:#777; }

