
/* START: node/InForm/css/hashgrid.wm.css */

#grid {	width: 1214px;
    position: absolute;
    top: 0;
    left: 50%;    margin-left: -607px;
}

#grid div.vert {
    width: 82px;
    border: solid darkturquoise;
    border-width: 0 1px;
    background-color: rgba(200,255,255, 0.3);    margin-right: 24px;

}

#grid div.vert.first-line {    margin-left: 25px;

}


#grid div.horiz {    height: 9px;
    border-bottom: 1px dotted #ddd;
    margin: 0;
    padding: 0;

}

#grid.grid-1 div.vert{
    border-color: darkturquoise;
}

/* END: node/InForm/css/hashgrid.wm.css */

/* START: node/InForm/css/assembleCss.wm.css */
/* START: node/InForm/css/reset-meyer.css */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* END: node/InForm/css/reset-meyer.css */
/* START: node/InForm/css/nodeWidgets.wm.css */

/* Untargetted form behaviour */

fieldset label {
  display: block;
}

fieldset .w_file,
fieldset .w_text,
fieldset .w_textarea,
fieldset .w_multiSelect,
fieldset .w_select,
fieldset .w_submit,
fieldset .w_multisubmit,
fieldset .w_value,
fieldset .w_checkbox,
fieldset .w_date,
fieldset.w_radios {
  display: block;
}

fieldset.w_radios .w_radio {
  float: left;
  width: 10%;
  text-align: center;
}

fieldset.w_radios label {
  float: right;
  width: 90%;
  clear: both;
}

.widgetGrouping fieldset.no_border,
fieldset.no_border {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Node Editing Widgets */

.widgetGrouping,
.widgetGrouping fieldset { 
  margin: 0 0 0.25em 0;
  padding: 0.25em 0.5em;
  color: #000;
  border: solid 1px #ccc;
}

.widgetGrouping hr {
	clear: both;	margin: 0 0 9px 0;
	padding: 0;
	border: 0;
	border-bottom: solid 1px #999;
}

.widgetGrouping table {
  margin: 0 0 10px 0;
  padding: 0;
  border: solid 1px #ccc;
  width: 99%;
  border-collapse: collapse;
}

.widgetGrouping td {
  border: solid 1px #ccc;
  padding: 0.25em;
  margin: 0;
}

.widgetGrouping fieldset.w_radios {
  border: none;
}

.widgetGrouping {
  border: solid 1px #999;
  background-color: #eee;
}


.widgetGrouping legend {
  padding: 0.1em 0.5em;
  border: solid 1px #999;
  background-color: #fff;
}

.widgetGrouping fieldset.w_radios legend {
  border: none;
  background-color: inherit;
}

.widgetGrouping fieldset legend {
  border: solid 1px #ccc;
}

.widgetGrouping a {
  color: #000;
}

.widgetGrouping a:link {
  color: #000;
  text-decoration: underline;
}

.widgetGrouping a:visited {
  color: #000;
  text-decoration: underline;
}

.widgetGrouping a:hover {
  color: #000;
  text-decoration: underline;
}

.widgetGrouping form {
  border: 0;
  margin: 0;
  padding: 0;
}

.widgetGrouping .w_labelWidget {
	overflow: auto;
  clear: both;
}

.widgetGrouping label,
.widgetGrouping fieldset.w_radios .w_radio {
  float: left;
  clear: both;
  display: block;
  width: 36%;
  padding: 0 0 0.25em 0;
}

.widgetGrouping fieldset.w_radios .w_radio {
  clear: none;
  text-align: right;
}

.w_widget label {
  width: 100%;
}

.widgetGrouping .w_widget,
.widgetGrouping fieldset.w_radios label {
  display: block;
  float: right;
  clear: right;
  width: 59%;
  padding: 0 0 0.5em 0;
}

.widgetGrouping .w_file {
  display: block;
  float: right;
  text-align: right;
  width: auto;
  margin: 0 0 0.5em 0;
}

.widgetGrouping textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 20em;
}

.widgetGrouping .w_value {
  overflow:auto;
}

input, select, textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

.widgetGrouping .w_text input,
.widgetGrouping .w_select select,
.widgetGrouping .w_multiSelect select,
.widgetGrouping input.w_fullWidth,
.widgetGrouping textarea.w_fullWidth {
  display: block;
  width: 100%;
}

.widgetGrouping .w_text input[type=checkbox] {
  width: auto;
}

.widgetGrouping .w_isDefined {
  display: inline;
  float: left;
  width: auto;
  clear: none;
}

.widgetGrouping input.w_digit {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 2em;
  text-align: right;  
}

.widgetGrouping .w_textarea textarea {
  height: 4em;
}

.widgetGrouping .w_multiSelect select {
  height: 6em;
}

.widgetGrouping .w_value img.imagePreview {
  width: auto;
  max-height: 4em;
}

.widgetGrouping .w_multisubmit {
  text-align: center;
}

.gntml_edit textarea {
  height: 20em;
}

.gntml_clear {
  clear:both;
}

.gntml_error {
  border: solid 4px #ff0000;
  padding: 4px;
  margin-bottom: 1em; 
}
.error {
	color: #f00;
	font-weight: bold;
}
div.error {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid 4px #f00;
  padding: 4px;
  text-align: center;
}

textarea.gntmledit {
  clear: both;
}

/* ******** cssVars *********** */

/* ------------------------------------------------------------------------- */
/* Obsolete: backwards compatibility only */

