﻿html, body {
    padding:0;
    margin:0;
}

* {
    box-sizing: border-box;
}

#logod {
    display: block;
    padding: 15px;
}

img {
    max-width: 100%;
    height: auto;
}
body, input, textarea, select {
    font-family:Georgia, "Times New Roman", serif;
    font-size:16px;
    line-height:20px;
    color:#5f5f5f;
}
a {
    color:#7b1212;
    text-decoration:none;
}
a:hover { color:#d71e1e; }
img { border:0; }

div.page {
    
    
    display:block;
}
div.page div.inner {
    max-width:938px;
    margin: 0 auto;
    display:block;
    position:relative;
}

main {
    padding: 15px;
}
.bottombox {
    margin-top:20px; /*p*/
    font-size:11px;
    line-height:13px;
    text-align:center;
    position:relative;
    text-decoration:none;
}
.bottombox, .bottombox a { 
    color:#7f7f7f;
    text-decoration:none;
}
.bottombox a:hover { color:#d71e1e; }
ul.tmenu {
    position:absolute;
    right:0;
    top:0;
    list-style:none;
    margin:0;
    padding:0;
}
ul.mmenu {
    width:100%;
    list-style:none;
    padding:10px;
    margin:0;
   
    display:block;
}
ul.tmenu li,
ul.mmenu li {
    display: inline-block;
    position:relative;
}
ul.tmenu a,
ul.mmenu a {
    display:block;
    color:#000;
    padding:11px;
   
    line-height:17px;
    text-decoration:none;
}
ul.tmenu a { font-size:14px; }
ul.mmenu a { font-size:18px; }
ul.mmenu li.first a { padding-left:0; }
ul.tmenu li.last a { padding-right:0; }
ul.dropmenu ul {
    list-style:none;
    position:absolute;
    /*left:-7px;*/
    top:39px;
    width:300px;
    margin:0;
    /*padding:7px 0 17px 0;*/
	padding:11px 0;
    display:none;
    cursor:default;
    z-index:99;
    background-color:#000;
}
ul.dropmenu.tmenu ul { 
    right:0;
    text-align:right;
    width:250px;
    padding:11px 0; /*0px*/
}
ul.dropmenu ul li { float:none; }
ul.dropmenu li.h a { 
    background-color:#fff; 
    color:#d71e1e;
}
ul.dropmenu li.h ul { display:block; }
ul.dropmenu li.h ul a {
    display:block;
    padding:6px 11px 6px 11px;
    color:#5f5f5f;
    text-decoration:none;
}
ul.dropmenu li ul a,
ul.dropmenu li.h ul a {
    color:#fff;
    background-color:#000;
}


ul.dropmenu li.h ul a:hover {
    /*background-color:#343434;*/
    /*color:#d71e1e;*/
    background-color:#4b4b4b;
    color:#fff;
}

ul.dropmenu ul ul { 
    position:relative; 
    top:0;
    left:0;
    width:auto;
    /*padding:0 0 10px 0;*/
    padding:0;
}
ul.dropmenu li.h ul ul a { 
    padding:6px 6px 6px 25px;
    height:12px;
    line-height:12px;
    font-size:12px; 
}
ul.dropmenu.tmenu li.last ul a { padding-right:0px; }




ul.tmenu a {
    letter-spacing:1px;
}
ul.dropmenu.tmenu ul {
    top:37px;
    background-color:#000;
}
ul.dropmenu.tmenu li.h a,
ul.dropmenu.tmenu li.h a:hover {
    color:#5f5f5f;
}
ul.dropmenu.tmenu li ul a,
ul.dropmenu.tmenu li.h ul a {
    padding:0 11px;
    line-height:20px;
    height:20px;
    color:#fff;
    background-color:#000;
}
ul.dropmenu.tmenu li.h ul a:hover {
    background-color:#4b4b4b;
    color:#fff;
}



.bbox {
    display:block;
    position:relative;
    overflow:hidden;
    width:938px;
    height:411px;
    outline:none;
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:0 0;
    text-indent:-9999px;
}
.bbox.rotator img { border:0; }
.bbox.rotator a { outline:none; }
.bbox.rotator { text-indent:0px; }
.bbox.rotator ul.blist {
    padding:0;
    margin:0;
    list-style:none;
    height:100px;
}
.bbox.rotator ul.blist li {
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:938px;
    height:411px;
}
.bbox.rotator div.bcredit {
    position:absolute;
    bottom:0;
    right:0;
    width:100%;
    line-height:20px;
    height:20px;
    padding:7px;
    font-size:11px;
    color:#959595;
    text-align:right;
    z-index:5;
    background:url(imgs/banner_tbg.png) repeat 0 0;
    overflow:hidden;
    cursor:default;
}
.bbox.rotator div.btext {
    position:absolute;
    z-index:4;
    background:url(imgs/banner_tbg.png) repeat 0 0;
    padding:12px;
}
.bbox.rotator ul.alist {
    position:absolute;
    bottom:0;
    left:0;
    padding:7px;
    margin:0;
    z-index:3;
    list-style:none;
}
.bbox.rotator ul.alist li { float:left; }
.bbox.rotator ul.alist a {
    display:block;
    width:18px;
    height:20px;
    line-height:20px;
    overflow:hidden;
    padding:0;
    margin-right:4px;
    text-align:center;
    font-size:10px;
    /*font-family:Arial;*/
    text-decoration:none;
    background-color:#262626;
    color:#fff;
    cursor:pointer;
}
.bbox.rotator ul.alist a:hover { background-color:#3a3a3a; }
.bbox.rotator ul.alist a.current {
    background-color:#fff !important;
    color:#000 !important;
}
.bbox.rotator ul.alist .next,
.bbox.rotator ul.alist .prev {
    background-image:url(imgs/banner_arrows_bg.gif);
    background-repeat:no-repeat;
    text-indent:-9999px;
}
.bbox.rotator ul.alist .next { 
    background-position:-18px center;
    margin-right:16px;
}
.bbox.rotator ul.alist .prev { background-position:0 center; }
.bloader {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    z-index:99;
}
.bloader span {
    display:block;
    margin:150px auto;
    width:50px;
    text-align:center;
}




a.bannerbox { text-indent:-9999px; }




.clearer {
    clear: both;
    height:0px;
    line-height:0px;
    font-size:0px;
}
.fleft { float:left; }
.fright { float:right; }

.cbox {
    background-color:#c9c9c9;
    padding:16px; /*p*/
}
.cbody {
    
    margin-bottom:50px;
    overflow:hidden;
}
h1 {
    font-size:36px;
    line-height:42px;
    color:#000;/*#fff;*/
    font-weight:normal;
    padding:0;
    margin:16px 0 16px 0;
}
h3 {
    letter-spacing:1px;
}
a.addthis, .infobox {
    font-size:11px;
    line-height:11px;
    color:#5f5f5f;
}
a.addthis:hover {
    color:#d71e1e;
}
a.addthis span {
    display:none;
}
.cbody a, a.readmore
{
    color:#7b1212;
    text-decoration:none;
}
.cbody a:hover, a.readmore:hover { color:#d71e1e; }
ul.newslist {
    list-style:none;
    padding:0;
    margin:0;
}
ul.newslist li {
    margin-top:15px; /*p*/
}

h1.ntitle {
    padding-right:150px;
}
h1.ntitle a {
    color:#000;
    text-decoration:none;
    font-size:42px;
    line-height:46px;
}
h1.ntitle a:hover { color:#d71e1e; /*fefefe*/ }



#logobtn {
    background:#fff url(imgs/fds-logo-bg.png) no-repeat 0 0;
    position:absolute;
    width:57px;
    height:55px;
    top:51px;
    left:72px;
    z-index:99;
}
#logo {
    background:url(imgs/fds-logo.png) no-repeat 0 0;
    margin:50px 0 24px 0;
    width:791px;
    height:57px;
}
#lcf-logo {
    background:url(imgs/lcf-logo.gif) no-repeat 0 0;
    position:absolute;
    bottom:0;
    right:0;
    width:172px;
    height:124px;
}
.ilnk {
    display:block;
    text-indent:-9999px;
    overflow:hidden;
}


#blog-paging {
    font-size:14px;
    margin-top:20px;
}
#blog-more { 
    color:#7f7f7f; 
    padding-right:17px;
    background:url(imgs/down_arrow_bg.gif) no-repeat right -15px;
}
#blog-more:hover { background-position:right 1px; }
#blog-more.loader { display:none; }


