﻿
/* ---------------------------------------------------------------------- */
/* --- Page Layout ------------------------------------------------------ */
/* ---------------------------------------------------------------------- */

body 
{ 
    margin: 0px;
	padding: 0px;
}

#page
{
    display:block;
    width:563px;
    margin-left: auto; 
    margin-right: auto;
    /*border: 1PX SOLID #0000ff;*/
}

#menu
{
    display:block;
    margin:0px;
    padding:0px;
    height:100%;
    vertical-align:top;
    text-align: left;
    font-family:Arial, Verdana, Sans-Serif;
    font-size:70%;
    font-weight:normal;
    /*border: 1PX SOLID #FF0000;*/
}

#content
{
    display:block;
    margin: 20px 0px 20px 0px;
    padding: 5px 0px 5px 5px;
    height:100%;
    vertical-align:top;
    text-align:left;
    font-family:Arial, Verdana, Sans-Serif;
    font-size:70%;
    font-weight:normal;
     /*border: 1PX SOLID #FF0000;*/
}

#footer
{
    display:block;
    margin:0px;
    padding:0px;
    height:100%;
    vertical-align:top;
    text-align:right;
    font-family:Arial, Verdana, Sans-Serif;
    font-size:70%;
    font-weight:normal;
    border-top: 1PX SOLID #000000;
    margin-left: auto; 
    margin-right: auto;
    /*border: 1PX SOLID #FF0000;*/
}

.txtFooter
{
    font-family:Arial, Verdana, Sans-Serif;
    font-size:80%;
    font-weight:normal;
    color:#666666;
    background-color:#ffffff;
}

#menu #logo
{
    position: relative;
    top:20px;
    left:-60px;    
    width:215px;
    height:48px;
    padding:0px 0px 0px 0px;
    margin:0px 0px 30px 0px;  
    /*border:1PX SOLID #FF0000;*/
}


/*----------------------------------------------------------------------*/
/*--- Home Page Specific CSS -------------------------------------------*/
/*----------------------------------------------------------------------*/

#imgKeyboard
{
    margin-left: auto;
    margin-right: auto;
    padding-bottom:20px;
    text-align:center;
}

#imgContainer
{    
     margin-left: auto; 
     margin-right: auto;
}

#imgQuote
{
    float:left;
}

#imgPresentation
{
    text-align:right;
}

.presentationImage
{
    border:0px;
}


/*----------------------------------------------------------------------*/
/*--- Content Page(s) Specific CSS -------------------------------------*/
/*----------------------------------------------------------------------*/

h1
{
    font-size:150%;
}

#content p
{
    text-align:justify;
}

.bold
{
    font-weight:bold;
}

.patentImage
{
    border:0px;
    float:right;
    padding: 0px 0px 10px 20px;
}

/*----------------------------------------------------------------------*/
/*--- Navigation Menu Bar Specific CSS ---------------------------------*/
/*----------------------------------------------------------------------*/

#menu #navigation
{
    text-align: center;
    padding: 0px 0px 0px 5px;
    /* border: 1PX SOLID #ff0000; */ 
}

#menu #navigation #menuBar
{
    
    padding: 2px 0px 0px 0px;
    width:560px;
    height:19px;
    background-image: url("../images/menuBar.gif");
    background-repeat: no-repeat;    
    /* border: 1PX SOLID #0000FF; */ 
}

#menu #navigation #menuBar ul
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;    
    /* border: 1PX SOLID #cccccc; */ 
}

#menu #navigation #menuBar li
{
    display: inline;
    padding: 0px 30px 0px 30px;
    /* border: 1PX SOLID #00ff00; */ 
}

#menuBar a
{
    font-family:Arial, Verdana, Sans-Serif;
    font-size:100%;
    font-weight: bold;
    text-decoration:none;
}

    #menuBar a:link    {color: #000000; background-color:Transparent;}
    #menuBar a:visited {color: #000000; background-color:Transparent;}
    #menuBar a:hover   {color: #CC0000; background-color:Transparent;}
    #menuBar a:active  {color: #CC0000; background-color:Transparent;}