/* Reset Style.
* @author Eric Meyer
* @author Russ Tennant (russ@i2rd.com)
* @author Ben Barber (bbarber@i2rd.com)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}
body{line-height: 1;color: #000;background: #FFF;}
ol, ul{list-style: none;}
table{border-collapse: separate; border-spacing: 0;}
caption, th, td{text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after{content: "";}
blockquote, q{quotes: "" "";}

td{vertical-align: middle;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
legend{color:#000;}
b, strong{font-weight: bold;}

#e_content {
	margin-right: 0px;
	margin-left: 0px;
}

#footer {
	margin: 0px auto 10px auto;
	padding: 10px 10px 10px 10px;
	width: 880px;
	height: 1em;
}

#header {
}

#e_column_0 {
}

#column1 {
	float: left;
}

#column2 {
	float: left;
}
/*
BASIC STYLE	
Filename: styles.css
Author: Vivian Clark (vclark@i2rd.com)
Company: MADD
*/

body {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
  color: #343434;
}
.page {
  width: 900px;
  margin: 0 auto;
}
#e_column_0 {
  padding-top: 25px;
}
/* header ------------------------*/
#header {
  position: relative;
  height: 170px;
  clear: both;
  background-position: left 29px;
  background-repeat: no-repeat;
  background-image: url(/resources/dyn/files/115579z4b115b5b/_fn/header_home.jpg);
}
#logo {
  position: absolute;
  bottom: 0;
  left: 0;
}
#logo,
#logo h1 a {
  width: 260px;
  height: 80px;
}
#logo h1 a {
  display: block;
  text-indent: -4000em;
}
#logo h1,
#logo a {
  margin: 0;
  padding: 0;
}

/* main navigation -----------*/
#main_menu {
  width: 900px;
  background: black;
  height: 29px;
}
#main_meu ul {
  z-index: 1;
}
#main_menu li {
  z-index: 1;
  background: url(/resources/dyn/files/39698z9bddfb71/_fn/nav_bg.gif) no-repeat top right;
  padding: 8px 10px;
}
#main_menu li a:hover,
#main_menu li.mi_active a,
#main_menu li.over a {
  border-bottom: 6px solid #ff0000;
}
#main_menu li a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}
/* main navigation sublevel -------------*/
#main_menu li ul {
  top: 25px;
  left: -10px;
  height: auto; 
  width: 150px;
  background: transparent;
  padding-top: 4px;
}
#main_menu li ul ul {
  top: 0;
  left: 150px;
}
#main_menu li li {
  font-family: arial, tahoma, sans-serif;
  padding: 5px;
  text-align: left;
  text-transform: none;
  font-weight: normal;
  font-size: 0.9em;
  display: block;
  float: none;
  border-bottom: 1px solid #d6d6d6;
  height: auto;
  background: #aaa;
  z-index: 1000;
}
#main_menu li li.over,
#main_menu li li.mi_active {
  background: #d6d6d6;
}
#main_menu li li a,
#main_menu li.over li a,
#main_menu li.mi_active li a {
  display: block;
  text-transform: none;
  color: white;
  border: none;
}

#main_menu li li.over a,
#main_menu li li a:hover,
#main_menu li.mi_active li.over a,
#main_menu li li.mi_active a {
  color: #575757;
  border: none;
}
li.parent_list li {
  padding-left: 20px;
}
/* footer ------------------------------------*/
#footer {
  background: #ddd;
  border-top: 1px solid #A9AFB1;
}

