@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);

body, table, th, td, div, p {
	margin:0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:1.5em;
	color:#000000;
	font-weight:normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	margin:0px;
	padding:0px;
	padding-bottom:7px;
}

figcaption{
    padding: 7px;
font-size: 15px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000000;
}

p {
	padding-bottom:7px;
}

img {
	border:0px;
	outline:none;
	margin:0px;
}

a,input {
	outline:none;
	text-decoration:none;
}

a, a:link, a:active, a:visited {
	color:#891c1c;
	text-decoration:none;
}

a:hover {
	color:#0256a0;
	text-decoration:none;
}


h2 {
	color:#0256a0;
	font-size:35px;
	line-height:35px;
	padding-bottom:7px;
}

h3 {
	color:#891c1c;
	font-size:25px;
	line-height:25px;
	padding-bottom:7px;
}

h4 {
	color:#891c1c;
	font-size:20px;
	line-height:22px;
	padding-bottom:7px;
}

h5 {
	color:#891c1c;
	font-size:18px;
	line-height:20px;
	padding-bottom:7px;
}

h6 {
	color:#891c1c;
	font-size:14px;
	line-height:18px;
	padding-bottom:7px;
}

.clr {
	clear:both;
}

.template {
	width:960px;
	margin:0px auto;
}
.header_bg {
	background:#3d9bb7 url(tpl_images/header_bg.jpg) repeat-x top left;
	height:621px;
	padding-top:22px;
}

.inner_admin_header_bg {
	background:url(tpl_images/header_bg.jpg) repeat-x top left;
	height:159px;
	padding-top:22px;
}

.inner_header_bg {
	background:url(tpl_images/header_bg.jpg) repeat-x top left;
	height:169px;
	padding-top:22px;
}

.header_lt {
	float:left;
}
.header_rt{
	float:right;
	text-align:right;
}

.header_rt img:hover{
	opacity:0.8;
}

.header_rt .call {
	color:#000000;
	font-size:30px;
	font-weight:600;
	line-height:23px;
	padding-top:2px;
}
.menu_bg {
	background:url(tpl_images/menu_bg.jpg) repeat-x top left;
	height:52px;
	margin-top:23px;
	position:relative;
	z-index:100;
	box-shadow: 0px 0px 6px  #888888;
}
ul.menu {
	margin:0px;
	padding:0px;
}

ul.menu li {
	margin:0px;
	padding:0px;
	list-style-type:none;
	float:left;
	height:52px;
}

ul.menu li a {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	display:block;
	padding:0px 14px;
	margin-right:2px;
	color:#ffffff;
	line-height:52px;
	font-weight:normal;
}

ul.menu li a:hover, ul.menu li a.sel {
	color:#000000;
	background:url(tpl_images/menu_hover_bg.jpg) repeat-x top left;
}
ul.menu li:first-child a {
	padding:0px 29px;
}
.banner_area {
	position:relative;
}
.banner_content_bg {
	background:url(tpl_images/banner_content_bg.png) no-repeat bottom center;
	height:78px;
	position:absolute;
	width:100%;
	bottom:0px;
}
.banner_lt {
	float:left;
	text-transform:uppercase;
	color:#ffffff;
	font-size:25px;
	line-height:25px;
	padding-top:40px;
	padding-left:25px;
}
.banner_rt {
	float:right;
	padding-top:44px;
	padding-right:20px;
}
.banner_rt ul {
	margin:0px;
	padding:0px;
}
.banner_rt ul li {
	list-style-type:none;
	float:left;
	background:url(tpl_images/white_dot.png) no-repeat center;
	width:15px;
	height:14px;
	cursor:pointer;
	padding:0px 5px;
}
.banner_rt ul li:hover, .banner_rt ul li.sel {
	background:url(tpl_images/blue_dot.png) no-repeat center;
} 
.content_area {
	/*padding-top:49px;
	padding-bottom:10px;*/
	padding-top:30px;
	/*padding-bottom:10px;*/
}
.content_area h1 {
	color:#891c1c;
	font-size:25px;
	background:url(tpl_images/border_img.png) repeat-x bottom left;
	padding-bottom:20px;
	margin-bottom:15px;
}
.content_area p {
	color:#000000;
	font-size:15px;
	line-height:25px;
	text-align:justify;
	padding-top:8px;
	padding-right:20px;
}
.content_top_lt {
	float:left;
	width:654px;
}
.content_top_rt {
	float:right;
	width:269px;
}
.list_item_bg {
	background:url(tpl_images/rt_shade_bg.png) repeat-y top left;
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius:5px 0px 0px 5px;
	padding:13px 0px 13px 20px;
}
.list_item {
	margin:0px 0px 0px -15px;
	padding:0px;
}
.list_item ul li {
	list-style-image:url(tpl_images/list_item.png);
	padding-left:10px;
	padding-bottom:15px;
	line-height:20px;
	color:#000000;
	font-size:14px;
}
.list_item ul li:last-child {
	padding-bottom:0px;
}
.list_item ul li a {
	color:#000000;
	text-decoration:none;
}
.list_item ul li a:hover {
	color:#891c1c;
	text-decoration:none;
}
.content_bot_area {
	padding-top:30px;
}
.content_bot_lt {
	float:left;
	/*width:297px;*/
	width:520px;
	margin-right:40px;
}
.content_bot_lt img {
	padding-bottom:16px;
}
/*.content_bot_mid {
	float:left;
	width:290px;
	margin-right:40px;
}
.content_bot_mid h1 {
	margin-bottom:5px;
}*/
.content_bot_rt {
	float:right;
	/*width:292px;*/
	width:390px;
}
.block_area {
	padding-bottom:15px;
}
.block1 {
	float:left;
	width:75px;
}
.block2 {
	margin-left:88px;
}
.content_bot_area p {
	color:#000000;
	font-size:15px;
	line-height:25px;
	text-align:left;
	padding-top:0px;
	padding-right:8px;
}
.red_title {
	color:#891c1c;
	font-size:15px;
	padding-bottom:10px;
	line-height:15px;
}
.red_title a {
	color:#891c1c;
	text-decoration:none;
}
.red_title a:hover {
	color:#0256a0;
	text-decoration:none;
}

