/*
	General CSS
*/

/*RESET...............................................*/
a img, :link img, :visited img {border:0;cursor:pointer;}
body, div, dl, dt, dd, pre, form, fieldset, input, table, th, td, embed, object, p {padding:0;margin:0;}
:focus {outline:0;}
:link,:visited {text-decoration:none;}
table {border-collapse:collapse;border-spacing:0; border:0;} 
html {overflow-y:scroll;}

/*HTML ELEMENTS.......................................*/
body {
	background:#ebeae5;
	color:#333;
	font:12px Helvetica, Arial, sans-serif;
    height:100%;
	line-height:1.35em;
	text-align:left;
}
a:link, a:visited {color:#157AB7;}
a:hover, a:active {color:#E29018;}

h1, h2, h3 {
	margin:0;
	padding:0;
}
h1 {font-size:2em;}
h2 {font-size:1.75em;}
h3 {font-size:1.5em;}

.bold {font-weight:bold;}
.clear {clear:both;}
.left {display:inline;float:left;}
.right {display:inline;float:right;}
.center {text-align:center;}

hr {
	border:0; 
	border-bottom: 1px solid #e4e4e4;
	margin:10px 0;
	width:100%; 
}

/* HEADER .............................................*/
.header {
	width:960px;
	height:152px;
	background-image:url(../images/headbg.png);
	margin:14px auto 0px auto;
}
.uban { 
	width:954px;
	height:95px;
	background-image:url(../images/uban.png);
	margin:2px 0px 0px 3px;
	float:left;
}
.uban p {
	font-size:14px;
	color:#fff;
	padding:56px 0px 0px 685px;
	text-align:right;
}

/* menu */

.mainmenu {
	float:left;
	margin:0px;
	padding:0px;	
	list-style:none;
	margin-left:14px;
	margin-top:3px;
}
.mainmenu li { 
	float:left;
	padding:0px 14px 0px 14px;
	height:52px;
	line-height:52px;
}
#liactive {
	background-color:#3e6589;
	background-image:url(../images/libg.png);
	background-repeat:repeat-x;	
}
.mainmenu li a { 
	font-size:14px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#fff;
	font-weight:normal;
}
.mainmenu li a:hover { color:#00CCFF; }

/* MIDDLE .............................................*/
.middle {
	width:960px;
	margin:14px auto 0px auto;
	overflow:hidden;
}
.middleg {
	width:960px;
	margin:14px auto 0px auto;
	min-height:500px;
	background-color:#fff;
	overflow:hidden;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.middlegdefault {
	width:960px;
	margin:14px auto 0px auto;
	min-height:200px;
	background-color:#fff;
	overflow:hidden;	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.column1 {
	float:left;
	width:632px;
	overflow:hidden;
}
column2 {
	float:left;
	overflow:hidden;
	width:328px;
}
.box1 {
	width:632px;
	height:405px;
	background-image:url(../images/box1.png);
	float:left;
}
.box1 p {
	font-size:15px;
	color:#000;
	padding:28px 24px 0px 24px;
	line-height:1.3em;
}
.box2 {
	width:632px;
	height:147px;
	background-image:url(../images/box2.png);
	float:left;
	margin-top:27px;
}
.box2 img {
	float:left;	
	margin:32px 0px 0px 30px;
}
.boxtitle {
	float:left;
	font-size:14px;
	color:#304d69;
	line-height:1.2em;
	margin:28px 0px 0px 12px;;
	width:430px;
}
.boxtxt {
	float:left;
	width:430px;
	margin:16px 0px 0px 12px;
	color:#666666;
	line-height:1.2em;	
}
.box3 {
	width:314px;
	height:405px;
	background-image:url(../images/box3.png);
	float:right;
}
.login_button {
	display:block;
	width:294px;
	height:54px;
	background-image:url(../images/logbutton.png);
	background-position:-294px -0px;
	margin:20px 0px 0px 10px;
	float:left;
}
.reg_button {
	display:block;
	width:294px;
	height:54px;
	background-image:url(../images/regbutton.png);
	background-position:-0px -0px;
	margin:10px 0px 0px 10px;
	float:left;
}
.login_button:hover { background-position:-0px -0px; }
.reg_button:hover { background-position:-294px -0px; }
.subreg {
	font-size:12px;
	color:#666666;
	line-height:1.2em;
	padding-left:18px;
	padding-top:10px;
	float:left;
}
.links_right {
	font-size:17px;
	font-weight:bold;
	color:#c7c5bd;
	margin:36px 0px 0px 18px;
	float:left;
	line-height:1.3em;
}
.links_right a {
	color:#5f8c97;
}
.links_right a:hover {
	color:#666666;
}

/* banner */
.sliderh {
	width:960px;
	height:245px;
	margin:14px auto 0px auto;
}
#slider-wrapper {
    width:960px;
    height:245px;
	margin:14px auto 0px auto;
	position:relative;
}

#slider {
	position:relative;
    width:960px;
    height:245px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:30px;
	bottom:42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	cursor:pointer;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
.clear {
	clear:both;
}

/* FOOTER .............................................*/
.footer {
	width:960px;
	height:126px;
	background-image:url(../images/footbg.png);
	margin:26px auto 10px auto;
}
.foot_links {
	font-size:14px;
	color:#5f8c97;
	font-weight:bold;
	float:left;
	margin:16px 0px 0px 6px;
}
.foot_links a { color:#fff;	}
.foot_links a:hover { text-decoration:underline; }
.footmenu {
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;	
	width:900px;
	margin:38px 0px 0px 20px;
}
.footmenu li {
	float:left;
	margin-right:12px;	
}
.footmenu li a {
	font-size:13px;
	color:#97bfd0;
	font-weight:bold;
}
.footmenu li a:hover { color:#fff; }
.cloud {
	float:left;
	margin:16px 0px 0px 20px;
}
.disc {
	width:900px;
	float:left;
	margin:12px 0px 0px 20px;
	color:#5f8c97;
	font-size:10px;
}
.disc a {
	color:#5f8c97;
}
.article_separator {
	background: url(../images/dot.gif) repeat-x center;
	clear: both;
	display: block;
	height: 30px;
}
.login_body {
	background-color:#fff;
	background-image:url(../images/loginbg.png);
	background-repeat:repeat-x;
	color:#333;
	font:12px Helvetica, Arial, Sans-Serif;
	height:100%;
	line-height:1.35em;
	text-align:left;
}
.login_middle {
	width:960px;
	overflow:hidden;
	min-height:330px;
	margin:0px auto 0px auto;
}
.youmust {
	font-size:22px;
	color:#383e3e;
	font-weight:bold;
	padding:30px 0px 30px 14px;
	float:left;	
}
.login_hold {
	float:left;
	margin:34px 0px 20px 14px;
	width:842px;
	height:296px;
	background-image:url(../images/loginhold.png);	
}
.leftp {
	width:421px;
	height:296px;
	float:left;
}
.rightp {
	width:400px;
	float:left;
	height:296px;	
}
.atitle {
	font-size:18px;
	color:#252525;
	padding:36px 0px 14px 40px;
}
.dtxt {
	font-size:14px;
	color:#252525;
	padding:0px 0px 14px 40px;
	line-height:1.3em;
}
.gst {
	margin-left:40px;	
}
.lm {
	margin-left:8px;
}
.llog {
	width:407px;
	height:159px;
	background-image:url(../images/llog.png);
	margin-left:40px;
}
.forg_pass {
	font-size:11px;
	color:#252525;
	padding:10px 0px 0px 96px;
}
.forg_pass a {
	color:#252525;
	text-decoration:underline;
}
.linput {
	width:240px;
	height:30px;
	line-height:30px;
	padding-left:6px;
	border:none;
	background:none;
	background-image:url(../images/linput.png);
}
.lp {
	font-size:14px;
	font-weight:bold;
	color:#252525;
}
.ttable {
	margin:18px 16px 0px 0px;
	float:right;
}
.ltya { margin-left:20px; }