/* general styles ---------------*/
h1,h2,h3,h4,h5 {
  font-weight: bold;
  line-height: 1.2;
}
h1 {
  font-size: 1.8em;
}
#column2 h2,
#column2 h3 {
  color: white;
  margin-bottom: 8px;
  background: #86a5b2;
}
#column2 h4 {
  margin: 12px 0;
  background: #d6e6ee;
  padding: 5px;
}
#column2 h3 {
  padding: 5px 15px 5px;
}
#column2 h2 {
  padding: 16px 15px 5px;
}
h2 {
  font-size: 1.6em; 
}
h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1em;
}
p {
  line-height: 1.4;
  margin-bottom: 15px;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
a {
  color: red;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.textbean li {
  list-style-type: disc;
  margin: 5px 0 5px 14px;
  list-style-position: outside;
}
.textbean ul {
  margin-left: 2em;
}
.textbean li {
  margin-bottom: 1em;
}
img.left {
  float: left;
  margin-right: 10px;
}
img.right {
  float: right;
  margin-left: 10px;
}
/* table styles */
/*
table td {
  line-height: 1.2em;
  height: 4em;
}
table {
  margin: 1em 0;
}*/

.textbean th {
  font-weight: bold;
  color: #86A5B2;
  font-size: 1.2em;
}
.col1 {
  width: 40%;
}
.col2 {
  width: 20%;
}

/* fck styles */
.red_text {
  color: red;
}
.green_text {
  color: green;
}
.blue_text {
  color: blue;
}
.purple_text {
  color: purple;
}
.orange_text {
  color: orange;
}
.pink_text {
  color: pink;
}
/* welcome page only --------------------*/


/* columns */

#column1 {
  border: 1px solid #aaa;
  border-width: 1px 1px 0 0;
  width: 581px;
  padding: 0 0px 15px 0;
  margin: 0 25px;
  display: inline; /* fix IE6 double margin bug*/

}
#column2 {
  width: 250px;
  display: inline; /* fix IE6 double margin bug*/
  padding: 15px 0 20px 15px;
  border: 1px solid #aaa;
  border-width: 1px 0 0 1px;
  margin-bottom: 15px;
  background: url(/resources/dyn/files/39744z2607a320/_fn/column1_bg.gif) no-repeat left 100%;
}
/* column1 ------------*/

#welcome_text h2 {
  font-size: 1.6em;
  color: red;
  padding: 0;
  background: transparent;
}
#welcome_text h3 {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: black;
  background: transparent;
}
/* column2 ----------------*/
#column2 p {
  border-bottom: 5px solid #d6e6ee;
  padding-bottom: 10px;
}
#column2 p.subscribe {
  border-bottom: none;
}
#column2 h3 {
  color: red;
  text-transform: uppercase;
  background: transparent;
  padding: 0;
  margin-bottom: 0px;
}


/* enewsletter -----------*/
.enewsletter input {
  width: 9em;
}
.enewsletter div.email,
.enewsletter span.submit_button {
  float: left;
  margin-right: .25em;
  display: block;
}

/* new home photo gallery - tab component ----------*/


#home_gallery {
  padding: 0;
  margin-bottom: 20px;
  height: 273px;
  position: relative;
}
#home_gallery div.tab-items {
  width: 100%;
  background: #d6e6ee;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 51px;
}
#home_gallery .tab-items ul {
  float: right;
  padding-top: .5em;
}
#home_gallery .tab-items li {
  float: left;
  display: block;
  margin-right: 1em;
  width: 48px;
  height: 48px;
  text-indent: -4000em;
  overflow: hidden;
  cursor: pointer;
  cursor: hand;
  opacity: 1;
}
#home_gallery .tab-items li:hover {
  opacity: .75;
}
#home_gallery .tab-items li.first {
  background: url(/resources/dyn/files/131385z3410b33a/_fn/madd_home_features_MemorialDay_tb.jpg) no-repeat top left;
}
#home_gallery .tab-items li.last {
  background: url(/resources/dyn/files/131387zda1ed216/_fn/madd_home_features_VictimServices_tb.jpg) no-repeat top left;
}
div.menu_component {
 position: relative;
 display: inline-block;
}
* html div.menu_component {
 display:inline; zoom:1.0;
}
*+html div.menu_component {
 display:inline; zoom:1.0;
} 
.menu_component ul.menu_items {
 position: absolute;
 top: 1.5em;
 left: 0;
 background-color: #ddd; /* Required for phantom padding bug in IE. Seriously. */
 list-style: none;
 margin: 0;
 padding: 0;
 z-index: 1;
}
.menu_component li.menu {
 position: relative;
 margin: 0;
 padding: 0;
 width: 11em;  /* Override if necessary based on length of menu labels. */ 	
}
.menu_component li.menu ul.menu_items {
 top: 0;
 left: 100%;   /* Override if necessary based on position on page */
}
.menu_component .menu a.menu_item,
.menu_component .menu span.menu_item {
 display: block;
 width: 10em;
 color: #000;
 text-decoration: none;
 padding: 4px .5em;
 margin: 0;
}
.menu_component li.menu a.menu_item:hover {
 background-color: #aaa;
}
.menu_component li.menu span.menu_item {
 color: #666;
}
.menu_component .parent_menu > a.menu_item {
 background-image: url(/resources/all/docroot/miwt/component/images/menu-expand.gif) ;
 background-position: right center;
 background-repeat: no-repeat;
}
/** Support up to 5 levels for IE6 */
.menu_component ul,
div.menu_component.active ul ul,
div.menu_component.active .active ul ul,
div.menu_component.active li .active ul ul,
div.menu_component.active li li .active ul ul,
div.menu_component.active li li li .active ul ul  {
 display: none;
}
div.menu_component.active ul,
div.menu_component.active .active ul,
div.menu_component.active li .active ul,
div.menu_component.active li li .active ul,
div.menu_component.active li li li .active ul,
div.menu_component.active li li li li .active ul {
 display: block;
}
div.menu_component.active li:hover > ul {
 display: block;
}    div.window {
		background-color: #eee;
		border-style: ridge;
		border-color: ThreeDLightShadow ThreeDDarkShadow ThreeDDarkShadow ThreeDLightShadow;
		border-width:1px 2px 2px 1px;
		padding: 2px;
    }
	.titlebar_row td {
		height: 1.2em;
	}
	td.activewindowtitle {
	    font-weight: bold;
		text-align: center;
		vertical-align: middle;
		padding: 0px;
		margin: 0px;
	    border: 0px none;
		overflow: hidden;
		cursor: pointer;
		cursor: hand;
	}
    td.windowbuttons {
		color: ButtonText;
		margin: 0;
		font-size: .8em;
		text-align: right;
	}	
	td.inactivewindowtitle {
	    background-color: InactiveCaption;
	    font-weight: bold;
		color: InactiveCaptionText;
		text-align: center;
		vertical-align: middle;
		overflow: hidden;
		cursor: pointer;
		cursor: hand;
	}
	div.windowcontent {
	  	color: WindowText;
		background-color: #fafcff;
		border: 1px outset #777;
	    overflow: auto;
	    position: absolute;
	    top: 1.75em; /* Needs to be >= titlebar height + padding, etc */
	    bottom: 2px;
	    left: 2px;
	    right: 2px;
	}
	.windowresize_sw,
	.windowresize_se,
	.windowresize_nw,
	.windowresize_ne {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 5px;
		height: 5px;
		cursor: ne-resize;
	}
	.windowresize_sw {
		cursor: sw-resize;
	}

	.windowresize_se {
		cursor: se-resize;
	}

	.windowresize_nw {
		cursor: nw-resize;
	}				
    /* OptionDialog. */
    table.OptionDialogButtons,
    table.OptionDialog {
        margin: 0 auto;
    }
