﻿body {
	margin: 0px;
	padding: 0px;
/* background:url(images/bg.png); */background: #ececec;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#mainContainer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #01609a !important;
	height: 125px;
	border-bottom: 4px white solid;
}
#main {
	width: 980px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0px 3px 23px 0px rgba(50, 50, 49, 0.34);
	-moz-box-shadow: 0px 3px 23px 0px rgba(50, 50, 49, 0.34);
	box-shadow: 0px 3px 23px 0px rgba(50, 50, 49, 0.34);
	background: #fff !important;
	top: 25px;
	border-radius:6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	

}
#mainInside {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
.regCode {
	width:900px;
	position: absolute;
	margin-top: -19px;
	color: white;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.regCode > span {
	padding-left: 40px;
}
.social {
	float: right;
	width: auto;
	margin: -15px 20px 0px 0px;
	padding: 0px;
}
.TopL {
	width: 65%;
	float: left;
}
.TopR {
	width: 33%;
	float: right;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.h2 {
	font-family: 'MilfordCondensedBold',Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 24px;
	margin: 15px 0px 20px 0px;
	color: #626553;
}
.h3 {
	font-family: 'OswaldBook',Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 36px;
	margin: 15px 0px 20px 0px;
	color: #626553;
}
.h4 {
	font-family: 'RobotoCondensedRegular',Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 25px;
	margin: 15px 0px 20px 0px;
	color: #01609a ;
}
.h5 {
	font-family: 'RobotoCondensedRegular',Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 25px;
	margin: 15px 0px 20px 0px;
	color: #000 ;
}
img {
	border: 0px;
}
.line {
	width: 950px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	background: #eeede8 !important;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 30px;
}
.header {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.titleHome {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 15px;
	padding: 0px;
}
.titleHome > span {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.logo {
	float: left;
	width: 100px;
	border-right: 1px #f0f0f0 solid;
	margin: 0px 0px 0px 0px;
	padding-right: 10px;
}
.logoSize {
	max-width: 100px;
	padding-right: 10px;
}
.call {
	float: right;
	clear: both;
	width: auto;
	margin: 0px 7px 0px 0px;
	padding: 0px;
	font-size: 24px;
	color: #01609a;
	border: 0px;
	font-family: 'OswaldBook',Arial, Helvetica, sans-serif;
}
.call > span {
	color: #000;
}
.clear {
	clear: both;
	height: 0px;
}
.menu {
	float: left;
	width: 100%;
	margin: 14px 0px 0px 0px;
	height: 35px; /* background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #f5f5f5),
	color-stop(1, #ffffff)
);
background-image: -o-linear-gradient(bottom, #f5f5f5 0%, #ffffff 100%);
background-image: -moz-linear-gradient(bottom, #f5f5f5 0%, #ffffff 100%);
background-image: -webkit-linear-gradient(bottom, #f5f5f5 0%, #ffffff 100%);
background-image: -ms-linear-gradient(bottom, #f5f5f5 0%, #ffffff 100%);
background-image: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%); */;
	background: #f8f8f8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 0px;
	border: 1px #eeeeee solid;
	border-bottom: 3px #e2e1e1 solid;
}
.menu ul {
	margin: 9px 0px 0px 0px;
	padding: 0px;
}
.menu ul li {
	margin: 0px;
	list-style: none;
	display: inline;
	color: #6f6952;
	font-family: 'RobotoCondensedRegular',Arial, Helvetica, sans-serif;
	padding: 0px;
	text-align: center;
	font-size: 14px;
}
.menu ul li a {
	text-decoration: none;
	color: #000;
	padding: 5px 8px;
	margin: 0px 4px;
	text-transform: uppercase;
	border-right: 1px #e3e5d4 solid;
}
.menu ul li a:hover {
	text-decoration: none;
	color: #01609a;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 5px 8px;
	background-color: #eee;
}
.menu ul li a.current {
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 5px 10px;
	background-color: #01609a;
}
.menu ul li a:selected {
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 4px 13px;
	background-color: #01609a;
}
ol, ul {
	list-style: none;
}
#slider {
	float: left;
	width: 100%;
	height: 457px;
	margin-top:7px;
	margin-bottom:20px;
	border-radius:6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	overflow: hidden;
	z-index: 1;background:url(images/shadow.png) no-repeat; 
	background-position:center bottom;
}
.items {
	display: none;
}
.banner {
	position: absolute;
	top: 7px;
	z-index: 2;
	right: 80px;
	color: #a0a0a0;
	width: 350px;
}
.title {
	font-size: 40px;
	float: left;
	margin: 0px;
	padding: 5px 0px 0px 10px;
	font-weight: normal;
	line-height: 35px;
	font-style: normal;
	font-family: 'RobotoCondensedRegular',Arial, Helvetica, sans-serif;
}
.title a {
	text-decoration: none;
	color: black;
}
.title a:hover {
	text-decoration: none;
	color: #01609a;
}
.titleTag {
	margin: 0px 0px 0px 0px;
	clear: both;
	padding: 0px;
	color: #868686;
	font-size: 11px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}
.banner .button1 {
	font-size: 28px;
	padding: 0 24px;
	height: 49px;
	line-height: 46px;
	margin-top: -1px;
	letter-spacing: -2px;
}
.banner .button1:hover {
	background: #090909;
	color: #fff;
}
.signature {
	text-align: right;
	display: block;
	color: #5f870e;
	line-height: 20px;
	padding-top: 6px;
}
.signature strong {
	display: block;
	color: #fff;
}
.banner p {
	clear: both;
	font-size: 12px;
	margin: 0px 0px 20px 20px;
	text-align: justify;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	color: #C9CBB9;
}
#content, #content2 {
	padding: 0 20px;
}
#content {
	padding-bottom: 9px;
}
#content2 {
	padding-bottom: 21px;
}
.pad_bot1 {
	padding-bottom: 12px;
}
.marg_right1 {
	margin-right: 40px;
}
.marg_right2 {
	margin-right: 20px;
}
.no_pad {
	padding-bottom: 0;
}
.color1 {
	color: #fff;
}
.color2 {
	color: #fcffe5;
}
.button1 {
	display: inline-block;
	margin-left: 20px;
	font-size: 22px;
	color: #fff;
	padding: 0 18px;
	background: #918b68;
	height: 45px;
	line-height: 44px;
	position: relative;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	letter-spacing: 0px;
	margin-top: 0px;
}
.button1:hover {
	background: #918b68;
	color: #000;
}
.list1 {
}
.list1 a {
	color: #808080;
	padding-left: 15px;
	background: url(images/marker_1.png) 0 5px no-repeat;
}
.list1 a:hover {
	color: #918b68;
}
.list2 {
}
.list2 li {
	padding-left: 15px;
	background: url(images/marker_1.png) 0 9px no-repeat;
	padding-bottom: 12px;
}
figure {
	padding-top: 2px;
}
.dropcap_1 {
	float: left;
	background: url(images/dropcap_1.png) 0 0 no-repeat;
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 33px;
	line-height: 42px;
	color: #fff;
	font-weight: 700;
	margin-right: 15px;
	margin-top: 2px;
	margin-bottom: 10px;
}
.address span {
	float: left;
	width: 88px;
}
.address a {
	text-decoration: underline;
}
/* ============================= footer ====================== */
.Inside {
	float: left;
	width: 100%;
	margin-top:15px;
	min-height:380px;
	padding-bottom:25px;
}
.section {
	float: left;
	width: 100%;
	background: #f5f5f5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 0px;
	border: 1px #eeeeee solid;
	border-bottom: 3px #e2e1e1 solid;

}
.sectionPanel {
	float: left;
	width: 299px;
	margin: 10px 10px;
	padding-bottom: 15px;
}
.sectionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 15px;
	line-height: 18px;
	color: #626553;
	text-align: justify;
}
.more {
	float: left;
	width: auto;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left:10px;
}
.more a {
	color: #fff;
	text-decoration: none;
	background: #01609a ;
	padding: 5px 8px;
	border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.more a:hover {
	color: #fff;
	text-decoration: none;
	background: #000;
}
.panel {
	float: left;
	width:400px;
	margin: 20px 20px 25px 0px;
	padding: 0px;
}
 .panelText{
	float:left;
	width:99%;
	text-align:justify;
	font-size:12px;
	line-height:16px;
	color:gray;
	padding:0px 0px 10px 9px;
}

.panel2 {
	float: left;
	width:280px;
	margin: 20px 20px 0px 0px;
	padding: 0px;
}
.panel3 {
	float: left;
	width:235px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
.pic {
	float: left;
	width: 60px;
	padding: 0px 10px 25px 10px;
}
.name {
	float: left;
	width: 180px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #01609a ;
}
 
.name > span {
	font-size: 12px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	color: gray;
}
 
.footer {
	float: left;
	width: 100%;	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	padding: 10px 0px 12px 0px;
}

.fooetrLeft{
	float: left;
	width: 48%;
	padding: 0px 0px 0px 0px;
	color: #666;

}

.fooetrRight{
	float: right;
	text-align:right;
	width: 48%;
	padding: 0px 0px 0px 0px;
	color: #666;

 
}
.fooetrRight > span{
	
	color:#01609a ;
}
.text {
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align:justify;
	font-size: 13px;
	color: #000;
	line-height: 17px;
	padding: 0px;
}
.sec1 {
	float: left;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 13px;
	color: #626553;
	line-height: 17px;
	padding: 0px;
}
.sec2 {
	float: left;
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 15px 20px;
	border-left: 0px #e6ecd4 solid;
	font-size: 13px;
	color: #626553;
	line-height: 17px;
	padding: 0px 0px 0px 25px;
}
.zoom {
	clear: both;
	text-align: center;
	float: left;
	width: 100%;
	margin-top: -10px;
	margin-left: 130px;
}
.liststyle2 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
	padding: 0px 0px 18px 0px;
	width: 95%;
}
.liststyle2 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
.liststyle2 ul li {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 5px 11px;
	list-style: none;
	line-height: 17px;
	text-align: justify;
	width: 98%;
	display: block;
	background: url(images/marker.gif) no-repeat left;
	background-position: 0px 6px;
}
.liststyle2 ul li a {
	list-style: none;
	text-decoration: none;
	vertical-align: text-top;
	display: block;
	border-bottom:0px #f1f1f1 dotted;
	color: black;
}
.liststyle2 ul li a:hover {
	list-style: none;
	text-decoration: none;
	display: block;
 
	color: #01609a ;
}
.th {
	background-color: #f3f5ea;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #626553;
	padding: 0 0.5em;
}
.tdd {
	border: 1px #f3f5ea solid;
	height: 20px;
	padding: 0 0.5em;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #626553;
}
.photo {
	float: left;
	width: 220px;
	margin: 0px 80px 20px 20px;
}
.pName {
	clear: both;
	text-align: center;
	color: #626553;
	margin: 5px 0px 10px 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.photo a {
	color: #626553;
	text-decoration: none;
}
.photo a:hover {
	color: #626553;
	text-decoration: underline;
}
.ps {
	background: #fff;
	width: 220px;
	height: 140px;
	border: 1px #e6e0ca solid;
	padding: 5px;
}
.system-msg {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 11px;
	color: #cd0909;
	padding: 10px 0px 10px 0px;
}
.field3 {
	width: 500px;
	background: #f5f5f5;
	height: 29px;
	color:gray;
 
	line-height: 29px;
	border: 0px #dadada solid;
}
.field {
	width: 250px;
	height: 22px;
	border: 1px #eee solid;
}
.field2 {
	width: 250px;
	height: 100px;
}
.field4 {
	width: 500px;
	border: 1px #eee solid;
	background: #f5f5f5;
	height: 120px;
}
p {
	margin: 0px;
	padding: 10px 0px 3px 0px;
}
 
.infiniteCarousel {
	width: 99%;
	height: 186px;
	position: relative;
}
.infiniteCarousel .wrapper {
	width: 100%; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */;
	overflow: auto;
	min-height: 17em;
	margin: 0;
	position: absolute;
	top: 0;
}
.infiniteCarousel .wrapper ul {
	width: 9999px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}
.infiniteCarousel ul li {
	display: block;
	float: left;
	padding: 0px 30px 0px 0px;
	height:80px;
	width: 205px;
}
.infiniteCarousel .all {
	right: 10px;
	font-size: 22px;
	position: absolute;
	color: gray;
	top: -54px;
	cursor: pointer;
}
.infiniteCarousel .forward {
	background: url('images/next.jpg') no-repeat 0 0;
	right: 40px;
	position: absolute;
	top: -54px;
	height: 26px;
	width: 26px;
	cursor: pointer;
}
.infiniteCarousel .back {
	background: url('images/prev.jpg') no-repeat 0 0;
	top: -54px;
	right: 70px;
	cursor: pointer;
	position: absolute;
	height: 26px;
	width: 26px;
}
.infiniteCarousel .forward:hover {
	opacity: 0.4;
}
.infiniteCarousel .back:hover {
	opacity: 0.4;
}
.mvPanel {
	float: left;
	width: 204px;
	height: 152px;
	background: url('images/shadow2.png') no-repeat center bottom;
	margin: 0px 15px 0px 8px;
}
.mvPanel a img {
	border: 4px #fff solid;
	width: 200px;
	height: 130px;
}
.mvPanel a img:hover {
	border: 4px silver solid;
}
.mvname {
	float: left;
	width: 100%;
	clear:both;
	color: gray;
	font-size: 13px;
	padding: 9px 0px 6px 4px;
}

.mvname a{
	color: gray;
	text-decoration:none;
}


.mvname a:hover{
	color: gray;
	text-decoration: underline;
}

.type {
	float: left;
	width: 50%;
	color: #000;
	font-size: 12px;
	padding: 0px 0px 6px 0px;
}
.heading {
	float: left;
	width:98%;
	color: #313131; 
	margin: 5px 0px 21px 9px;
	font-size: 24px;
	font-family: 'RobotoCondensedRegular',Arial, Helvetica, sans-serif;
	border-bottom: 1px #eee solid;
	font-weight:normal;
	font-style:normal;
}
a{
	color:black; text-decoration:none;
}
a:hover{
	color:gray; text-decoration: underline;
}
.thumbInside{
	max-width:250px;
	min-height:200px;
	padding:0px 0px 10px 15px;
}
.wrapperGallery{
	width:200px;
	float:left;
	margin: 0px 33px 0px 0px;
	height:200px;
	padding: 0;
	top: 0;
}

.sec3 {
	float: left;
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 13px;
	line-height: 17px;
	padding: 0px;
}
.sec4 {
	float: left;
	width: 390px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 20px;
	font-size: 13px;
	line-height: 17px;
	padding: 0px;
}
.dateTime {
	font-size: 12px;
	position:  absolute;
	top: 0px;
	left:605px;
	line-height: 1em;
	color:#fff;
}

.tbl-head{
	background-color:#f1f1f1;
	vertical-align:text-top;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	font-size:12px;
	padding:2px;
	font-weight:bold;
}.tbl-txt{
 
	vertical-align:top;
	border-bottom:1px #eee solid;
	border-right:1px #eee solid;
	font-size:12px;
}
div.pagination {
	padding:10px;
	float:left;
	clear:both;
	margin: 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 0px solid #1e0fc4;
	background:#01609a;	
	text-decoration: none; /* no underline */
	color: #fff;
	font-weight:bold;
}
div.pagination a:hover, div.pagination a:active {
	border: 0px solid #000;
	background:	#c51809;
	color: #fff;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 0px solid #1e0fc4;
		
		font-weight: bold;
		background-color: #c51809;
		color: #fff;
	}
div.pagination span.disabled {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #d9d9d9;

color: #d9d9d9;}

.text table {
	border-collapse: collapse;
	width: 100%;
}
.text table tr td p {
	margin: 0px;
	padding: 0px;
}
.text table th {
	background-color: #e5e5e5;
}

.text table td {
	border-color: #e1e1e1;
	border-width: 1px;
	text-align:left;
	border-style: solid;
	margin: 0;
	padding: 2px;
}

.text table tr:first-child {
background:#eeeeee;
	
}
