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;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: black;
  background: white;
}
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: "" "";
}/* 
Basic style: styles.css
Client: ARI 
*/
body {
  background: #453a5f;
  font: 12px/16px arial, helvetica, sans-serif;
  color: #666;
}
.page {
  padding: 0;
}

.enclosing {
  background: url(/resources/all/files/59083/_fn/page-bg.gif) repeat-y center top;
}

/* header ------------------------------------------*/
#header {
  width: 100%;
  background: #453a5f;
  height: 86px;
}
#header_container {
  width:800px;
  margin: 0 auto;
  height:86px;
  position:relative;
  background: #453a5f url(/resources/all/files/59077/_fn/header-bg.gif) no-repeat 41px 100%;
}
#logo a,
#logo {
  width:128px;
  height:61px;
}
#logo {
  position:absolute;
  top:24px;
  left:135px;
}
#logo a {
  display:block;
  text-indent:-3000px;
  overflow:hidden;
  background: url(/resources/1238035800672/files/105819/_fn/ari_logo_Final_color.gif) no-repeat;
}
/*site search ---------------------*/

#header .sitesearch {
  float:right;
  padding:15px 1px 0;
  height: 21px;
}
#header #site_search_form div,
#header #site_search_form span {
  float:left;
}

#header #site_search_form input.site_search_query {
  width:186px;
  height:13px;
  padding:2px 5px 3px;
  font:13px/16px tahoma,sans-serif;
  color:#ABABAB;
  border-width:1px;
}
#header #site_search_form input.site_search_button {
  margin:0px 0 0 5px;
  height: 21px;
}
/* main navigation -------------------------------------- */
#main_menu {
  float:right;
  clear:right;
  margin:21px 47px 0 0;
}
#main_menu ul {
  float:left;
}
#main_menu li {
  float:left;
  border-left:1px solid #fff;
  padding:0 9px;
  height:22px;
}
#main_menu li.first {
  border:none;
}
#main_menu a {
  font:14px/22px arial,sans-serif;
  color:#fff;
  text-decoration:none;
}
#main_menu a:hover {
  color:#587abc;
}
/* content -----------------------------------------*/
#body,
#e_column_0 {
  width:782px;
  margin:0 auto;
  border:solid #fff;
  border-width:10px 9px 24px;
}
#body {
  background: #fff url(/resources/all/files/59089/_fn/welcome-separators.gif) repeat-y 50% 0;
}
#e_column_0 {
  background: #fff url(/resources/all/files/59071/_fn/about-separators.gif) repeat-y;
}

#body:after { /* Opera, FF, Safari clearing fixer */
  clear:both;
  display:block;
  content:".";
  overflow:hidden;
  height:0;
  visibility:hidden;
}
/* main image (column1)-------------------------------*/
#main_image {
  width:782px;
  padding:0 0 10px;
  border-bottom:1px solid #A4B4AB;
  background: #fff no-repeat;
}
#main_image h1 {
  margin:0;
  color:#fff;
  font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
  font-weight:normal;
}


/* footer ---------------------------------------*/
.footer {
  width: 100%;
  background: #453a5f;
}
#footer_container {
  width:800px;
  height:36px;
  margin:0 auto;
  font:12px/36px arial,sans-serif;
  color:#A29DAF;
}
.footer address {
  font-style:normal;
}
.footer #footer_address {
  float:left;
}
.footer #footer_copyright {
  float:right;
}



/*general styles ----------------------------------*/
a {
  color: #5076b8;
}
a:hover {
  text-decoration:none;
}

img {
  border: none;
}
h1, h2, h3, h4, h5 {
  font-family: Helvetica, "Trebuchet MS", Arial, sans-serif; 
  font-weight: bold;
}
h1 {
  margin: 0 0 20px;
  font-size: 2em;
}
h2 {
  margin:0 0 18px;
  font-size: 1.9em; 
  line-height: 20px;
  color: #6C37A9;
}
h3 {
  font-size: 1.4em;
  line-height: 18px;
  font-style: italic;
}
h4 {
  margin: 0 0 14px;
  font-size: 1.2em;
}
h5 {
  margin: 0 0 12px;
  font-size: 1em;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
ul, p {
  margin-bottom: 15px;
}
/* new_owners, members, links titles------------------ */ 
.new_owners h2 {
  color:#6c37a9;
}
.members h2 {
  color:#a20a26;
}
.links h2 {
  color:#bf890a;
}
/* sign up button -----------------------------*/
a.sign_up {
  height:49px;
  width:224px;
  background:no-repeat;
  text-indent:-3000px;
  overflow:hidden;
  display: block;
  white-space:nowrap;
  background:url(/resources/all/files/59085/_fn/sign-up.gif) no-repeat;
  margin:15px 0 0 1px;
}

/** collapsible component */
div.collapsible-control,
div.collapsible-control-show,
div.collapsible-control-hide {
 cursor: pointer;
 cursor: hand;
}
/* content template -----------------------------------------*/

#column2 {
  float:left;
  width:441px;
  padding:33px 0 0 29px;
}
#column3 {
  float:right;
  width:257px;
  padding:16px 16px 0 0;
}
#column3 div.textbean {
  background: #E0E8D3;
  padding: 20px 16px;
  margin:0 0 26px;
}
#column3 div.plain {
  background-color: transparent;
  padding: 0 16px;
 
}