body.f_unpublishedCurrent {
  border-top: solid 0.5em #f00;
  padding-top: 0.5em;
}

body.f_unpublishedParent {
  border-top: solid 0.5em #fcc;
  padding-top: 0.5em;
}

/* ------------------------------------------------------------------------- */
/* Designed for use with a div right after body open */

div.f_unpublishedCurrent,
div.f_unpublishedParent {
	width: 14em;
  padding: 0.5em;
  position: fixed;
  top: 7em;
  right: -5.5em;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  z-index: 1000;
}

div.f_unpublishedCurrent:before,
div.f_unpublishedParent:before {
  font-weight: bold;
  color: #fff;
}

div.f_unpublishedCurrent {
  background-color: #f00;
}
div.f_unpublishedCurrent:before {
  content: "This page is not published";
}

div.f_unpublishedParent {
  background-color: #fcc;
}
div.f_unpublishedParent:before {
  content: "This page (or one of its parents) is not published";
}

dl.ImgMgr {
	margin: 0;
	padding: 0;
}

.ImgMgr_Search {
	clear: both;
}
.ImgMgr_Search_Img {
	margin-bottom: 10px;
	overflow: auto;
}
.ImgMgr_Search_Img .ImgOriginal {
	float: left;
	margin-right: 26px;
}
.ImgMgr_Search dl {
	float: left;
	width: 406px;
}

dl.inline dt {
	display: inline;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: auto;
	float: none;
}
dl.inline dt:after {
	content: ': ';
}
dl.inline dd {
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
	float: none;
}
dl.inline dd:after {
	content: '';
	display: block;
}

#crop-container>img {
	width: 100%;
	height: auto;
}

/* END: node/InForm/css/nodeWidgets.wm.css */

/* START: org.cord.node.grid.Grid */
.grid_row {
margin-left: auto;
margin-right: auto;
width:1188px;
padding: 0 13px;
}
.grid_row:before, .grid_row:after { content:""; display: table; }
.grid_row:after { clear: both; }
.grid_row { zoom: 1; }
.grid_row>.i:before, .grid_row>.i:after { content:""; display: table; }
.grid_row>.i:after { clear: both; }
.grid_row>.i { zoom: 1; }

.grid_clearfix:before, .grid_clearfix:after { content:""; display: table; }
.grid_clearfix:after { clear: both; }
.grid_clearfix { zoom: 1; }
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11 {
display:inline;
float: left;
position:relative;
margin-left:13px;
min-height: 10px;
margin-right:13px;
}
.gntml_grid { display: table-cell; position: relative; min-height: 10px; padding-left: 13px; padding-right: 13px; }
.lt-ie9 .gntml_grid { display: block; position: relative; min-height: 10px; padding-left: 0; padding-right: 0; }

.gntml_left { display: inline; float: left; clear: left; position: relative; margin: 0 26px 0 0; }
.gntml_left>.i { margin-bottom: 10px; }

.gntml_right { display: inline; float: right; clear: right; position: relative; margin: 0 0 0 26px; }
.gntml_right>.i { margin-bottom: 10px; }

.gntml_center { margin-bottom: 10px; }

.body_3>.gntml_center_1 { padding-right: 108px; padding-left: 108px; }
.body_3>.gntml_center_2 { padding-right: 108px; padding-left: 0; }

.body_4>.gntml_center_1 { padding-right: 216px; padding-left: 108px; }
.body_4>.gntml_center_2 { padding-right: 108px; padding-left: 108px; }
.body_4>.gntml_center_3 { padding-right: 108px; padding-left: 0; }

.body_5>.gntml_center_1 { padding-right: 216px; padding-left: 216px; }
.body_5>.gntml_center_2 { padding-right: 216px; padding-left: 108px; }
.body_5>.gntml_center_3 { padding-right: 108px; padding-left: 108px; }
.body_5>.gntml_center_4 { padding-right: 108px; padding-left: 0; }

.body_6>.gntml_center_1 { padding-right: 324px; padding-left: 216px; }
.body_6>.gntml_center_2 { padding-right: 216px; padding-left: 216px; }
.body_6>.gntml_center_3 { padding-right: 216px; padding-left: 108px; }
.body_6>.gntml_center_4 { padding-right: 108px; padding-left: 108px; }
.body_6>.gntml_center_5 { padding-right: 108px; padding-left: 0; }

.body_7>.gntml_center_1 { padding-right: 324px; padding-left: 324px; }
.body_7>.gntml_center_2 { padding-right: 324px; padding-left: 216px; }
.body_7>.gntml_center_3 { padding-right: 216px; padding-left: 216px; }
.body_7>.gntml_center_4 { padding-right: 216px; padding-left: 108px; }
.body_7>.gntml_center_5 { padding-right: 108px; padding-left: 108px; }
.body_7>.gntml_center_6 { padding-right: 108px; padding-left: 0; }

.body_8>.gntml_center_1 { padding-right: 432px; padding-left: 324px; }
.body_8>.gntml_center_2 { padding-right: 324px; padding-left: 324px; }
.body_8>.gntml_center_3 { padding-right: 324px; padding-left: 216px; }
.body_8>.gntml_center_4 { padding-right: 216px; padding-left: 216px; }
.body_8>.gntml_center_5 { padding-right: 216px; padding-left: 108px; }
.body_8>.gntml_center_6 { padding-right: 108px; padding-left: 108px; }
.body_8>.gntml_center_7 { padding-right: 108px; padding-left: 0; }

