﻿ /*
    Standard page elements are declared here to keep the CSS
    organised and easy to manage.
*/
@import url("library.css");

*{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:100%;
	text-indent:0px;
	list-style:inside;
	border-collapse:collapse;
	vertical-align:top;
	}
	
body{
	background:url(../images/blGrafx.jpg) bottom left no-repeat #00aae7 fixed;
	margin:15px 36px 0px 36px;
	}
#container{
	background:#FFFFFF;
	width:80%;
	min-width:800px;
	max-width:1100px;
	margin:0px auto;
	height:100%!important;
	}
#header{
	position:relative;
	height:105px;
	background:#00437d url(../images/headerVectorRing.gif) no-repeat top right;
	margin-right:214px;
	}
	
	#header img
    { 
    margin:30px 0 0 20px;
    }
	
#header h1{
	position:relative;
	top:30px;
	text-align:right;
	color:#FFFFFF;
	width:260px;
	font-size:125%;
	line-height:120%;
	font-weight:normal;
	letter-spacing:2px;
	}
#logo{
	position:absolute;
	top:0px;
	right:-214px;
	width:214px;
	height:105px;
	background:#FFFFFF url(../images/logo_bfp.gif) no-repeat 49px 0px;
	}
#whiteBrdr{
	height:2px;
	background:#FFFFFF;
	font-size:1px;
	}
#topNav{
	position:relative;
	height:36px;
	background:#00aae7 url(../images/cyanDrop.gif) repeat-x top left;
	}
#tnLeft{
	height:36px;
	width:174px;
	background:#00447c url(../images/blueDrop.gif) repeat-x top left;

	}
#tnLeft p{
	padding:7px 0px 0px 15px;
	color:#e8e8e8;
	}
#tnRight{
	position:absolute;
	top:0px;
	right:0px;
	height:36px;
	width:477px;
	background:url(../images/topNavVectorRing.gif) no-repeat;
	}
#tnRight ul{
	position:absolute;
	bottom:0px;
	right:0px;
	height:30px;
	}
#tnRight ul li{
	float:right;
	width:102px;
	margin-left:10px;
	background:url(../images/button.gif) no-repeat;
	display:block;
	height:30px;
	}
#tnRight ul li a{
	text-align:left;
	line-height:29px;
	text-decoration:none;
	font-size:0.8em;
	background:url(../images/listArrow_top.gif) no-repeat 5px 4px;
	padding-left:17px;
	}
#tnRight ul li a:hover{
	color:#000000;
	background:url(../images/listArrow_top_over.gif) no-repeat 5px 4px;
	}
table#main{
	width:100%;
	height:400px;
	}

td.LHS
    {
	width:174px;
    background:url(../images/gradLHS2.gif) top left repeat-y #e8e8e8;
	padding-left:0px;
	min-height:463px;
	}
	                  
    td.main
    {
    /*background:#ececec;*/
    }
	
#navLeft
    {
    margin:0px;
	width:100%;
	position:relative;
	height:100% !important;
	background:url(../images/gradLHS.gif) top right repeat-y;
	margin-bottom:50px;
	}
	
#navLeftTop{
	position:absolute;
	top:0px;
	right:0px;
	/*background:url(../images/gradLHSTop.jpg) no-repeat;*/
	width:9px;
	height:100%;
	}
	
#navDriver
    {
	width:166px;
	margin:20px 0 0 0;
	}
	
	#navDriver ul
    {
    padding:0px;
    margin:0 0 20px -15px;
    }
	
#navDriver li.establishment, #navDriver li.reportPlanning,#navDriver li.implementation,
#navDriver li.investmentMngmnt,#navDriver li.service  {
	background:url(../images/establishment.jpg);
	height:35px;
	list-style:none;
	position:relative;
    padding:0px;
    margin:0px;
	}
#navDriver li.reportPlanning{
	background:url(../images/reportPlanning.jpg);
	}
#navDriver li.implementation{
	background:url(../images/implementation.jpg);
	}
#navDriver li.investmentMngmnt{
	background:url(../images/investmentMngmnt.jpg);
	}
#navDriver li.service{
	background:url(../images/service.jpg);
	}
#navDriver a{
	height:40px;
	display:block;
	background:none!important;
	}
    #caveat{
	background:#00447c;
	padding:7px;
	}	
	
    #caveat p	
	{
	color:#80a2be;
	font-size:0.7em;
	line-height:1.7em;
	}
	
	#caveat a
	{
	color:white;
	line-height:1.7em;
	}

    #caveat a:hover
    {
    color:green;
    }

