body {
	margin: 0;
	padding: 0;
	background-image: url(layout_images/bg_blue_grey_strip.gif);
	background-repeat: repeat-x; }

#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 142px;
	width: 766px; 
	background-image: url(layout_images/header.jpg);
	background-repeat: no-repeat; }

#middle_row {
	position: absolute;
	top: 141px;
	left: 0;
	width: 766px;
	height: 235px; 
	background-image: url(layout_images/bg_menu_and_flash.jpg);
	background-repeat: no-repeat; }

#menu {
	width: 214px;
	height: 218px; }

#flash_box {
	position: absolute; 
	z-index: 1; 
	height: 217px;
	width: 491px;
	top: 1px; 
	left: 214px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-image:url(layout_images/flashbg.jpg); }

#left_col {
	background-image: url(layout_images/bg_left_col.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 376px;
	left: 0;
	width: 214px;
	min-height: 287px; }

#news_and_events {
	margin: 24px 20px 10px 12px; }

#news_and_events hr {
	background: #e3e3e3;
	color: #e3e3e3;
	border: 0; 
	height: 1px;
	margin: 0;
	padding: 0; 
	width: 184px; }

#main {
	background-image: url(layout_images/bg_main.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 376px;
	left: 215px;
	width: 552px; }

#content {
	padding: 9px 70px 0 10px;
	min-height: 277px; }

#content, {
	padding-top: 21px; }

#content ul {
	margin: 0 0 0 10px;
	padding: 0; }

#content ul li {
	margin: 0 0 7px 5px;
	padding: 0 0 0 0; }


#footer {
	margin-top: 15px; 
	width: 477px;
	background-image: url(layout_images/bg_footer.gif);
	background-repeat: no-repeat;
	background-color: #f0f0f0;
	padding: 16px 10px 10px 10px;
	position: relative;
	left: -3px; }

#footer div {
	display: inline; }

#main hr {
	background: #e3e3e3;
	color: #e3e3e3;
	border: 0; 
	height: 1px;
	margin: 15px 0 0 0;
	padding: 0; 
	width: 472px; }

#main fieldset hr {
	background: #e3e3e3;
	color: #e3e3e3;
	border: 0; 
	height: 1px;
	margin: 15px 0 0 0;
	padding: 0; 
	width: auto; }

.form_mailer_fields {
	border: 1px solid #000; }
	
.altrow {
	background: #f0f0f0; }

/* menu styles ------------------------------------------------------------ */
ul.l1_limenu_default,
ul.l1_limenu_default_current {
	margin: 0 0 0 18px;
	list-style-type: none;
	width: 173px;
	padding: 0; }

ul.l1_limenu_default li,
ul.l1_limenu_default_current li {
	background-image: url(layout_images/bg_menu_items-trans.png);
	background-repeat: no-repeat;
	height: 24px;
	margin: 0;
	padding: 6px 0 0 23px; }

ul.l1_limenu_default li a,
ul.l1_limenu_default_current li a {
	font: normal 14px verdana;
	color: #fff;
	text-decoration: none; 
	width: 150px; 
	display: block;  }

ul.l1_limenu_default li a:hover,
ul.l1_limenu_default_current li a:hover {
	color: #fff; }

ul.l1_limenu_default li:hover,
ul.l1_limenu_default_current li:hover {
	background-color: #84A6BD;
	border-right: 1px solid white; }

ul.l1_limenu_default li.current,
ul.l1_limenu_default_current li.current {
	background-color: #84A6BD; }

ul.l1_limenu_default ul,
ul.l1_limenu_default_current ul {
	display: none;
	margin: -23px 0 0 18px;
	list-style-type: none;
	width: 310px;
	padding: 0;
	position: absolute;
	left: 173px;
	background-color: #84A6BD;
	z-index: 2; }

ul.l1_limenu_default ul, { left: 174px; }
ul.l1_limenu_default_current ul, { left: 174px; }

ul.l1_limenu_default li:hover ul,
ul.l1_limenu_default_current li:hover ul {
	display: block;
	margin-bottom: -23px;
	z-index:50; }
	
ul.l1_limenu_default ul li,
ul.l1_limenu_default_current ul li {
	background-image: url(layout_images/bg_menu_items-trans.png);
	background-repeat: no-repeat;
	height: 24px;
	margin: 0;
	padding: 6px 0 0 23px; }

ul.l1_limenu_default ul li a,
ul.l1_limenu_default_current ul li a {
	font: normal 14px verdana;
	color: #fff;
	text-decoration: none; 
	width: 300px; 
	display: block;  }
	