.body_9>.gntml_center_1 { padding-right: 432px; padding-left: 432px; }
.body_9>.gntml_center_2 { padding-right: 432px; padding-left: 324px; }
.body_9>.gntml_center_3 { padding-right: 324px; padding-left: 324px; }
.body_9>.gntml_center_4 { padding-right: 324px; padding-left: 216px; }
.body_9>.gntml_center_5 { padding-right: 216px; padding-left: 216px; }
.body_9>.gntml_center_6 { padding-right: 216px; padding-left: 108px; }
.body_9>.gntml_center_7 { padding-right: 108px; padding-left: 108px; }
.body_9>.gntml_center_8 { padding-right: 108px; padding-left: 0; }

.body_10>.gntml_center_1 { padding-right: 540px; padding-left: 432px; }
.body_10>.gntml_center_2 { padding-right: 432px; padding-left: 432px; }
.body_10>.gntml_center_3 { padding-right: 432px; padding-left: 324px; }
.body_10>.gntml_center_4 { padding-right: 324px; padding-left: 324px; }
.body_10>.gntml_center_5 { padding-right: 324px; padding-left: 216px; }
.body_10>.gntml_center_6 { padding-right: 216px; padding-left: 216px; }
.body_10>.gntml_center_7 { padding-right: 216px; padding-left: 108px; }
.body_10>.gntml_center_8 { padding-right: 108px; padding-left: 108px; }
.body_10>.gntml_center_9 { padding-right: 108px; padding-left: 0; }

.body_11>.gntml_center_1 { padding-right: 540px; padding-left: 540px; }
.body_11>.gntml_center_2 { padding-right: 540px; padding-left: 432px; }
.body_11>.gntml_center_3 { padding-right: 432px; padding-left: 432px; }
.body_11>.gntml_center_4 { padding-right: 432px; padding-left: 324px; }
.body_11>.gntml_center_5 { padding-right: 324px; padding-left: 324px; }
.body_11>.gntml_center_6 { padding-right: 324px; padding-left: 216px; }
.body_11>.gntml_center_7 { padding-right: 216px; padding-left: 216px; }
.body_11>.gntml_center_8 { padding-right: 216px; padding-left: 108px; }
.body_11>.gntml_center_9 { padding-right: 108px; padding-left: 108px; }
.body_11>.gntml_center_10 { padding-right: 108px; padding-left: 0; }

.grid_1, .gntml_left_1, .gntml_right_1, .gntml_grid_1 { width:82px; }
.grid_2, .gntml_left_2, .gntml_right_2, .gntml_grid_2 { width:190px; }
.grid_3, .gntml_left_3, .gntml_right_3, .gntml_grid_3 { width:298px; }
.grid_4, .gntml_left_4, .gntml_right_4, .gntml_grid_4 { width:406px; }
.grid_5, .gntml_left_5, .gntml_right_5, .gntml_grid_5 { width:514px; }
.grid_6, .gntml_left_6, .gntml_right_6, .gntml_grid_6 { width:622px; }
.grid_7, .gntml_left_7, .gntml_right_7, .gntml_grid_7 { width:730px; }
.grid_8, .gntml_left_8, .gntml_right_8, .gntml_grid_8 { width:838px; }
.grid_9, .gntml_left_9, .gntml_right_9, .gntml_grid_9 { width:946px; }
.grid_10, .gntml_left_10, .gntml_right_10, .gntml_grid_10 { width:1054px; }
.grid_11, .gntml_left_11, .gntml_right_11, .gntml_grid_11 { width:1162px; }

.alpha, .gntml_plus_alpha { margin-left: 0; clear: left; }
.omega, .gntml_plus_omega { margin-right: 0; }
.gntml_clear { clear: both; }
.grid_1.grid_innerRow,
.grid_2.grid_innerRow,
.grid_3.grid_innerRow,
.grid_4.grid_innerRow,
.grid_5.grid_innerRow,
.grid_6.grid_innerRow,
.grid_7.grid_innerRow,
.grid_8.grid_innerRow,
.grid_9.grid_innerRow,
.grid_10.grid_innerRow,
.grid_11.grid_innerRow,
.grid_innerRow {
margin-left: -13px;
margin-right: -13px;
}
.grid_innerRow:before, .grid_innerRow:after { content:""; display: table; }
.grid_innerRow:after { clear: both; }
.grid_innerRow { zoom: 1; }
.grid_innerRow>.i:before, .grid_innerRow>.i:after { content:""; display: table; }
.grid_innerRow>.i:after { clear: both; }
.grid_innerRow>.i { zoom: 1; }

.gntml_grid_x { display: table; margin-left: -13px; margin-right: -13px; }
.lt-ie9 .gntml_grid_x { display: block; margin-left: 0; margin-right: 0; }
.gntml_grid_x>.i { display: table-row; }
.lt-ie9 .gntml_grid_x>.i { display: block; }

