@charset "utf-8";
/* CSS Document */

/* ---------------------BASE STYLES--------------------- */

body {
	height: 100%;
	text-align: center;
	background: #fff;
	margin: 0;
	}	

html {
	height: 100%;
	font-size: 100%; /* IE hack */ 
	}		

.clear {
	clear: both;
	}
	
/* ---------------------LAYOUT--------------------- */
	
#container {
	text-align: left;
	margin: 0 auto;
	width: 960px;
	border: 0;
	padding: 20px 0;
	position: relative;
    height: auto;
   	voice-family: "\"}\"";
   	voice-family: inherit;
	}

html>body #container {
	height: auto;
	}
	
#top {
	background: url(../images/structure/bg-top.gif) top no-repeat;
	height: 27px;
	}
	
#title {
	vertical-align: top;
	}
	
#main {
	background: url(../images/structure/bg-mid.gif) top no-repeat;
	height: 446px;
	padding: 0 27px;
	}
	
#left {
	float: left;
	width: 390px;
	}
	
#nav {
	height: 300px !important;
 	height /**/: 340px;
	padding: 40px 0 0 0;
	}
	
#nav2 {
	height: 246px !important;
 	height /**/: 286px;
	padding: 40px 0 0 0;
	}
	
#nav3 {
	height: 215px !important;
 	height /**/: 255px;
	padding: 40px 0 0 0;
	}
	
#navMap {
	height: 300px !important;
 	height /**/: 340px;
	padding: 40px 0 0 0;
	text-align: right;
	}
	
#up {
	height: 54px;
	}
	
#back {
	height: 54px;
	}
	
#flashHome {
	height: 330px;
	width: 905px;
	padding: 5px 0;
	}
	
#flash {
	float: left;
	}
	
#bottom {
	background: url(../images/structure/bg-bottom.gif) top no-repeat;
	height: 27px;
	}