



/* 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 14px 0;
	padding: 0;
	border: 0;
	border-bottom: solid 1px #999;
}

.widgetGrouping table {
  margin: 1px 0 0 1px;
  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);
}

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";
}

/* END: node/InForm/css/nodeWidgets.wm.css */
/* START: org.cord.node.grid.Grid */
.grid_row {
margin-left: auto;
margin-right: auto;
width:945px;
padding: 0 15px;
}
.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 {
display:inline;
float: left;
position:relative;
margin-left:15px;
min-height: 15px;
margin-right:15px;
}
.gntml_grid { display: table-cell; position: relative; min-height: 15px; padding-left: 15px; padding-right: 15px; }
.lt-ie9 .gntml_grid { display: block; position: relative; min-height: 15px; padding-left: 0; padding-right: 0; }

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

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

.gntml_center { margin-bottom: 15px; }

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

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

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

.body_6>.gntml_center_1 { padding-right: 405px; padding-left: 270px; }
.body_6>.gntml_center_2 { padding-right: 270px; padding-left: 270px; }
.body_6>.gntml_center_3 { padding-right: 270px; padding-left: 135px; }
.body_6>.gntml_center_4 { padding-right: 135px; padding-left: 135px; }
.body_6>.gntml_center_5 { padding-right: 135px; padding-left: 0; }

.body_7>.gntml_center_1 { padding-right: 405px; padding-left: 405px; }
.body_7>.gntml_center_2 { padding-right: 405px; padding-left: 270px; }
.body_7>.gntml_center_3 { padding-right: 270px; padding-left: 270px; }
.body_7>.gntml_center_4 { padding-right: 270px; padding-left: 135px; }
.body_7>.gntml_center_5 { padding-right: 135px; padding-left: 135px; }
.body_7>.gntml_center_6 { padding-right: 135px; padding-left: 0; }

.grid_1, .gntml_left_1, .gntml_right_1, .gntml_grid_1 { width:105px; }
.grid_2, .gntml_left_2, .gntml_right_2, .gntml_grid_2 { width:240px; }
.grid_3, .gntml_left_3, .gntml_right_3, .gntml_grid_3 { width:375px; }
.grid_4, .gntml_left_4, .gntml_right_4, .gntml_grid_4 { width:510px; }
.grid_5, .gntml_left_5, .gntml_right_5, .gntml_grid_5 { width:645px; }
.grid_6, .gntml_left_6, .gntml_right_6, .gntml_grid_6 { width:780px; }
.grid_7, .gntml_left_7, .gntml_right_7, .gntml_grid_7 { width:915px; }

.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_innerRow {
margin-left: -15px;
margin-right: -15px;
}
.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: -15px; margin-right: -15px; }
.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: 135px; }
.grid_i_r_1 { margin-right: 135px; }
.grid_i_l_2 { margin-left: 270px; }
.grid_i_r_2 { margin-right: 270px; }
.grid_i_l_3 { margin-left: 405px; }
.grid_i_r_3 { margin-right: 405px; }
.grid_i_l_4 { margin-left: 540px; }
.grid_i_r_4 { margin-right: 540px; }
.grid_i_l_5 { margin-left: 675px; }
.grid_i_r_5 { margin-right: 675px; }
.grid_i_l_6 { margin-left: 810px; }
.grid_i_r_6 { margin-right: 810px; }
.grid_i_l_7 { margin-left: 945px; }
.grid_i_r_7 { margin-right: 945px; }