.grid_i_l_1 { margin-left: 108px; }
.grid_i_r_1 { margin-right: 108px; }
.grid_i_l_2 { margin-left: 216px; }
.grid_i_r_2 { margin-right: 216px; }
.grid_i_l_3 { margin-left: 324px; }
.grid_i_r_3 { margin-right: 324px; }
.grid_i_l_4 { margin-left: 432px; }
.grid_i_r_4 { margin-right: 432px; }
.grid_i_l_5 { margin-left: 540px; }
.grid_i_r_5 { margin-right: 540px; }
.grid_i_l_6 { margin-left: 648px; }
.grid_i_r_6 { margin-right: 648px; }
.grid_i_l_7 { margin-left: 756px; }
.grid_i_r_7 { margin-right: 756px; }
.grid_i_l_8 { margin-left: 864px; }
.grid_i_r_8 { margin-right: 864px; }
.grid_i_l_9 { margin-left: 972px; }
.grid_i_r_9 { margin-right: 972px; }
.grid_i_l_10 { margin-left: 1080px; }
.grid_i_r_10 { margin-right: 1080px; }
.grid_i_l_11 { margin-left: 1188px; }
.grid_i_r_11 { margin-right: 1188px; }

/* END: org.cord.node.grid.Grid */

/* START: node/InForm/css/themedForm_4_6_float.css */


.w_themedForm,
.w_themedForm select,
.w_themedForm input,
.w_themedForm textarea {
  font-size: 1em;
}

.w_themedForm fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.w_themedForm .w_labelWidget {
  clear: both;
}

.w_themedForm label {
  float: left;
  display: block;
  width: 39%;
  margin: 0 0 0.5em 0;
}


.w_themedForm .w_widget {
  display: block;
  float: right;
  width: 59%;
  margin: 0 0 0.5em 0;
}

.w_themedForm .w_text input,
.w_themedForm .w_select select,
.w_themedForm .w_multiSelect select,
.w_themedForm .w_textarea textarea,
.w_themedForm input.w_fullWidth,
.w_themedForm textarea.w_fullWidth {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  border: solid 1px #999;
  display: block;
  padding: 0.1em;
}

.w_themedForm h1,
.w_themedForm h2,
.w_themedForm h3,
.w_themedForm h4 {
  clear: both;
}


/* END: node/InForm/css/themedForm_4_6_float.css */
 /* start: node/InForm/css/typography.wm.css */

html { overflow-y: scroll; }

body, select, input, textarea {
	font-family: "myriad-pro", sans-serif;
	}
strong {
	font-weight: 400;
	color: #000;
	}
body, textarea {
	font-size: 15px;
	line-height: 20px;
	}

h1, h2, h3, h4, ul, ol, dl, p, .gntml_plus_tint, pre.code_block {
	margin-bottom: 10px;
}
.gntml_image>._i {
	margin-bottom: 10px;
}
h1,h2,h3,h4 {
	margin-top: 20px;
	}
h1,h2,h3,h4,.heading {
	font-family: jubilat, serif;
	font-weight: 400;
	color: #333;
	}
.heading>strong {
	font-weight: 400;
}

a  {
	color: #33f;
	text-decoration: none;
}
a:hover {
	color: #00f;
	text-decoration: underline;
}
h1 a, h2 a, h3 a, h4 a, .heading a {
	color: #333;
}
.t_content h1.node_title {
	font-size: 27px; 
	line-height: 30px;
	margin: 10px 0 30px 108px;
	}
	
h2 {
	clear: both;
	margin-right: -216px;
	line-height: 30px;	
	font-size: 23px;  
	}
h3 { font-size: 18px; }
h4 { font-size: 16px; }

hr {	margin: 0 0 19px 0;
	padding: 0;
	border: 0;
	border-bottom: solid 1px black;
	}

sup {
	font-size: 80%;
	position: relative;
	top: -0.5em;
}

sub {
	font-size: 80%;
	position: relative;
	bottom: -0.5em;
}

ul, ol, .semantic ul.semantic, .semantic ol.semantic {	margin: 20px 0 20px 54px;
}
ul {
	list-style: disc;
	}
ol	{
	list-style: decimal;
}
ul.semantic, ol.semantic {
	list-style:none;
	margin-left:0;
	}

ul ul, ul ol, ol ol, ol ul, .gntml_plus_tint_i * {
	margin-top: 0;
	margin-bottom: 0;
}
.gntml_plus_tint_i {
  padding: 12px;
}

dl {
	margin: 20px 0; }
dt {
	font-weight: normal;
	color: #333;
	}
dd {
	margin-left: 108px;
	}

.content_view dl {
	clear:both;
	margin: 20px 0 15px 0;
}
.content_view dl:before, .content_view dl:after { content:""; display: table; }
.content_view dl:after { clear: both; }
.content_view dl { zoom: 1; }

.content_view dt { 
	width: 190px; 
	float: left; 
	clear: both; 
	text-align: right; 
	margin: 0 0 5px 0; 
}
.content_view .g_p_spaced dt {
	width: 298px;
	margin: 0 0 10px -108px;
}
.content_view dd { 
	width: 298px; 
	margin: 0 0 5px 0;
	float: right; 
	clear: right;  }
.content_view .g_p_spaced dd {
	margin-bottom: 10px;
}

.grid_3 dt, .grid_2 dt, .grid_1 dt { width: auto; margin-top: 10px; }
.grid_3 dd, .grid_2 dd, .grid_1 dd { margin: 0; }

.g_p_inverted {
	background-color: #777;
	color: #fff;
}
	
blockquote {
	margin: 0 108px 10px 108px;
	font-style: italic;
}
.grid_3 blockquote {
	margin-left: 0;
	margin-right: 0;
	}

/* end: node/InForm/css/typography.wm.css */

/* start: node/InForm/css/navigation.wm.css */

.m_menu {
	font-family: "myriad-pro", sans-serif;
	}
.m_menu em {
	font-style: normal;
	}
.m_treeFull strong {
	font-weight: 400;
	}

.m_menu ul {
	list-style: none;
}

