html {
	overflow-y: scroll;
	height: 100%;
}

body,html {
	margin:0px;
	padding: 0px;
	background-color:#FFF;
	/*
	background-image:url(../graphics/bg_repeat.jpg);
	background-repeat:repeat;
	*/
}



/* page layout - don't show in large */

header_image_small_screen,
headerlogo_holder_small,
#page_illustration_text_small {
	display:none;
}

header_bg{
	position:fixed;
	top:0px;
	left:0px;
	z-index:12;
	
	width:100%;
	min-width:1000px;
	height:120px;

	background-color:#FFFFFF;
	border-bottom:#f3901d solid 2px;
	-moz-box-shadow: 0px 6px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 6px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 6px 3px rgba(0,0,0,0.4);

	/*
	background-image:url(../graphics/header_bg_repeat.jpg); 
	background-repeat:repeat-x;
	*/
}
.header_footer_bg_green,
#dyn_illus_cover_left {
	height:100%;
	width:auto;
	min-width: 255px;
	float:left;
	
	background-color:#00833d;
}
.header_footer_red_line_right {
	height:100%;
	width:150px;
	float:left;
	background-color:#FFFFFF;
	border-right:#00833d solid 4px;
}


header {
	position:fixed;
	top:0px;
	left:0px;
	z-index:15;
	
	width:100%;
	min-width:1000px;
	height:120px;
}
#header_logo_large{
	position:relative;
	width:100%;
	min-width:1000px;
	height:100%;
}
#header_logo_large_holder{
	position: relative;
	width:100%;
	min-width:1000px;
	max-width:1300px;
	height:100%;
	margin:0 auto;
	left: 0;
	top: 0px;
	display:block;
}
#header_logo_large_inner{
	position: relative;
	width:60%;
	height:100%;
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:block;
}





#dyn_illustrations,
#dyn_illus_holder_cover {
	top:105px;
	position:fixed;
	width:100%;
	min-width:1000px;
	min-height:400px;
	z-index:1;
}

#dyn_illustrations {
	margin-left:-1%;
	width:101%;
	
	/*
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
	*/
}

#dyn_illus_holder_cover {
	z-index:3;
}

#dyn_illus_cover_left {
	background-color: rgba(0,51,153,0.25);
}








page_holder {
	/* org situation with dynamic header
	top:150px;
	 */
	top:160px;
	display:block;
	width:100%;
	min-width:1000px;
	position:relative;
	z-index:8;
	left:0px;
	overflow:visible;
	text-align:center;
}
#div_page_content_holder {
	position:relative;
	width:100%;
}
#div_page_content_holder_inner {
	position:relative;
	width:100%;
	min-width:1000px;
	max-width:1300px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display:block;
}

#div_page_text_holder{
	position:relative;
	width:50%;
	float:right;
	top:0px;
	padding:2%;
	margin:0px 0px 0px 0px;
	
	background-color: rgba(255,255,255,0.8);
	border-top: 2px solid #f3901d;
	border-left: 2px solid #f3901d;
	border-right: 2px solid #717073;
	border-bottom: 2px solid #717073;

	-moz-box-shadow: -6px 6px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: -6px 6px 3px rgba(0,0,0,0.4);
	box-shadow: -6px 6px 3px rgba(0,0,0,0.4);

	/*
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	*/
}
#div_page_text_holder_inner{
	position:relative;
	width:100%;
	height:auto;
	padding-bottom:20px;
}

#dyn_illustrations_page,
.illustrations_page_core_left,
.illustrations_page_core_right {
	position:relative;
	display:block;
	width:400px;
	height:250px;
	float:right;
	margin: 0px 0px 15px 15px;
	
	border: 2px outset #f3901d;


	-moz-box-shadow: -5px 5px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: -5px 5px 3px rgba(0,0,0,0.4);
	box-shadow: -5px 5px 3px rgba(0,0,0,0.4);

	/*
	border-top: 2px outset #f3901d;
	border-left: 2px outset #f3901d;
	border-right: 2px outset #717073;
	border-bottom: 2px outset #717073;
	border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	*/
}

.illustrations_page_core_left,
.illustrations_page_core_right {
	width:47%;
	height:auto;
	float:left;
	margin: 0 0 4% 0;
}
.illustrations_page_core_right {
	float:right;
}


#dyn_illustrations_page_imgs,
.illustrations_page_core_imgs {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	margin: 0px 0px 0px 0px;


	/*
	-webkit-clip-path: inset(0% 0% 0% 0% round 23px);
  	clip-path: inset(0% 0% 0% 0% round 23px);
	*/
}


.page_image_holder {
	position:relative;
	display:block;
	width:325px;
	height:auto;
	float:right;
	margin: 0px 0px 15px 15px;
	
	border: 1px outset #f3901d;

	-moz-box-shadow: -5px 5px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: -5px 5px 3px rgba(0,0,0,0.4);
	box-shadow: -5px 5px 3px rgba(0,0,0,0.4);
}

.page_image {
	position:relative;
	display:block;
	width:92%;
	height:auto;
	float:right;
	margin: 0px 4% 0px 4%;
}

/*contact form*/

#div_cf_main{
	width:100%;
}
#div_cf_inner{
	width:100%;
}
.div_cf_txt,
.div_cf_txt_error,
.div_cf_fields_label{
	width:100%;
	text-align:left !important;
	font-family: 'Lato', serif;
	font-size: 16px;
	font-weight:400;
	text-align: left;
	line-height:25px;
	color: #717073;
}
.div_cf_txt_error{
	color: #FF0000;
	padding-bottom:15px;
	font-weight:700;
}
.div_cf_fields_holder,
.div_cf_fields_holder_zip_city{
	width:100%;
	height:40px;
	display:block;
}
.div_cf_fields_label,
.div_cf_field,
.div_cf_field_zip,
.div_cf_field_city,
.div_cf_field_subject{
	width:220px;
	display:block;
	margin-bottom:5px;
	margin-top:5px;
	float:left;
}
.div_cf_field{
	width:300px;
}
.div_cf_field_zip{
	width:80px;
}
.div_cf_field_city{
	width:220px;
}
.div_cf_field_subject{
	width:390px;
}
.div_cf_field_msg{
	width:650px;
	height:auto;
	display:block;
}
.div_cf_fields_holder_cap{
	width:100%;
	height:60px;
	display:block;
}
.div_cf_captcha,
.div_cf_field_captcha{
	width:220px;
	height:75px;
	display:block;
	float:left;
	line-height:18px;
	vertical-align:bottom;
}
.div_cf_button{
	width:200px;
	height:60px;
	display:block;
	float:right;
	vertical-align:bottom;
	bottom:0px;
	text-align:right;
}



.buttonstyle{
	background-color: #f3901d;
	width: 170px;
	height: 30px;
	font-family: 'Lato', serif;
	font-size: 16px;
	font-weight:700;
	color: #FFFFFF;
	border-width: 1px;
}



.toggle_info_panel {
	width:100%;
	position:relative;
	height:auto;
	display:none;
	
	margin-top:0px;
	padding-top:5px;
	padding-bottom:5px;
	
	border-top:solid 1px #f3901d;
	border-bottom:solid 1px #f3901d;
}

