﻿BODY
{
/*    background-color: #ffffff;     
    background-image: url('images/banner_bg_left.png');  
    background-repeat: repeat-y ;*/
    height: 100% ; 
    font-family:Sans-Serif     ;
    font-size: 0.8em  ;
     
/*    border: thin dotted #000000;  */    
}





/* ================ CONTENT SECTIONS ================================ */




.content_wrap
{
    width:      1000px;    
    height:     780px;    
     margin-left: 0px ;    /*  10%;    */
    margin-right: 0px ; /* 10% ;  */
/*    border:     dotted 1px red ;      */
}


.content
{
    background-color: #ffffff ;
    background-image:  url("") ;
    color:      #000000 ;
    position: absolute ;
    top: 135px ;
/*        height:  80% ;*/
/*    margin-left: 10%;
    margin-right: auto  ;*/     /*  10%   */
    width:      1000px  ;        
    height:     100% ;
/*	    border: thick dotted #cccccc;  */   

}


.content ul{
/*    z-index:100;  */
    margin-left: 20px;
    padding: 0;
    
}
.content_left
{
    position: absolute ;
    color:      #000000 ; 
    background-color: #ffffff ;
    height:     500px ;
    top: 0px ;    
    left: 0%;
    width:     200px  ; /* 20%  */
/*	border: thin dotted #cccccc;    */
}

.content_center
{
    position:   absolute ;
    display:inline ;
    padding:0 10 10 10 ; 
/*    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;    */
    background-color: #ffffff ;
    height:     500px;
    width:     auto;
    top:        0px ;
    left:   201px;  /* 20%   */
    right:   200px; /* 1% */
     
/*    margin-left: 75%;     
    right: 0px ;        */
/*    width:     auto;      */
/*	border: thin dotted #cccccc;    */
}

.block_wrapper
{
       
}
.content_block
{
    position: absolute;
    display:block;
    width:265px;
    height:170px;
/*    border: solid 1px black ; */
    padding: 5px ;       
}

.tl
{
    left:   20px;
    border-right: thin solid #ccccff ;  
    border-bottom: thin solid #ccccff ;  
}

.tr
{
    left:   300px;   
    border-left: thin solid #ccccff ;  
    border-bottom: thin solid #ccccff ;  
}

.bl
{
    left:   20px;
    top:    275px;
    border-right: thin solid #ccccff ;  
    border-top: thin solid #ccccff ;  
}

.br
{
    left:   300px;   
    top:    275px;
    border-left: thin solid #ccccff ;  
    border-top: thin solid #ccccff ;  
}



.content_right
{
    position:   absolute ;
    background-color: #ffffff ;
    height:     500px ;
    top:        0px  ;/* 0px  */
/*    left:   80% ; */     
   right:       0%; /*  */
     
/*    margin-left: 75%;     
    right: 0px ;        */
    width:     200px ; /* 20% */    
/*	border: thin dotted #cccccc;    */
}

.hidable
{
    display:none ;
    position:relative ;
    top: -5px ;
    
    height: 250px ;
    color: #ff0000 ;
    background-color:   #dcdcdc; 
    border-top-color:   #8e241b;
    border-top-style:   solid ;
    border-top-width:   2px ;
    border-left-color:  #8e241b;
    border-left-style:  solid ;
    border-left-width:  2px ;
    
}
.hidable h3
{
    color:Blue ;
}
/*  ++++++++++++++++++++++++++++++ Individual Sections  ++++++++++++++++++ */

.nav
{
/*     position:       absolute ;
   bottom:         10px ;    */
    top:            1170px;
    width: 1000px ;/* 100% ; */

    text-align :    center ; 
/*    margin-left:    10%;
    margin-right:    10%;   */
}

.foot, .push
{   
    height: 10em;
    position: absolute ;
/*    bottom: 0% ;  */
    top:  1200px ;
/*    width: 100% ;
    text-align : center ; 
    
 */
}