/* 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: sans-serif;
	}
body, textarea {
	font-size: 12px;
	line-height: 15px;
	}

h1, h2, h3, h4, ul, ol, dl, p, .gntml_image>.i, .gntml_plus_tint, pre.code_block {
	margin-bottom: 15px ;
}
h1,h2,h3,h4 {
	margin-top: 30px;
	}
h1.node_title {
	margin-top: 0;
	}
	
h1 { font-size: 21px; line-height: 30px; }
h2 { font-size: 13px; }
h3 { font-size: 12px; }
h4 { }

hr {	margin: 0 0 29px 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-left: 67px;
}
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-bottom: 0;
}
.gntml_plus_tint_i {
  padding: 14px;
}

dl { }
dt {
	font-weight: bold;
	}
dd {
	margin-left: 135px;
	}
	
.grid_6 dl { overflow: auto; }
.grid_6 dt { width: 240px; float: left; clear: both; text-align: right;  }
.grid_6 dd { width: 510px; margin: 0; float: right; clear: right;  }

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

	
blockquote {
	margin: 0 135px 15px 135px;
	font-style: italic;
}
.grid_3 blockquote {
	margin-left: 0;
	margin-right: 0;
	}

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

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


.m_treeFull ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
}
.TimedPageListingBlock_minimal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.m_treeFull ul.ul0 {
  padding-left: 0;
}
.m_treeFull ul.gen1 { margin-bottom: 0; }

.m_treeFull a,
.TimedPageListingBlock_minimal {
	display: block;
	text-decoration: none;
	font-size: 13px; 
	line-height: 15px;
}

.m_treeFull, .headerMenu, .TimedPageListingBlock_minimal { font-family: nimbus-sans,  sans-serif; font-weight: 400; }

.m_treeFull a.gen0, 
.m_treeFull a.gen1, 
.headerMenu { 
	font-size: 24px; 
	line-height: 30px;
}
.TimedPageListing_homeHighlights .heading strong { font-weight: 400; }
.m_treeFull a.gen2,
.TimedPageListingBlock_minimal .heading { font-size: 19px; line-height: 30px; }


.m_treeFull strong { font-weight: 400; color: #ff1f3c; }
.m_treeFull em { font-style: normal; color: #6C767F; }

.m_treeFull a:link, 
.m_treeFull a:visited,
.TimedPageListing_homeHighlights a:link,
.TimedPageListing_homeHighlights a:visited {
	color: #333;
	text-decoration: none;
	}
.m_treeFull a:link:hover,
.m_treeFull a:visited:hover,
.TimedPageListing_homeHighlights a:link:hover,
.TimedPageListing_homeHighlights a:visited:hover {
	color: #6C767F;
	text-decoration: none;
	}

.headerMenuWrapper {
	margin-top: 45px;
	}

/**
.headerMenuWrapper {
	margin-top: 30px;
	border-top: solid 1px #666;	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: solid 1px #666;
	overflow:auto;
}
**/

.headerMenu {
	text-align: right;
	border-right: solid 2px #666;
	padding-right: .25em;
	padding-bottom: 3px;
	margin-bottom: -3px;
	}

/**
.headerMenuLeft {
	text-align:left;
	}
.headerMenuCenter {
	text-align: center;
}
.headerMenuRight {
	text-align:right;
	}
*/

.headerMenu .current {
	color: #ff1f3c;
	}
.headerMenu a:link.parent, .headerMenu a:visited.parent {
	color: #6C767F;
	}


	
.headerMenu a:link,
.headerMenu a:visited { 
	color: #333;
	text-decoration:none; 
	}

	
.headerMenu a:link:hover,
.headerMenu a:visited:hover {
	color: #6C767F;
	text-decoration:none;
	}

.RSS_wrapper {
	padding-top: 15px;
	}
a.RSS {
	display: block;
	padding-left: 18px;
	background: url('statics/build/node/img/feed-icons/feed-icon-14x14.png') no-repeat left top;
	height: 30px;
}

.numPaginator {
	margin-bottom: 15px;
	}
.numPaginator p {
	margin-bottom:0;
}	
.numPaginator ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: auto;
}
.numPaginator li {
  display: block;
  float: left;
  padding: 0;
  margin: 0 .5em 0 0;
}

.abcPaginator {
  overflow: auto;
  padding-right: 1px;
  padding-bottom: 1px;
}

.abcPaginator ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.abcPaginator li {
  display: block;
  float: left;
  width: 2em;
  text-align: center;
  padding: 0;
  margin: 0;
}





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

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

.t_summary {
	margin-bottom: 30px ;
}


/* 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 */
.r_search { 
	padding-top:15px; 
	padding-bottom:0 ;
	height: 45px;
}

.f_globalSearch {
	margin-bottom: 15px;
	overflow:auto;
	}
.f_globalSearchInput { 
	display: block; 
	border: solid 1px #ccc; 
	background-color: #fcfcfc;
	width: 100%; 
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 0 2px 0;
}
.f_globalSearchSubmit {
	float: right; 
	}