/*mobile fix*/
dfn.config_data,
div.config_items{
 display:none;
 visibility:hidden;
}
/* Progress Dialog. */
div.miwt_ajax_progress {
  padding: 1.5em; 
  width: 200px; 
  vertical-align: middle; 
  text-align: center; 
  background-color: #f5f5f5;
  z-index: 10001; 
  border: 1px solid #330000; 
}
span.miwt_ajax_progress span {
  background-color: lightsteelblue;
  border-top: thin solid black; 
  border-bottom: thin solid black;
}
#miwt_ajax_progress_0 {
  border-left: thin solid black;
}
#miwt_ajax_progress_4 {
  border-right: thin solid black;
}.miwt_dnd_feedback
{
  background-color: white;
  padding: 2px;
  border: thin gray solid;
}
 
.miwt_dnd_dropactive
{

}

div.dropoptions
{
  background-color: white;
  padding: 2px;
  border: thin gray solid;
}
div.column_visibility {
  position: relative;
  display: inline;
}
#ie6only div.column_visibility {
  position: static;
}
div.column_visibility_selector {
  position: absolute;
  top: 2.5em;
  right: 0;
  z-index: 1;
  min-width: 10em;
  visibility: hidden;
  border: 1px solid black;
  text-align: left;
  background: white;
  color: black;
  padding: .25em;
}
div.column_visibility button {
  width: 18px;
  height: 16px;
  text-indent: -1000em;
  overflow: hidden; 
  border: none;
  background: transparent url(/resources/all/docroot/miwt/component/images/view.gif) no-repeat center;
}
/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh_persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh_persistent,
ul.menubeanh_persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh_persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh_persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh_persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh_persistent ul,
ul.menubeanh_persistent ul ul,
ul.menubeanh_persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh_persistent li.over ul ul,
ul.menubeanh_persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh_persistent li.over ul,
ul.menubeanh_persistent ul li.over ul,
ul.menubeanh_persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv_persistent,
ul.menubeanv ul,
ul.menubeanv_persistent, ul { 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv_persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv_persistent li.mi_parent {
  cursor: pointer;
}
ul.menubeanv_persistent li ul {
  display: none;
}
ul.menubeanv_persistent li.over ul {
  display: block;
}