/*
h1.nheader { }
*/






div.login {
    width:400px;
    overflow:hidden;
    margin:50px auto;
    padding:0 0 0 100px;
    background:url(imgs/fds-logo-bg.png) no-repeat 0 0;
}
div.login div.inner {
    padding:20px;
    border:solid 1px #bebebe;
    background-color:#f1f1f1;
    box-shadow:3px 3px 10px #ddd;
    -webkit-box-shadow:3px 3px 10px #ddd;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    float:left;
    margin-bottom:20px;
}
div.login .sec {
    margin-bottom:10px;
    overflow:hidden;
}
div.login .sec input {
    width:320px;
    padding:10px;
    font-size:26px;
}
div.login div.action-message { 
    margin-bottom:20px;
    font-family:Georgia, "Times New Roman", serif;
    font-size:12px;
    line-height:16px;
    display:none;
    padding:10px;
}
div.action-message .ui-icon {
    float:left;
    margin-right:10px;
}



.error { color:red; }



.pblock {
    margin-bottom:120px;
}
.pup {
    clear:both;
    text-align:right;
}



.abspanel 
{
    position:relative;
    margin-top:30px;
}

.abspanel a, .abspanel div 
{
    display:block;
    position:absolute;
    overflow:hidden;
    z-index:1;
}
.abspanel a
{
    padding:10px;
    border:1px solid transparent;
}
.abspanel a:hover 
{
    border-color:#ccc;
    z-index:2;
}
.abspanel a span.info 
{
    position:absolute;
    top:50%;
    left:50%;
    padding:10px;
    margin:-10px 0 0 -20px;
    background:url(imgs/banner_tbg.png) repeat 0 0;
    color:#999 !important;
}





