/* CSS formatting for ems 2006 Website, created 9/06 */


/*a:link, a:hover, a:visited, a:active {color:#FF6600;}*/

/*table#main { margin: 0 auto; }*/

ul#sub_nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	z-index: 400;
	background-color:#1F22AF;
}

ul#sub_nav li { /* all list items */
	float: left;
	position: relative;
	height: 34px;
	/*border: 1px solid #8CB3D9;*/
	/*background-color: #6699cc;*/
	background-color: #1F22AF;
	margin: 0;
	padding: 1px;
	z-index: 400;
		
}

/* to override top and left in browsers other than IE, which will position to the 
top right of the containing li, rather than bottom left */
li > ul { 
	top: auto;
	left: auto;
}

ul#sub_nav a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	background-color: #1F22AF;
	z-index: 400;
}

ul#sub_nav li a {
	height: 28px;
	width: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 6px 3px 6px;
	display: block;
	text-align: center;
	text-transform: uppercase;
}

ul#sub_nav li a:hover {
	display: block;
	background-color: #ffffff;
	color: #000000;
}

ul#sub_nav li li#top {
	border-top: 1px solid #000000;
}

ul#sub_nav li.home { width: 75px; line-height: 28px; }
ul#sub_nav li.home a { width: 63px; line-height: 28px; }

ul#sub_nav li.getting { width: 140px;  line-height: 28px; } /* centers text vertically */
ul#sub_nav li.getting a { width: 128px; line-height: 28px; } /* centers text vertically */

ul#sub_nav li.local { width: 150px; line-height: 28px; } /* centers text vertically */
ul#sub_nav li.local a { width: 138px; line-height: 28px; } /* centers text vertically */

ul#sub_nav li.national { width: 165px; line-height: 28px;} /* centers text vertically */
ul#sub_nav li.national a { width: 153px; line-height: 28px; } /* centers text vertically */

ul#sub_nav li.terrorism { width: 185px; line-height: 28px; } /* centers text vertically */
ul#sub_nav li.terrorism a { width: 175px; line-height: 28px; } /* centers text vertically */

/* displays hidden lists */
ul#sub_nav li:hover ul, ul#sub_nav li.over ul { 
	display: block;
}

#main {
	width: 740px;
	border: 1px solid #000000;
	padding: 0;
	margin: 0;
}

#main tr {
	border: 1px solid #000000;
	padding: 0;
	margin: 0;
}

#main td {
	border: 1px solid #000000;
	padding: 0;
	margin: 0;
}

#main #sidebar {
	 width: 185px;
	 vertical-align: top;
	 background-color: #ffffff;
	 padding: 5px;
}

#main #sidebar ul {
	color: #000000;
	padding: 0 0 5px 25px;
	margin: 0;
}

#main #sidebar li {
	color: #000000;
}

#main #sidebar a {
	font-size: 12px;
	color: #000000;
}

#main #sidebar img.header {
	text-align: center;
}

#main #content {
	padding: 5px;
	vertical-align: top;
}

#content table, #content tr, #content td {
	border: 0;
}

#content td {
	padding: 3px;
}

#content a {
	color: #0066CC;
}

#content a:visited {
	color: #9900FF;
}