.grey_shade {
	background:#fff url(tpl_images/grey_shade.jpg) repeat-x top left;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	padding:13px 10px 0px 10px;
}
.links_bg {
	background:url(tpl_images/menu_bg.jpg) repeat-x top left;
	height:52px;
	margin-top:5px;
	text-align:center;
	color:#ffffff;
	font-size:13px;
}
.links_bg a, .links_bg a:link, .links_bg a:active, .links a:visited {
	color:#ffffff;
	font-size:13px;
	line-height:52px;
}
.links_bg a:hover {
	 /*color: #891c1c;*/
    color: #000000;
    background: url(tpl_images/menu_hover_bg.jpg) repeat-x top left;
	padding:15px 7px;
}
.copyright_area {
	padding-top:10px;
	/*padding-bottom:35px;*/
}
.copy_lt {
	float:left;
	font-size:13px;
	color:#000000;
	line-height:30px;
}
.copy_lt a, .copy_lt a:link, .copy_lt a:active, .copy_lt a:visited {
	font-size:13px;
	color:#000000;
}
.copy_lt a:hover {
	color:#891c1c;
}
.copy_rt {
	float:right;
	line-height:25px;
}

.copy_rt img:hover {
	opacity:0.8;
}


.copy_rta {
	float:right;
	font-size:13px;
	color:#000000;
	line-height:25px;
}
.copy_rta a, .copy_rta a:link, .copy_rta a:active, .copy_rta a:visited {
	font-size:13px;
	color:#000000;
}
.copy_rta a:hover {
	color:#891c1c;
}



/* admin starts */

#cke_hea_content {
	width:695px;
}

.admin {
	text-align:center;
}

/*.main_contents {
	font-family: 'Share Tech', sans-serif;
	font-size:20px;
	color:#000000;
	font-weight:normal;
	padding:10px 0px 0px 0px;
	/*background:#f5ce3d;* /
	background:#fbe79f;
}

.main_contents a {
	font-family: 'Share Tech', sans-serif;
	font-size:20px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	padding:10px 0px 0px 0px;
}

.main_contents a:hover {
	color:#ffffff;
	text-decoration:none;
}*/


.adm_lst_tbl {
	font-size:12px; border:#0256a0 1px solid;
}

.tr_top_line {
	background-color:#0256a0; color:#ffffff;
}

.topline {
	border-bottom:#0256a0 1px solid; text-align:left; color:#ffffff;
}

.txt_box {
	width:694px;
}

.txt_area  {
	width:694px;
	height:50px;
}

.res_line {
	font-size:14px;
	line-height:18px;
}	


.bck_admin {
	padding:20px 0px;
	text-align:right;
}

.admin_index_links, .admin_index_links a {
	line-height:25px;
	text-align:center;
}

.sub_list_bg_admin {
	background:#3f9b80 url(tpl_images/sub_list_bg.jpg) top left repeat-x;
	min-height:46px;

}


/* admin ends */