* {
	margin: 0px;
	padding: 0px;
	}
html {
	font-size: 100%; /* IE hack */ 
	height: 100%;
	}

body {
    font-size:62.5%;
    text-align:center;
    background-color: #F2EBCC; 
    height: 100%;
	}


/* Main Wrap */
#frame, #maincontainer { /* both web_maps and welcome use same wrap style, different ID */
	width: 1000px;
	height: auto;
	margin:0px auto;
	padding: 0px;
	text-align: center;
	background-color: white;
	}

/* Header */
#contentheader {
	background-color: white;
	background-repeat: no-repeat;
	height: 80px;
	width: 100%;
	}

#contentheader .wordmark {
	margin:10px; 
	float:left;
}

#contentheader .wordmark img {
	border:none;
}

/* Header links and search */
#navbar {
	margin: 5px;
	color: #BF9900;
	float: right;
	text-align: right;
	font: 1.1em Verdana, "Times New Roman", Times, serif;
	}
        


    
#navbar a {
    color:#002266;
    text-decoration:none;
}
        
#navbar a:hover {
    color: #BF9900;
}
            
#navbar form a:hover {
    border:none;
}
    
#navbar form {
    margin-top:25px;
}
        
#navbar .textbox {
    border: 1px inset;
    background-color: rgb(236,224,178);
    vertical-align: middle; 
    height: 18px;
    font: 1.1em  Arial;
}   
        
#navbar .submit  {
    margin-left:5px;
    width:60px;
    color: #002666; 
    background-color: rgb(236,224,178);
    border: 1px outset;
    font: 1.1em  Arial;
    vertical-align: middle; 
    height: 18px;
    cursor: hand; 
    cursor: pointer;
    margin-bottom: 1px;
}

/* Title Bar */
#titlebar {
	height: 38px;
	background-color: #026;
	text-align: center;
	padding: 4px;
	font: 3.4em "Times New Roman", Times, serif;
	color: white;
	clear: both;
	}

#titlebar sup {
    font-size: 0.5em;
    vertical-align: 0.7em;
}

/* slideshow default */
	
	#jSlide img,#jSlide a { border-style:none; }

/* Left column  - overrides in Welcome */
#contentleft {
    float:left;
	font: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    word-wrap: break-word;
}


/* Left Navigation Include */
#leftNavMain {
	text-align: left;
	float: left;
	clear:left;
	margin-top: -11px;
	width: 180px;
	background-color: transparent;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 1.2em;
	font-weight: bold;
	}

.navbarContainer {
	border-top: 1px solid #99A8C2;
    float: left;
    margin-top: 15px;
    position: relative;
    width: 170px;
    z-index: 60
	}


.dhtmlnav {
    left: 170px;
    top: -1px;
}



.mainNavItemOff,
.mainNavItemOff:hover,
.mainNavItemOn,
.mainNavItemIn {
    display: block;
    border-bottom: solid 1px #99a8c2;
    width: 153px;
    font-size: 90%;
    font-weight: bold;
    text-decoration: none;
    padding-left: 12px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
    background-color: #ffffff;
    color: #002666;
}
.mainNavItemOff:hover, .mainNavItemOn {
    background-color: #dee6f2;
    color: #002666;
}
.mainNavItemIn {
    background-color: #f2ebcc;
    color: #002666;
}
* html .mainNavItemOff,
* html .mainNavItemOff:hover,
* html .mainNavItemIn,
* html .mainNavItemOn {
    width: 153px;
}




.dhtmlnavitem,
.dhtmlnavitem:hover,
.dhtmlnavitemOn,
.dhtmlnavitemIn {
    display: block;
    font-size: 90%;
    font-weight: normal;
    padding-left: 11px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 2px;
    width: 184px;
    text-decoration: none;
    background-color: #dee6f2;
    color: #002666;
}
.dhtmlnavitem:hover, .dhtmlnavitemOn {
    background-color: #002666;
    color: #ffffff;
}
.dhtmlnavitemIn {
    background-color: #f2ebcc;
    color: #002666;
}
* html .dhtmlnavitem,
* html .dhtmlnavitem:hover,
* html .dhtmlnavitemOn,
* html .dhtmlnavitemIn {
    width: 184px;
}

.dhtmlSubnavContainer {
    position: relative;
}

.dhtmlsubnav {
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#777777', Direction=135, Strength=5);
    top: 0px;
    left: 200px;
    width: 200px;
    border: solid 1px #002666;
}

.dhtmlsubnavPlusSign {
    position: relative;
    float: right;
    display: inline;
    background-color: #ff0000;
    font-weight: bold;
}

.dropdownBox {
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#777777', Direction=135, Strength=5);
    border: solid 1px #002666;
    width: 200px;
}

.hr {
    background-color: #ffffff;
    width: 200px;
}

.subnavArrow {
    float: right;
    margin-top: 3px;
    margin-right: 2px;
}

.navbarHeader {
    color: #002666;
    background-color: #ffffff;
    border-top: solid 1px #99a8c2;
    border-bottom: solid 1px #99a8c2;
    width: 162px;
    font-size: 80%;
    font-weight: bold;
    text-decoration: none;
    padding-left: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
}
* html .navbarHeader, * html .navbarHeaderIn {
    width: 170px;
}
.navbarHeaderIn {
    color: #002666;
    background-color: #f2ebcc;
    border-top: solid 1px #99a8c2;
    border-bottom: solid 1px #99a8c2;
    width: 162px;
    font-size: 80%;
    font-weight: bold;
    text-decoration: none;
    padding-left: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.navbarHeader:hover, .navbarHeaderIn:hover {
    background-color: #dee6f2;
}

/* dynamic Left Navigation Menu */


#hideDhtml {
    position: absolute;
    width: 98%;
    height: 98%;
    visibility: hidden;
    display: none;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.dhtmlnav {
    position: absolute;
    visibility: hidden;
    display: none;
    z-index: 8;
}

.dhtmlsubnav {
    position: absolute;
    visibility: hidden;
    display: none;
    z-index: 10;
}

.dhtmlOff {
    position: absolute;
}

.dhtmlIframe {
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
    position: absolute;
    visibility: hidden;
    display: none;
    z-index: 2;
}
/* END dynamic Left Navigation Menu */

/*  END Left Navigation Include */

/* START Video embed CSS */
.video_left {
    display: block;
    float: left;
    font-size: 0.8em;
    line-height: 1.3;
    margin: 5px 15px 0 0;
}

.video_right {
    display: block;
    float: right;
    font-size: 0.8em;
    line-height: 1.3;
    margin: 5px 0 0 15px;
}

.video_left p {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.video_right p {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* END Video embed CSS */



