/*******************************************************
TITLE: Fixed Box Layout  V1.0
DATE: 20060809
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body {
  /* margin: 3em; */
  margin: 0;   
  padding: 0;
  height: 100%;
  background-color: #ffffff;
  color: #000000;  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

p {
  margin: 1.5em 0;
}


a {
  color:#990000;
  text-decoration:underline;
}

a:hover {
  color:#cc6600;
  text-decoration:none;
}

blockquote {
  margin:1em;
  padding:.5em;
  background-color:#eeeeee;
  border-top:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
}

blockquote p {
  margin: 0.2em;
}

#centerColumn { 	
  margin: 0 auto;
  padding: 0 1px 0 -1px;
  width: 800px;
  text-align:left;
  vertical-align: middle;	
  background-color:#FFF;
  /* border:1px solid #999999; */
}

#centerColumn p {
  margin: 0.8em 0;
}

#centerColumn h1 {
  margin: 8px 0 6px 0;
  padding: 0;
  font-size: 2.0em;
  line-height: 1.2;
}

#centerColumn h2 {
  margin: 6px 0 2px 0;
  padding: 0;
  font-size: 1.4em;
}

#content {
  margin: 0;
  padding: 6px 0 0 0;
  width: 100%;
  border-left:  1px solid #BBB;
  border-right: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
}


#header {
  margin: 10px;
}

#header h1 {
  margin: 0 0 -.6em 0;
  padding: .5em 0 0 1em;
  font-size: 2em;
  letter-spacing: .1em;
}

#header h2 {
  margin: 0 0 0 0;
  padding: 1em 0 0 1.75em;
  font-size: 0.9em;
  font-weight: 300;
  letter-spacing: 0.1em;
}

#footer {
  position: relative;
  bottom: 0;
  margin: 20px 0;
  padding: 0 0;
  height: 8em;
  line-height: 4em;
  text-align: center;
  font-size: 0.8em;
}

/*
 *
 *************************************************************************/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#chromemenu {
  width: 800px;
  font-weight: bold;
  font-size: 90%;
}

#chromemenu:after { /*Add margin between menu and rest of content in Firefox*/
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

#chromemenu ul {
  border: 1px solid #BBB;
  width: 100%;
  background: url(/images/chromebg.gif) center center repeat-x;
  padding: 5px 0;
  margin: 0;
  text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
  display: inline;
}

#chromemenu ul li a{
  color: #494949;
  padding: 5px;
  margin: 0;
  text-decoration: none;
  border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
  background: url(/images/chromebg2.gif) center center repeat-x;
}


/* Copy of the same menu, but for a different menu bar */

#chromemenu2 {
  width: 800px;
  font-weight: bold;
  font-size: 90%;
  margin-left: -1px;
}

#chromemenu2:after { /*Add margin between menu and rest of content in Firefox*/
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

#chromemenu2 ul {
  border: 0;
  border-top: 1px solid #BBB;
  border-left: 1px solid #BBB;
  border-right: 1px solid #BBB;
  width: 100%;
  background: url(/images/chromebg.gif) center center repeat-x;
  padding: 5px 0;
  margin: 0;
  text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu2 ul li{
  display: inline;
}

#chromemenu2 ul li a{
  color: #494949;
  padding: 5px 30px;
  margin: 0;
  text-decoration: none;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
}

#chromemenu2 ul li a:hover{
  background: url(/images/chromebg2.gif) center center repeat-x;
}


.adplatform_pic {
    float:  left; 
    margin: 40px 20px 20px 20px; 
    width: 340px
}

.adplatform_pic img { 
    width: 340px;
}

.adplatform_text1 {
    float:   right;
    margin:  10px 0; width:390px;
    padding: 8px;
}

.adplatform_text2 {
    margin: 20px 0px;
}

#mobiadnews_logo { 
  width: 120px;
  height: 28px;
  float: left;
}

.article_overview {
  float: left;
}
