


/* page layout - don't show in small */

#dyn_illustrations,
#dyn_illus_holder_cover,
#header_logo_large,
#dyn_illustrations_page {
	display:none;
}



/* page layout - holders content etc */

header_bg{
	width:100%;
	min-width:300px;
	height:auto;
	min-height:60px;
	
	background-image:none;
}
header {
	position:fixed;
	top:0px;
	left:0px;
	z-index:15;
	
	width:100%;
	min-width:300px;
	height:auto;
}

headerlogo_holder_small {
	min-width:300px;
	display:table;
	z-index:18;
	width:100%;
	position:relative;
	top:0px;
	left:0px;
	
}
#div_headerlogo_holder_small {
	display:table;
	position:relative;
	width:100%;
	min-width:300px;
}
#div_logo_holder_small,
#div_menu_holder_small{
	display:table;
	position:relative;
	min-width:300px;
	width:100%;
}
#div_logo_holder_small {
	/*
	background-image:url(../graphics/header_bg_repeat.jpg);
	background-position: center top;
	background-size: auto 100%;
	*/
}

#div_menu_holder_small{
	display:table;
	height:auto;

	background-color:#003399;
}

#div_logo_holder_small_inner {
	position:relative;
	width:70%;
	margin:5px 10px 0px 0px;
	height:auto;
	float:right;
}


header_image_small_screen {
	position:relative;
	display:table;
	top:150px;
	width:100%;
	min-width:300px;
	height:auto;
	
	z-index:0;
}

.header_illustrations_holder_small {
	width:100%;
	height:auto;
	min-height: 80px;
	border-bottom: solid 2px #f3901d;
}

#page_illustration_text_small {
	position:absolute;
	display:table;
	top:150px;
	width:90%;
	min-width:270px;
	margin:4% 5% 5% 5%;
	height:auto;
	z-index:5;
	
	text-align:right;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size: 32px;
	font-weight:700;
	line-height:1.5;
	color:#FFFFFF;
	
	text-shadow:-4px 4px 3px #666666;
}

.page_illustration_text_holder_small {
	width:100%;
	height:auto;
	min-height: 80px;
}






page_holder {
	min-width:300px;
	top:150px;
	padding:0px;
}

#div_page_content_holder {
	width:100%;
	min-width:300px;
	left:0px;
	top:0px;
}
#div_page_content_holder_inner {
	width:100%;
	min-width:300px;
	left:0px;
	top:0px;
	background-image:none;
	display:block;
	padding-bottom:0px;
	padding-top:0px;
}

#div_page_text_holder{
	width:100%;
	float:none;
	top:0px;
	left: 0px;
	padding-right:0px;
	padding-left:0px;
	border: none;
	margin-bottom:0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#div_page_text_holder_inner{
	position:relative;
	width:auto;
	text-align:left;
	margin-left:12px;
	margin-right:12px;
	padding-top:10px;
	padding-bottom:50px;
}


.page_image_holder {
	width:100%;
	height:auto;
	float:right;
	margin: 15px 0px 15px 0px;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.illustrations_page_core_left,
.illustrations_page_core_right {
	width:46%;
	margin: 0 0 5% 0;
	border: 1px outset #f3901d;
}
.illustrations_page_core_right {
	margin: 0 0 5% 0;
}




/*contact form*/

.div_cf_fields_holder{
	height:70px;
}

.div_cf_fields_holder_zip_city{
	height:105px;
}

.div_cf_fields_label,
.div_cf_field,
.div_cf_field_zip,
.div_cf_field_city,
.div_cf_field_subject{
	width:100%;
	float:none;
}
.div_cf_field{
	width:100%;
}
.div_cf_field_zip{
	width:80px;
}
.div_cf_field_city{
	width:100%;
}
.div_cf_field_subject{
	width:100%;
}
.div_cf_field_msg{
	width:100%;
}
.div_cf_fields_holder_cap{
	height:180px;
}
.div_cf_captcha,
.div_cf_field_captcha{
	width:100%;
	float:none;
}
.div_cf_button{
	width:100%;
	float:none;
}