/* ------------------------| containers |------------------------ */

    .content
    {
    margin:10px;
    }

    .content h1
    {
    font-size:1.5em;
    color:#00447c;
    padding-bottom:10px;
    }
	
	.content h2
    {
	font-size:1em;
	color:#00447c;
	padding-bottom:10px;
	}
	
    p
    {
    font-size:0.8em;
    line-height:1.7em;
    padding-bottom:10px;
    color:#666;
    }

    p strong
    {
    line-height:1.7em;
    }
	
	p b
	{
	line-height:1.7em;
	}
	
    .content table, .content table tr td
    {
    border:0px; 
    }
	
    .content ul
    {
    font-size:0.8em;
    margin:5px 0 10px 0;
    }
	
	.content p.small_print
	{
	font-size:0.7em;
	margin:0px;
	padding:5px 0px 0px 0px ;
	}
	
    .content li{
    line-height:1.7em;
    list-style-type:none;
    padding-left:10px;
    background:url(../images/arrow.gif) no-repeat 13px 8px;
    }

    .content a
    {
    color:#00aae7;
    line-height:1.7em;
    }

/* ------------------------| header |------------------------ */


/* ------------------------| navigation |------------------------ */
	
    #navLeft ul#sideNavigation
    {
    position:relative;
    z-index:2;
    }

    #navLeft ul#sideNavigation li.menu_left
    {
    list-style-type:none;
    background:url(../images/liLine.gif) repeat-x bottom left !important;
    padding-top:6px;
    }

    #navLeft ul#sideNavigation li.menu_left a
    { 
    background:url(../images/listArrow.gif) no-repeat 2px 4px;
    color:#00aae7;
    margin-left:-11px ;
    padding-left:12px;
    width:100%;
    text-decoration:none;
    line-height:1.8em;
    font-weight:normal;
    font-size:0.75em;
    }

    #navLeft ul#sideNavigation li.menu_left a:hover, ul#sideNavigation li.menu_left a:active
    {
    background:url(../images/listArrowOver.gif) no-repeat 2px 4px;
    color:#00447c; 
    }

    #navLeft ul#sideNavigation li.menu_left a.onstate
    {
    background:url(../images/listArrowOver.gif) no-repeat 2px 4px;
    color:black;
    }
    
     #navLeft ul#sideNavigation li.menu_left ul
    {
    padding-bottom:0px;
    }

/* ------------------------| navigation_sub |------------------------ */
   #navLeft ul#sideNavigation li.menu_left ul li.menu_left2 a
    { 
    background:url(../images/listArrow.gif) no-repeat 2px 3px;
    margin:0px 0px 5px 0;
    height:15px;
    padding:0 0 0 10px;
    display:block;
    text-decoration:none;
    color:#00aae7;
    font-weight:normal;
    line-height:140% !important;
    font-size:.7em !important;
    width:100px;
    }

    #navLeft ul#sideNavigation li.menu_left ul li.menu_left2 a:hover, #navLeft ul#sideNavigation li.menu_left ul li.menu_left2 a:active
    {
    background:url(../images/listArrowOver.gif) no-repeat 2px 3px;
    color:#00aae7;
    }
    
    #navLeft ul#sideNavigation li.menu_left ul li
    {
    padding-bottom:3px;
    }

/* ------------------------| content pages |----------------------- */


/* ------------------------| contact form |------------------------ */
    table#contact
    {
    width:100%;
    margin:0 0 20px 0;
    }
    
    table#contact_form1
    {
    }
    
    table#contact_form
    {
    background-color:#e8e8e8 ;
    width:45%;
    margin:0 20px 0 10%;
    }

    #contact_form tr td,     #contact_form1 tr td
    {
    padding:0 10px 0 10px;
    }

    #contact_form tr td h2,     #contact_form1 tr td h2
    {
    color:#00447c;
    padding:10px 0 20px 0;
    }

    #contact_form tr td .form_field
    {
    width:200px;
    border:1px solid #ccc;
    font-size:80%;
    height:20px;
    padding:2px 4px 0 4px;
    color:#666;
    line-height:120%;
    }
    #contact_form tr td  .inputSubmit, #contact_form tr td  .inputReset
    {
    text-align:center;
    font-size:80%;
    margin:10px 0 10px 0;
    padding-top:2px;
    vertical-align:middle;
    background-color:#00aae7 ;
    color:#fff;
    cursor: pointer;
    }

    #contact_form tr td  .text_area
    {
    font-size:80%;
    padding:3px;
    width:96%;
    }
    
/* ------------------------|    footer    |------------------------ */
    #footer
    {
    width:80%;
    min-width:800px;
    max-width:1100px;
    margin:0px auto;
    }
	
    .footer_text
    {
    font-size:.6em; 
    padding:0px 0px 0px 0px;
    } 