/* new_owners, members, links blocks ------------ */ 


#about_page #column3 .members {
  padding-bottom:15px;
  margin:0;
  background: #e0e8d3 url(/resources/all/files/59069/_fn/about-members-bg.jpg) no-repeat 100% 0;
}

/* content template main_image ----------------*/

#content_template #main_image {
  height: 154px;
  background-image: url(/resources/all/files/59073/_fn/about-visual.jpg);
}

#content_template #about_page #main_image {
  background-image: url(/resources/all/files/59196/_fn/main_image_about.jpg);
}
#content_template #links_page #main_image {
  background-image: url(/resources/all/files/59073/_fn/about-visual.jpg);
}
#content_template #contact_page #main_image {
  background-image: url(/resources/all/files/59200/_fn/main_image_contact.jpg);
}
#content_template #member_login #main_image {
  background-image: url(/resources/all/files/59208/_fn/main_image_members.jpg);
}
#content_template #story_page #main_image {
  background-image: url(/resources/all/files/59216/_fn/main_image_special2.jpg);
}
#content_template #new_owners #main_image {
  background-image: url(/resources/all/files/59212/_fn/main_image_special.jpg);
}
#content_template #main_image h1 {
  font-size:1.9em;
  line-height:34px;
  padding:11px 0pt 0pt 16px;
  width: 223px;
}


/* links page -----*/
#column3 img {
  display: block;
  margin: 0 auto;
}
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;
} 
div.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;
}
div.menu_component li.menu {
  position: relative;
  margin: 0;
  padding: 0;
  width: 10em;  /* Override if necessary based on length of menu labels. */ 	
}
div.menu_component li.menu ul.menu_items {
  top: 0;
  left: 100%;   /* Override if necessary based on position on page */
}
div.menu_component li.menu a.menu_item,
div.menu_component li.menu span.menu_item {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 4px;
  margin: 0;
}
div.menu_component li.menu a.menu_item:hover {
  background-color: #aaa;
}
div.menu_component li.menu span.menu_item {
  color: #666;
}
div.menu_component li.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 */
div.menu_component ul,
div.menu_component.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,
div.menu_component.active li li li li.active ul ul  {
  display: none;
}
div.menu_component.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,
div.menu_component.active li 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;
	    display: compact;
		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;
    }

/* 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: 1.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;
}
/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

div.calendar, div.calendar table {
  border: 1px solid #556;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #eef;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar .nav {
  background: #778 url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #778;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #bdf;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #aaf;
  color: #000;
  border: 1px solid #04f;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #77c;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #bdf;
}

.calendar tbody .rowhilite td {
  background: #def;
}

.calendar tbody .rowhilite td.wn {
  background: #eef;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #def;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #556;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  border-top: 1px solid #556;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #acf;
}

.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}
/* 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;
}
.site_search_results_heading {
  padding: 0.125em;
}
.site_search_results_heading .clear_float_bounding {
  line-height: 1px;
}
.site_search_no_results .site_search_query {
  font-weight: bold;
}
.site_search_results_heading .site_search_title {
  font-size: 1.3em;
  font-weight: bold;
  display: block;
  width: 50%;
  float: left;
  clear: left;
}
.site_search_results_heading .site_search_results_count {
  margin-top: 0.125em;
  text-align: right;
  display: block;
  width: 50%;
  float: left;
  clear: right;
}
div.site_search_rpp {
  margin-bottom: 1em;
  margin-left: 0.125em;
  font-size: 80%;
}
a.site_search_rpp {
  text-decoration: none;
}
div.site_search_rpp span.site_search_rpp {
  padding-left: 0.25em;
}
div.site_search_rpp span.site_search_rpp_sep {
  border-right: 1px black solid;
}
.site_search_current_rpp {
}
div.site_search_results {
  margin: 1em 0 1em 0;
  width: 100%;
  float: left;
}

.site_search_result {
   padding-bottom: 0.71em;
}
.site_search_result .highlight {
  font-weight: bold;
}
.site_search_result .site_search_result_title {
}
.site_search_result .site_search_result_description {
  font-size: 0.93em;
}
.site_search_result .site_search_result_link {
  font-size: 0.93em;
}
.site_search_pager {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  height: 1.5em;
  padding: 10px;
}
.site_search_pager a, site_search_rpp {
  text-decoration: none;
}
span.site_search_pager_offset a:hover, 
.site_search_current_offset a,
span.site_search_pager_prev a:hover,
span.site_search_pager_next a:hover {
}
span.site_search_pager_offset a,
span.site_search_pager_prev a,
span.site_search_pager_next a {
  border: 1px gray solid; 
  padding: 0.13em 0.33em 0.13em 0.33em;
}
span.site_search_pager_offset {
  padding-left: 0.25em;
}
.site_search_pager_next {
  padding-left: 0.25em;
}
