ul {
	width: 100%;
	height: 37px;
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li {
	position: relative;
	float: left;
	width: 150px;
	text-align: center;
	padding-top: 3px;
	display: block;
}

ul li ul li {
	width: 130px;
}

ul li.toplevel {
	border-top: 1px solid #DB0029;
	border-bottom: 3px solid #DB0029;
	padding-bottom: 2px;
}
ul li#current, ul li:hover, ul li.over {
	background: url(../images/nav_current.gif) no-repeat 16px 7px;
}
li ul {
	position: absolute;
	left: 0px;
	top: 37px;
	display: none;
	height: auto;
	padding-top: 10px;
/*	line-height: 35px;*/
	text-align: left;
	font-weight: normal;
}
ul li a {
	color:#0B4499;
	text-decoration: none;
	background: #fff;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 14px;
}

/*ul li ul li:hover {
	background: none;
}*/
ul li ul li {
	text-align: left;
	padding-left: 18px;
	padding-top: 14px;
	padding-bottom: 9px;
}

ul li ul li a {
	color:#000;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}

li ul.blue_dropdown {
	background: transparent url(../images/menu_bg_blue.gif) repeat-x top left;
	border: 1px solid #0B0049;
}
li ul.blue_dropdown li:hover,
li ul.blue_dropdown li.over,
li ul.blue_dropdown li#left_current
{
	background: transparent url(../images/nav_current_small_blue.gif) no-repeat 6px 16px;
}

li ul.red_dropdown {
	background: transparent url(../images/menu_bg_red.gif) repeat-x top left;
	border: 1px solid #DB0029;
}
li ul.red_dropdown li:hover,
li ul.red_dropdown li.over,
li ul.red_dropdown li#left_current
{
	background: url(../images/nav_current_small_red.gif) no-repeat 6px 16px;
}

li ul.yellow_dropdown {
	background: transparent url(../images/menu_bg_yellow.gif) repeat-x top left;
	border: 1px solid #FFC211;
}
li ul.yellow_dropdown li:hover,
li ul.yellow_dropdown li.over,
li ul.yellow_dropdown li#left_current
{
	background: url(../images/nav_current_small_ylw.gif) no-repeat 6px 16px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
li:hover ul, li.over ul { 
	display: block; 
}

/* leftside nav fixes  */

ul#leftnav li.toplevel {
	width: 182px;
	background: url(../images/nav_current.gif) no-repeat 18px 7px;
}

ul#leftnav li ul li {
	width: 164px;
}
ul#leftnav li ul {
	border: 0px;
	top: 37px;
}
/*ul#leftnav li:hover {
	background: none;
}*/


#loginlogout {
	font-size: 12px;
	width: 300px;
	height: 15px;
	float: left;
	margin: 30px 0px 0px 0px;
}

h2 {
	color: #0B4499;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
}

h3 {
	color: #DB0029;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 0px;
}

.h3_lc {
	text-transform: capitalize;
}

h4 {
	color: #666;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
}

p {
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 8px;
}

.events_home_outer {
	background-color: #FFF7DF;
	padding: 10px 0px 0px 10px;
}
.events_home_inner {
	height: 240px;
	overflow: auto;
}

.event_date {
	color: #DB0029;
	margin: 10px 0px 0px 0px;
}

.event_title {
	font-weight: bold;
	color: #0B4499;
}

.large {
	font-size: 13px;
	font-weight: bold;
}

table.noborder {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

table.noborder td {
	vertical-align: top;
}

td.header {
	font-weight: bold;
}

td.action_link {
	text-align: right;
}

tr.header {
	background-color: #eee;
}

td.name {
	text-align: right;
	color: #666;
}

span.required_indicator
{
	color: Red;
}

#topic_list {
	list-style-type:circle; 
	display:block;
}

#bread_crumb {
	margin: 20px 0px;
	font-size: 11px;
	clear: both;
	width: 100%;
	color: #666;
}

#bread_crumb a {
	color: #666;
}

ol.content {
	list-style-type: disc; 
	line-height: 20px;
	margin-top: 0px;
	padding-top: 0px;
}

/* Change Password */

#passwordLook {
	background-color:#CCCCCC;
	background-repeat:no-repeat;
	height:244px;
	width:167px;
	padding:20px;
	position:absolute;
	top:225px;
	left:660px;
	font-size:12px;
}

#passwordLook table {
	table-layout:fixed; 
	text-align: left;
	width:100%;
}

#closeWin {
	width: 50px;
	float: right;
	margin-top: -10px;
	cursor: pointer;
}
.SAFETYitalic {
	font-size: 10px;
	color: #666;
	font-style: italic;
}

#photo_scroll {
	width: 660px;
	height: 100px;
	overflow: auto;
	margin: 0px;
}
#photo_inner {
	width: 1000px;
}
#photo_inner img {
	border: 0px;
	padding: 5px 10px 5px 0px;
	float: left;
	display: block;
}
#photo_caption {
	color: #fff;
	padding: 5px;
	font-size: 14px;
}
img#photo_main {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.obvious {
	color: #339900;
	font-size: 12px;
	margin-bottom: 8px;
}
.date_line {
	color: #666;
	font-size: 11px;
}

/* safari filter */
body:last-child:not(:root:root) ul li ul li {
	padding-bottom: 10px;
}

body:last-child:not(:root:root) li ul {
	top: 36px;
}

body:last-child:not(:root:root) ul#leftnav li ul {
	top: 36px;
}
.photo_caption {
	width: 342px;
	text-align: right;
	font-style: italic;
	margin-bottom: 10px;
}