.m_menu a {
	display: block;
	text-decoration: none;
	color: #999;
}
.m_menu a.parent {
	color: #777;
	}
.m_menu a.current,
.m_menu a.active {
	color: #333;
	}
.m_menu a:link:hover,
.m_menu a:visited:hover {
	color: #333;
	}

.m_singleGeneration {
	text-transform: lowercase;
	font-weight: 700;
	}
.m_singleGeneration ul,
.m_pages ul {
	overflow:auto;
	margin: 0;
	padding: 0;
}
a.gen0 {
	font-family: "myriad-pro", sans-serif;
	font-size: 28px;
	line-height: 30px;
	position: relative;
	top: -4px;
	text-transform:lowercase;
}
.m_singleGeneration li,
.m_pages li {
	float: left;
	margin:0 26px 0 0;
	padding: 0;
	line-height: 30px;
	font-size: 15px;
}

.m_singleGeneration li:first-child {
	border-left: 0;
	padding-left:0;
}

.subnav_home {
	font-size: 15px; line-height: 30px;
}
.subnav_home>a {
	text-decoration: none;
	}

.m_treeFull {
	clear: both;
	margin-bottom: 30px;
	}

.m_treeFull ul {
	margin: 0;
	padding: 0 0 0 27px;
}
.m_treeFull ul.ul0 {
	margin-bottom: 10px;
}
.m_treeFull a {
	font-size: 15px;
	zoom:1;
	}
.m_treeFull a.gen1 {
	margin-left: -27px;
	font-size: 15px;
	line-height: 20px;
	}

.numPaginator p {
	margin-bottom:0;
}
	
a.RSS {
	display: block;
	padding-left: 18px;
	background: url('/statics/build/node/img/feed-icons/feed-icon-14x14.png') no-repeat left;
}

.pageList_verbose li:before, .pageList_verbose li:after { content:""; display: table; }
.pageList_verbose li:after { clear: both; }
.pageList_verbose li { zoom: 1; }

.pageList_verbose li {
	margin-bottom: 20px;
}
.pageList_verbose .heading {
	margin-bottom: 10px;
	font-size: 18px;
}
.pageList_verbose img {
	float: right;
	margin-right: -108px;
	margin-left:  26px;
}

/* end: node/InForm/css/navigation.wm.css */

/* START: node/InForm/css/branding.wm.css */

.t_summary {
	margin-bottom: 20px ;
}


/* END: node/InForm/css/branding.wm.css */
/* START: node/InForm/css/rowsAndColumns.wm.css */

.t_row_header, .t_row_content, .t_row_footer {
	}
	
.t_header, 
.t_left, .t_content, .t_right,
.t_footer {
	overflow: visible;
}

/* END: node/InForm/css/rowsAndColumns.wm.css */
/* START: node/InForm/css/searchBox.wm.css */

.r_search { 
  padding-top:10px; 
  padding-bottom:0 ;
  height: 30px;
}

.f_globalSearch {
	margin-bottom: 10px;
	}
	
.f_globalSearchInput { 
  display: block; 
  border: solid 1px #ccc; 
  background-color: #fcfcfc;
  width: 100%; 
  height:10px ; 
  padding-left: 6px; 
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
}

/* END: node/InForm/css/searchBox.wm.css */
/* start: node/InForm/css/bannerImg.wm.css */

.bannerImg {
	background-color:#ccc;
	margin-bottom: 10px;
}

.bannerImg img {
	margin: 0 auto;
}

/* end: node/InForm/css/bannerImg.wm.css */
/* START: node/InForm/css/ImagePage.wm.css */

.ImagePage_nav { 
	overflow: auto; 
	margin-bottom: 10px; 
}

/* END: node/InForm/css/ImagePage.wm.css */
.f_ImagePageListing {
	margin: 10px 0 10px 108px;
}
.f_ImagePageListing:before, .f_ImagePageListing:after { content:""; display: table; }
.f_ImagePageListing:after { clear: both; }
.f_ImagePageListing { zoom: 1; }


