@charset "utf-8";
/*** Reset ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 18;
	vertical-align: baseline;
	-webkit-text-size-adjust: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*** Layout ***/
body{

	font: 12px/20px Arial, Helvetica, sans-serif;
}
.homeArea{
	width: 1000px;
}
.footer{
	width: 1020px;
	height: 60px;
	background: url(../images/footer.jpg) repeat-x 0 0;
	text-align: right;
	padding: 0px 10px 10px 10px;
    margin: 0px 10px 10px 10px;
	color: #ffffff;
}

.background{
	background:#9c0003;
}

.logo_footer{
    position: absolute;
    left: 10px;
    top: 1000px;
}

.navInfo{
    /*min-width: 980px;*/
}

.navInfo li {
	display: inline-block;
}

.navInfo li a {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 0 5px;
	border-right: 1px solid #ffffff;
}
.navInfo li a:hover {
	color:#FCB7B9;
}
.navInfo li:last-child a {
	border-right: 0px;
	padding-right: 0px;
}
.popupcontainer {
	width: 750px;
	width: 100%;
}
.popupcontainerHead {
	height: auto;
	background: #c80003; /* Old browsers */
	background: -moz-linear-gradient(top, #c80003 0%, #b30003 70%, #9d0003 100%);/* FF3.6+ */
	background: -webkit-linear-gradient(top, #c80003 0%, #b30003 70%,#9d0003 100%);/*Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #c80003 0%, #b30003 70%,#9d0003 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c80003', endColorstr='#9d0003',GradientType=0 ); /* IE6-9 */
	position: relative;
}
.logo {
	background: url(pictures/logo.png) no-repeat 0 0;
	height: 36px;
	width: 185px;
	margin: 6px 0 0 5px;
	float: left;
}
.topNavPos{
	float: right;
	margin: 10px 10px 0 0;
}
.SiteNav {
	margin-top: 15px;
}
.SiteNav:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.SiteNav li {
	float: left;
	margin-right: -2px;
}
.SiteNav li a {	
	padding: 3px 15px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.SiteNav li a:hover, .SiteNav li a.current {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #e5e1e1 0%, #ffffff 80%);/* FF3.6+ */
	background: -webkit-linear-gradient(top, #e5e1e1 0%,#ffffff 80%);/*Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #e5e1e1 0%,#ffffff 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e1e1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	color: #B00003;
	border: 1px solid #9d0003;
	border-bottom: none;
}
.popupcontainerMain {
	padding:20px 15px;
	background: #FFFFFF;
	color: #111;
}
.popupcontainerMain a{
	color: #000000;
}
.popupcontainerMain a:hover{
	color: #B00003;
	text-decoration: none;
}
.popupcontainerMain p{
	margin-bottom: 10px;
}
.popupcontainerMain em{
	margin-bottom: 10px;
	font-weight: bold;
	color: #505050;
	display:block;
}
.popupcontainerMain h1{
	margin-bottom: 20px;
	color: #B00003;
	font-size: 18px;
}
.popupcontainerMain h2{
	color: #B00003;
	font-size: 13px;
	margin-bottom: 5px;
}
.popupcontainerMain h3{
	font-weight: bold;
	color: #505050;
}
.popupcontainerMain h3{
	font-weight: bold;
	color: #505050;
}
.popupcontainerMain ul{
	list-style: disc;
	margin-left: 20px;
}
/*1*/
.popupcontainerMain ul.number{
	margin-left: 20px;
	counter-reset:first;
	list-style-type:none;

}
.popupcontainerMain ul.number li{
	list-style-type: none;
	font-weight: bold;
	color: #505050;
	margin-bottom: 10px;
}
.popupcontainerMain ul.number li:before{
	counter-increment: first;
    content:counter(first)". ";
}
/*1.1*/
.popupcontainerMain ul.number li ul{	
	counter-reset:second;
	margin-top: 10px;
	margin-left: 50px;
}
.popupcontainerMain ul.number li ul li {
	font-weight: normal;
	color: #666666;
}
.popupcontainerMain ul.number li ul li span{
	display: inline-block;
	margin-left: 5px;
}
.popupcontainerMain ul.number li ul li:before{
	counter-increment: second;
    content: counter(first) ". " counter(second) ". ";
	margin-left: -35px;
	vertical-align: top;
}
/*1.1.1*/
.popupcontainerMain ul.number li ul li ul{	
	counter-reset:third;
	margin-left: 60px;
}
.popupcontainerMain ul.number li ul li ul li:before{
	counter-increment: third;
    content: counter(first) ". " counter(second) ". "counter(third) ". ";
	margin-left: -53px;
}
/*1.1.1.1*/
.popupcontainerMain ul.number li ul li ul li ul{	
	counter-reset:fourth;
	margin-left: 75px;
}
.popupcontainerMain ul.number li ul li ul li ul li:before{
	counter-increment: fourth;
    content: counter(first) ". " counter(second) ". " counter(third) ". " counter(fourth) ". ";
	margin-left: -66px;
}
/*1.1.1.1.1*/
.popupcontainerMain ul.number li ul li ul li ul li ul{	
	counter-reset:fifth;
	margin-left: 85px;
}
.popupcontainerMain ul.number li ul li ul li ul li ul li:before{
	counter-increment: fifth;
    content: counter(first) ". " counter(second) ". " counter(third) ". " counter(fourth) ". " counter(fifth) ". ";
	margin-left: -80px;
}
/*1.1.1.1.1.1*/
.popupcontainerMain ul.number li ul li ul li ul li ul li ul{	
	counter-reset:sixth;
	margin-left: 85px;
}
.popupcontainerMain ul.number li ul li ul li ul li ul li ul li:before{
	counter-increment: sixth;
    content: counter(first) ". " counter(second) ". " counter(third) ". " counter(fourth) ". " counter(fifth) ". " counter(sixth) ". ";
	margin-left: -85px;
}
/*1.1.a*/   /*1.1.1.1.1.a*/
.popupcontainerMain ul.number li ul li ul.alpha, .popupcontainerMain ul.number li ul li ul li ul li ul.alpha{		
	counter-reset:list;
	margin-left: 20px;
}
.popupcontainerMain ul.number li ul li ul.alpha li:before, .popupcontainerMain ul.number li ul li ul li ul li ul.alpha li:before{
	counter-increment: list;
    content: counter(list, lower-alpha)". ";
	margin-left: -15px;
}
.popupcontainerMain .tab{
	text-align: center;
	text-indent: 0px;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 10px 0;
}
.popupcontainerMain .tab th{
	padding: 3px;
	background: #B00003;
	color: #ffffff;
}
.popupcontainerMain .tab td{
	padding: 3px;
	border: 1px solid #C9C9C9;
}
.bktop{
	text-align: center;
	margin-top:20px;
}
.bktop a{
	font-weight: bold;
	text-decoration: none;
}
.bktop a:hover{
	color: #505050;
}
.popupcontainerFooter{
	color: #ffffff;
	padding: 10px 0;
	text-align: center;
}
.red{
	color: #B00003;
}



.container{
	width:1024px;
	min-height:560px;
}

ul.menu{	
	list-style:none;
	margin:0;
}

ul.menu:after{clear:both;}
ul.menu li a.btn{ 
	display:block; 
	background:url("home/images/button.png") no-repeat;
	width:187px;
	height:45px;
	line-height:45px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	padding:0;
	margin:0 0 5px 0;
	float:right;
	transition:padding 0.2s linear;
}
ul.menu li a.btn:hover{
	padding-right:10px;
}

ul.menu li.btn-1{ padding-right:30px; }
ul.menu li.btn-2{ padding-right:60px; }
ul.menu li.btn-3{ padding-right:90px; }
ul.menu li.btn-4{ padding-right:120px; }
ul.menu li.btn-5{ padding-right:150px; }
ul.menu li.btn-6{ padding-right:180px; }

ul.menu li.btn-1 .btn{
	font-weight:bold;
	color:#ffcc00;
	font-size:18px;
}

.nav-bottom{ 
	padding-top: 300px;
	float:right;
    width: 320px;
}

.nav-bottom ul li{
	margin-left:-30px;
}

.content-left{ width:710px; margin:10px 20px 10px 10px;float:left; }
.content-right{ width:250px;margin-right:10px;margin-top:10px; float:left; }
.clearfix{ clear:both; }

.footer-page .content-left{ width:200px;margin:0 20px 0 0;}
.footer-page .content-right{ width:500px; margin:0;}

ul.depth-menu{ list-style:none; margin:0;}
ul.depth-menu li a{  
	display:block;
	text-decoration:none;
	color:#B00003;
	padding:7px 5px;
	border-top:1px solid #ccc;
}
ul.depth-menu li a:hover{
	background:#f4ebee;
}
ul.depth-menu li.active a{
	background:#dd0000;
	color:#fff;
	font-weight:bold;
}
ul.depth-menu li:last-child a{
	border-bottom:1px solid #ccc;
}

.small-banner{width:238px; }
.small-banner table{ margin-bottom:20px; }
.small-banner table tr td{ 
	padding-right:10px;padding-bottom:10px; text-align:center;
	vertical-align:middle;
	width:124px;
	height:124px;
 }
.small-banner table tr td img{ 
	background:#6d0100;
	transition:width 0.2s linear;
	-webkit-transition:width 0.2s linear;
	-moz-transition:width 0.2s linear;
	width:114px;
 }
.small-banner table tr td:hover img{ width:100px; }

.rightside_section h2{font-size:20px; color: #f6f6f6;margin-bottom:10px;}
.rightside_section ul.main-nav{ list-style:none;margin:0;padding:0; }
.rightside_section ul.main-nav li{background:#222; }
.rightside_section ul.main-nav li a {
	display: block;
	color:#888;
	padding:10px;	
	border-top:1px solid #15322e;
	border-bottom: 1px solid #000;
	text-shadow: 0 1px 0 #000;
}
.rightside_section ul.main-nav li a:hover,
.rightside_section ul.main-nav li.active a{
	text-decoration:none;
	color:#fff;
}

.rightside_section ul.main-nav > li:first-child > a{
	border-top:none;
}

.rightside_section .main-nav .collapsed-nav{
	list-style:none;margin:0;padding:0;	
}
.rightside_section .main-nav .collapsed-nav li{
	background:#141918;
}
.rightside_section .main-nav .collapsed-nav li a {
	padding-left:20px;
	border-top:1px solid #222;
	border-bottom: 1px solid #000;
}
.rightside_section .main-nav .collapsed-nav li:first-child a{
	border-top:1px solid #000;
}
.rightside_section .main-nav .collapsed-nav li:last-child a{
	border-bottom:1px solid #141e1d;
}
.rightside_section .main-nav ul.closed {
	display: none;
}
.rightside_section .main-nav span.glyphicon{
	float:right;
}
.rightside_section .main-nav span.glyphicon:after{
	clear:both;
}

.news{
	margin-top:10px;
	width:710px;
	color:#cecece;
}

.news img{ display:block;margin:10px 0; }

.news .title{
	position: relative;
	margin-top: 20px;
	display: block;
}

.news h1{
	font-size: 1.5rem;
	float:left;
	text-transform: uppercase;	
}
.news a{ color: #c9bc67;	text-decoration:none; }

.news h3{
	font-size:18px;
	margin:0 0 5px 0;		
}
.news .posted{
	font-style:italic;
	color: #c9bc67;
}
.news ul{ margin-top:10px; }

.news li{	
	padding:10px;
	background:#6d0100;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin-bottom:5px;
}
.news li:last-child{ border-bottom:none;}
.news p{
	font-size:11px;
}

.news-content{ width:700px;}
.news-content > h3 > a{ color:#f5f5f5; }
.news-content > h3{font-size:15px;}

.paging{
	text-align:right;
	width:300px;
	float:right;
}

.paging a{
	display:inline-block;
	background:#6d0100;
	padding:0 5px;
	color:#fff;
	text-decoration:none;
}

.pageTitle{
	color:#4347d6;
	font-size:20px;
}
.panelTable{
	border:1px solid #000000;
	border-right:0px;
	border-bottom:0px;
	margin-bottom:10px;
}
.panelTable tr.tableHeader_1 td{
	background:#C13B3B;
	color:#FFFFFF;
	font-weight:bold;
}
.panelTable tr.tableHeader_2 td{
	background:#D15959;
	color:#FFFFFF;
	font-weight:bold;
}
.panelTable tr td{
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:1px 8px 1px 8px;
	vertical-align:top;
}
.panelTable tr td.highlight{
	background:#66FFFF;
	color:#000000;
}

.textCenter{
	text-align:center
}
.textCenter td{
	text-align:center;
}


.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y:;
  position: fixed;
  top: -40;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  padding: 50px;
  z-index: 1050;
}
.modal-content {
  position: absolute;
  background-color: transparent;
   outline: none;
   margin-left:-210px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}


.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-decoration:none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn-red{ background:red;color:#fff; }

.modal-body p{ margin-bottom:7px; }

.table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}