﻿@charset "utf-8";
/* CSS Document */
/*Contactus start*/
.content {
    position: relative;
	width: 1000px;
	height: auto;
	margin: -30px auto 0;
	background-color: white;
	margin-bottom: 50px;
	border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
}
.content:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 95%;
    box-shadow: 0px 0px 5px #efefea;
    -webkit-box-shadow: 0px 0px 5px #efefea;
    -moz-box-shadow: 0px 0px 5px #efefea;
    -o-box-shadow: 0px 0px 5px #efefea;
    -ms-box-shadow: 0px 0px 5px #efefea;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.content_left , .content_right {
	display: inline-block;
	padding-top: 30px;
	vertical-align: top;
}
.content_left {
	width: 64.5%;
	text-align: left;
	padding-left: 2%;
	padding-right: 2%;
}
.content_left_title {
	padding-bottom: 2%;
}
.content_left_title i {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(/Content/web_images/home.png) no-repeat center center;
}
.content_left_title span{
	color: rgb(23,181,232);
}
#Map {
	width: 650px;
	height: 400px;
	border-radius: 5px;
}

.content_right {
	width: 30%;
}
.content_right h2 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding-top: 10%;
	padding-bottom: 2%;
}
.content_right p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	line-height: 25px;
	color: #999;
}
.content_right_mrg {
	margin: 5% 0;
}
.content_email {
	text-indent: 19%;
}
.content_right span a {
	display: inline-block;
	margin-top: 12%;
	color:#17b5e8;
}
.content_right span a:hover {
	text-decoration: underline;
}



/*Contactus end*/