body 								{ behavior:url("csshover.htc"); } /* moved up from nav section */

/* CSS Document */

body,div,p,a,ul,li,dl,dt,dd,img,table,td,form,fieldset
							{ margin: 0px; padding: 0px; border: 0px; list-style: none; font-size: 11px; color: #000; }
body						{ font-family: Verdana, Arial,sans-serif; font-size: 12px; color: #000; text-align: center; line-height: 1.5em; background: #1b1b60 url(Images/background.gif) no-repeat left top; }

a:link						{ text-decoration: none; color: #009; font-weight: bold; }
a:visited					{ text-decoration: none; color: #333; font-weight: bold; }
a:hover						{ text-decoration: none; color: #666; font-weight: bold; }
a:active					{ text-decoration: none; color: #666; font-weight: bold; }

div#maincontainer			{ width: 777px; margin: 20px auto; text-align: left; background-color: #fff; }
div#secnav					{ width: 270px; float: left; text-align: left; padding-left: 20px; line-height: 25px; }
body#contact div#secnav		{ width: 230px; }	
body#diagram div#secnav		{ width: 230px; }
body#evac div#secnav		{ width: 170px; }
div#rcontent				{ width: 460px; padding-top: 15px; margin-left: 300px; vertical-align:top }
body#contact div#rcontent	{ width: 500px; margin-left: 230px; }	
body#diagram div#rcontent	{ width: 500px; margin-left: 230px; }
body#evac div#rcontent		{ width: 560px; margin-left: 190px; }
div#footer					{ text-align: center; width: 777px; height: 30px; padding-top: 25px; clear: both; }
div#splash					{ width: 553px; height: 515px; padding: 0; margin: 25px auto; }
div#splash a				{ width: 553px; text-align: center; color: #666; }
/* nav----------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

div#mainnav	ul					{ float: left; width: 778px;  margin-bottom: 20px; background: #1b1b60; }
div#mainnav li					{ width: auto; float: left; display: inline; text-align: center; position: relative; text-align: center;  }
div#mainnav li a				{ width: auto; display: block; line-height: 1.2em; font-size: 13px; color: #fff; padding: 10px 15px; }
div#mainnav li a:hover			{ color: #AFAFFA; }

div#mainnav li ul				{ display: none; position: absolute; height: 0; left: 0; width: 170px; }
div#mainnav li ul li			{ display: inline; float: none; width: 170px; text-decoration: none; }
div#mainnav li ul li a			{ display: block; color: #171758; width: 170px; line-height: 20px; padding: 2px 2px 0 4px; margin: 0px; text-decoration: none; text-align: left; font-size: 11px; background: #fff; border: 1px solid #171758; border-top: 0; }
div#mainnav li ul li a:hover	{ color: #AFAFFA; text-decoration: none; width: 170px; }

/* --- lists nested under hovered list items */
div#mainnav li:hover ul			{ display: block; }
div#mainnav li.over ul			{ display: block; }

/* --- fixes top and left in browsers other than IE that position to the top right of the parent li, not bottom left */
div#mainnav li>ul  					{ top: auto; left: auto; } 

ul.lists						{ margin-left: 10px; }
ul.lists li						{ padding-left: 5px; list-style: square;  }

h1								{ font-size: 18px; padding-top: 0; }
h2								{ font-size: 14px; padding-top: 5px; }
p								{ margin-bottom: 10px; } 

div#col1						{ width: 210px; text-align: center; float: left; }
div#col2						{ width: 220px; text-align: center; float: right; }

div#base						{ float: left; width: 460px; margin-top: 20px; }