div.formpanel div.entry {
	margin:10px 0 0 0;
	clear:both;
}
div.formpanel div.entry label {
	float:left;
	text-align:right;
	width:100px;
	padding:4px 20px 0 0;
}
div.formpanel input {
	margin:0;
}
div.formpanel div.entry input,
div.formpanel div.entry textarea {
	float:left;
	padding:3px;
	width:260px;
}
div.formpanel div.btns {
	clear:both;
	padding:5px 0 5px 120px;
	margin-top:10px;
}
div.formpanel div.btns input {
	padding:5px;
}
div.formpanel div.error {
	display:none;
	margin:20px 0;
	background-color:#e97373;
	padding:10px 0 10px 120px;
	cursor:pointer;
	color:#fff;
}















ul.team {
	list-style:none;
	padding:0;
	margin:30px -30px 0 0;
	zoom:1;
	position:relative;
}
ul.team li {
	float:left;
	width:211px;
	height:380px;
	margin:0 30px 30px 0;
	font-size:11px;
	line-height:14px;
	zoom: 1;
	position: relative;
}
ul.team li img {
	width:130px;
	height:140px;
	border:1px solid #fff;
	padding:0px;
	margin:0 0 0 39px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
ul.team li p {
	margin-top:7px;
}
ul.team li h4 {
	border-top:1px solid #ccc;
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	font-size:14px;
	line-height:20px
}
ul.team li h5 {
	padding:0;
	margin:4px 0 0 0;
	font-size:10px;
	line-height:16px
}