.f_ImagePageListing .imagePage {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* START: node/InForm/css/IndexListing.wm.css */

.IndexListing_overview p {
	margin: 0 0 0 108px;
	text-indent: -108px;
}
.IndexListing_overview .indexValue { font-weight: bold; }
.IndexListing_overview a { text-decoration: none; }

.IndexPage_IndexValue .isDefined { width: auto; }
.IndexPage_IndexValue .ranking { width: 4em; }
.IndexPage_IndexValue .description { width: 100%; height: 3em; }

/* END: node/InForm/css/IndexListing.wm.css */
/* START: node/InForm/css/TimedPageListing.wm.css */

.timedPages .image {
	float: left;
	margin-right: 26px;
	min-width: 82px;
	}
.timedPages .description {
	display: block;
	margin-bottom: 10px;
	}
.timedPages .formattedDates:after {
	content: ": ";
	}
.timedPages.illustrated {
	}
.timedPages.illustrated>li {
	overflow: auto;
	}

.TimedPageListing_TimedPage>ul {
	list-style: none;
	margin-left: 0;
}

.TimedPageListing_TimedPage>ul>li {
	margin-bottom: 10px;
}

.TimedPageListing .f_title {
	margin-bottom: 0;
}

.TimedPageListing .f_startTime {
	float: right;
	margin-left: 2em;
}

.TimedPageListing_homeHighlights li {
	margin-bottom: 0;
}

.TimedPageListing_homeHighlights p {
	margin-bottom: 0;
}

.gallery>.row {
	overflow: auto;
	padding-bottom: 10px;
	margin: 0 -13px;
}
.gallery>.row>li {
	float: left;
	margin: 0 13px;
}
.gallery>.row>li>a>img {
	margin-bottom: 10px;
	}
.gallery1>.row>li {
	width: 82px;
}
.gallery2>.row>li {
	width: 190px;
}
.gallery3>.row>li {
	width: 298px;
}

.formattedDates:after { content: ': '; }
.timedPageListing:after { content: ': '; }

/* END: node/InForm/css/TimedPageListing.wm.css */
/* START: node/InForm/css/TimedPage.wm.css */

.TimedPage_count {
	text-align: center;
}
.TimedPage_next {
	text-align: right;
}

p.TimedPage_nav_date {
	text-align: center;
}

/* END: node/InForm/css/TimedPage.wm.css */

.gntml_plus_top, .gntml_grid.gntml_plus_top {
	vertical-align: top;
	}
.gntml_plus_bottom, .gntml_grid.gntml_plus_bottom {
	vertical-align: bottom;
	}
.gntml_plus_middle, .gntml_grid.gntml_plus_middle {
	vertical-align: middle;
	}
.gntml_plus_left>.i>* {
	text-align: left;
	}
.gntml_plus_right>.i>* {
	text-align: right;
	}
.gntml_plus_center>.i>* {
	text-align: center;
	}
.gntml_plus_justify>.i>* {
	text-align: justify;
	}
.gntml_plus_clear {
	clear: both;
	}
.gntml_plus_clear_left {
	clear: left;
	}
.gntml_plus_clear_right {
	clear: right;
	}
.gntml_left.gntml_in_1 { margin-left: 108px; }
.gntml_right.gntml_in_1 { margin-right: 108px; }
.gntml_left.gntml_in_2 { margin-left: 216px; }
.gntml_right.gntml_in_2 { margin-right: 216px; }
.gntml_left.gntml_in_3 { margin-left: 324px; }
.gntml_right.gntml_in_3 { margin-right: 324px; }
.gntml_left.gntml_in_4 { margin-left: 432px; }
.gntml_right.gntml_in_4 { margin-right: 432px; }
.gntml_left.gntml_in_5 { margin-left: 540px; }
.gntml_right.gntml_in_5 { margin-right: 540px; }
.gntml_left.gntml_in_6 { margin-left: 648px; }
.gntml_right.gntml_in_6 { margin-right: 648px; }
.gntml_left.gntml_in_7 { margin-left: 756px; }
.gntml_right.gntml_in_7 { margin-right: 756px; }
.gntml_left.gntml_in_8 { margin-left: 864px; }
.gntml_right.gntml_in_8 { margin-right: 864px; }

.gntml_left.gntml_plus_noclear,
.gntml_right.gntml_plus_noclear {
	clear: none;
}
.gntml_left.gntml_plus_adjacent {
	margin-right: 0;
	}
.gntml_right.gntml_plus_adjacent {
	margin-left: 0;
	}

.gntml_plus_moveleft_1 {
	position: relative;
	left: -108px;
}
.gntml_plus_moveleft_2 {
	position: relative;
	left: -216px;
}
.gntml_plus_moveleft_3 {
	position: relative;
	left: -324px;
}
.gntml_plus_moveleft_4 {
	position: relative;
	left: -432px;
}
.gntml_plus_moveleft_5 {
	position: relative;
	left: -540px;
}
.gntml_plus_moveleft_6 {
	position: relative;
	left: -648px;
}
.gntml_plus_moveleft_7 {
	position: relative;
	left: -756px;
}
.gntml_plus_moveleft_8 {
	position: relative;
	left: -864px;
}
.gntml_plus_moveright_1 {
	position: relative;
	right: -108px;
}
.gntml_plus_moveright_2 {
	position: relative;
	right: -216px;
}
.gntml_plus_moveright_3 {
	position: relative;
	right: -324px;
}
.gntml_plus_moveright_4 {
	position: relative;
	right: -432px;
}
.gntml_plus_moveright_5 {
	position: relative;
	right: -540px;
}
.gntml_plus_moveright_6 {
	position: relative;
	right: -648px;
}
.gntml_plus_moveright_7 {
	position: relative;
	right: -756px;
}
.gntml_plus_moveright_8 {
	position: relative;
	right: -864px;
}

.grid_innerRow {
	clear: both;
}

.gntml_plus_header_down_1,
.gntml_plus_header_down_2,
.gntml_plus_header_down_3,
.gntml_plus_header_down_4,
.gntml_plus_header_down_5,
.gntml_plus_header_down_6,
.gntml_plus_header_down_7,
.gntml_plus_header_down_8 {
	display: block;
	width: 0;
	margin: 0;
	padding: 0;
}
.gntml_plus_header_down_1 {
	height: 10px;
}
.gntml_plus_header_down_2 {
	height: 20px;
}
.gntml_plus_header_down_3 {
	height: 30px;
}
.gntml_plus_header_down_4 {
	height: 40px;
}
.gntml_plus_header_down_5 {
	height: 50px;
}
.gntml_plus_header_down_6 {
	height: 60px;
}
.gntml_plus_header_down_7 {
	height: 70px;
}
.gntml_plus_header_down_8 {
	height: 80px;
}
.gntml_plus_header_down_1.gntml_right {
	float: right;
}
.gntml_plus_header_down_1.gntml_left {
	float: left;
}
div.gntml_plus_down.gntml_left,
div.gntml_plus_down.gntml_right {
	margin-top: 10px;
}

.gntml_plus_wide {
	margin-left: -26px;
	margin-right: -26px;
}
.gntml_grid.gntml_plus_wide {
	padding-left: 0;
	padding-right: 0;
}

.gntml_plus_halfwide {
	margin-left: -13px;
	margin-right: -13px;
}
.gntml_grid.gntml_plus_halfwide {
	padding-left: 0;
	padding-right: 0;
}

div.gntml_plus_continuous>.i,
div.gntml_plus_continuous>.i>*:first-child {
	margin-top: 0;
}
div.gntml_plus_continuous>.i,
div.gntml_plus_continuous>.i>*:last-child {
	margin-bottom: 0;
}

.gntml.left_0>.content {
	margin-left: 0;
}
.gntml.left_1>.content {
	margin-left: 108px;
}
.gntml.left_2>.content {
	margin-left: 216px;
}
.gntml.left_3>.content {
	margin-left: 324px;
}
.gntml.left_4>.content {
	margin-left: 432px;
}
.gntml.left_5>.content {
	margin-left: 540px;
}
.gntml.left_6>.content {
	margin-left: 648px;
}
.gntml.right_0>.content {
	margin-right: 0;
}
.gntml.right_1>.content {
	margin-right: 108px;
}
.gntml.right_2>.content {
	margin-right: 216px;
}
.gntml.right_3>.content {
	margin-right: 324px;
}
.gntml.right_4>.content {
	margin-right: 432px;
}
.gntml.right_5>.content {
	margin-right: 540px;
}
.gntml.right_6>.content {
	margin-right: 648px;
}

span.gntml_plus_field_shim {
	display: block;
}

.table {
	overflow: auto;
}
.table>.row {
	clear: left;
}
.row>* {
	float: left;
	width: 190px;
	margin: 0 13px 10px 13px;
}
.row>:first-child { margin-left: 0; }
.row>:last-child { margin-right: 0; }
.row>.cell1 { width: 82px; }
.row>.cell2 { width: 190px; }
.row>.cell3 { width: 298px; }
.row>.cell4 { width: 406px; }
.row>.cell5 { width: 514px; }
.row>.cell6 { width: 622px; }
.row>.cell8 { width: 838px; }

.lt-ie9 .gntml_grid_x {
        display: block;
        margin-left: -13px;
        margin-right: -13px;
        overflow: auto;
}
.lt-ie9 .gntml_grid_x>.i {
        display: block;
}
.lt-ie9 .gntml_grid {
        display: block;
        padding-left: 13px;
        padding-right: 13px;
        float: left;
}

.gntml_grid_x {
	clear:both;
	margin: 0;
}
.gntml_grid_x>.i>.gntml_grid:first-child {
        padding-left: 0px;
}
.gntml_grid_x>.i>.gntml_grid:last-child {
        padding-right: 0px;
}
.gntml_grid {
	vertical-align: top;
}

select.CyclingImage-add-id {
	max-width: 25em;
	float: right;
}
input.CyclingImage-ranking {
	width: 3em;
	}

/* END: node/InForm/css/blockStyles.wm.css */
	div.redactor_editor>* {
		margin-left: 100px;
		margin-right: 100px;
	}
	div.redactor_editor>.left_2 {
		margin-left: 0;
		margin-right: 30px;
		float: left;
		clear: left;
		width: 200px;
	}
	div.redactor_editor>.left_3 {
		margin-left: 0;
		margin-right: 30px;
		float: left;
		clear: left;
		width: 300px;
	}
	.immutable {
		color: blue;
		background-color: grey;
	}
	.redactor_toolbar li a.redactor_btn_move_down {
		background-image: url('/statics/img/FormAt/move_down.png');
	}
	.redactor_toolbar li a.redactor_btn_move_up {
		background-image: url('/statics/img/FormAt/move_up.png');
	}
	.redactor_toolbar li a.redactor_btn_delete_block {
		background-image: url('/statics/img/FormAt/delete_block.png');
	}
	.redactor_toolbar li a.redactor_btn_add_div {
		background-image: url('/statics/img/FormAt/add_div.png');
	}
	.redactor_toolbar li a.redactor_btn_block_width {
		background-image: url('/statics/img/FormAt/block_width.png');
	}
	.redactor_toolbar li a.redactor_btn_nodelink {
		background-image: url('/statics/img/FormAt/nodelink.png');
	}
	
	.DummyInline {
		background-color: #fef;
	}

	.editing {
		color: red;
	}
	
#Delete_Block_Confirm {
	display: none;
}
/* END: node/InForm/css/assembleCss.wm.css */

