@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background:#1e242b;
	font-family:Arial, Helvetica, sans-serif;
}
blue{
	color:#0674d1;
}
div{
	-webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    transition: all 600ms ease;
}
h1, h2{
	margin:0px ;
	padding:0px;
}
h2{
	font-size:16px;
	font-weight:normal;
}
::-webkit-selection {
	background-color: #000;
	color: #fff;
}
::-ms-selection {
	background-color: #000;
	color: #fff;
}
::-moz-selection {
	background-color: #000;
	color: #fff;
}
 
::selection {
	background-color: #000;
	color: #fff;
}
@font-face
{
	font-family:pro;
	src: url('../fonts/ava.TTF'),
	 url("../fonts/ava.eot") /* EOT file for IE */
}
a img{
	outline:none;
	border:none;
}
ul, li{
	margin:0px;
	padding:0px;
}
.main{
	width:100%;
	height:auto;
	background:#edecea;
}
.top{
	width:100%;
	height:3px;
	background:#000;
}
.wrapper{
	width:960px;
	height:auto;
	margin:auto;
	background:url(../images/bg.png) repeat;
}
.header{
	width:960px;
	height:auto;
}
.nav-wrapper{
	width:960px;
	height:53px;
	background:url(../images/nav-bg.jpg) repeat-x;
}
.nav{
	width:675px;
	height:53px;
	float:left;
	line-height:53px;
	color:#fff;
	font-size:14px;
}
.nav ul li{
	list-style:none;
	float:left;
	background:url(../images/line.jpg) no-repeat right;
}
.nav ul li a{
	text-decoration:none;
	color:#fff;
	padding-left:20px;
	padding-right:20px;
	display:block;
}
.nav ul li a:hover{
	background:url(../images/nav-hover.jpg) repeat-x;
}
.nav-active{
	background:url(../images/nav-hover.jpg) repeat-x;
}
.mail{
	width:275px;
	height:53px;
	float:left;
	line-height:53px;
	color:#8d8d8d;
	text-align:right;
	padding-right:10px;
	font-size:13px;
	background:url(../images/mail.png) no-repeat left;
	background-position:70px;
}
.mail a{
	text-decoration:none;
	color:#8d8d8d;
}
.mail a:hover{
	color:#fff;
}
.logo-wrapper{
	width:960px;
	height:71px;
	line-height:71px;
	background:#edecea;
}
.logo{
	width:735px;
	height:71px;
	float:left;
	font-size:28px;
	font-family:Arrus BT;
}
.logo a{
	text-decoration:none;
	color:#272727;
}
.call{
	width:215px;
	height:71px;
	float:left;
	font-size:17px;
	padding-right:10px;
	text-align:right;
	background:url(../images/call.png) no-repeat left;
	background-position:8px;
	font-family:Arrus BT;
}
.banner{
	width:941px;
	height:348px;
	border:10px solid #fff;
	margin:auto;
	overflow:hidden;
	-webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.75);
	-ms-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.75);
}
.banner-inner{
	width:941px;
	height:200px;
	border:10px solid #fff;
	margin:auto;
}
.center{
	width:941px;
	height:auto;
	padding:9px;
}
.content{
	width:941px;
	height:auto;
	text-align:justify;
	font-size:12px;
	line-height:18px;
}
.clear{
	clear:both;
}
.home-side1{
	width:664px;
	height:auto;
	float:left;
	padding-right:10px;
}
.home-side2{
	width:265px;
	height:auto;
	float:right;
}
.title{
	width:65%;
	height:30px;
	text-align:left;
	line-height:30px;
	font-size:17px;
	color:#1e252c;
	font-weight:bold;
	border-bottom:1px solid #999;
	margin-bottom:10px;
}
.title2{
	width:100%;
	height:30px;
	text-align:left;
	line-height:30px;
	font-size:17px;
	color:#1e252c;
	font-weight:bold;
	border-bottom:1px dashed #000;
	margin-bottom:10px;
}
.readmore{
	width:100%;
	height:22px;
	text-align:right;
	bottom:0px;
}
.home-article{
	width:245px;
	height:auto;
	padding:10px;
	background:#fff;
}
.scroll{
	width:245px;
	height:115px;
	overflow:hidden;
}
.newsticker-jcarousellite { width:245px; height:115px; overflow:hidden; }
.newsticker-jcarousellite ul li{ height:auto; list-style:none; border-bottom:1px dotted #CCC; display:block; padding-bottom:5px; padding-top:5px; }
.newsticker-jcarousellite ul li a{ text-decoration:none; color:#000; display:block;}
.newsticker-jcarousellite ul li a:hover{ text-decoration:none; color:#03F; }

.quick-contact{
	width:245px;
	height:auto;
	padding:10px;
	background:#f0f0c8;
}
.appointments{
	width:245px;
	height:auto;
	padding:10px;
	color:#fff;
	background:#1e232b;
}
.home-aricle2{
	width:644px;
	height:auto;
	padding:10px;
	background:#f6f6f6;
	margin-top:20px;
}
.aricle-box{
	width:300px;
	float:left;
	padding-right:10px;
	text-align:left;
	border-left:1px solid #999;
}
.footer{
	width:100%;
	height:103px;
	background:#1e242b;
	margin-top:10px;
	color:#ccc;
	font-size:11px;
}
.footer a{
	text-decoration:none;
	color:#ccc;
}
.footer a:hover{
	text-decoration:none;
	color:#fff;
}
.footer-insite{
	width:960px;
	height:auto;
	padding-top:20px;
	margin:auto;
}
.footer-left{
	width:434px;
	height:auto;
	float:left;
	padding-left:10px;
}
.footer-right{
	width:400px;
	height:auto;
	padding-right:10px;
	float:right;
	text-align:right;
}
.social{
	width:auto;
	height:auto;
	float:rightl
}
.article-in{
	width:100%;
	height:auto;
}
.article-in ul li{
	list-style:circle;
	margin-left:20px;
	padding-left:10px;
	padding-bottom:5px;
	padding-top:5px;
	line-height:18px;
	border-bottom:1px dotted #999;
}
.article-in ul li a{
	text-decoration:none;
	color:#006;
}
.article-in ul li a:hover{
	color:#C00;
	text-decoration:underline;
}
.article-details-title{
	width:100%;
	height:40px;
	border-bottom:1px dashed #000;
}
red{
	color:#C00;
}
red a{
	text-decoration:none;
	color:#C00;
}
red a:hover{
	text-decoration:none;
	color:#F00;
}
.back-article{
	width:100%;
	height:20px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:right;
}
.back-article a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	background:#000;
	padding:5px;
}
.address{
	width:270px;
	height:208px;
	float:left;
	text-align:left;
	border:1px solid #fff;
	padding:10px;
	border-radius:0px;
	color:#000;
}
.address a{
	text-decoration:none;
	color:#000;
}
.address a:hover{
	text-decoration:none;
	color:#CCC;
}
.contact{
	width:660px;
	height:300px;
	float:left;
	margin-left:10px;
	padding:2px;
}
.contact-form{
	width:360px;
	height:auto;
	float:left;
}
.contact-form-div{
	width:350px;
	height:25px;
	margin-bottom:10px;
}
.input{
	width:349px;
	height:24px;
	line-height:25px;
	outline:none;
	background:rgba(255,255,255,0.5);
	border:1px solid #dbe3e4;
	text-indent:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.contact-form-msg{
	width:350px;
	height:100px;
	margin-bottom:10px;
}
.textarea{
	width:349px;
	height:100px;
	line-height:18px;
	outline:none;
	border:1px solid #dbe3e4;
	background:rgba(255,255,255,0.5);
	text-indent:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.contact-form:hover .textarea{
	border:1px solid #999;
	background:#fff;
}
.contact-form:hover .input{
	border:1px solid #999;
	background:#fff;
}
.news-noscrolling{
text-decoration:none;
color:#333333;
padding-top:5px;
padding-bottom:5px;
background:url(../images/dot.jpg) repeat-x bottom;
}
.news-noscrolling a{
text-decoration:none;
color:#333333;
}
.areas-in{
	width:50%;
	height:auto;
	float:left;
}
.areas-in ul li{
	list-style:circle;
	margin-left:20px;
	padding-left:10px;
	padding-bottom:5px;
	padding-top:5px;
	line-height:18px;
	border-bottom:1px dotted #999;
}
