/*
:Author: RasadaCrea
:Contact: contact@rasadacrea.com
:Copyright: This stylesheet has been placed in the public domain.

vos-doc to control site width, instead of doc3 (100%) or doc4 (974px)

??? TO BE RECHECKED==> 
we are using custom-doc at width=1024px, which is not scalable as doc4 at 974px or doc2 at 8xxpx
Only doc3 at 100% is scalable, which has consequences on images and logo overlap on header
use the following options:
  - custom-doc with split header yui-gf (means image for logo-bg at 300px width)
  - doc4 with split header yui-gd (and still image for logo-bg at 300px width)
  - doc3 with split header yui-gd (use a new logo-bg image with reeat-x: to be created)
*/
#vos-doc { 
    margin: auto; text-align:left; /* leave unchanged */
    min-width: 95.385em; /*width: 95.385em; non-IE divide the pixel width by 13.0, so 1240/13.0=95.385; IE by 13.333*/
    width: 100%;
}

/*YUI suggested preliminary controls after resetting*/
body{
    font-family: Arial;
}
strong { 
  font-weight: bold;
}
em { 
  font-style: italic;
}
#hd { 
  background: #ABC8E2 url(../images/hd-bg.jpg) top repeat-x;
  -moz-border-radius-topright: 0.6em;
  -moz-border-radius-topleft: 0.6em;
  -moz-border-radius-bottomleft: 0.6em;
  -moz-border-radius-bottomright: 0.6em;
}
.yui-gf { 
  height: 5.0em;  /*#5.0em for firefox and others; 4.875em for IE*/
  border-bottom: 0em; /*3px solid #113958;*/
  -moz-border-radius-bottomleft: 0.25em;
  -moz-border-radius-bottomright: 0.25em;
}
.yui-g { 
    -moz-border-radius-topleft: 0.6em;
    -moz-border-radius-topright: 0.6em;
    -moz-border-radius-bottomleft: 0.6em;
    -moz-border-radius-bottomright: 0.6em;
}
#yui-main .yui-b { 
    padding-top: 0.03em;
}
h1 {
    font-family: Georgia;
    color: #003;
    font-size: 197%;
    margin: 0.45em 0.3em 0.75em 2.6em;
}
h2 {
    font-family: Georgia;
    color: #003;
    font-size: 138.5%;
    margin-top: 0.9em;
    margin-bottom: 0.5em;
}
h1 + a + div h2 {
    margin-top: 2.0em;
}
h3 {
    font-family: Georgia;
    color: #003;
    font-size: 110.0%;
    margin-top: 0.8em;
    margin-bottom: 0.45em;
}
#doc3 {margin:auto;}
#bd, #ft {
    padding: 0 0.4em;
}
form {
    margin-top: 1.5em;
}
form table td {
    padding-bottom: 0.2em;
}

