﻿/* DEFAULTS
----------------------------------------------------------*/



body   
{
    
    font-size: 0.8em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    
    
	

    
}





/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-weight:600;
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: 1em;
}

h6
{
    font-size: 1em;
    font-weight: bold;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    float: none;
    width: auto;
   
    margin:0 auto;
	clear: both;
	overflow: hidden;
	padding: 0px;
}


.title
{
     
   
    
    background-image:none;
    background-repeat:no-repeat;
    width: 190px;
    height: 10px;
    margin-left: auto;
    margin-right:auto;
    margin-bottom: 1px;
    margin-top:1px;
    
}
.navbar
{
    
    width:180px;
    background-image:none;
    float:none;
     margin-left: auto;
    margin-right:auto;
    
}
.main
{
   -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
border-style:none;
   float: none;
	width: auto;
	margin:0px;
	clear: both;
	overflow: hidden;
	padding: 10px;
}



.header
{
   
   
   float: none;
}





.quicknav
{
    display:block;
}

.imgW
{
    float:none; 
    margin: 2em; 
    width: 201px;
}


.login
{
    width: 200px;
    border-style: solid;
    border-width: thin;
     -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-top:80px;
    text-align: center;
}


/* TAB MENU   
----------------------------------------------------------*/



div.menu
{
     margin-left: 0px;
    margin-top: 2px;
}
.menu li 
{
   
    z-index:2000;
    float:none;
   text-align:center;
}

div.menu ul
{
    
   
}

div.menu ul li a, div.menu ul li a:visited
{
    -webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;



/*behavior: url(/PIE.htc);
*/
    /*background: #eee;*/
    
    /*border: 1px #4e667d solid;*/
    /*color: black;*/
    display: block;
    line-height: 20px;
    height:21px;

    text-decoration: none;
    white-space: nowrap;
    /*font-weight: bold;*/
    font-size: 13px;
    width:200px;
    margin-bottom:6px;
    
}
.menu ul ul {
    
    
    
}
.menu ul li:hover ul, .menu ul a:hover ul {
   
}

div.menu ul li a:hover
{
    background-color:white;
    color:black;
    
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}


  


#SubNavMenu ul li a, #SubNavMenu ul li a:visited
{
    
   font-size: 12px;
    width:78px;
    margin-top:6px;
    margin-left:10px;
    margin-right:0px;
    margin-bottom:0px;
}

#SubNavMenu li 
{
   
    
    float:left;
   
}


.footer
{
  background: #eee;
	overflow: hidden;
	/*border-top: 1px solid #757575;*/
	height: auto;
	width: 100%;
	background-image:none;
    
}

#FooterNavMenu ul li a:hover
{
    background-color:white;
    color:black;
    text-decoration: none;
}


#FooterNavMenu li
{
   
   
   
  margin-right:10px;
  margin-left:0px;
   
}

#copyright
{
   
    color:#bfcfde;
    font-weight:bold;
}


#image29
{
     
   
    
    background-image: url('../images/image29small.png');
    background-repeat: no-repeat;
    width: 234px;
    height:394px;
    margin-left: auto;
    margin-right:auto;
    margin-bottom: 0px;
    margin-top:10px;
    
}

#imagebrain
{
    display:none;
    }