img {
	display:block;
}

a.unpublished:link,
a.unpublished:visited {
	color: red;
}
a.unpublished:before {
	content:"(";
}
a.unpublished:after {
	content:')';
}
body {
	background-color: #999;
	text-align: center;
	}

.grid_row {
	background-color: #fff;
	color: #777;
	text-align: left;
	}


.row_preheader {
	position: relative;
	height: 20px;
	}
.header_outer {
	height: 30px;
	background-color: #e0e0e0;
	}
.row_header {
	height: 30px;
	background-color: #e0e0e0;
	}

.row_content>.i {
		margin: 20px 0;
		padding-left: 13px;
}
.lt-ie9 .row_content>.i {
	paddin-left: 0;
}

.t_nav {
	display: table-cell;
	vertical-align: top;
	width: 298px;
	padding-left: 13px;
	padding-right: 13px;
	background-color: #e0e0e0;
	-webkit-border-radius: 10px; 
-moz-border-radius: 10px; 
border-radius: 10px; 

	font-size: 14px;
}
.lt-ie9 .t_nav {
	display: block;
	float: left;
	}
.t_nav>.i {
	padding-top: 10px;
}
	
.t_content {
	display: table-cell;
	vertical-align: top;
}
.lt-ie9 .t_content {
	display: block;
	width: 838px;
	margin-right: 13px;
	float: left;
	}
