/* 
Styles
Developer: 	Thomas D. Grauman (tom@interpelago.com)
Date: 		08/03/2017
Notice:		All Code (c) 2017 Interpelago Information Platforms, Inc. All rights reserved.
*/

	.AccentRGB 			{ color: #DD9740 /*DB_AccentRGB*/; 			}
	.LinksBkgndRGB 		{ color: #fffa98 /*DB_LinksBkgndRGB*/; 		}
	.AreaFillRGB 		{ color: #ffeb9c /*DB_AreaFillRGB*/; 		}
	.BannerBkgndRGB 	{ color: #ffffff /*DB_BannerBkgndRGB*/; 	}
	.ColumnTintRGB 		{ color: #fff5cf /*DB_ColumnTintRGB*/; 		}
	.MenuBkgndRGB 		{ color: #ffeb9c /*DB_MenuBkgndRGB*/; 		}
	.MenuDividerRGB 	{ color: #fff000 /*DB_MenuDividerRGB*/; 	}
	.HyperlinkRGB 		{ color: #394A76 /*DB_HyperlinkRGB*/; 		}
	.SessionBkgndRGB	{ color: #ffe57c /*DB_SessionBkgndRGB*/; 	}
	.SiteBaseRGB 		{ color: #394A76 /*DB_SiteBaseRGB*/; 		}
	.SessionBaseRGB 	{ color: #50614F /*DB_SessionBaseRGB*/; 	}

/* FOR IE LAYOUT RULES AFFECTING OPACITY AND OTHER SETTINGS, SEE: */
/* http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/haslayout.asp */

/* GENERAL */

	body {
		background-image: none;
		background-repeat: no-repeat;
		background-color: #f4f4f4;
		font-size: 16px;
		line-height: 1.531em;
		}
	body, span, div, p, a, td, table, input, textarea, option, select
		{
		margin: 0;
		padding: 0;
		font-family: "Trebuchet MS", Sans-serif;
		color: #394A76;
		}
	img { border: none; }
	a	{
		text-decoration: none;
		color: #394A76;
		cursor: pointer;
		}
	a:visited	{}
	a:active	{}
	a:hover	{
		text-decoration: none;
		color: #394A76;
		}
		
	input[type="text"], textarea 
		{
		font-family: "Arial", Sans-serif;
		font-size: 1em;
		color: #575757;
		}
	textarea {
		padding-left: 2px;
		padding-top: 2px;
		}
	input[type="button"], input[type="submit"], input[type="file"], select, option {
		color: #575757;
		font-size: 1em;
		}

	input[type="button"], input[type="submit"], input[type="file"] {
		padding: 3px;
		padding-left: 10px;
		padding-right: 10px;
		}

/* STYLES */

	.centerblock {
		position: relative;
		width: 980px;
		margin: auto;
		}
	.mip_tagline {
		position: absolute;
		left: 0;
		top: 30px;
		margin-top: -15px;
		margin-left: 25px;
		font-size: 5em;
		font-family: "Trebuchet MS";
		line-height: 1em;
		letter-spacing: 1px;
		color: #fff;
		opacity: 0.75;
		filter:	alpha(opacity=75);
					text-shadow: 0 0 30px #fff;
		-webkit-text-shadow: 0 0 30px #fff;
			 -moz-text-shadow: 0 0 30px #fff;
				-ms-text-shadow: 0 0 30px #fff;
			 -o-text-shadow: 0 0 30px #fff;
		}
	.mip_featurephoto {
		position: absolute;
		left: 0;
		top: 100px;
		width: 100%;
		height: 200px;
		text-align: center;
		overflow: hidden;
		}
	.mip_featurephoto img {
		height: 100%;
		}
	.mip_main {
		position: absolute;
		left: 0;
		top: 300px;
		width: 100%;
		}
	.mip_banner {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100px;
		background-image: url("../img/banner.jpg");
		background-repeat: no-repeat;
		background-color: #394A76;
		z-index: -1;
		}
	.mip_home_photos {
		width: 100%;
		white-space: nowrap;
		margin-left: -1px;
		color: #394A76;
		}
	.mip_home_photos span {
		float: left;
		}
	.mip_home_photos img {
		width: 200px;
		height: 200px;
		}
	.mip_home_photodivider {
		width: 100%;
		background-color: #394A76;
		border-bottom: 1px solid #eee;
		cursor: pointer;
		}
	.mip_home_photodivider span {
		color: #fff;
		padding-left: 10px;
		padding-right: 10px;
		font-weight: plain;
		line-height: 1.5em;
		font-size: 4em;
		opacity: .80;
		text-decoration: none;
		}
	.mip_hiddensection { 
		height: 0;
		opacity: 0; 
		visibility: hidden;
		transition: visibility 0s, opacity 0s; 
		}
	.mip_visiblesection { 
		height: auto;
		opacity: 1; 
		visibility: visible; 
		transition: visibility 0.5s, opacity 0.5s; 
		}
	.mip_home_poster {
		width: 33%;
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		}
	.mip_home_poster img {
		width: 100%;
		}
	.mip_home_photocaption {
		white-space: normal;
		width: 190px;
		padding: 5px;
		padding-bottom: 20px;
		font-family: "Trebuchet MS", Sans-serif;
		}
	.mip_home_photocaptionmore, .mip_home_photocaptionhead {
		line-height: 1em;
		white-space: normal;
		width: 190px;
		padding: 5px;
		}
	.mip_home_photocaptionhead {
		line-height: 1em;
		padding-top: 10px;
		}
	.mip_home_photocaptionhead, .mip_home_photocaptionhead a {
		font-family: "Trebuchet MS", Sans-serif;
		font-weight: normal;
		font-size: 1.125em;
		line-height: 1em;
		}
	.mip_home_photocaptionmore, .mip_home_photocaptionmore a {
		font-weight: bold;
		text-transform: Lowercase;
		}
	.mip_home_photocaptionmore a:hover {
		font-weight: bold;
		text-transform: Lowercase;
		color: #596A96;
		}
	
	.mip_jumplinks {
		position: absolute;
		left: 0;
		top: 348px;
		margin-left: .625em;
		margin-right: .625em;
		width: 164px;
		text-align: right;
		font-family: "Trebuchet MS", Sans-serif;
		font-size: 1em;
		line-height: 1em;
		z-index: 1;
		}
	.mip_jumplinks_logo {
		margin-top: 20px;
		text-align: right;
		opacity: 			.90;
		filter:				alpha(opacity=90);
		}
	.mip_jumplinks_logo div, .mip_jumplinks_logo a {
		font-family: Arial, Sans-serif;
		font-size: .85em;
		color: #394A76;
		}
	.mip_jumplinks_logo img {
		width: 100%;
		margin-bottom: 5px;
		}
	.mip_jumplinks_partners {
		color:#394A76;
		border:1px solid #ddd;
		background-color: #fff;
		padding:3px;
		padding-top:10px;
		padding-bottom:10px;
		text-align:center;
		margin-top:30px;
		border-radius:10px;
		}
	.mip_jumplinks_partners div {
		font-size: 1em;
		padding-top: 15px;
		padding-bottom: 15px;
		}
	.mip_jumplinks_partners img {
		width: 75px;
		}
	.mip_jumplinks_head {
		font-family: "Trebuchet MS", Sans-serif;
		font-size: 1.25em;
		font-weight: bold;
		line-height: 1.65em;
		padding-bottom: 3px;
		letter-spacing: 1px;
		color: #394A76;
		cursor: arrow;
		}
	.mip_jumplinks_subhead, .mip_jumplinks_text {
		font-family: "Trebuchet MS", Sans-serif;
		font-size: .8125em;
		line-height: 1.65em;
		white-space: nowrap;	
		overflow: hidden;
		text-overflow: 		ellipsis;
		-o-text-overflow: 	ellipsis;
		-ms-text-overflow: 	ellipsis;
		}
	.mip_jumplinks_subhead {
		font-weight: bold;
		padding-top: 1em;
		}
	.mip_jumplinks a:hover {
		color: #596A96;
		}
	.mip_contact_us_jumplink {
		font-weight: bold;
		color: #DD9740;
		}

	.mip_extbar {
		/* customize per site */
		position: absolute;
		top: 3px;
		left: 100%;
		width: 300px;
		margin-left: -400px;
		background-color: #888;
		text-align: center;
		opacity: 0.40;
		color: #fff;
		z-index: 1;
			border-radius: 		5px;
	-webkit-border-radius: 		5px;
		 -moz-border-radius: 		5px;
		-ms-border-radius: 		5px;
		 -o-border-radius: 		5px;
		}
	.mip_extbarlinks {
		position: absolute;
		top: 3px;
		left: 100%;
		width: 300px;
		margin-left: -400px;
		text-align: center;
		opacity: 0.97.5;
		z-index: 1;
		color: #eee;
		filter:	alpha(opacity=97.5);
					text-shadow: 0 0 30px #fff;
		-webkit-text-shadow: 0 0 30px #fff;
			 -moz-text-shadow: 0 0 30px #fff;
				-ms-text-shadow: 0 0 30px #fff;
			 -o-text-shadow: 0 0 30px #fff;
		}
	.mip_extbarlinks a {
		padding-left: 7px;
		padding-right: 7px;
		font-size: .8125em;
		font-family: "Trebuchet MS", Sans-serif;
		text-transform: Lowercase;
		color: #eee;
		}
	.mip_extbarlinks a:hover {
		color: #fff;
		text-decoration: none;
		}
	.mip_extbar {
		display: none;
		}

	.mip_navbar {
		position: absolute;
		left: 0;
		top: 100px;
		width: 968px;
		margin: 0;
		padding-left: 5px;
		background-color: #50614F;
		color: #fff;
		border-right: 7px solid #50614F;
		opacity: 0.90;
		z-index: 1;
		}
	.mip_navbar_tab, .mip_navbar_menutitle, .mip_navbar_tab_hilited {
		padding-left: 10px;
		padding-right: 8px;
		padding-top: .5em;
		padding-bottom: .5em;
		color: #eee;
		border: 1px solid #50614F;
		background-color: #50614F;
		}
	.mip_navbar_menutitle {
		display: none;
		}
	.mip_navbar_tab_hilited {
		color: #50614F;
		background-color: #eee;
		border: 1px solid #eee;
		}
	.mip_navbar_tab_text, .mip_navbar_tab_text_hilited {
		font-size: .9375em;
		line-height: 1.125em;
		font-family: "Trebuchet MS", Sans-serif;
		font-weight: Normal;
		font-style: Normal;
		letter-spacing: 1px;
		text-transform: Lowercase;
		background-color: #50614F;
		color: #eee;
		}
	.mip_navbar_prev, .mip_navbar_next {
		display: none;
		}
	.mip_navbar_contact {
		display: none;
		}
	.mip_navbar_extbar {
		display: none;
		}
	.mip_navbar_tab_text_signin_td {
		width: 100%;
		text-align: right;
		}
	.mip_navbar_tab_text_hilited {
		color: #394A76;
		background-color: #eee;
		}
	.mip_navbar_tab_text_hilited:hover, .mip_navbar_tab_hilited:hover {
		}
	.mip_navbar_tab_text:hover {
		color: #394A76;
		color: #fff;
		}

	.mip_transwidget {
		padding-top: 5px;
		min-height: 50px;
		padding-bottom: 5px;
		}
	.slideshow {
		position: absolute;
		top: 347px;
		left: 750px;
		width: 180px;
		height: 180px;
		opacity: 0;
		transition: opacity 0.5s;
		z-index: 2;
		}
	.slideshow img {
		width: 100%;
		height: 100%;
			border-radius: 		15px;
	-webkit-border-radius: 		15px;
		 -moz-border-radius: 	15px;
		-ms-border-radius: 		15px;
		 -o-border-radius: 		15px;
		}
	.slideshowblank {
		opacity: 1;
		background-color: #efefef;
		background-image: linear-gradient(white 2px, transparent 2px),
		linear-gradient(90deg, white 2px, transparent 2px),
		linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px);
		background-size: 25% 50%, 25% 50%, 5% 10%, 5% 10%;
		background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
		}
	.plaintext {
		font-weight: normal;
		text-decoration: none;
		}
	.featureshow {
		position: absolute;
		top: 300px;
		left: 740px;
		width: 300px;
		height: 40px;
		padding: 0;
		opacity: 0;
		transition: opacity 0.5s;
		z-index: 2;
		}
	.featureshowtext {
		text-align: left;
		padding: 10px;
		}
	.quotesshow {
		position: absolute;
		top: 540px;
		left: 730px;
		width: 245px;
		opacity: 0;
		transition: opacity 0.5s;
		}
	.quotesshowtext {
		font-family: "Times New Roman", Sans-Serif;
		font-size: .9375em;
		line-height: 1.25em;
		font-style: Italic;
		text-align: left;
		color: #394A76;
		}
	.store {
		position: absolute;
		top: 1500px;
		left: 790px;
		width: 160px;
		}
	.quotemark {
		font-family: "Times New Roman", Sans-Serif;
		font-style: "Bold";
		font-size: .9375em;
		line-height: 1.25em;
		}
	.quoteattr {
		font-family: "Times New Roman", Sans-Serif;
		font-size: .8125em;
		font-style: normal;
		text-align: right;
		padding-top: .625em;
		}
	input, select {
		font-size: 1em;
		}
	.frm_tdL {
		width: 180px;
		text-align: right;
		border-right: 1px solid #50614F;
		vertical-align: top;
		}
	.frm_infobar {
		white-space: nowrap;
		}
	.frm_tdC {
		width: 520px;
		/*font-size: 12px;*/
		/*font-weight: normal;*/
		text-align: left;
		vertical-align: top;
		}
	.frm_tdCEx {
		width: 140px;
		/*font-size: 10px;*/
		/*font-weight: normal;*/
		text-align: left;
		padding-left: 6px;
		padding-right: 6px;
		padding-top: 3px;
		padding-bottom: 3px;
		}
	.frm_tdR {
		width: 240px;
		vertical-align: top;
		text-align: right;
		padding: 10px;
		padding-top: 20px;
		}
	.frm_tdR img {
		width: 220px;
		}
	.frm_selectnowidth {
		margin: 2px;
		width: 50%;
		}
	.frm_ed, .frm_ednowidth, .frm_edfullwidth {
		padding: 2px;
		padding-right: 0;
		}
	.frm_ed {
		width: 45%;
		}
	.frm_edfullwidth {
		width: 90%;
		}
	.frm_thumbnail {
		margin: 8px;
		margin-top: 15px;
		}
	.roundrect	{
			border-radius: 		15px;
	-webkit-border-radius: 		15px;
		 -moz-border-radius: 		15px;
		-ms-border-radius: 		15px;
		 -o-border-radius: 		15px;
		}
	.frm_thumbnail img {
		max-width: 100px;
		border: 1px solid #394A76;
		}
	.frm_label, .frm_checkboxlabel {
		font-size: .8125em;
		padding-top: 4px;
		padding-bottom: 4px;
		padding-right: 8px;
		}
	.frm_checkboxlabel {
		padding: 0;
		font-weight: normal;
		}
	.frm_field {
		padding: 8px;
		padding-top: 4px;
		padding-bottom: 4px;
		width: 100%;
		white-space: nowrap;
		}
	.frm_required {
		font-family: Comic Sans MS;
		font-size: .9375em;
		color: #50614F;
		letter-spacing: 1px;
		}
	.frm_initcaptext, .frm_initcaptext1, .frm_initcaptext2 {
		font-family: "Trebuchet MS", Serif;
		color: #394A76;
		font-size: 4em;
		line-height: 1em;
		font-weight: normal;
		letter-spacing: 1px;
		}
	.frm_initcaptext1 {
		font-size: 4em;
		}
	.frm_initcaptext2 {
		font-size: 3em;
		}
	.frm_initcaptext3 {
		font-size: 2em;
		}
	.frm_center {
		width: 100%;
		}
	.frm_center img, frm_center_embed img {
		width: 100%;
		}
	.frm_introtext, .frm_introtext_feature, .frm_text_feature, .frm_introtext_home, .frm_text_tight, .frm_text_loose {
		color: #394A76;
		font-weight: normal;
		margin: 8px;
		margin-top: 10px;
		margin-bottom: 10px;
		}
	.frm_introtext_feature, .frm_text_feature {
		padding: 12px;
		background-color: #eee;
			border-radius: 		15px;
	-webkit-border-radius: 		15px;
		 -moz-border-radius: 		15px;
		-ms-border-radius: 		15px;
		 -o-border-radius: 		15px;
		}
	.frm_introtext_bullet img {
		padding: 2px;
		padding-bottom: 3px;
		padding-right: 2px;
		}
	.frm_text_bullet img {
		padding: 1px;
		padding-bottom: 3px;
		padding-right: 2px;
		}
	.frm_text_bullet a {
		text-decoration: underline;
		}
	.featureshowtext img {
		padding: 1px;
		padding-right: 0;
		}
	.frm_introtext, .frm_introtext_home, .frm_introtext_bullet, .frm_introtext_link {
		font-family: "Trebuchet MS", Sans-serif;
		font-size: 1.125em;
		line-height: 1.75em;
		}
	.frm_introtext_full {
		max-width: 675px;
		}
	.frm_introtext_home {
		line-height: 3em;
		}
	.frm_text_tight, .frm_text_bullet, .frm_introtext_bullet {
		margin-top: 0;
		margin-bottom: 0;
		}
	.frm_doublespace {
		padding-bottom: 10px;
		}
	.frm_text_loose {
		color: #394A76;
		font-weight: normal;
		margin: 8px;
		}
	.schedtime {
		white-space: nowrap;
		text-align: right;
		}
	.schedactivity {
		font-weight: plain;
		}
	.yearsched td {
		font-size: .9375em;
		}	
	.frm_subhead, .frm_subhead_first, .frm_subhead_feature, .frm_subhead_plain {
		font-family: "Trebuchet MS", Sans-serif;
		color: #394A76;
		font-weight: bold;
		margin:	8px;
		margin-bottom: 0;
		padding-bottom: 0;
		}
	.frm_subhead_plain {
		font-weight: normal;
		}
	.frm_subhead_plain a {
		font-weight: bold;
		text-decoration: underline;
		}
	.frm_subhead a, .frm_subhead_first a, .frm_subhead_feature {
		color: #394A76;
		text-decoration: none;
		}
	.frm_subhead_first {
		padding-top: 8px;
		}
	.frm_subhead a, .frm_subhead_first a {
		margin: 0;
		padding: 0;
		}
	.frm_subhead_feature {
		margin: 0;
		padding-bottom: 5px;
		}
	.frm_title {
		color: #394A76;
		font-size: 15px;
		font-weight: bold;
		}
	.frm_frontcaption {
		text-align:left;
		margin: 8px;
		font-size: .6875em;
		font-weight: normal;
		line-height: 1em;
		}
	.frm_pix {
		border: 1px solid #fffa98;
		}
	.frm_button {
		font-size: 1em;
		font-weight: bold;
		color: #394A76;
		padding: 2px;
		}
	.frm_textarea {
		font-size: .75em;
		font-weight: normal;
		line-height: 1em;
		color: #394A76;
		width: 90%;
		padding: 2px;
		padding-right: 0;
		margin-right: 0;
		}
	.mip_sectionhead_comment {
		font-size: .75em;
		line-height: 1em;
		color: #fff;
		text-transform: Lowercase;
		letter-spacing: normal;
		padding-left: 6px;
		}
	.mip_sectionhead {
		position: relative;
		width: 100%;
		margin: 0;
		margin-right: -20px;
		text-indent: 10px;
		text-align: left;
		padding-top: .5em;
		padding-bottom: .5em;
		background-color: #50614F;
		color: #eee;
		font-family: "Trebuchet MS", Sans-serif;
		font-weight: Normal;
		font-style: Normal;
		letter-spacing: 1px;
		}
	.mip_sectionhead a {
		color: #eee;
		}
	.mip_picturestrip {
		max-width: 100%;
		margin: 0;
		padding: 0;
		padding-top: 10px;
		white-space: nowrap;
		overflow: visible;
		}
	.mip_picturestrip img {
		width: 33.33%;
		}
	.mip_table_3col, .mip_table_2col {
		width: 100%;
		}
	.mip_table_3col td {
		width: 33%;
		}
	.mip_table_3col td, .mip_table_2col td {
		padding-top: 3px;
		padding-bottom: 3px;
		padding-right: 10px;
		vertical-align: top;
		border-bottom: 1px solid #ddd;
		}
	.mip_colbox_wide {
		font-weight: normal;
		padding-left: 10px;
		padding-right: 10px;
		}
	.mip_contentarea {
		padding: 10px;
		font-size: .75em;
		}
	.mip_bighead {
		font-size: 1.75em;
		font-weight: normal;
		}
	.mip_fb-like {
		position: absolute;
		top: 6px;
		left: 0px;
		width: 99%;
		text-align:right;
		}
	.mip_addtoany {
		padding-left:20px;
		}

/* IPHONE MOCKUP THANKS Håvard Brynjulfsen @ CodePen */

	.iphone {
		box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.2), 0 0 0 1px #999, 0 0 30px 0px rgba(0,0,0,0.7);
		border: 5px solid #d9dbdc;
		background: #f8f8f8;
		padding: 15px;
		border-radius: 50px;
		height: 877px;
		width: 423px;
		position: relative;
		margin: 30px auto;	
		// Scale so that the iPhone fits in view
		transform: scale(.8);
		box-sizing: border-box;
	}
	.iphone-top {
		padding: 5px 110px 40px;
		position: relative; 
		}
	.iphone-speaker {
		display: block;
		width: 70px;
		height: 6px;
		margin: 0 auto;
		border-radius: 6px;
		background: #292728;
		}
	.iphone-camera {
		display: block;
		margin: 0 auto;
		height: 10px;
		width: 10px;
		border-radius: 50%;
		margin-bottom: 13px;
		background: #333;
		}
	.iphone-sensor {
		display: block;
		width: 15px;
		height: 15px;
		float: left;
		background: #333;
		margin-top: -5px;
		border-radius: 50%;
		}
	.iphone-top-bar, .iphone-bottom-bar {
		display: block;
		width: 423px;
		height: 15px;
		position: absolute;
		left: -5px;
		border-left: 5px solid #BBB;
		border-right: 5px solid #BBB;
		}
	.iphone-top-bar {
		top: 65px;
		}
	.iphone-bottom-bar {
		bottom: 65px;
		}
	.iphone-screen {
		background: #eee;
		border: 1px solid #fff;
		height: 677px;
		width: 375px;
		margin: 0 auto;
		border: 2px solid rgba(0,0,0,0.9);
		border-radius: 3px;
		overflow: hidden;
	}
	.iphone-screen iframe {
		width: 100%;
		height: 100%;
		}
	.iphone-buttons {
		}
	.iphone-on-off, .iphone-up, .iphone-down, .iphone-sleep {
		display: block;
		background: #CCC;
		position: absolute;
		border-radius: 2px 0px 0px 2px;
		}
	.iphone-on-off {
		height: 40px;
		width: 3px;
		top: 100px;
		left: -8px;
		}
	.iphone-up, .iphone-down, .iphone-sleep {
		height: 60px;
		width: 5px;
		left: -10px;
		}
	.iphone-up {
		top: 170px;
		}
	.iphone-down {
		top: 250px;
		}
	.iphone-sleep {
		left: auto;
		right: -10px;
		top: 170px;		
		border-radius: 0px 2px 2px 0px;
		}
	.iphone-bottom {
		padding: 10px 0 0;
		}
	.iphone-bottom span {
		display: block;
		margin: 0 auto;
		width: 68px;
		height: 68px;
		background: #ccc;
		border-radius: 50%;
		background: linear-gradient(135deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
		position: relative;
		}
	.iphone-bottom span::after {
		content: "";
		display: block;
		width: 60px;
		height: 60px;
		background: #fff;
		border-radius: 50%;
		position: absolute;
		left: 4px;
		top: 4px;
		}


	.picture_frame {
		background-color:#ddc;
		border:solid 3vmin #eee;
		border-bottom-color:#fff;
		border-left-color:#eee;
		border-radius:2px;
		border-right-color:#eee;
		border-top-color:#ddd;
		box-shadow:0 0 5px 0 rgba(0,0,0,.25) inset, 0 5px 10px 5px rgba(0,0,0,.25);
		box-sizing:border-box;
		display:inline-block;
		margin:1vh 1vw;
		width: 100%;
		height:80vh;
		padding:2vmin;
		position:relative;
		text-align:left;
		}
	.picture_frame iframe {
		border:solid 2px;
		border-bottom-color:#ffe;
		border-left-color:#eed;
		border-right-color:#eed;
		border-top-color:#ccb;
		max-height:100%;
		max-width:100%;
		}
	.picture_frame::before {
		border-radius:2px;
		bottom:-2vmin;
		box-shadow:0 2px 5px 0 rgba(0,0,0,.25) inset;
		content:"";
		left:-2vmin;
		position:absolute;
		right:-2vmin;
		top:-2vmin;
		}
	.picture_frame::after {
		border-radius:2px;
		bottom:-2.5vmin;
		box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
		content:"";
		left:-2.5vmin;
		position:absolute;
		right:-2.5vmin;
		top:-2.5vmin;
		}
}

	a {
		}
	a:hover {
		text-decoration: underline;
		}

	.italic {
		font-style: italic;
		}
	.paddedafter {
		padding-bottom: 10px;
		}
	.paddedbefore {
		padding-top: 10px;
		}

	.smallscreenonly {
		display: none;
		}
	.largescreenonly {
		display: block;
		}

/* DEFAULT TRANSITIONS */
	
	xxxdiv, xxxiframe {
		transition: all .25s linear, background-color 0s;
		}

/* mobile/small screens */

	@media screen and (max-width: 640px) {
	body {
		font-size: .85em;
		}
	.smallscreenonly {
		display: block;
		}
	.largescreenonly {
		display: none;
		}
	.slideshow, .featureshow, .quotesshow {
		display:none;
		}
	.mip_tagline {
		top: 25px;
		letter-spacing: 1px;
		font-size: 2em;
		width: 100%;
		text-align: center;
		margin-left: 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: 		ellipsis;
		-o-text-overflow: 	ellipsis;
		-ms-text-overflow: 	ellipsis;
		}
	.mip_banner {
		height: 50px;
		}
	.frm_introtext_home {
		line-height: 2em;
		}
	.frm_infobar {
		text-align: center;
		}
	.mip_home_photodivider span {
		font-size: 1.5em;
		line-height: 2em;
		}
	.mip_featurephoto {
		left: 0;
		top: 50px;
		height: 100px;
		width: 100%;
		}
	.mip_extbar, .mip_extbarlinks {
		display: block;
		top: 50px;
		left: 0;
		width: 100%;
		margin-left: 0;
		border-radius: 0;
		}
	.mip_extbarlinks a {
		text-decoration: none;
		}
	.mip_fb-like {
		display: none;
		top: 125px;
		text-align: left;
		padding-left: 5px;
		z-index: 2;
		}
	.mip_jumplinks {
		display: none;
		}
	.mip_jumplinks_head {
		display: none;
		}
	.mip_jumplinks_subhead, .mip_jumplinks_text {
		text-align: left;
		margin-left: 100%;
		padding-left: 175px;
		width: 40%;
		max-width: 40%;
		}
	.mip_jumplinks_subhead a, .mip_jumplinks_text a {
		text-decoration: none;
		}
	.mip_addtoany, .mip_transwidget {
		display: none;
		position: absolute;
		text-align: left;
		width: 45%;
		left: 101%;
		top: 0px;
		margin: 0;
		padding: 0;
		}
	.mip_transwidget {
		top: 40px;
		}
	.mip_jumplinks {
		left: -100%;
		top: 200px;
		margin: 0;
		padding: 0;
		background-color: #fff;
		width: 100%;
		z-index: 0;
		}
	.mip_jumplinks_logo {
		background-color: #fff;
		}
	.mip_jumplinks_logo img {
		padding-top: 2em;
		width: 150px;
		background-color: #fff;
		}
	.mip_jumplinks_logo div, .mip_jumplinks_logo a {
		font-size: 1em;
		line-height: 1.5em;
		}
	.mip_jumplinks_contact, .mip_jumplinks_partners {
		text-align: center;
		font-size: 1em;
		line-height: 1.5em;
		border: 1px solid #ddd;
		padding: 3px;
		padding-top: 1em;
		padding-bottom: 1em;
		}
	.mip_jumplinks_partners img {
		width: 100px;
		}
	.mip_navbar {
		top: 150px;
		width: 100%;
		border-right: none;
		padding: 0;
		margin: 0;
		}
	.mip_navbar_menutitle {
		display: block;
		text-align: center;
		}
	.mip_navbar_menu {
		display: none;
		}
	.mip_navbar_table {
		border-spacing: 0;
		width: 100%;
		}
	.mip_navbar_table th, .mip_navbar_table td {
		position: relative;
		float: left;
		width: 100%;
		text-align: center;
		}
	.mip_navbar_tab, .mip_navbar_menutitle, .mip_navbar_tab_hilited {
		margin: 0;
		padding: 0;
		padding-top: .5em;
		padding-bottom: .5em;
		}
	.mip_navbar_tab_hilited {
		width: 100%;
		}
	.mip_navbar_tab_text, .mip_navbar_tab_text_hilited {
		font-size: 1.25em;
		line-height: 1.25em;
		}
	.mip_navbar_tab a, .mip_navbar_menutitle a, .mip_navbar_tab_hilited a {
		text-decoration: none;
		}
	.mip_navbar_contact {
		display: block;
		}
	.mip_navbar_extbar {
		display: block;
		}
	.mip_navbar_prev, .mip_navbar_next {
		position: absolute;
		display: block;
		top: 150px;
		height: 40px;
		width: 40px;
		line-height: 32px;
		padding: 2px;
		z-index: 1;
		}
	.mip_navbar_prev {
		left: 5px;
		text-align: left;
		}
	.mip_navbar_next {
		right: 5px;
		text-align: right;
		}
	.mip_navbar_prev span, .mip_navbar_next span {
		display: none;
		}
	.mip_navbar_menuarrow {
		position: absolute;
		margin-left: 100%;
		left: -35px;
		top: -135px;
		color: #fff;
		font-family: "Verdana", Sans-serif;
		display: inline-block;
		cursor: pointer;
		vertical-align: bottom;
		padding-bottom: 2px;
		}
	.mip_navbar_menuarrow_bar1, .mip_navbar_menuarrow_bar2, .mip_navbar_menuarrow_bar3 {
		width: 20px;
		height: 3px;
		background-color: #eee;
		margin: 3px 2px;
		transition: 0.3s;
	}
	.mip_navbar_menuarrow_change .mip_navbar_menuarrow_bar1 {
		-webkit-transform: rotate(-45deg) translate(-4px, 4px);
		transform: rotate(-45deg) translate(-4px, 4px);
	}
	.mip_navbar_menuarrow_change .mip_navbar_menuarrow_bar2 {
		opacity: 0;
		}
	.mip_navbar_menuarrow_change .mip_navbar_menuarrow_bar3 {
		-webkit-transform: rotate(45deg) translate(-4px, -5px);
		transform: rotate(45deg) translate(-4px, -5px);
	}
	.mip_navbar_prev a, .mip_navbar_next a {
		font-family: "Verdana", Sans-serif;
		font-size: 2.5em;
		color: #fff;
		opacity: 0.90;
		text-decoration: none;
		}
	.mip_sectionhead {
		opacity: .6;
		text-align: center;
		text-indent: 0;
		font-size: 1.25em;
		line-height: 1.25em;
		}
	.mip_sectionhead a {
		text-decoration: none;
		}
	.centerblock {
		position: absolute;
		width: 100%;
		left: 0;
		margin-left: 0;
		}
	.mip_main {
		top: 180px;
		}
	.frm_tdL {
		width: 0;
		border: none;
		display: none;
		}
	.frm_label {
		display: none;
		}
	.frm_tdCEx {
		width: 0;
		}

	.frm_tdC, .frm_tdR { 
		display: block;
		width: 100%;
		margin:0;
		padding:0;
		}
	.frm_tdR {
		white-space: nowrap;
    	overflow: hidden;
		text-overflow: ellipsis;
		}
	.frm_tdR img {
		margin:0;
		padding:0;
		width: 100%;
		}

	a {
		text-decoration: underline;
		}
	a:hover {
		text-decoration: none;
		}

	}

