﻿html, body { height: 100%; }

#container {
    background: url('../img/contentBG.gif') repeat-y scroll;
    margin: auto;
    width: 990px;
    }
    
#header {
    background: #000033 url('../img/borderTop.gif') no-repeat scroll 0px 1px;
    height: 90px;
    margin: auto;
    width: 990px;
    }
    
#intNav {
	color: #333333;
	font-family: Arial;
	font-size: 0.7em;
	margin-top: 10px;
	position: relative;
	z-index: 1;
	}
	
#intNav a 
{
	border-bottom: dashed 1pt #003366;
	color: #003366;
	cursor: pointer;
	text-decoration: none;
	}
    
#footer {
    background: #000033 url('../img/borderBtm.gif') no-repeat scroll 0px 14px;
    clear: both;
    height: 34px;
    width: 100%;
    }
    
#horiNav {
    background: #003366;
    border: none;
    height: 15px;
    margin: auto;
    padding: 0px;
    width: 995px;
    z-index: 2;
    }
    
#leftZone {
    background: #000033 url('../img/navBG-vertical.gif') no-repeat;
    float: left;
    height: 480px;
    width: 150px;
    }
    
#midZone {
    float: left;
    width: 700px;
    }
    
#rightZone {
    float: left;
    width: 130px;
    }
    
#rightZone .contentBox {
    padding-top: 10px;
    }
    
#zoneContainer {
    min-height: 450px;
    }

.contentBox {
    border: none;
    padding: 0.3em 0.3em 0.3em 0.3em;
    margin: 0em;
    vertical-align: top;
    }
    
#horiNav .contentBox {
    background: url('../img/navBG-horizontal.gif') no-repeat scroll top;
    min-height: 30px;
    padding: 16px 0em 0em 0em;
    left: -2px;
    margin: 0em;
    margin-left: 10px;
    position: relative;
    top: -8px;
    vertical-align: top;
    width: 971px;
    z-index: 2;
    }
    
#footer .contentBox {
    padding: 0em 0em 0em 0.3em;
    }
    
.print {
    display: none;
    }
    
.screen {
    display: inherit;
    }
 
.clickable {
    cursor: pointer;
    }
    
.linkTop {
    color: #999999;
    font-size: 0.8em;
    }
    
.intNav ul.vertNav li a {
    color: #003366;
    }

.intNav ul.vertNav li {
    cursor: pointer;
    list-style-image: url('../img/bullet.gif');
    z-index: 2;
    }
    
ul.horiNav li span {
    cursor: pointer;
    }
    
#imgGal1 {
    visibility: hidden;
    }
    
.mapText {
	background-color: #cccccc;
	border: solid 1pt #000000;
	display: table-cell;
	float: right;
	padding: 0px 2px 0px 2px;
	text-align: center;
	vertical-align: middle;
	width: 250px;
	}
	
.mapText span {
	margin: 0em;
	padding: 0em;
	padding-right: 1em;
	position: relative;
	top: -10px;
	}

.mapText img {
	margin-top: 3px;
	padding-right: 2px;
	}
	