.t_content>.i {
	width: 838px;
	margin-right: 13px;
	min-height: 430px;
	margin-bottom: 30px;
	}
	
.footer_outer {
	min-height: 30px;
	background-color: #e0e0e0;
	}
.row_footer {
	background-color: transparent;
	font-family: "myriad-pro", sans-serif;
	line-height: 30px;
	}
.row_footer p {
	margin-bottom: 0;
}
.row_footer .gntml_grid_x {
	margin-top: 0;
	margin-bottom: 0;
}
.row_postfooter {
	height: 20px;
	-webkit-border-top-left-radius: 0px; 
-moz-border-top-left-radius: 0px; 
border-top-left-radius: 0px; 
-webkit-border-top-right-radius: 0px; 
-moz-border-top-right-radius: 0px; 
border-top-right-radius: 0px; 
-webkit-border-bottom-right-radius: 10px; 
-moz-border-bottom-right-radius: 10px; 
border-bottom-right-radius: 10px; 
-webkit-border-bottom-left-radius: 10px; 
-moz-border-bottom-left-radius: 10px; 
border-bottom-left-radius: 10px; 
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;

	margin-bottom: 40px;
	}
	
.widgetGrouping {
	clear: both;
	}
	
.t_social {
	position: absolute;
	width: 298px;
	top: 4px;
	right: 3px;
	}
.st_facebook_hcount,
.st_twitter_hcount {
	display: block;
	float: left;
	width: 108px;
	}

.f_globalSearch {
	margin: 0;
	}
.f_globalSearch .f_hidden {
	display: none;
	}
.f_globalSearchInput {
	margin: 10px 0 4px 0;
	height: 20px;
	line-height: 20px;
	}
.f_globalSearchSubmit { float: right; }

.t_content .content {
	margin-left: 108px;
	margin-right: 216px;
}

.gntml_3_view {
	margin-bottom: 30px;
}

.gntml_grid_x {
	margin-top: 20px;
	margin-bottom: 20px;
}
.gntml_plus_bottom>.i>p {
	margin-bottom: 0;
}

.gntml_image {
	margin-top: 20px;
	margin-bottom: 20px;
}
.gntml_image.gntml_left,
.gntml_image.gntml_right {
	margin-top: 0;
	margin-bottom: 10px;
}


.gntml_navigation li {
	clear: both;
	margin-bottom: 10px;
}
.gntml_navigation .gntml_right_1 {
	width: 82px;
	float: right;
	margin: 0 0 10px 26px;
}
.gntml_navigation strong {
	font-family: jubilat, serif;
	font-weight: 400;
	font-size: 17px;
}
.gntml_navigation a {
	color: #333;
}

img {
	border: solid 1px #999;
	background-color: #fff;
	padding: 1px;
	}

.gntml_timedPageListing {
	margin-top: 30px;
}
.gntml_timedPageListing ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
.gntml_timedPageListing li {
	margin-bottom: 10px;
}
.gntml_timedPageListing .heading {
	font-size: 18px;
}
.gntml_timedPageListing .formattedDates:after {
	content: " - ";
}
.gntml_timedPageListing .title a {
	color: #333;
}
.gntml_timedPageListing .title a:hover {
	color: #00f;
}

.gntml_timedPageListing .description {
	display: block;
}

.ImagePage_count {
	text-align: center;
}
.ImagePage_next {
	text-align: right;
}

h2.f_title { clear: none; }

.gntml_image .heading { 
	text-align: center; 
}
.gntml_image .gntml_image_caption { 
	text-align: center;
	font-size: 14;
}

.RssBlock a.RSS {
	margin-bottom: 10px;
}

.SiteMap_gallery,
.SiteMap_gallerytitle {	margin: 20px -229px 0 -121px;
}
.SiteMap_gallery>a {
	display: block;
	float: left;
	width: 190px;
	margin: 0 13px 10px 13px;
}
.SiteMap_gallerytitle>.entry {
	display: block;
	float: left;
	width: 190px;
	margin: 0 13px 20px 13px;
	text-align: center;
}
.SiteMap_gallerytitle>.entry>.heading {
	font-size: 13px;
}

.IndexValue_verbose .entry:before, .IndexValue_verbose .entry:after { content:""; display: table; }
.IndexValue_verbose .entry:after { clear: both; }
.IndexValue_verbose .entry { zoom: 1; }

.IndexValue_verbose .entry {
	margin-bottom: 10px;
}
.IndexValue_verbose img {
	float:right;
	margin-left: 26px;
	margin-right: -108px;
}
.IndexValue_verbose .heading {
        margin-bottom: 10px;
        font-size: 18px;
}

.Gntml_Pages {
	margin-top: 20px;
	margin-bottom: 20px;
}
.Gntml_Pages ul {
	margin-top: 10px;
}
.pageList_description .heading:after {
	content: " - ";
}
.pageList_description li {
	margin-bottom: 10px;
}

