/*------------------------------------------------------------------------------*/
/*-------   Style sheet for G4BVY Web site main page              --------------*/
/*-------   IRD 05/11/2006                                        --------------*/
/*------------------------------------------------------------------------------*/

body {background-color: #d7f3f3;font-size: 12pt;}
/*------------------------------------------------------------------------------*/
/*-----                Page header                                   -----------*/
/*------------------------------------------------------------------------------*/

#header
{
margin-bottom: 10px;background-color: #c4f5d1;text-align: center;font-weight: bold;color: #ff131c;/*border: 1px #08ff14 solid;*/
}#header h1
{
font-size: 5em;margin-top: 0px;margin-bottom: 0px;padding-top: 0px;padding-bottom: 0px;
/*border: 1px #08ff14 solid;*/
}

#header h2
{
font-size: 1.0em;
margin-top: 0px;margin-bottom: 0px;padding-top: 1px;padding-bottom: 1px;
/*border: 1px #08ff14 solid;*/
}
/*------------------------------------------------------------------------------*/
/*-----                Horizontal navigation bar                     -----------*/
/*------------------------------------------------------------------------------*/

#nav_horz{
/*margin-bottom: 10px;*/background-color: #f6ced2;text-align: center;margin-left: 3%;margin-right: 3%;}

ul#navlist{
font: bold 11px verdana, arial, sans-serif;
list-style-type: none;
padding-bottom: 24px;

border-bottom: 1px solid #6c6;
margin: 0px;
padding-left: 25%;  /*position of left menu item*//*border-top: 1px #f00 solid;border-left: 1px #f00 solid;border-right: 1px #f00 solid;*/margin-left: 11%;}    /* DOESNT WORK PROPRELY !!!!*/

ul#navlist li{
float: left;
height: 21px;
background-color: #cfc;
margin: 2px 2px 0px 2px;
border: 1px solid #6c6;}

ul#navlist li#active{
border-bottom: 1px solid #d7f3f3;
background-color: #d7f3f3;}

li#active a { color: #000; }

#navlist a{
float: left;
display: block;
color: #666;
text-decoration: none;
padding: 4px;}

#navlist a:hover { background: #fff; }

#navlist li#active a:hover{ background: #d7f3f3; }

/*------------------------------------------------------------------------------*/
/*-----                  Vertical navigation bar                     -----------*/
/*------------------------------------------------------------------------------*/
#nav_vert
{
float: left;
width: 11%;  /*  modification - was17% - want fixed width for menu  NB text width wrong*/
margin-left: 3%;
display: inline; /*IE bug fix*/background-color: #f6ced2;
/*text-align: center;*/height: 100%;}


ul#vertlist 
{
list-style-type: none;
text-align: left;
/*border: 1pt #f00 solid;*/

margin: 5px;
padding: 5px;  /*pading and margin together remove all left indent for all rowsers*/
}

ul#vertlist li a
{
/*background: #0f0; /*these three lines nicked from phonophunck.com*/
/*display: block;*/
width: 8em;

/*width:70px;*/
padding-left: 0px;
/*border: 1pt #f00 solid;*/
text-align: left;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #999;
margin-left: 0px;margin-bottom: 2px;  /*needed for firefox*/
}

ul#vertlist li a:hover
{color: black;}

ul#vertlist li a#current
{color: #666;}







/*------------------------------------------------------------------------------*/
/*-----                Main page content                             -----------*/
/*------------------------------------------------------------------------------*/

#main
{
float: left;
width: 80%;
margin-left: 3%;background-color: #d7f3f3;margin-top: 10px;}

#main h1{font-size: 1.4em;}

#main h2{font-size: 1.2em;}

#main p {font-size: 0.8em;}








/*------------------------------------------------------------------------------*/
/*-----                Footer                                        -----------*/
/*------------------------------------------------------------------------------*/

#footer
{
clear: both;background-color: #c4f5d1;margin-top: 2em;}


/*------------------------------------------------------------------------------*/