/* start: node/InForm/css/bannerImg.wm.css */

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

.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: 15px; 
}

.ImagePage_meta {
	margin-left: 270px;
	margin-right: 135px;
	}

.ImagePage_img_zoom {
	margin-top: 30px;
	}
.ImagePage_img_zoom,
.ImagePage_meta_zoom {
	margin-left: 135px;
	}

/* END: node/InForm/css/ImagePage.wm.css */
.f_ImagePageListing .imagePage {
	margin-bottom: 15px;
}

.f_ImagePageListing>.row {
	overflow:auto;
	padding-bottom: 15px;
	margin: 0  -15px;
}
.f_ImagePageListing>.row>li {
	float: left;
	margin: 0 15px;
	}
/* START: node/InForm/css/IndexListing.wm.css */

.IndexListing_overview p {
	margin: 0 0 0 135px;
	text-indent: -135px;
}
.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: app/node/InForm/css/TimedPageListing.wm.css */

.TimedPageListing {
	margin-top: 30px;
	margin-bottom: 30px;
}

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

.TimedPageListing li {
	margin-bottom: 15px;
}

ul.title .title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 19px; line-height: 30px;
	line-height: 15px;
}

.TimedPageListing .formattedDates {
	float: right;
	margin-left: 2em;
	line-height: 15px;
}

.TimedPageListingBlock_minimal li {
	margin-bottom: 0;
}

.TimedPageListingBlock_minimal .heading {
	margin-top: 0;
	margin-bottom: 0;
}

.TimedPageListingBlock_minimal li a {
	color: #333;
	}
.TimedPageListingBlock_minimal li a:hover {
	color: #6C767F;
	text-decoration: none;
	}
.TimedPageListingBlock_minimal li.more a {
	color: #ff1f3c;
	}
.gntml_left.TimedPageListingBlock_minimal {
	margin-top: 0;
	margin-bottom: 0;
	}


