﻿#maincontainer 
    {
    width: 995px;
    height: 610px;
    margin-right: auto;
    margin-left: auto;
    min-height: 100%;
    position: relative;
    }

#banner 
    {
    height: 101px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    }

#search 
    {
    float: right;
    padding:5px 0px 0px 0px;
    width:275px;
    }

#search a 
    {
    text-decoration:none;
    }

#search a:hover 
    {
    text-decoration:underline;
    }

.greet
    {
    font-family: "Times New Roman", Times, serif;
    font-size: large;
    color: #000; 
    }

#leftside  
    {
    float:left;
    margin:0px 5px 0px 0px;
    padding:0;
    }

.left  
    {
    float:left;
    margin:0px 0px 0px 0px;
    }

#rightside  
    {
    float:right;
    }

#navigation 
    {
    float: left;
    width: 100%;
    padding-left: 3px;
    padding-top: 12px;
    padding-bottom: -5px;
  
    }

.navigation-title 
    {
    font-family: "Times New Roman", Times, serif;
    font-size: large;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #333333;
    text-align: center;
    }

.pronavigation-title 
    {
    font-family: "Times New Roman", Times, serif;
    font-size: large;
    font-weight: bold;
    color: #FFFFFF;
    background-color:#666666;
    text-align: center;
    }

#inner-navigation 
    {
    width: 250px;
    height: 100%;
    float: left;
    clear: both;
   
    }

#sub-navigation 
    {
    width: 255px;
    height: 100%;
    float: left;
    padding-left: 3px;
    min-height: 100%;
    margin:-20px 0px 0px 0px;
   
    }

#sub-navigation li 
    {
    list-style-type: none;
    margin-top: 8px;
    line-height:0.3em;
    text-indent:-30px;
    font-size:14px;
    }

#sub-navigation li a:hover 
    {
    font-weight:bold;
    color: #000080;
    text-decoration: underline;
    cursor:Hand;
    }

#sub-navigation li a 
    {
    text-decoration: none;
    }

.left-menu 
    {
    border: 1px solid #333333;	
    }

.proleft-menu 
    {
    border: 1px solid #666666;
    }
			
#main-content-area 
    {
	min-height: 100%;
	margin:-2px 0px 0px 0px;
    }

#footer 
    {
	bottom: -25px;
	left: -1px;
	width: 100%;
	height: 60px;
	clear: both;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
    }

#footer li 
    {
	list-style-type: none;
	display: inline;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
    }

/* ************************************* */

#logo 
    {
	width: 720px;
	float: left;
    }

#imglogo 
    {
    border-width: 0;
    width:720px;
    height:71px;
    }

#breadcrumb  
    {
    margin:5px 0px 0px 270px; 
    clear: both;
    width:720px;
    }
    
#securedbreadcrumb
    {
     margin:0px 0px 0px -40px; 
    clear: both;
    width:720px;
    } 
       
#ImageTitle  
    {
    margin:-10px 0px 0px 5px;
    }
    
  .modal
     {
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        background-color:black;
        z-index:100;
        opacity: 0.8;
        filter: alpha(opacity=60);
        -moz-opacity:0.8;
        min-height: 100%;
     }

     #divImage
     {
        display: none;
        z-index: 1000;
        position: fixed;
        top: 0;
        left: 0;
        background-color:White;
        height: 550px;
        width: 600px;
        padding: 3px;
        border: solid 1px black;
     }