html {
	overflow-y: scroll; 
}

div {
	font-family: 'Open Sans', arial, sans-serif;
}

body {
	margin: 0;
	color: #545454;
	-webkit-text-size-adjust: 100%;
}

nav, footer, main, artice{
	display: block;
}

a { color: #358FFF; text-decoration: none; }

h1 { font-size: 24px; font-weight: bold;}

.img300right{
	width: 300px;
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}

.img300left{
	width: 300px;
	margin-bottom: 5px;
	margin-right: 10px;
}

.img500right{
	width: 500px;
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}

.img500left{
	width: 500px;
	margin-bottom: 5px;
	margin-right: 10px;
}

.imgfullwidth{
	width: 100%;
}

.imgReadMore{
	display: inline-block;
	background-color: #0c0;
	background-image: url('/images/readmoreUp.png');
	background-position: right;
	background-repeat: no-repeat;
	font-style: italic;
	padding-right: 22px;
	font-weight: bold;
	border-radius: 10px;
	color: #fff;
	padding-left: 7px;
	line-height: 20px;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
	text-decoration: none;
}

.imgReadMore:hover{
	background-image: url('/images/readmoreDown.png');
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

.main_wrap {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0;
}

.logo {
	height:100px;
	margin-top:20px;
	margin-left:5px;
}

.menu_head {
	position: relative;
	float: left;
	width: 24%;
	height: 30px;
	margin: 0 .5%;
	color: #358FFF;
	border-bottom: 1px solid #ccc;
	line-height: 34px;
	cursor: pointer;
	font-size: 16px;
}

.menu_head .inner {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow-x: hidden;
}

.menu_head:hover {
	border-bottom: 1px solid #49CF2B;
}

.menu_head a { display: block; }

ul.menu {
	position: absolute;
	top: 35px;
	left: 0px;
	background: #fff;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);	
	z-index: 100;
	display: none;
}
ul.menu li { padding: 0 2%; }
ul.menu li a { display:block; white-space: nowrap; overflow-x: hidden; text-overflow: ellipsis; }
ul.menu li:hover { background: #358FFF; }
ul.menu li:hover a { color: #fff }

.menu550 {
	display:block; 
	display: none;
	margin-top:20px;
	float:right; 
}

.montage{
	position: relative;
	height: 50px;
	width: 100%;
	background-image: url("/images/banner/montage.png");
	background-repeat: repeat-x;
	margin: 0 0 10px 0;
}

.banner {
	position: relative;
	margin-top: 20px;
	height: 250px;
	background-color: #fff;
	/*background-position: center;*/
	/*background-size: 3000px 250px;*/
	background-size:100%;
	max-width: 1000px;
	background-repeat: no-repeat;
	margin: 0 auto;
	
	overflow: hidden;
}

.banner .tmp_bgnd {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 250px;
	/*background-position: center;*/
	/*background-size: 3000px 250px;*/
	background-size: 100%;
	max-width: 1000px;
	background-repeat: no-repeat;
	margin: 0 auto;
	
	display: none;
}

.banner .wrap {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	height: 250px;
}

.banner .wrap .slide {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 250px;
	background-position: center;
}

.banner .wrap .slide .image {
	position: absolute;
	left: 5px;
	top: 0px;
	/*width: 320px;
	height: 250px;*/
	width: 99%;
	height: 250px;
	/*background-position: center;*/
	background-size: 100%;
	background-repeat: no-repeat;
}
.banner .wrap .slide .text {
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin-right: 20px;
	margin-bottom: 50px;
	color: #fff;
	font-family: verdana, helvetica, sans-serif;
	text-align: right;
}

.banner .wrap .pages {
	position: absolute;
	right: 2px;
	top: 10px;
	/*bottom: 20px;*/
}

.banner .wrap .pages .page {
	float: left;
	border-style: solid;
    border-width: 1px;
	border-color: #ccc;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background: #fff;
	margin-right: 8px;
	cursor: pointer;
}
.banner .wrap .pages .page.active {
	background: #000;
}

.page_content{
	width: 99%;
	font-size: 14px;
	margin: 0 .5% 10px .5%;	
}

.home_content{
	float: left;
	width: 65%;
	font-size: 14px;
	margin: 0 .5% 10px .5%;	
}

.page_content p, .home_content p {
	line-height: 20px;
}

.home_services{
	float: left;
	width: 33%;
	margin: 0 .5% 10px .5%;
}

.home_services .item {
	display: block;
	padding: 10px 0px 10px 10px;
	margin: 10px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.home_services .item:hover { text-decoration: underline; }

.home_services .blue {
	background: #358FFF;
}

.home_services .grey {
	background: #666666;
}

.home_services .pink {
	background: #49CF2B;
}

.home_services .item .image {
	float:left; 
	display:block; 
	margin: 0 10px 0 0; 
	border-radius: 15px;
}

.footer {
	background: #ccc;
	font-size: 11px;
}

.footer a { color: #545454; text-decoration: none; }
.footer a:hover { color: #49CF2B; text-decoration: none; }

.footer .menu_items {
	float: left;
	width: 24%;
	margin: 10px .5%;
	font-size: 12px;
	line-height: 18px;
}

.footer .logo {
	position: absolute;
	bottom: 15px;
	right: .5%;
}

.footer hr {
display: block;
margin: 0 0 13px 0;
padding: 0;
height: 1px;
border: none;
border-top: 1px solid #c7ced6;
border-bottom: 1px solid #fff;
}

.footer .social {
	float: left;
	margin: 0 .5%;
}

.footer .social .item {
	float:left; 
	display:block;
	margin: 0 4px 0 0;
}

.footer .right {
	position: absolute;
	right:.5%; 
	bottom: 10px;
}

.footer .contact {
	float: left;
	margin: 0 .5% 10px .5%;
}

.footer .dsLogo {
	width: 36px;
	height: 16px;
}

.footer .dsLink:hover { color: #1C3A85; text-decoration: none; }

.footer550{
	display: none;
	background: #ccc;
	padding: 10px 0 0 0;
	font-size: 14px;	
}

.footer550 a { color: #545454; text-decoration: none; }
.footer550 a:hover { color: #49CF2B; text-decoration: none; }

.footer550 .social {
	width: 100%;
}

.footer550 .social .item {
	float:left; 
	display:block;
	margin: 0 5px 0 0;
}

.footer550 .contact {
	margin: 0 0 10px 0;
}

.footer550 .dsLink:hover { color: #1C3A85; text-decoration: none; }

.footer550 .dsLogo {
	width: 36px;
	height: 16px;
}

#mobile_menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 192px;
	margin: 0;
	padding: 0;
	height: 100%;
	list-style: none;
	color: #fff;
	background: #444;
	font-family: 'Open Sans', arial, sans-serif;
	z-index: 10;
	visibility:hidden;
}
#mobile_menu li {
	padding: 5px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #222;
}
#mobile_menu li a {
	display: block;
	text-decoration: none;
	color: #fff;
}

ul.mobilePanel {
	display: none;
}

#page {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 20;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;	
}
#page.menu_visible {
	left: -192px;
}
#page.anim {
	transition: transform .25s ease-in-out;
	-webkit-transition: -webkit-transform .25s ease-in-out;
}
#page.anim.left {
	transform: translate3d(-192px, 0, 0);
	-webkit-transform: translate3d(-192px, 0, 0);
}
#page.anim.right {
	transform: translate3d(192px, 0, 0);
	-webkit-transform: translate3d(192px, 0, 0);
}

blockquote {
	position: relative;
	font-style: italic;
    quotes: "\201C" "\201D" "\2018" "\2019";
	margin: 0 40px;
}

blockquote:before, blockquote:after {
	font-weight: bold;
	font-size: 32px;
	position: absolute;
}

blockquote:before {
    content: open-quote;
	top: -5px;
	left: -16px;
}
blockquote:after {
    content: close-quote;
	bottom: -11px;
	right: -14px;
}


/* tablets and low res desktops */
@media screen and (min-width:641px) and (max-width:800px) {
	.logo {	height:66px; }
	.img500right { width: 300px;}
	.img500left { width: 300px;}
	/*.banner, .banner .tmp_bgnd, .banner .wrap, .banner .wrap .slide { height: 188px; }
	.banner, .banner .tmp_bgnd { background-size: 2256px 188px;}
	.banner .wrap .slide .image { width: 240px; height: 188px; }*/
	.banner, .banner .tmp_bgnd, .banner .wrap, .banner .wrap .slide { height: 200px; }
	/*.banner, .banner .tmp_bgnd { background-size: 2256px 200px;}*/
	.banner .wrap .slide .image { margin-left: 8px; width: 96%; height: 200px; }
	.main_wrap { padding: 0 10px; }
	.footer .logo { right: 14px; }
}
/* landscape smartphones */
@media screen and (min-width:551px) and (max-width:640px) {
	.logo {	height:50px; }
	.img300right { width: 250px;}
	.img300left { width: 250px;}
	.img500right { width: 250px;}
	.img500left { width: 250px;}
	/*.banner, .banner .tmp_bgnd, .banner .wrap, .banner .wrap .slide { height: 188px; }
	.banner, .banner .tmp_bgnd { background-size: 2256px 188px;}
	.banner .wrap .slide .image { width: 240px; height: 188px; }*/
	.banner, .banner .tmp_bgnd, .banner .wrap, .banner .wrap .slide { height: 160px; }
	/*.banner, .banner .tmp_bgnd { background-size: 2256px 160px;}*/
	.banner .wrap .slide .image { margin-left: 8px; width: 96%; height: 160px; }
	.home_services { display: none; }
	.home_content { width: 100%; }
	.main_wrap { padding: 0 10px; }
	.footer .logo { right: 13px; }
}

/* portrait smartphones */
@media screen and (max-width:550px) {
	.logo {	height:50px; }
	.img300right { width: 200px;}
	.img300left { width: 200px;}
	.img500right { width: 200px;}
	.img500left { width: 200px;}
	.banner, .home_services, .footer, .menu_head { display: none; }
	.home_content { width: 100%; }
	.main_wrap { padding: 0 10px; }
	.footer550, .menu550 { display:block; }
}

@media screen and (max-width:460px) {
	.img300right { width: 100%; margin: 0 0 5px 0;}
	.img300left { width: 100%; margin: 0 0 5px 0;}
	.img500right { width: 100%; margin: 0 0 5px 0;}
	.img500left { width: 100%; margin: 0 0 5px 0;}
	
}