/* end: app/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 */
/* START: node/InForm/css/blockStyles.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 {
	text-align: left;
	}
.gntml_plus_right {
	text-align: right;
	}
.gntml_plus_center {
	text-align: center;
	}
.gntml_plus_justify {
	text-align: justify;
	}
.gntml_plus_clear {
	clear: both;
	}
	
.gntml_left.gntml_in_1 {
	margin-left: 135px;
}

.gntml_right.gntml_in_1 {
	margin-right: 135px;
}

.gntml_left.gntml_in_2 {
	margin-left: 270px;
}

.gntml_right.gntml_in_2 {
	margin-right: 270px;
}

.gntml_left.gntml_in_3 {
	margin-left: 405px;
}

.gntml_right.gntml_in_3 {
	margin-right: 405px;
}

.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: -135px;
}
.gntml_plus_moveleft_2 {
	position: relative;
	left: -270px;
}
.gntml_plus_moveleft_3 {
	position: relative;
	left: -405px;
}
.gntml_plus_moveleft_4 {
	position: relative;
	left: -540px;
}
.gntml_plus_moveleft_5 {
	position: relative;
	left: -675px;
}
.gntml_plus_moveleft_6 {
	position: relative;
	left: -810px;
}
.gntml_plus_moveleft_7 {
	position: relative;
	left: -945px;
}
.gntml_plus_moveleft_8 {
	position: relative;
	left: -1080px;
}
.gntml_plus_moveright_1 {
	position: relative;
	right: -135px;
}
.gntml_plus_moveright_2 {
	position: relative;
	right: -270px;
}
.gntml_plus_moveright_3 {
	position: relative;
	right: -405px;
}
.gntml_plus_moveright_4 {
	position: relative;
	right: -540px;
}
.gntml_plus_moveright_5 {
	position: relative;
	right: -675px;
}
.gntml_plus_moveright_6 {
	position: relative;
	right: -810px;
}
.gntml_plus_moveright_7 {
	position: relative;
	right: -945px;
}
.gntml_plus_moveright_8 {
	position: relative;
	right: -1080px;
}

.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: 15px;
}
.gntml_plus_header_down_2 {
	height: 30px;
}
.gntml_plus_header_down_3 {
	height: 45px;
}
.gntml_plus_header_down_4 {
	height: 60px;
}
.gntml_plus_header_down_5 {
	height: 75px;
}
.gntml_plus_header_down_6 {
	height: 90px;
}
.gntml_plus_header_down_7 {
	height: 105px;
}
.gntml_plus_header_down_8 {
	height: 120px;
}
.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: 15px;
}

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

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

.gntml_plus_continuous>.i,
.gntml_plus_continuous>.i>p,
.gntml_plus_continuous>.i>h2,
.gntml_plus_continuous>.i>h3,
.gntml_plus_continuous>.i>h4,
.gntml_plus_continuous>.i>ul,
.gntml_plus_continuous>.i>ol {
	margin-bottom: 0;
}

.gntml.left_0>.content {
	margin-left: 0;
}
.gntml.left_1>.content {
	margin-left: 135px;
}
.gntml.left_2>.content {
	margin-left: 270px;
}
.gntml.left_3>.content {
	margin-left: 405px;
}
.gntml.left_4>.content {
	margin-left: 540px;
}
.gntml.left_5>.content {
	margin-left: 675px;
}
.gntml.right_0>.content {
	margin-right: 0;
}
.gntml.right_1>.content {
	margin-right: 135px;
}
.gntml.right_2>.content {
	margin-right: 270px;
}
.gntml.right_3>.content {
	margin-right: 405px;
}
.gntml.right_4>.content {
	margin-right: 540px;
}
.gntml.right_5>.content {
	margin-right: 675px;
}

span.gntml_plus_field_shim {
	display: block;
}

.table {
        margin: 0 -15px;
        overflow: auto;
}
.table>.row {
	clear: left;
	margin: 0;
}
.row>.cell {
	float: left;
	width: 240px;
	margin: 0 15px 15px 15px;
}

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

.gntml_grid_x {
	clear:both;
	}
.gntml_grid {
	vertical-align: top;
}

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

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

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

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

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

}

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

}


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

}

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

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

img {
	display:block;
}

a.unpublished:link,
a.unpublished:visited {
	color: red;
}
a.unpublished:before {
	content:"(";
}
a.unpublished:after {
	content:')';
}
.t_content {
	}
.content {
	margin-left: 270px;
	margin-right: 135px;
	}
.t_row_content {
	min-height: 420px;
	}

	
.gntml_right_1,
.gntml_right_2,
.gntml_right_3,
.gntml_right_4,
.gntml_right_5 {
	}
.t_rightGrid {
	width: 105px;
	float: right;
	}
	
.gntml_left_1,
.gntml_left_2,
.gntml_left_3,
.gntml_left_4,
.gntml_left_5 {
		} 
.t_leftGrid {
	float: left;
	padding-top: 30px;
	width: 240px;
	margin-right: 30px;
	}

.t_footer {
	margin-top: 30px;	border-top: solid 1px #666;
	padding-top: 14px;
	color: #666;
	}

.gntml_6_view>.gntml_center_4 {
	margin-left: 0;
	}
.gntml_center_2 {
	margin-left: 135px;
	margin-right: 135px;
	clear: none;
		}

.gntml_plus_right_i { text-align: right; overflow: auto; }
.gntml_plus_right_i>iframe {
	float: right; 
	}
.gntml_plus_center_i,
.gntml_plus_center_i>p { text-align: center; }
.gntml_plus_center_i>iframe {
	margin-left: auto;
	margin-right: auto;
	}

.gntmlblock_html {
	margin-bottom: 10px;
	}


body, input, textarea { 
	font-family: arial,helvetica,clean,sans-serif; 
	color: #333; 
	font-size: 12px; 
	}

h1,h2,h3,h4,.heading {  
	font-family: nimbus-sans,  sans-serif; font-weight: 400; color: #000; 
	}
	
h2,h3,h4,p,ul,ol { margin-bottom: 10px; }
	

h1, .h1 { font-size: 27px; line-height: 45px; }
h2, .h2 { font-size: 19px; line-height: 30px; }
h3, .h3 { font-size: 16px; line-height: 30px; }
h4, .h4 { font-size: 13px; line-height: 15px; }

h1.node_title { 
	padding-top: 15px;	padding-bottom: 14px;
	border-bottom: solid 1px #999;
	margin-bottom: 15px;
	width: 510px;
	margin-left: 270px;
	margin-right: 135px; 
	}

.t_zoom  { 
	margin-left: 135px;
	margin-top: 30px;
	margin-bottom: 30px; 
}
ul,ol { margin-left: 67px; }

a {
	color: #ff1f3c;
	text-decoration: none;
}
a:link:hover,
a:visited:hover {
	text-decoration: underline;
	}

.gntml_left_1, .gntml_left_2, .gntml_left_3, 
.gntml_right_1, .gntml_right_2, .gntml_right_3 { 
	margin-bottom: 30px; 
	margin-top: 15px; 
	color: #666;
	}

.gntml_left_1 p, .gntml_left_2 p, .gntml_left_3 p,
.gntml_right_1 p, .gntml_right_2 p, .gntml_right_3 p { 
	margin-bottom: 0; 
	color: #666;
	}

.gntml_title,
p.heading { 
	text-align:left; 
	margin-top: 30px;
	margin-bottom: 10px;	
	font-size: 19px; 
	line-height: 30px;
	color: #000;
}
p.heading strong,
.gntml_title strong {
	font-weight: normal;
}
.gntml_image_caption,
.img_download
{ text-align: center; }

.gntml_image img,
.t_zoom img,
.l_imageTitleSummary img,
.f_ImagePageListing img,
.ImagePage_img img,
.ImagePage_img_zoom img,
.ImagePage_nav img,
.recordfour img,
.recordtwo img,
.gntml_plus_boxed>.i {
	border: solid 1px #ccc;
	padding: 2px;
	-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
border-radius: 3px; 

	}
.gntml_plus_boxed>.i {
	padding: 4px;
	}
.gntml_plus_boxed>.i>*:last-child {
	margin-bottom: 0;
	}
.gntml_plus_boxed {
	margin-bottom: 10px;
	}
	
.gntml_image {
	margin-bottom: 0;
	padding-bottom: 10px;
}
.gntml_image .heading {
	margin-top: 0;
	margin-bottom: 0;
	}
.gntml_plus_boxed.gntml_image {
	margin-bottom: 10px;
	padding-bottom: 4px;
	}
.gntml_plus_boxed>.i {
	margin-bottom: 0;
	}
.ImagePage_img {
	margin-bottom: 10px;
	}


.tagCloud { 
	padding-bottom: 10px; 
	text-align: center;
}
.tagCloud a { text-decoration: none; };	.tagCloud .ranking0 {
		line-height: 16px; 
		font-size: 16px; 
		margin: 0 0.25em;
	}
	.tagCloud .ranking1 {
		line-height: 20px; 
		font-size: 20px; 
		margin: 0 0.25em;
	}
	.tagCloud .ranking2 {
		line-height: 24px; 
		font-size: 24px; 
		margin: 0 0.25em;
	}
	.tagCloud .ranking3 {
		line-height: 28px; 
		font-size: 28px; 
		margin: 0 0.25em;
	}
	.tagCloud .ranking4 {
		line-height: 32px; 
		font-size: 32px; 
		margin: 0 0.25em;
	}
	.tagCloud .ranking5 {
		line-height: 36px; 
		font-size: 36px; 
		margin: 0 0.25em;
	}
	.tagCloud .ranking6 {
		line-height: 40px; 
		font-size: 40px; 
		margin: 0 0.25em;
	}
	.tagCloud .ranking7 {
		line-height: 44px; 
		font-size: 44px; 
		margin: 0 0.25em;
	}
	.tagCloud .ranking8 {
		line-height: 48px; 
		font-size: 48px; 
		margin: 0 0.25em;
	}
	.tagCloud .ranking9 {
		line-height: 52px; 
		font-size: 52px; 
		margin: 0 0.25em;
	}
	.tagCloud .ranking10 {
		line-height: 56px; 
		font-size: 56px; 
		margin: 0 0.25em;
	}
	.tagCloud .ranking11 {
		line-height: 60px; 
		font-size: 60px; 
		margin: 0 0.25em;
	}
	.tagCloud .ranking12 {
		line-height: 64px; 
		font-size: 64px; 
		margin: 0 0.25em;
	}
	.tagCloud .ranking13 {
		line-height: 68px; 
		font-size: 68px; 
		margin: 0 0.25em;
	}
	.tagCloud .ranking14 {
		line-height: 72px; 
		font-size: 72px; 
		margin: 0 0.25em;
	}
	.tagCloud .ranking15 {
		line-height: 76px; 
		font-size: 76px; 
		margin: 0 0.25em;
	}
	.tagCloud .ranking16 {
		line-height: 80px; 
		font-size: 80px; 
		margin: 0 0.25em;
	}
	.tagCloud .ranking17 {
		line-height: 84px; 
		font-size: 84px; 
		margin: 0 0.25em;
	}
	.tagCloud .ranking18 {
		line-height: 88px; 
		font-size: 88px; 
		margin: 0 0.25em;
	}
	.tagCloud .ranking19 {
		line-height: 92px; 
		font-size: 92px; 
		margin: 0 0.25em;
	}
	.tagCloud .ranking20 {
		line-height: 96px; 
		font-size: 96px; 
		margin: 0 0.25em;
	}


.t_left {
	padding-top: 15px;
	}

.bannerImg {
	background: none;
	margin-bottom: 0;
}
.bannerImg img {
	margin: 0;
}
.loopLogo {
	position: relative;
 	left: -30px;
	height: 165px;
}
.t_row_header {
	overflow: visible;
}

.f_globalSearch { margin-top: 15px; }

.ImagePage_count {
	padding-top: 15px;
	text-align: center;
	}
.ImagePage_prev, .ImagePage_next {
	text-align: center;
	}
	
.TimedPage_count {
	padding-top:15px;
	text-align: center;
	}
.TimedPage_prev, .TimedPage_next {
	text-align: center;
	}
.TimedPage_nav {
	overflow: auto;
	margin-bottom: 10px;
	}


.t_row_zoom h1.node_title {
	margin-left: 135px;
}

.f_sharethis {
	margin-bottom: 10px;
	}
.f_sharethis_widget {
	height: 30px;
	}

.f_searchResults,
.IndexValue {
	margin-top: 30px;
	margin-bottom: 30px;
}
ul.searchresults {
	margin-top: 15px;
	margin-bottom: 0;
}
ul.searchresults .description,
.IndexValue .description {	margin-left: 67px;
}
ul.searchresults .url,
.IndexValue .breadcrumb {
	line-height: 30px;
	font-size: 12px;
}
ul.searchresults a:link, ul.searchresults a:visited,
.breadcrumb a:link, .breadcrumb a:visited {
	color: #333;
}
ul.searchresults strong a:link,
ul.searchresults strong a:visited,
.breadcrumb strong a:link,
.breadcrumb strong a:visited {
	font-weight: normal;
	color: #ff1f3c;
}

hr { 
	border-color: #999; 
}

/**


.gntml_6_view>.gntml_center_6 {
	margin-left: 135px;
	margin-right: 0;
	clear: none;
	}


**/

.gntml_4_view>dl { overflow: auto; }
.gntml_4_view>dl>dt { width: 105px; clear: both; float: left; margin: 0; text-align: right; }
.gntml_4_view>dl>dd { width: 375px; clear: right; float: right; margin: 0; }

.l_imageTitleSummary li {
	margin-bottom: 10px;
	overflow: auto;
}
.l_imageTitleSummary div.heading {
	font-size: 16px; line-height: 30px;	
	}
	
.t_right p.heading {
	font-size: 16px;
	margin-bottom: 0;
}
.IndexPage p {
	margin-bottom: 0;
}
.IndexPage_delegating {
	margin-bottom: 30px;
}

.recordfour,
.recordtwo {
	overflow: auto;
}
.recordfour li {
	float: left;
	width: 105px;
	margin-right: 30px;
	margin-bottom: 10px;
}
.recordtwo li {
	float: left;
	width: 240px;
	margin-right: 30px;
	margin-bottom: 10px;
}
.recordfour li.omega,
.recordtwo li.omega {
	margin-right: 0;
}
.recordfour .title,
.recordtwo .title {
	text-align: center;
}



.row { overflow: auto; }

.viewControls {
	clear:both;
}

.f_sharethis_widget {
	margin-right: -10px;
}
